@charset "UTF-8";
/*

NOTE: THIS IS A GENERATED FILE. 

SCSS IS USED FOR GENERATING THIS FILE.

PLEASE REFRAIN FROM EDITING THIS FILE.

*/
html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: black;
  font: 16px/1.2 Georgia, serif;
  font-weight: 400;
  font-style: normal;
  color: #bebebe;
  font-size: 15px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*---------------------------------------- GENERAL ----------------------------------------*/
::-moz-selection {
  background-color: #F4940C;
  color: black;
}
::selection {
  background-color: #F4940C;
  color: black;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

a {
  text-decoration: none;
  color: #daa65d;
}
a.LB {
  color: #BFB33E;
}
a.FF {
  color: #4bba4b;
}
a.FZ {
  color: #42a3c4;
}
a.LB {
  color: #BFB33E;
}
a.FF {
  color: #4bba4b;
}
a.FZ {
  color: #42a3c4;
}
a.MK {
  color: #bebebe;
}
a.imp {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid;
  padding: 10px;
  border-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a:has(i) {
  display: flex;
  align-items: center;
  gap: 5px;
}

a:hover {
  text-decoration: underline;
  color: white;
}

p {
  line-height: 1.5;
}
p.LB {
  color: #BFB33E;
}
p.FF {
  color: #4bba4b;
}
p.FZ {
  color: #42a3c4;
}
p:has(i) {
  display: flex;
  align-items: center;
  gap: 5px;
}
p.note {
  align-items: flex-start;
  flex-direction: column;
}

.imp {
  color: #daa65d;
}
.imp.LB {
  color: #BFB33E;
}
.imp.FF {
  color: #4bba4b;
}
.imp.FZ {
  color: #42a3c4;
}

.tm {
  color: rgba(230, 143, 25, 0.5019607843);
}

.und:not(.box-title) {
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(to right, rgba(74, 45, 4, 0.5), transparent) 1;
     border-image: linear-gradient(to right, rgba(74, 45, 4, 0.5), transparent) 1;
}
.und:not(.box-title).LB:not(.imp) {
  color: white;
}
.und:not(.box-title).LB {
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(to right, #BFB33E, transparent) 1;
     border-image: linear-gradient(to right, #BFB33E, transparent) 1;
}

.back {
  background: linear-gradient(to right, black 0%, #130c00 20%, #130c00 80%, black 100%);
  padding: 5px;
}

.center-items {
  align-items: center !important;
  text-align: center !important;
}

.center-content {
  justify-content: center;
}

.start-content {
  justify-content: flex-start !important;
}

.space-between {
  justify-content: space-between !important;
}

.fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.material-icons {
  vertical-align: middle !important;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

select {
  padding: 5px 15px;
  border-radius: 5px;
}

.hidden {
  display: none !important;
}

select, input, textarea {
  background-color: #797979;
  border: 1px solid white;
  height: 30px;
  border-radius: 5px;
}

textarea {
  max-width: 100%;
  min-width: 100%;
  height: 100px;
}

.header-text {
  font: 16px/1.2 Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.header-text::first-letter {
  font-size: 130% !important;
}

.off-screen {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  width: 0;
  overflow: hidden;
}

img[data-fullscreenable] {
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

img[data-fullscreenable]:hover {
  opacity: 0.85;
}

/*---------------------------------------- LIST ----------------------------------------*/
li::marker {
  color: transparent;
}

ul:not(.fc-foxycomplete-list, .nav-tabs) li {
  width: 80%;
  margin-bottom: 20px;
  border-bottom: 2px solid transparent !important;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(to right, rgba(74, 45, 4, 0.5), transparent) 1;
     border-image: linear-gradient(to right, rgba(74, 45, 4, 0.5), transparent) 1;
}
ul:not(.fc-foxycomplete-list, .nav-tabs) li.LB {
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(to right, rgba(227, 214, 36, 0.5176470588), transparent) 1;
     border-image: linear-gradient(to right, rgba(227, 214, 36, 0.5176470588), transparent) 1;
}
ul:not(.fc-foxycomplete-list, .nav-tabs) li:not(:has(summary)):before {
  content: "-";
  font-weight: 600;
  color: rgba(230, 143, 25, 0.5019607843);
}

/*---------------------------------------- SUMMARY / DETAIL ----------------------------------------*/
summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

summary::before {
  content: "▼";
  color: #F4940C;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
  border: 2px solid rgba(150, 91, 9, 0.5019607843);
  border-radius: 5px;
  padding: 2px 2px 0px 2px;
  height: -moz-fit-content;
  height: fit-content;
}

details[open] summary::before {
  transform: rotate(180deg);
}

/*---------------------------------------- BUTTON ----------------------------------------*/
.btn {
  color: #bebebe;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 16px/1.2 Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  flex-shrink: 0;
}
.btn::first-letter {
  font-size: 130% !important;
}

button.btn {
  border: none;
  border-radius: 5px;
  font-size: 1em;
  width: 80%;
  padding: 5px;
  border: 1px solid #F4940C;
  color: #bebebe;
  text-shadow: 0px 0px 10px black;
  background: rgba(68, 68, 68, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px 1px 2px rgba(190, 190, 190, 0.5), inset 0 1px 15px #222222, inset 0 -1px 2px rgba(190, 190, 190, 0.5);
  position: relative;
  overflow: hidden;
}
button.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2), rgba(190, 190, 190, 0.8), rgba(190, 190, 190, 0.2));
}
button.btn.imp {
  width: 300px;
  height: auto;
  font-size: 2em;
}
button.btn.imp.LB {
  color: #BFB33E;
}
button.btn.imp.FF {
  color: #4bba4b;
}
button.btn.imp.FZ {
  color: #42a3c4;
}
@media (max-width: 1000px) {
  button.btn {
    width: 60%;
  }
}
button.btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
button.btn:has(a) {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
button.btn:has(a) a {
  padding: 5px 30px;
}
button.btn.fit-content {
  padding: 5px 20px;
}

a.btn:not(.middle) {
  width: unset;
  font-weight: 500;
  padding: 10px;
  color: #BFB33E;
  font-size: 1em;
  display: block;
}

.btn:hover {
  transition: 0.2s;
}

button.btn:hover {
  color: white;
  border: 1px solid #F4940C;
  box-shadow: 0px 0px 10px 0px #444444;
  text-decoration: underline;
  background-color: rgba(230, 143, 25, 0.5019607843) !important;
  border-radius: 2px;
  transition: 0.2s;
}
button.btn:hover:has(.material-icons) .material-icons {
  font-weight: 1000;
}

a.btn:hover {
  color: white;
  border-top: 3px solid #F4940C;
  box-shadow: 0px 0px 20px 0px rgba(230, 143, 25, 0.5019607843);
  background-color: black;
  text-decoration-thickness: 3px;
  text-decoration-color: rgba(230, 143, 25, 0.5019607843);
  text-shadow: none;
}

/*---------------------------------------- BODY WRAPPER ----------------------------------------*/
.body-wrapper {
  background-color: black;
  box-shadow: 0px 0px 20px #222222;
  border-radius: 25px;
  margin: 0px 30px 30px 30px;
  padding: 30px 10px 10px 10px;
  min-height: 80%;
  width: calc(100% - 60px);
  border-top: 2px solid transparent;
  -o-border-image: linear-gradient(to right, transparent 0%, transparent 1%, #F4940C 40%, #F4940C 60%, transparent 99%, transparent 100%) 1;
     border-image: linear-gradient(to right, transparent 0%, transparent 1%, #F4940C 40%, #F4940C 60%, transparent 99%, transparent 100%) 1;
}
@media (max-width: 1000px) {
  .body-wrapper {
    width: 100%;
    margin: 0;
    padding: 30px 0px 10px 0px;
    border-radius: 20px;
    -o-border-image: linear-gradient(to right, transparent 0%, transparent 3%, #F4940C 40%, #F4940C 60%, transparent 97%, transparent 100%) 1;
       border-image: linear-gradient(to right, transparent 0%, transparent 3%, #F4940C 40%, #F4940C 60%, transparent 97%, transparent 100%) 1;
  }
}
.body-wrapper:has(.module-section) {
  min-height: 1000px;
}

/*---------------------------------------- BODY SECTION ----------------------------------------*/
.body-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 80%;
  margin-bottom: 20px;
}

/*---------------------------------------- BODY/BOX TITLE ----------------------------------------*/
.body-content, .body-content-full {
  color: #bebebe;
  margin: 20px;
}

.box-title, .body-title {
  color: #F4940C;
  text-decoration: underline;
}

.box-title {
  font-size: 20px;
  min-height: 48px;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-end;
}
.box-title.page-title {
  text-decoration: none;
  font: 16px/1.2 Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.box-title.page-title::first-letter {
  font-size: 130% !important;
}
@media (max-width: 1000px) {
  .box-title.page-title {
    width: 100%;
    text-align: center;
    margin: 0;
    text-decoration: underline;
  }
}
@media (min-width: 1001px) {
  .box-title.page-title:has(i) * {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
}
.box-title.und {
  text-decoration-color: rgba(230, 143, 25, 0.5019607843);
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}
.box-title.und.page-title {
  text-underline-offset: 5px;
}
@media (max-width: 1000px) {
  .box-title.und.page-title {
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
  }
}
.box-title.und.LB {
  color: #BFB33E;
  text-decoration-color: rgba(227, 214, 36, 0.5176470588);
}
@media (min-width: 1001px) {
  .box-title.und.LB.page-title {
    border-bottom: 3px solid transparent;
    -o-border-image: linear-gradient(to right, #BFB33E, transparent) 1;
       border-image: linear-gradient(to right, #BFB33E, transparent) 1;
  }
}
.box-title.und.FF {
  color: #4bba4b;
  text-decoration-color: #225e22;
}
@media (min-width: 1001px) {
  .box-title.und.FF.page-title {
    border-bottom: 3px solid transparent;
    -o-border-image: linear-gradient(to right, #4bba4b, transparent) 1;
       border-image: linear-gradient(to right, #4bba4b, transparent) 1;
  }
}
.box-title.und.FZ {
  color: #42a3c4;
  text-decoration-color: rgba(0, 191, 255, 0.5176470588);
}
@media (min-width: 1001px) {
  .box-title.und.FZ.page-title {
    border-bottom: 3px solid transparent;
    -o-border-image: linear-gradient(to right, #42a3c4, transparent) 1;
       border-image: linear-gradient(to right, #42a3c4, transparent) 1;
  }
}
.box-title:not(.und, .page-title) {
  text-decoration-color: black;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.box-title:not(.und, .page-title).LB {
  color: #BFB33E;
}
.box-title:not(.und, .page-title).FF {
  color: #4bba4b;
}
.box-title:not(.und, .page-title).FZ {
  color: #42a3c4;
}
.box-title.small {
  text-transform: capitalize;
}
.box-title.small::first-letter {
  font-size: 100% !important;
}

.body-title {
  font-size: 1.5em;
  text-decoration-color: rgba(230, 143, 25, 0.5019607843);
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}
.body-title.LB {
  color: #BFB33E;
  text-decoration-color: rgba(227, 214, 36, 0.5176470588);
}
.body-title.FF {
  color: #4bba4b;
  text-decoration-color: #225e22;
}
.body-title.FZ {
  color: #42a3c4;
  text-decoration-color: rgba(0, 191, 255, 0.5176470588);
}
.body-title.white {
  color: white;
}
.body-title.gray {
  color: #bebebe;
  text-decoration-color: #222222;
}
.body-title.no-und {
  text-decoration: none;
}

.hero-text {
  display: block !important;
  text-align: center;
  font-size: 1.5em;
  margin: 20px !important;
  color: #F4940C;
}
.hero-text.gray {
  color: #bebebe;
}

/*---------------------------------------- INFO BOX ----------------------------------------*/
.info-box {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.info-box img {
  width: 35%;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 10px;
}
.info-box.spec {
  width: 50%;
}

.info-box-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.info-box-content.spec {
  gap: 10px;
  padding: 10px 0;
}
.info-box-content.spec i.material-icons {
  font-size: 3em;
}
.info-box-content.spec p {
  font-size: 1.25em;
  margin: 0;
}

.info-text {
  font-size: 1.3em;
}

/*---------------------------------------- BOX ----------------------------------------*/
.box, .box-container {
  color: #bebebe;
  margin: 0;
  border-radius: 10px;
  font-size: 1.05em;
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box {
  padding: 10px 20px 10px 20px;
  background: rgba(190, 190, 190, 0.1);
  border: 3px solid rgba(87, 87, 87, 0.3);
  box-shadow: inset 0px 2px 0px #575757, inset 0 0px 15px rgba(244, 148, 12, 0.1), inset 0 -1px 0px #575757;
  position: relative;
  overflow: hidden;
}
.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #575757 0%, rgba(244, 148, 12, 0.6) 5%, #575757 100%);
}
.box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #575757, transparent);
}
.box.LB {
  background: rgba(190, 190, 190, 0.1);
  border: 3px solid rgba(87, 87, 87, 0.3);
  box-shadow: inset 0px 2px 0px #575757, inset 0 0px 15px rgba(191, 179, 62, 0.1), inset 0 -1px 0px #575757;
  position: relative;
  overflow: hidden;
}
.box.LB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #575757 0%, rgba(191, 179, 62, 0.6) 5%, #575757 100%);
}
.box.LB::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #575757, transparent);
}
.box.FF {
  background: rgba(190, 190, 190, 0.1);
  border: 3px solid rgba(87, 87, 87, 0.3);
  box-shadow: inset 0px 2px 0px #575757, inset 0 0px 15px rgba(75, 186, 75, 0.1), inset 0 -1px 0px #575757;
  position: relative;
  overflow: hidden;
}
.box.FF::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #575757 0%, rgba(75, 186, 75, 0.6) 5%, #575757 100%);
}
.box.FF::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #575757, transparent);
}
.box.FZ {
  background: rgba(190, 190, 190, 0.1);
  border: 3px solid rgba(87, 87, 87, 0.3);
  box-shadow: inset 0px 2px 0px #575757, inset 0 0px 15px rgba(66, 163, 196, 0.1), inset 0 -1px 0px #575757;
  position: relative;
  overflow: hidden;
}
.box.FZ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #575757 0%, rgba(66, 163, 196, 0.6) 5%, #575757 100%);
}
.box.FZ::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #575757, transparent);
}

@media (max-width: 1000px) {
  .box-container {
    padding: 0;
  }
}

/*---------------------------------------- GRID CONTAINER ----------------------------------------*/
.grid-container {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  align-items: start;
  justify-items: center;
}
@media (max-width: 1000px) {
  .grid-container:has(.spec) :first-child {
    order: 1;
  }
}
.grid-container .body-content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px);
}
.grid-container .body-content .box {
  height: 100%;
}
.grid-container .body-content:has(.spec) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-item {
  flex-direction: column;
  justify-content: space-around;
  box-sizing: border-box;
  display: flex;
  margin: 10px 0px 10px 0px;
  padding: 15px;
}

.grid-item:hover {
  background: rgb(42, 28, 3);
  box-shadow: 0px 0px 20px 0px black;
  border-radius: 5px;
  color: white;
  transition: 0.5s;
  border-bottom: 3px solid white;
}

.grid-item > a > img, .grid-item > img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.grid-item > p {
  margin: 0;
  padding-top: 15px;
  font-size: 15px;
}

/*---------------------------------------- BODY GRID ----------------------------------------*/
.body-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(650px, 1fr));
  gap: 40px;
  justify-content: center;
}
.body-grid .box-grid {
  margin-bottom: 30px;
}
.body-grid .box-grid .box {
  height: 100%;
}

/*---------------------------------------- SLIDE SHOW ----------------------------------------*/
.slide-show {
  box-shadow: 0px 5px 20px 0px #222222;
  border: 5px solid #222222;
  width: 60%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 1px;
  background: rgba(190, 190, 190, 0.1);
  border: 3px solid rgba(87, 87, 87, 0.3);
  box-shadow: inset 0px 2px 0px #575757, inset 0 0px 15px rgba(244, 148, 12, 0.1), inset 0 -1px 0px #575757;
  position: relative;
  overflow: hidden;
}
.slide-show::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #575757 0%, rgba(244, 148, 12, 0.6) 5%, #575757 100%);
}
.slide-show::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #575757, transparent);
}

/*---------------------------------------- QUOTE SECTION ----------------------------------------*/
.quote-section {
  display: flex;
  margin-top: 10px;
}
.quote-section .quote {
  font-size: 50px;
  color: #F4940C;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.quote-section .quote.MK {
  color: rgba(230, 143, 25, 0.5019607843);
}
.quote-section .quote.FF {
  color: #225e22;
}
.quote-section .quote .line {
  width: 100%;
  height: 100%;
  border-left: 3px solid #222222;
  border-bottom: 3px solid #222222;
}
.quote-section .quote .line.MK {
  border-left: 3px solid rgba(230, 143, 25, 0.5019607843);
  border-bottom: 3px solid rgba(230, 143, 25, 0.5019607843);
}
.quote-section .quote .line.FF {
  border-left: 3px solid #225e22;
  border-bottom: 3px solid #225e22;
}
.quote-section p.header-text {
  font-size: 1.25em;
}
.quote-section p.header-text.title {
  font-size: 2em;
}
.quote-section p.LB {
  color: #bebebe;
  font-size: 1.25em;
}
.quote-section :nth-child(2) {
  margin-left: 10px;
}
.quote-section :nth-child(3) {
  display: flex;
  transform: rotate(180deg);
}

/*---------------------------------------- Print ----------------------------------------*/
.print {
  display: none;
}

@media print {
  .navbar-container, .banner, .footer-container, .sidebar-handle, .sidebar-placeholder, .topbutton-container, .quote {
    display: none !important;
  }
  .body-wrapper {
    background: none;
    box-shadow: none;
  }
  .box {
    border: none;
    box-shadow: none;
  }
  .box::after {
    display: none;
  }
  .box::before {
    display: none;
  }
  .header-logo {
    filter: grayscale(100%) invert(100%);
  }
  *, p {
    color: black !important;
  }
  .print {
    display: block !important;
  }
  .no-print {
    display: none !important;
  }
  .newpage {
    -moz-column-break-before: page !important;
         break-before: page !important;
  }
}
/*---------------------------------------- MEDIA STYLES ----------------------------------------*/
@media (min-width: 2001px) {
  #web {
    display: block;
  }
  #mobile {
    display: none;
  }
  .grid-container, .body-content {
    width: 80%;
  }
  .grid-container.images, .body-content.images {
    width: 100%;
  }
  .body-content-full {
    margin-top: 0px;
    width: 100%;
  }
  iframe.video {
    max-height: 30em;
    width: auto;
    aspect-ratio: 16/9;
  }
}
/* WEB */
@media (max-width: 2000px) {
  #web {
    display: block;
  }
  #mobile {
    display: none;
  }
  .grid-container {
    width: 100%;
  }
  .grid-container.images {
    width: 100%;
  }
  .body-content {
    width: 95%;
  }
  .body-content-full {
    margin-top: 0px;
    width: 100%;
  }
  iframe.video {
    max-height: 30em;
    width: auto;
    aspect-ratio: 16/9;
  }
}
/* TABLET */
@media (max-width: 1000px) {
  #web {
    display: none;
  }
  #mobile {
    display: block;
  }
  a.btn {
    font-size: 20px;
  }
  .body-content, .grid-container {
    width: 95%;
  }
  .body-content-full {
    margin-top: 0px;
    width: 100%;
  }
  .body-grid {
    grid-template-columns: 1fr;
  }
  .btn {
    font-size: 20px;
    padding: 10px 5px 10px 5px;
  }
  iframe.video {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
}
/* PHONE */
@media (max-width: 600px) {
  .body-section .box-title {
    font-size: 1.3em;
  }
  .body-section .body-title {
    font-size: 1.5em;
  }
  .box, .box-container {
    font-size: 1em;
  }
  .body-content, .body-content-full {
    margin: 10px 0;
    width: 95%;
  }
  .body-grid {
    display: block;
  }
  .grid-container .body-content {
    width: 100%;
  }
  .grid-container .body-content .box {
    height: auto;
  }
  .slide-show {
    width: 95%;
  }
  iframe.video {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .info-box {
    flex-direction: column;
    align-items: center;
  }
  ul {
    padding-left: 10px;
  }
  li {
    width: 95% !important;
  }
  .hero-text {
    font-size: 1.3em;
  }
}
/*---------------------------------------- HEADER ----------------------------------------*/
.header-container {
  background: linear-gradient(to bottom, #222222 0%, black 20%, black 100%);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header-container .header-logo {
  align-items: center;
  font-size: 18px;
  z-index: 100;
  cursor: pointer;
}

@media (min-width: 1001px) {
  .cart-web {
    display: flex;
  }
}
@media (max-width: 1000px) {
  .cart-web {
    display: none;
  }
}
.cart-web {
  align-items: flex-end;
}
.cart-web .shopping-cart {
  font-size: 50px;
  fill: #F4940C;
}
.cart-web span {
  font-size: 2em;
}

@media (min-width: 1001px) {
  .cart-mobile {
    display: none;
  }
}
@media (max-width: 1000px) {
  .cart-mobile {
    display: flex;
  }
}
.cart-mobile {
  align-items: flex-end;
  position: absolute;
  right: 20px;
}
.cart-mobile .shopping-cart {
  font-size: 30px;
  fill: #bebebe;
}
.cart-mobile span {
  font-size: 1.25em;
}

.top-nav {
  background: linear-gradient(to right, transparent 0%, #222222 20%, #222222 80%, transparent 100%);
  border-top: 2px solid transparent;
  -o-border-image: linear-gradient(to right, transparent 0%, #F4940C 40%, #F4940C 60%, transparent 100%) 1;
     border-image: linear-gradient(to right, transparent 0%, #F4940C 40%, #F4940C 60%, transparent 100%) 1;
  display: flex;
  justify-content: center;
}
.top-nav .divider {
  width: 5px;
  height: auto;
  background-color: #111111;
  opacity: 15%;
  margin: 0 0.1%;
}

a.top.active-link {
  border-top: 3px solid #F4940C;
  background-color: #222222;
  text-shadow: none;
  color: #bebebe;
}

a.middle.active-link {
  border: 1px solid rgba(230, 143, 25, 0.5019607843);
  border-right: none;
  border-left: none;
  box-shadow: 0px 0px 10px 0px black;
  background-color: #222222;
}

.middle-nav {
  background: linear-gradient(to right, transparent 0%, #222222 20%, #222222 80%, transparent 100%);
  border-top: 2px solid transparent;
  -o-border-image: linear-gradient(to right, transparent 0%, #F4940C 40%, #F4940C 60%, transparent 100%) 1;
     border-image: linear-gradient(to right, transparent 0%, #F4940C 40%, #F4940C 60%, transparent 100%) 1;
  border-left: none;
  border-right: none;
  display: flex;
  justify-content: center;
  z-index: 100;
}

.middle-nav .dropdown-content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.middle-nav .dropdown-content.show {
  display: block;
  opacity: 1;
}

.drop-down {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: transparent;
  z-index: 50;
}
.drop-down .drop-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.drop-down .drop-btn b {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.drop-down .drop-btn > * {
  font: 16px/1.2 Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.drop-down .drop-btn > *::first-letter {
  font-size: 130% !important;
}
.drop-down .drop-btn > * {
  cursor: pointer;
  font-size: 20px;
  border: none;
  outline: none;
  color: #bebebe;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.menu-button {
  color: #bebebe;
  font-size: 35px;
  background-color: inherit;
  font-family: inherit;
  border: none;
  margin-top: -5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  transform: translateY(-10%);
  width: 600px;
  z-index: 100;
  background: linear-gradient(to bottom, black, transparent 100%), linear-gradient(to top, rgba(230, 143, 25, 0.2), transparent 100%);
  backdrop-filter: blur(15px);
  border-bottom: 3px solid #E68F19;
}

.dropdown-content.show {
  display: block;
  animation: cascade 0.5s ease forwards;
}

.dropdown-content a {
  float: none;
  color: #bebebe;
  padding: 12px 16px;
  font-size: 20px;
  text-decoration: none;
  display: block;
  text-align: center;
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}

.dropdown-content a:nth-child(1) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.dropdown-content a:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.dropdown-content a:nth-child(3) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.dropdown-content a:nth-child(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.dropdown-content a:nth-child(5) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.dropdown-content a:nth-child(6) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.dropdown-content a:nth-child(7) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

@keyframes cascade {
  to {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/*---------------------------------------- BACKGROUND STYLES ----------------------------------------*/
.static-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.static-background .color-background {
  background: linear-gradient(to bottom, black 0%, #222222 20%, #3b3b3b 60%, #535353 100%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/*---------------------------------------- FOOTER STYLES ----------------------------------------*/
.footer-container {
  background-color: #130c00;
  color: #bebebe;
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(to right, transparent 0%, #F4940C 40%, #F4940C 60%, transparent 100%) 1;
     border-image: linear-gradient(to right, transparent 0%, #F4940C 40%, #F4940C 60%, transparent 100%) 1;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  z-index: 10;
}
@media (max-width: 600px) {
  .footer-container {
    padding: 20px;
  }
}
.footer-container .footer {
  display: flex;
  width: 50%;
  justify-content: center;
  gap: 20%;
}
@media (max-width: 600px) {
  .footer-container .footer {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
}
.footer-container .footer .footer-section {
  display: flex;
  flex-direction: column;
  width: 260px;
}
@media (max-width: 600px) {
  .footer-container .footer .footer-section {
    width: 60%;
  }
  .footer-container .footer .footer-section .box-title {
    margin-bottom: 10px;
  }
  .footer-container .footer .footer-section ul li {
    padding: 10px;
  }
}
.footer-container .footer .footer-section ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-container .footer .footer-section ul li {
  margin: 0;
  padding: 5px;
}
.footer-container .footer .footer-section ul li a.active-link {
  text-decoration: underline;
}

/*---------------------------------------- HEADER MEDIA ----------------------------------------*/
/* WIDE */
@media (min-width: 2001px) {
  .header-logo {
    width: 20%;
    margin: 50px 0px 50px 0px;
  }
  .top-nav {
    display: flex;
  }
  .middle-nav {
    display: none;
  }
  .title-fixed img {
    width: 275px;
  }
}
/* WEB */
@media (max-width: 2000px) {
  .header-logo {
    width: 30vw;
    padding: 30px;
  }
  .top-nav {
    display: flex;
  }
  .middle-nav {
    display: none;
  }
  .title-fixed img {
    width: 275px;
  }
}
/* TABLET */
@media (max-width: 1000px) {
  .header-container {
    display: flex;
    justify-content: center;
  }
  .header-logo {
    width: 60%;
    padding: 20px;
  }
  .top-nav {
    display: none;
  }
  .middle-nav {
    display: block;
  }
  .title-fixed img {
    width: 50%;
  }
}
/* PHONE */
@media (max-width: 600px) {
  .header-logo {
    width: 90vw;
  }
  .title-fixed {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    z-index: 10;
  }
  .title-fixed img {
    width: 80vw;
  }
  .top-nav {
    display: none;
  }
  .middle-nav {
    display: block;
  }
  .dropdown-content {
    width: 100%;
  }
  .dropdown-content a {
    font-size: 15px;
  }
}
#topbutton {
  top: auto !important;
  border: 1px solid #F4940C;
  color: #bebebe;
  text-shadow: 0px 0px 10px black;
  background: rgba(68, 68, 68, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px 1px 2px rgba(190, 190, 190, 0.5), inset 0 1px 15px #222222, inset 0 -1px 2px rgba(190, 190, 190, 0.5);
  position: relative;
  overflow: hidden;
}
#topbutton::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2), rgba(190, 190, 190, 0.8), rgba(190, 190, 190, 0.2));
}
#topbutton {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  border-radius: 10px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 900;
}
@media (max-width: 1000px) {
  #topbutton {
    right: 10px;
    bottom: 70px;
  }
  #topbutton img {
    width: 40px;
  }
}
#topbutton.visible {
  opacity: 1;
  pointer-events: auto;
}

/*---------------------------------------- LB-LIGHTNINGBUG ----------------------------------------*/
.body-section {
  margin-bottom: 0;
}
.body-section .lb-hero-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.body-section .lb-hero-section .lb-hero-container {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.body-section .lb-hero-section .lb-hero-container .lb-hero-back-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.body-section .lb-hero-section .lb-hero-container .lb-hero-back-container #lb-hero-back {
  z-index: -2;
  width: auto;
  height: 100%;
  opacity: 50%;
}
@media (max-width: 600px) {
  .body-section .lb-hero-section .lb-hero-container .lb-hero-back-container #lb-hero-back {
    height: 80%;
  }
}
.body-section .lb-hero-section .lb-hero-container #lb-hero-camera {
  position: absolute;
  z-index: 2;
  height: auto;
}
.body-section .lb-hero-section .lb-hero-container .lb-hero-info-container {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  z-index: 4;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10%;
}
.body-section .lb-hero-section .lb-hero-container .lb-hero-info-container .quote-section, .body-section .lb-hero-section .lb-hero-container .lb-hero-info-container .lb-info-text {
  background: transparent;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.body-section .lb-hero-section .lb-hero-container .lb-hero-info-container .lb-info-text {
  font-size: 20px;
}

/* WIDE */
@media (min-width: 2001px) {
  .lb-hero-container {
    height: 850px;
  }
  .lb-hero-container #lb-hero-camera {
    width: 800px;
  }
}
/* WEB */
@media (max-width: 2000px) {
  .lb-hero-container {
    height: 700px;
  }
  .lb-hero-container #lb-hero-camera {
    width: 600px;
  }
}
/* TABLET */
@media (max-width: 1000px) {
  .lb-hero-container {
    height: 600px;
  }
  .lb-hero-container #lb-hero-camera {
    width: 475px;
  }
}
/* PHONE */
@media (max-width: 600px) {
  .lb-hero-container {
    height: 500px;
  }
  .lb-hero-container #lb-hero-camera {
    width: 100%;
  }
}
/*---------------------------------------- PRODUCT-SECTION ----------------------------------------*/
/*---------------------------------------- ORDER-SECTION ----------------------------------------*/
.order-section, .compatibility-section {
  gap: 25px;
}
@media (min-width: 1001px) {
  .order-section, .compatibility-section {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .order-section:not(.list-section), .compatibility-section:not(.list-section) {
    flex-direction: column;
    align-items: center;
  }
}
.order-section div select, .compatibility-section div select {
  padding: 5px 25px;
}
.order-section button, .compatibility-section button {
  margin-top: 10px;
  width: 100%;
}
.order-section li, .compatibility-section li {
  width: 100%;
}
.order-section .selected-camera, .compatibility-section .selected-camera {
  color: white;
  font-size: 130%;
}

.box:has(.order-section) {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1000px) {
  .box:has(.order-section) {
    width: 100%;
  }
}

.camera-model {
  cursor: pointer;
}

.price {
  font-size: 20px;
  color: #BFB33E;
}

/*---------------------------------------- ORDER-ITEM ----------------------------------------*/
.order-item {
  container-type: inline-size;
  background-color: black;
}
.order-item .order-item-inner {
  justify-content: flex-start;
  display: flex;
  gap: 20px;
}
@container (max-width: 700px) {
  .order-item .order-item-inner {
    flex-direction: column;
  }
}
.order-item .order-item-inner .order-item-desc {
  width: 100%;
  padding-top: 10px;
}
.order-item .order-item-inner .order-item-desc ul.compatibility-list {
  padding: 0;
}

/*---------------------------------------- ORDER-IMG ----------------------------------------*/
.order-img-container {
  display: flex;
  gap: 10px;
  padding-top: 10px;
}
.order-img-container img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 3px solid rgba(230, 143, 25, 0.5019607843);
  transition: transform 0.3s ease;
  transform-origin: left center;
  min-width: 130px;
  background-color: #bebebe;
}
.order-img-container .order-img-sub-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 200px;
  z-index: 100;
}
.order-img-container .order-img-sub-container img {
  transition: transform 0.3s ease;
  height: 50%;
  opacity: 0.9;
}
.order-img-container .order-img-sub-container img:first-child {
  transform-origin: left top;
}
.order-img-container .order-img-sub-container img:last-child {
  transform-origin: left bottom;
}
.order-img-container .order-img-sub-container img:only-child {
  transform-origin: left top;
}
.order-img-container .order-img-sub-container img:hover {
  transform: scale(2.1);
  border-radius: 5px;
  border-color: #F4940C;
  opacity: 1;
  z-index: 500;
}
.order-img-container .order-img-sub-container img:last-child:hover ~ .order-img-container .order-img-sub-container img:first-child {
  transform: scale(2.1);
}

/*---------------------------------------- ORDER-FUNCTION ----------------------------------------*/
.box-grid.not-match {
  display: none;
}
.box-grid.highlighted .box {
  border: 2px solid rgba(230, 143, 25, 0.5019607843);
  box-shadow: 0 0 10px rgba(230, 143, 25, 0.5019607843);
  transition: box-shadow 0.3s ease;
}

.btn.pulse, p.pulse {
  animation-name: pulseButton;
  animation-duration: 2s;
  animation-timing-function: ease;
  color: white;
}

@keyframes pulseButton {
  0% {
    box-shadow: 0 0 0 transparent;
  }
  50% {
    box-shadow: 0 0 20px #F4940C;
  }
  100% {
    box-shadow: 0 0 0 transparent;
  }
}
.box-grid .pulse {
  animation-name: pulseBox;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: 2;
}

@keyframes pulseBox {
  0% {
    box-shadow: 0 0 10px rgba(230, 143, 25, 0.5019607843);
  }
  50% {
    box-shadow: 0 0 30px #F4940C;
  }
  100% {
    box-shadow: 0 0 10px rgba(230, 143, 25, 0.5019607843);
  }
}
/*---------------------------------------- ADD DIALOG ----------------------------------------*/
.add-dialog {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.add-dialog.closed {
  display: none;
}

/*---------------------------------------- FORM STYLES ----------------------------------------*/
@media (min-width: 1001px) {
  .form {
    width: 50%;
  }
  .form .form-submit {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .form {
    width: 100%;
  }
  .form .form-submit {
    width: 100%;
  }
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.form-field .form-label {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #daa65d;
}

.form-title {
  color: #F4940C;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(230, 143, 25, 0.5019607843);
}

.form-group {
  display: flex;
  gap: 20px;
}
.form-group .form-field {
  width: 50%;
}

.form-errors {
  color: #ff2f2f;
  font-weight: 600;
}

.form-success {
  color: #4bba4b;
  font-size: 20px;
  text-align: center;
  width: 50%;
  font: 16px/1.2 Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.form-success::first-letter {
  font-size: 130% !important;
}

#summaryContainer {
  display: none;
}

.banner {
  margin: 0px 10px 40px 10px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  position: relative;
  transition: opacity 0.3s ease;
}

.banner-text {
  flex: 1;
  padding-right: 20px;
  font-size: 1em;
}

.banner-close {
  background: none;
  border: none;
  color: #bebebe;
  font-size: 30px;
  cursor: pointer;
  padding: 0 8px;
  line-height: 1;
  transition: color 0.2s ease;
}

.banner-close:hover {
  color: #444444;
}

/*---------------------------------------- SIDE BAR ----------------------------------------*/
@media (max-width: 1000px) {
  .sidebar-placeholder {
    padding: 10px;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 90%;
    transition: bottom 0.5s cubic-bezier(0, 0, 0, 0.97);
    z-index: 900;
  }
  .sidebar-placeholder.open {
    bottom: 0;
  }
}
@media (max-width: 1000px) {
  .sidebar-placeholder {
    height: 80%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .sidebar-placeholder {
    height: 90%;
    width: 100%;
  }
}

.sidebar-handle {
  font: 16px/1.2 Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.sidebar-handle::first-letter {
  font-size: 130% !important;
}
.sidebar-handle {
  border: 1px solid #F4940C;
  color: #bebebe;
  text-shadow: 0px 0px 10px black;
  background: rgba(68, 68, 68, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px 1px 2px rgba(190, 190, 190, 0.5), inset 0 1px 15px #222222, inset 0 -1px 2px rgba(190, 190, 190, 0.5);
  position: relative;
  overflow: hidden;
}
.sidebar-handle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2), rgba(190, 190, 190, 0.8), rgba(190, 190, 190, 0.2));
}
@media (min-width: 1001px) {
  .sidebar-handle {
    display: none;
  }
}
@media (max-width: 1000px) {
  .sidebar-handle {
    display: inline-flex;
  }
}
.sidebar-handle {
  align-items: flex-end;
  gap: 5px;
  width: auto;
  height: auto;
  padding: 10px 20px 10px 20px;
  font-size: 15px;
  border-radius: 10px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  color: white;
}
.sidebar-handle p {
  margin: 0;
}
.sidebar-handle .material-icons {
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}
.sidebar-handle.open .material-icons {
  transform: rotate(180deg);
}

@media (max-width: 1000px) {
  .sidebar-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    z-index: 800;
    overflow: hidden;
  }
  .sidebar-backdrop.open {
    display: block;
  }
}

.sidebar-container.box {
  display: none;
}
@media (min-width: 1001px) {
  .sidebar-container.box {
    display: block;
    margin: 30px 10px 20px 0;
    padding: 0px;
    width: 250px;
    background: linear-gradient(to right, #130c00 0%, #130c00 40%, black 100%);
  }
}
@media (max-width: 1000px) {
  .sidebar-container.box {
    padding: 10px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9) !important;
  }
  .sidebar-container.box.open {
    display: block;
  }
}
.sidebar-container.box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(244, 148, 12, 0.7), transparent);
}
.sidebar-container.box.LB::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(191, 179, 62, 0.7), transparent);
}
.sidebar-container.box.LB .sidebar > a.active-link {
  border: 1px solid #F4940C;
  color: #BFB33E;
  text-shadow: 0px 0px 10px black;
  background: rgba(68, 68, 68, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px 1px 2px rgba(190, 190, 190, 0.5), inset 0 1px 15px #222222, inset 0 -1px 2px rgba(190, 190, 190, 0.5);
  position: relative;
  overflow: hidden;
}
.sidebar-container.box.LB .sidebar > a.active-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2), rgba(191, 179, 62, 0.8), rgba(190, 190, 190, 0.2));
}
.sidebar-container.box.FF::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(75, 186, 75, 0.7), transparent);
}
.sidebar-container.box.FF .sidebar > a.active-link {
  border: 1px solid #F4940C;
  color: #4bba4b;
  text-shadow: 0px 0px 10px black;
  background: rgba(68, 68, 68, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px 1px 2px rgba(190, 190, 190, 0.5), inset 0 1px 15px #222222, inset 0 -1px 2px rgba(190, 190, 190, 0.5);
  position: relative;
  overflow: hidden;
}
.sidebar-container.box.FF .sidebar > a.active-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2), rgba(75, 186, 75, 0.8), rgba(190, 190, 190, 0.2));
}
.sidebar-container.box.FZ::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(66, 163, 196, 0.7), transparent);
}
.sidebar-container.box.FZ .sidebar > a.active-link {
  border: 1px solid #F4940C;
  color: #42a3c4;
  text-shadow: 0px 0px 10px black;
  background: rgba(68, 68, 68, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px 1px 2px rgba(190, 190, 190, 0.5), inset 0 1px 15px #222222, inset 0 -1px 2px rgba(190, 190, 190, 0.5);
  position: relative;
  overflow: hidden;
}
.sidebar-container.box.FZ .sidebar > a.active-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2), rgba(66, 163, 196, 0.8), rgba(190, 190, 190, 0.2));
}
@media (min-width: 1001px) {
  .sidebar-container.box .sidebar {
    display: grid;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
    overflow: hidden;
  }
}
@media (max-width: 1000px) {
  .sidebar-container.box .sidebar {
    height: 100%;
    display: grid;
    gap: 10px;
    padding: 10px;
    overflow-y: auto;
  }
}
@media (max-width: 1000px) {
  .sidebar-container.box .sidebar {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 600px) {
  .sidebar-container.box .sidebar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
  }
}
@media (max-width: 1000px) {
  .sidebar-container.box .sidebar a {
    height: 70px;
  }
}
@media (max-width: 600px) {
  .sidebar-container.box .sidebar a {
    height: 50px;
  }
}
.sidebar-container.box .sidebar a {
  color: #bebebe;
  padding: 10px;
  font-weight: 550;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.sidebar-container.box .sidebar a .material-icons {
  min-width: 30px;
  opacity: 60%;
  color: #F4940C;
}
.sidebar-container.box .sidebar a.active-link {
  border-radius: 5px;
  padding-left: 20px;
}
.sidebar-container.box .sidebar a.active-link .material-icons {
  opacity: 100%;
}
.sidebar-container.box .sidebar a:hover:not(.active-link) {
  padding-left: 20px;
  box-shadow: 0px 0px 20px 0px rgba(230, 143, 25, 0.5019607843);
  -o-border-image: linear-gradient(to right, #F4940C) 1;
     border-image: linear-gradient(to right, #F4940C) 1;
  background: black;
  color: white;
  text-decoration-thickness: 3px;
  text-decoration-color: rgba(230, 143, 25, 0.5019607843);
  transition: padding-left 0.1s ease-in-out;
}
.sidebar-container.box .sidebar a:hover:not(.active-link) .material-icons {
  opacity: 100%;
}

.module-section {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.module-page-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-container {
  width: 100%;
}
.gallery-container .landscape-group,
.gallery-container .portrait-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  justify-content: flex-start;
}
@media (max-width: 1000px) {
  .gallery-container .landscape-group,
  .gallery-container .portrait-group {
    justify-content: center;
  }
}
.gallery-container .box {
  flex: 0 1 350px;
  max-width: 350px;
}

.present {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(15px);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: hidden;
}
.present .present-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 80vh;
}
.present .image-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.present .image-content img {
  width: 95vw;
  height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
.present .image-content p, .present .image-content a {
  font-size: 1em;
}
@media (max-width: 1000px) {
  .present .image-content p, .present .image-content a {
    max-width: 60%;
  }
}
@media (max-width: 600px) {
  .present .image-content p, .present .image-content a {
    font-size: 15px;
  }
}
.present .close {
  position: absolute;
  top: -50px;
  right: 20px;
  font-size: 70px;
  cursor: pointer;
  color: white;
  text-shadow: 0px 0px 10px black;
}
.present button[disabled] {
  visibility: hidden;
}
.present .gallery-prev, .present .gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 70px;
  font-weight: bold;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  color: white;
  text-shadow: 0px 0px 10px black;
}
.present .gallery-prev.disabled, .present .gallery-next.disabled {
  opacity: 0.1;
  cursor: not-allowed;
}
@media (max-width: 1000px) {
  .present .gallery-prev, .present .gallery-next {
    top: 90%;
    width: 30%;
    height: 30%;
  }
}
.present .gallery-prev {
  left: 10px;
  height: 80%;
  width: 5%;
}
@media (max-width: 1000px) {
  .present .gallery-prev {
    left: -15px;
    width: 60px;
  }
}
.present .gallery-next {
  right: 10px;
  height: 80%;
  width: 5%;
}
@media (max-width: 1000px) {
  .present .gallery-next {
    right: -15px;
    width: 60px;
  }
}

/*---------------------------------------- SLIDE SHOW ----------------------------------------*/
.slideshow-wrapper {
  max-width: 100%;
  margin: auto;
  position: relative;
  transition: width 0.7s ease-in-out;
}
.slideshow-wrapper .slideshow-controls,
.slideshow-wrapper .slideshow-container .slideshow-prev,
.slideshow-wrapper .slideshow-container .slideshow-next {
  opacity: 1;
  transition: opacity 0.4s ease;
}
@media (min-width: 1001px) {
  .slideshow-wrapper {
    width: auto;
    max-width: 100%;
  }
  .slideshow-wrapper .slideshow-controls,
  .slideshow-wrapper .slideshow-container .slideshow-prev,
  .slideshow-wrapper .slideshow-container .slideshow-next {
    opacity: 0;
    pointer-events: none;
  }
  .slideshow-wrapper.controls-visible .slideshow-controls,
  .slideshow-wrapper.controls-visible .slideshow-container .slideshow-prev,
  .slideshow-wrapper.controls-visible .slideshow-container .slideshow-next {
    opacity: 1;
    pointer-events: auto;
  }
}
.slideshow-wrapper .slideshow-container {
  position: relative;
  overflow: hidden;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
}
@media (min-width: 1001px) {
  .slideshow-wrapper .slideshow-container {
    height: 300px;
    aspect-ratio: auto;
    justify-content: flex-start;
  }
}
.slideshow-wrapper .slideshow-container .slideshow-track {
  display: flex;
  transition: transform 0.7s ease-in-out;
  gap: 10px;
  height: 100%;
}
.slideshow-wrapper .slideshow-container .slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slideshow-wrapper .slideshow-container .slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex: 1;
  min-height: 0;
}
.slideshow-wrapper .slideshow-container .slide img {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1001px) {
  .slideshow-wrapper .slideshow-container .slide {
    width: auto;
    height: 100%;
  }
  .slideshow-wrapper .slideshow-container .slide img {
    width: auto;
    height: 100%;
  }
}
.slideshow-wrapper .slideshow-container .slide-caption {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  color: inherit;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .slideshow-wrapper .slideshow-container .slide-caption p {
    margin: 0;
  }
}
.slideshow-wrapper .slideshow-container .slideshow-prev,
.slideshow-wrapper .slideshow-container .slideshow-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.slideshow-wrapper .slideshow-container .slideshow-prev:hover,
.slideshow-wrapper .slideshow-container .slideshow-next:hover {
  background-color: #F4940C;
}
.slideshow-wrapper .slideshow-container .slideshow-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.slideshow-wrapper .slideshow-container .slideshow-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.slideshow-wrapper .slideshow-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
}
.slideshow-wrapper .dot-container {
  text-align: center;
}
.slideshow-wrapper .dot-container .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 4px;
  background-color: #bebebe;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.slideshow-wrapper .dot-container .dot.active, .slideshow-wrapper .dot-container .dot:hover {
  background-color: #F4940C;
}
.slideshow-wrapper .pause-play-btn {
  flex-shrink: 0;
  cursor: pointer;
  background: none;
  border: 2px solid #bebebe;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}
.slideshow-wrapper .pause-play-btn:hover {
  border-color: #F4940C;
}
.slideshow-wrapper .pause-play-btn::before, .slideshow-wrapper .pause-play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #bebebe;
  transition: all 0.3s ease;
}
.slideshow-wrapper .pause-play-btn::before {
  width: 3px;
  height: 12px;
  transform: translate(-4px, -50%);
}
.slideshow-wrapper .pause-play-btn::after {
  width: 3px;
  height: 12px;
  transform: translate(2px, -50%);
}
.slideshow-wrapper .pause-play-btn.is-paused {
  border-color: #F4940C;
}
.slideshow-wrapper .pause-play-btn.is-paused::before {
  transform: none;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #bebebe;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
.slideshow-wrapper .pause-play-btn.is-paused::after {
  opacity: 0;
  transform: scale(0);
}

/*---------------------------------------- TABS ----------------------------------------*/
/* Styling for the tab navigation container */
.nav-tabs {
  margin: 10px 10px 0px 10px;
  display: flex;
  list-style-type: none;
  padding-left: 0;
}
@media (min-width: 1001px) {
  .nav-tabs {
    gap: 10px;
  }
}

/* Individual tab link styling */
.nav-link {
  border: 1px solid #F4940C;
  color: #bebebe;
  text-shadow: 0px 0px 10px black;
  background: rgba(68, 68, 68, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px 1px 2px rgba(190, 190, 190, 0.5), inset 0 1px 15px #222222, inset 0 -1px 2px rgba(190, 190, 190, 0.5);
  position: relative;
  overflow: hidden;
}
.nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2), rgba(190, 190, 190, 0.8), rgba(190, 190, 190, 0.2));
}
.nav-link {
  font: 16px/1.2 Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.nav-link::first-letter {
  font-size: 130% !important;
}
.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 8px;
  padding: 10px 20px;
  margin-bottom: -2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #444444;
  color: white;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  opacity: 0.8;
  font-size: 15px;
}

/* Hover state for inactive tabs */
.nav-link:not(.active):hover {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

/* Styling for the active tab link */
.nav-link.active {
  border: 1px solid #F4940C;
  color: #BFB33E;
  text-shadow: 0px 0px 10px black;
  background: rgba(68, 68, 68, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px 1px 2px rgba(190, 190, 190, 0.5), inset 0 1px 15px #222222, inset 0 -1px 2px rgba(190, 190, 190, 0.5);
  position: relative;
  overflow: hidden;
}
.nav-link.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2), rgba(191, 179, 62, 0.8), rgba(190, 190, 190, 0.2));
}
.nav-link.active {
  opacity: 1;
  z-index: 200;
  border-bottom: none;
  box-shadow: 0px 15px 0px rgb(19, 19, 19);
}

.tab-pane {
  background: rgba(190, 190, 190, 0.1);
  border: 3px solid rgba(87, 87, 87, 0.3);
  box-shadow: inset 0px 2px 0px #575757, inset 0 0px 15px rgba(190, 190, 190, 0.1), inset 0 -1px 0px #575757;
  position: relative;
  overflow: hidden;
}
.tab-pane::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #575757 0%, rgba(190, 190, 190, 0.6) 5%, #575757 100%);
}
.tab-pane::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #575757, transparent);
}
.tab-pane {
  display: none;
  padding: 20px 10px;
  border-top: none;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  border-radius: 10px;
  z-index: 100;
  position: relative;
}

.tab-pane.fade-out {
  opacity: 0;
}

.tab-pane.active {
  display: block;
}

@media (max-width: 600px) {
  .nav-tabs {
    margin: 10px 5px 0px 5px;
  }
  .nav-link:not(.active) span {
    display: none;
  }
  .nav-link:not(.active) {
    justify-content: center;
    padding: 10px 15px;
  }
  .nav-link.active {
    flex-grow: 1;
    justify-content: center;
  }
  .tab-pane {
    border-radius: 0px 0px 10px 10px;
  }
}/*# sourceMappingURL=styles.css.map */