* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'Maven_Pro';
  src: url("/fonts/Manrope/static/Manrope-Medium.ttf");
}

@font-face {
  font-family: 'Maven_Pro_bold';
  src: url("/fonts/Manrope/static/Manrope-ExtraBold.ttf");
}

:root {
  --basic:0.9rem;
  --main-size: var(--basic) ;
  --sub-size: calc(var(--basic) * 1.618 );
  --title-size: calc(var(--basic) * 1.618 * 2.5);
  --Maven_Pro:Maven_Pro;
  --Maven_Pro_bold:Maven_Pro_bold;
  --nav-bg:#000;
  --nav-link-clr:#fff;
  --txt-link-clr:#000;
  --sec-clr:#ddb9cc;
  --bg-clr:#f2f3eb;
  --grid5-bg:#b1b1ac;
  --grid6-bg:#fff;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: overlay;
  overflow-x: hidden;
  background: var(--bg-clr);
}

.container {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  background: var(--bg-clr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.container nav {
  position: relative;
  width: 100%;
  padding: 0.25rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  background: var(--nav-bg);
  color: var(--nav-link-clr);
  border-radius: 0.7rem;
  font-family: var(--Maven_Pro);
}

.container nav label:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
}

.container nav label:nth-child(1) span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}

.container nav label:nth-child(1) span svg {
  fill: var(--sec-clr);
}

.container nav label:nth-child(1) p {
  font-family: var(--Maven_Pro_bold);
  text-transform: uppercase;
}

.container nav ul {
  -webkit-box-flex: 0.7;
      -ms-flex-positive: 0.7;
          flex-grow: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4rem;
  margin-left: auto;
}

.container nav ul li {
  list-style: none;
}

.container nav ul li a {
  text-decoration: none;
  color: var(--nav-link-clr);
  font-size: var(--main-size);
  text-transform: initial;
}

.container nav label:has(button) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.2rem;
}

.container nav label:has(button) button {
  border: 1px solid gray;
  background: transparent;
  color: var(--nav-link-clr);
  height: 100%;
  border-radius: 0.5rem;
  padding: 0.7rem;
  padding-inline: 2rem;
}

.container main {
  position: relative;
  width: 100%;
  height: 100%;
  padding-inline: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3rem;
}

.container main section {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0rem;
}

.container main section a {
  text-decoration: none;
}

.container main section #top-link {
  font-family: var(--Maven_Pro);
  color: var(--txt-link-clr);
  font-size: var(--main-size);
  padding: 0.1rem;
  padding-inline: 3rem;
  border: 1px solid var(--txt-link-clr);
  border-radius: 5rem;
}

.container main section #title {
  font-family: var(--Maven_Pro_bold);
  color: var(--txt-link-clr);
  font-size: var(--title-size);
  text-transform: capitalize;
}

.container main section #title span {
  position: relative;
  z-index: 0;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.container main section #title span::after {
  position: absolute;
  content: "";
  height: 35%;
  background: var(--sec-clr);
  width: 0%;
  left: 0;
  bottom: 0.5rem;
  z-index: -1;
  -webkit-animation: fill 0.5s ease-out 0.5s forwards;
          animation: fill 0.5s ease-out 0.5s forwards;
}

@-webkit-keyframes fill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes fill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.container main section #pargraph {
  position: relative;
  font-family: var(--Maven_Pro);
  color: var(--txt-link-clr);
  font-size: var(--main-size);
  width: 60ch;
}

.container main section #pargraph a {
  font-family: var(--Maven_Pro);
  color: var(--txt-link-clr);
  font-size: var(--main-size);
  font-weight: 600;
  text-decoration: underline;
}

.container main section #down-link {
  font-family: var(--Maven_Pro);
  color: var(--nav-link-clr);
  font-size: var(--main-size);
  text-transform: uppercase;
  padding: 0.7rem;
  padding-inline: 1.2rem;
  background: var(--nav-bg);
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3rem;
}

.container main section #down-link svg {
  fill: var(--nav-link-clr);
}

.container main section #info {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
}

.container main section #info .left,
.container main section #info .right {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.container main section #info .left span,
.container main section #info .right span {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}

.container main section #info .left span::after,
.container main section #info .right span::after {
  content: "";
  width: 100%;
  border: 1px solid var(--nav-bg);
}

.container main section #info .left span svg,
.container main section #info .right span svg {
  fill: var(--txt-link-clr);
  scale: 1.5;
}

.container main section #info .left #number,
.container main section #info .right #number {
  color: var(--txt-link-clr);
  font-family: var(--Maven_Pro);
  font-size: var(--sub-size);
  font-weight: 700;
}

.container main section #info .left #text,
.container main section #info .right #text {
  color: var(--txt-link-clr);
  font-family: var(--Maven_Pro);
  font-size: var(--main-size);
}

.container main section #info .left #text a,
.container main section #info .right #text a {
  font-family: var(--Maven_Pro);
  color: var(--txt-link-clr);
  font-size: var(--main-size);
  font-weight: 600;
  text-decoration: underline;
}

.container main section:nth-child(2) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[19];
      grid-template-rows: repeat(19, 1fr);
  gap: 0.2rem;
}

.container main section:nth-child(2) > div {
  border-radius: 0.7rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.container main section:nth-child(2) > div:nth-child(1) {
  background: var(--sec-clr);
  -ms-grid-row: 4;
  -ms-grid-row-span: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4/1/10/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.container main section:nth-child(2) > div:nth-child(1)::after {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: -2rem;
  width: 50px;
  border: 1px solid var(--nav-bg);
}

.container main section:nth-child(2) > div:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: -0.5rem;
  height: 50px;
  border: 1px solid var(--nav-bg);
}

.container main section:nth-child(2) > div:nth-child(1) img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  border-radius: 0.7rem;
}

.container main section:nth-child(2) > div:nth-child(1) #head {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}

.container main section:nth-child(2) > div:nth-child(1) #head p {
  font-family: var(--Maven_Pro);
  font-size: var(--main-size);
  color: var(--nav-link-clr);
  text-transform: capitalize;
}

.container main section:nth-child(2) > div:nth-child(1) #head #sec {
  width: 8ch;
  font-size: calc(var(--sub-size) + 0.3rem);
  line-height: 1.5ch;
}

.container main section:nth-child(2) > div:nth-child(1) #head span {
  width: 40px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  border: 1px solid var(--nav-link-clr);
  border-radius: 50%;
}

.container main section:nth-child(2) > div:nth-child(1) #head svg {
  fill: var(--nav-link-clr);
}

.container main section:nth-child(2) > div:nth-child(2) {
  position: relative;
  -ms-grid-row: 10;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 10/1/17/2;
  background: var(--nav-bg);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  z-index: 0;
}

.container main section:nth-child(2) > div:nth-child(2) #back {
  position: absolute;
  width: 40%;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  -webkit-filter: blur(10px) contrast(110%);
          filter: blur(10px) contrast(110%);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--sec-clr)), to(transparent));
  background: linear-gradient(to bottom, var(--sec-clr), transparent);
}

.container main section:nth-child(2) > div:nth-child(2) #date {
  width: 100%;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  color: var(--nav-link-clr);
  font-size: calc(var(--sub-size) + 0.3rem);
  font-family: var(--Maven_Pro);
  border-bottom: 1px dashed var(--nav-link-clr);
}

.container main section:nth-child(2) > div:nth-child(2) #date span svg {
  fill: var(--nav-link-clr);
}

.container main section:nth-child(2) > div:nth-child(2) #events {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  font-size: var(--main-size);
  color: var(--nav-link-clr);
  font-family: var(--Maven_Pro);
}

.container main section:nth-child(2) > div:nth-child(2) #events #event {
  position: relative;
  width: 100%;
  padding: 0.3rem 0rem;
  border-bottom: 1px dashed rgba(128, 128, 128, 0.418);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}

.container main section:nth-child(2) > div:nth-child(2) #events #event p {
  width: 100%;
}

.container main section:nth-child(2) > div:nth-child(2) #events #event span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}

.container main section:nth-child(2) > div:nth-child(2) #events #event span svg {
  fill: var(--nav-link-clr);
  opacity: 0.8;
  scale: 0.9;
  stroke-linecap: round;
}

.container main section:nth-child(2) > div:nth-child(3) {
  background: var(--nav-bg);
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/7/3;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.container main section:nth-child(2) > div:nth-child(3) #cercle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  z-index: -1;
}

.container main section:nth-child(2) > div:nth-child(3) #head {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0.5rem;
  padding-inline: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}

.container main section:nth-child(2) > div:nth-child(3) #head p {
  font-family: var(--Maven_Pro);
  font-size: var(--main-size);
  color: var(--nav-link-clr);
}

.container main section:nth-child(2) > div:nth-child(3) #head #sec {
  width: 8ch;
  font-size: var(--sub-size);
}

.container main section:nth-child(2) > div:nth-child(3) #head span {
  width: 40px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  border: 1px solid var(--nav-link-clr);
  border-radius: 50%;
}

.container main section:nth-child(2) > div:nth-child(3) #head svg {
  fill: var(--nav-link-clr);
}

.container main section:nth-child(2) > div:nth-child(3) #name {
  font-size: var(--main-size);
  font-family: var(--Maven_Pro);
  color: var(--nav-link-clr);
  width: 100%;
  text-align: left;
  padding: 1rem;
}

.container main section:nth-child(2) > div:nth-child(4) {
  background: var(--nav-bg);
  -ms-grid-row: 7;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 7/2/11/3;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.container main section:nth-child(2) > div:nth-child(4) #svgC {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: var(--nav-link-clr);
}

.container main section:nth-child(2) > div:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  height: 40%;
  border-left: 2px dotted var(--nav-link-clr);
}

.container main section:nth-child(2) > div:nth-child(4) #top {
  width: 100%;
  text-align: left;
  font-size: calc(var(--main-size) + 0.5rem);
  font-family: var(--Maven_Pro);
  color: var(--nav-link-clr);
  text-transform: uppercase;
}

.container main section:nth-child(2) > div:nth-child(4) #bottom {
  width: 100%;
  text-transform: capitalize;
  font-size: var(--main-size);
  font-family: var(--Maven_Pro);
  color: var(--nav-link-clr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  text-transform: capitalize;
}

.container main section:nth-child(2) > div:nth-child(5) {
  background: var(--grid5-bg);
  -ms-grid-row: 11;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 11/2/15/3;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.container main section:nth-child(2) > div:nth-child(5) #svgC {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: var(--nav-link-clr);
}

.container main section:nth-child(2) > div:nth-child(5)::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  height: 40%;
  border-left: 2px dotted var(--nav-link-clr);
}

.container main section:nth-child(2) > div:nth-child(5) #top {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-size: calc(var(--main-size) + 0.5rem);
  font-family: var(--Maven_Pro);
  color: var(--txt-link-clr);
}

.container main section:nth-child(2) > div:nth-child(5) #bottom {
  width: 100%;
  font-size: var(--main-size);
  font-family: var(--Maven_Pro);
  color: var(--txt-link-clr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  text-transform: capitalize;
}

.container main section:nth-child(2) > div:nth-child(6) {
  background: var(--grid6-bg);
  -ms-grid-row: 15;
  -ms-grid-row-span: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 15/2/20/3;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.container main section:nth-child(2) > div:nth-child(6) #top {
  width: 100%;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  color: var(--txt-link-clr);
  font-size: var(--main-size);
  font-family: var(--Maven_Pro);
  border-bottom: 1px dashed var(--txt-link-clr);
}

.container main section:nth-child(2) > div:nth-child(6) #top span svg {
  fill: var(--nav-link-clr);
}

.container main section:nth-child(2) > div:nth-child(6) #barcode {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.5rem;
}

.container main section:nth-child(2) > div:nth-child(6) #barcode #bar svg {
  scale: 2.5;
}

.container main section:nth-child(2) > div:nth-child(6) #info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  font-size: var(--main-size);
  font-family: var(--Maven_Pro);
  color: var(--txt-link-clr);
}

.container main section:nth-child(2) > div:nth-child(6) #info span:has(svg) {
  rotate: 90deg;
}

.container main section:nth-child(2) > div:nth-child(6) #info span:has(svg) svg {
  fill: var(--txt-link-clr);
}

.container main section:nth-child(2) > div:nth-child(6) #no {
  width: 100%;
  font-size: calc(var(--main-size) - 0.3rem);
  font-family: var(--Maven_Pro);
  color: var(--txt-link-clr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}

.container main section:nth-child(2) > div:nth-child(6) #no span {
  width: 100%;
  text-align: left;
  letter-spacing: 3px;
}
/*# sourceMappingURL=style.css.map */