.header-wrapper {
  display: contents;
}
.header-header {
  width: 1434px;
  display: flex;
  position: relative;
  transition: 0.3s;
  align-items: center;
  animation-name: fadeInDownBig;
  flex-direction: column;
  animation-delay: 0s;
  animation-duration: 1000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}

.header-navbar {
  width: 100%;
  height: 130px;
  display: flex;
  position: relative;
  max-width: auto;
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.header-desktop-menu {
  display: flex;
  position: relative;
}
.header-nav {
  gap: var(--dl-space-space-twounits);
  flex: 0 0 auto;
  color: #ffffff;
  width: auto;
  height: 60px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.header-navlink1 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.header-navlink2 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.header-navlink3 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.header-button1 {
  color: rgb(255, 255, 255);
}
.header-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.header-icon1 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-button3 {
  right: var(--dl-space-space-threeunits);
  position: absolute;
  align-self: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding-bottom: var(--dl-space-space-unit);
}
.header-image {
  top: 0px;
  left: 0px;
  width: 10%;
  bottom: 0px;
  height: auto;
  margin: auto;
  position: absolute;
  align-self: center;
  margin-top: auto;
  object-fit: cover;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: auto;
}
.page-navlink1 {
  display: flex;
  align-items: center;
}

.dashboard-fragment14 {
  display: contents;
}
.dashboard-text16 {
  display: inline-block;
}
.dashboard-fragment13 {
  display: contents;
}
.dashboard-text13 {
  display: inline-block;
}
.dashboard-fragment11 {
  display: contents;
}
.dashboard-text11 {
  display: inline-block;
}
.dashboard-fragment10 {
  display: contents;
}
.dashboard-text10 {
  display: inline-block;
}
.dashboard-fragment12 {
  display: contents;
}
.dashboard-text12 {
  display: inline-block;
}

.headerroot-class-name3 {
  width: 90%;
}

@media (max-width: 991px) {
  .header-desktop-menu {
    display: none;
  }
  .header-burger-menu {
    display: flex;
  }
  .header-button2 {
    width: 102px;
    display: flex;
    padding: var(--dl-space-space-unit);
    position: relative;
    flex-direction: row;
  }
  .header-icon1 {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    margin: auto;
    position: absolute;
    align-self: stretch;
  }
}
@media (max-width: 767px) {
  .header-navbar {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-image {
    width: 15%;
    height: auto;
  }
}
@media (max-width: 479px) {
  .header-navbar {
    height: 111px;
    padding: var(--dl-space-space-unit);
  }
  .header-burger-menu {
    position: relative;
  }
  .header-button2 {
    top: -18px;
    left: -86px;
    height: 30%;
    margin: auto;
    position: absolute;
  }
  .header-button3 {
    top: 0px;
    right: 24px;
    bottom: 0px;
    margin: auto;
    position: absolute;
  }
  .header-image {
    width: 102px;
    height: 106px;
  }
}

.dashboard-sub-wrapper {
  display: contents;
}
.dashboard-sub-container1 {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: #d9d9d9;
}
.dashboard-sub-navbar-interactive {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-unit);
}
.dashboard-sub-text10 {
  top: var(--dl-space-space-fiveunits);
  fill: var(--dl-color-gray-white);
  left: 0px;
  color: var(--dl-color-gray-white);
  right: 0px;
  width: 95%;
  bottom: 0px;
  margin: auto;
  position: absolute;
  align-self: center;
}
.dashboard-sub-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.dashboard-sub-desktop-menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dashboard-sub-links1 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.dashboard-sub-link31 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
}
.dashboard-sub-link51 {
  color: #ffffff;
}
.dashboard-sub-burger-menu {
  display: none;
}
.dashboard-sub-icon1 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.dashboard-sub-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: absolute;
  transform: translateY(-100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
}
.dashboard-sub-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.dashboard-sub-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.dashboard-sub-logo {
  height: 3rem;
}
.dashboard-sub-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-sub-icon3 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.dashboard-sub-links2 {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.dashboard-sub-link {
  fill: white;
  left: 1126px;
  color: white;
  bottom: -23px;
  position: absolute;
  text-decoration: underline;
}
.dashboard-sub-date-time {
  align-self: center;
  margin-right: var(--dl-space-space-threeunits);
}
.dashboard-fragment18 {
  display: contents;
}
.dashboard-text22 {
  display: inline-block;
}
.dashboard-fragment15 {
  display: contents;
}
.dashboard-text19 {
  display: inline-block;
}
.dashboard-fragment19 {
  display: contents;
}
.dashboard-text25 {
  display: inline-block;
}
.dashboard-fragment17 {
  display: contents;
}
.dashboard-text21 {
  display: inline-block;
}
.dashboard-fragment16 {
  display: contents;
}
.dashboard-text20 {
  display: inline-block;
}
.dashboard-fragment21 {
  display: contents;
}
.dashboard-text29 {
  display: inline-block;
}
.dashboard-fragment20 {
  display: contents;
}
.dashboard-text28 {
  display: inline-block;
  margin: auto;
}

@media (max-width: 767px) {
  .dashboard-sub-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .dashboard-sub-desktop-menu {
    display: none;
  }
  .dashboard-sub-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .dashboard-sub-navbar-interactive {
    padding: var(--dl-space-space-unit);
    padding-right: 16px;
  }
  .dashboard-sub-mobile-menu {
    padding: var(--dl-space-space-unit);
  }
}

.dashboard-body-wrapper {
  margin-top: 2%;
  display: contents;
  margin-bottom: 10%;
}
.dashboard-body-container1 {
  width: 100%;
  height: 644px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.dashboard-body-overview {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.dashboard-body-container2 {
  flex: 0 0 auto;
  width: 100%;
  height: 10%;
  display: flex;
  align-items: flex-start;
  background-color: rgba(101, 101, 101, 0.34);
}
.dashboard-body-text1 {
  color: #ffffff;
  font-size: 150%;
  margin-top: auto;
}
.dashboard-body-container3 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.dashboard-body-container4 {
  flex: 0 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: #000000;
  border-style: solid;
  border-width: 2px;
  flex-direction: column;
  background-color: rgba(101, 101, 101, 0.34);
  border-top-width: 2px;
  border-left-width: 0px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.dashboard-body-container5 {
  flex: 0 0 auto;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: #525252;
  border-style: solid;
  border-width: 2px;
  flex-direction: column;
  background-color: rgba(101, 101, 101, 0.34);
  border-top-width: 2px;
  border-left-width: 0px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.dashboard-fragment22 {
  display: contents;
}
.dashboard-text30 {
  display: inline-block;
}

.contact-us-wrapper {
  display: contents;
  margin-top: 2%;
}
.contact-us-contact-us {
  gap: var(--dl-space-space-threeunits);
  width: 80%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-twounits);
  position: relative;
  max-width: auto;
  flex-direction: row;
  z-index: 1; /* Ensure it is above other elements */
  position: relative; /* Ensure it respects the document flow */
}
.contact-us-row {
  gap: var(--dl-space-space-threeunits);
  width: 589px;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.contact-us-container1 {
  width: 279px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.contact-us-card1 {
  width: 60%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: center;
  flex-direction: column;
  background-color: #000000;
}
.contact-us-image1 {
  width: 240px;
  object-fit: cover;
}
.contact-us-container2 {
  flex: 0 0 auto;
  width: 250px;
  height: 362px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.contact-us-card2 {
  width: 238px;
  height: 236px;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-theme-accent2);
}
.contact-us-image2 {
  width: 200px;
  object-fit: cover;
}
.contact-us-column {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.contact-us-card3 {
  gap: var(--dl-space-space-twounits);
  width: 90%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
  background-color: #8fa7df;
}
.contact-us-content {
  gap: var(--dl-space-space-unit);
  width: 100%;
  height: 107px;
  display: flex;
  max-width: 460px;
  align-items: flex-start;
  flex-direction: column;
}
.contact-us-header {
  color: rgb(0, 0, 0);
}
.contact-us-description1 {
  color: rgb(0, 0, 0);
  width: 465px;
  height: 139px;
  font-size: 18px;
  max-width: 500px;
  line-height: 27px;
}
.contact-us-button {
  margin-top: var(--dl-space-space-oneandhalfunits);
}
.contact-us-description2 {
  color: rgb(0, 0, 0);
  width: 100%;
  font-size: 15px;
  max-width: auto;
  text-align: right;
  line-height: 15px;
}
.dashboard-fragment26 {
  display: contents;
}
.dashboard-description2 {
  display: inline-block;
}
.dashboard-fragment25 {
  display: contents;
}
.dashboard-description1 {
  display: inline-block;
}
.dashboard-fragment23 {
  display: contents;
}
.dashboard-text33 {
  display: inline-block;
}
.dashboard-fragment24 {
  display: contents;
}
.dashboard-text34 {
  display: inline-block;
}

.contact-usroot-class-name6 {
  width: 80%;
  height: auto;
  max-width: auto;
}

@media (max-width: 1200px) {
  .contact-us-contact-us {
    width: 90%;
    margin-right: var(--dl-space-space-oneandhalfunits);
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .contact-us-row {
    width: 40%;
    position: relative;
  }
  .contact-us-container1 {
    width: 183px;
  }
  .contact-us-card1 {
    width: 100%;
  }
  .contact-us-container2 {
    width: 50%;
  }
  .contact-us-card2 {
    top: 29px;
    left: 263px;
    width: 194px;
    height: 170px;
    margin: auto;
    position: absolute;
    align-self: center;
  }
  .contact-us-image2 {
    width: 130px;
  }
  .contact-us-card3 {
    width: 90%;
  }
  .contact-usroot-class-name6 {
    width: 90%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
  }
}
@media (max-width: 991px) {
  .contact-us-contact-us {
    height: auto;
    align-items: center;
    flex-direction: column;
  }
  .contact-us-row {
    gap: var(--dl-space-space-threeunits);
    width: 100%;
    height: 555px;
    align-items: center;
    justify-content: center;
  }
  .contact-us-card1 {
    width: 100%;
    aspect-ratio: 0.85;
  }
  .contact-us-image1 {
    width: 100%;
  }
  .contact-us-card2 {
    width: 40%;
    height: 351px;
    aspect-ratio: 0.85;
  }
  .contact-us-image2 {
    top: 0px;
    left: 0px;
    right: 0px;
    width: 80%;
    bottom: 0px;
    margin: auto;
    position: absolute;
  }
  .contact-us-column {
    width: 50%;
    height: auto;
  }
  .contact-us-card3 {
    width: auto;
  }
  .contact-us-description1 {
    width: 70%;
    height: auto;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .contact-us-contact-us {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .contact-us-row {
    gap: var(--dl-space-space-oneandhalfunits);
    height: 555px;
  }
  .contact-us-card1 {
    padding: var(--dl-space-space-unit);
  }
  .contact-us-image1 {
    width: 100%;
  }
  .contact-us-card2 {
    height: 45%;
    padding: var(--dl-space-space-unit);
    margin-top: 0px;
  }
  .contact-us-card3 {
    gap: var(--dl-space-space-threeunits);
    padding: var(--dl-space-space-threeunits);
    align-items: center;
  }
  .contact-us-content {
    align-items: center;
  }
  .contact-us-header {
    font-size: 32px;
    text-align: center;
  }
  .contact-us-description1 {
    height: 128px;
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .contact-us-button {
    margin-top: 0px;
  }
  .contact-us-description2 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .dashboard-text40 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .dashboard-text41 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .dashboard-text42 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .dashboard-text35 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .dashboard-text36 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .dashboard-text37 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .dashboard-text38 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
}
@media (max-width: 479px) {
  .contact-us-row {
    height: 350px;
  }
  .contact-us-card2 {
    top: 81px;
    left: 173px;
    height: auto;
    margin: auto;
    position: absolute;
  }
}

.dashboard-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #161616;
}
.dashboard-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.dashboard-fragment10 {
  display: contents;
}
.dashboard-text10 {
  display: inline-block;
}
.dashboard-fragment11 {
  display: contents;
}
.dashboard-text11 {
  display: inline-block;
}
.dashboard-fragment12 {
  display: contents;
}
.dashboard-text12 {
  display: inline-block;
}
.dashboard-fragment13 {
  display: contents;
}
.dashboard-text13 {
  display: inline-block;
}
.dashboard-fragment14 {
  display: contents;
}
.dashboard-text16 {
  display: inline-block;
}
.dashboard-fragment15 {
  display: contents;
}
.dashboard-text19 {
  display: inline-block;
}
.dashboard-fragment16 {
  display: contents;
}
.dashboard-text20 {
  display: inline-block;
}
.dashboard-fragment17 {
  display: contents;
}
.dashboard-text21 {
  display: inline-block;
}
.dashboard-fragment18 {
  display: contents;
}
.dashboard-text22 {
  display: inline-block;
}
.dashboard-fragment19 {
  display: contents;
}
.dashboard-text25 {
  display: inline-block;
}
.dashboard-fragment20 {
  display: contents;
}
.dashboard-text28 {
  display: inline-block;
}
.dashboard-fragment21 {
  display: contents;
}
.dashboard-text29 {
  display: inline-block;
}
.dashboard-fragment22 {
  display: contents;
}
.dashboard-text30 {
  display: inline-block;
}
.dashboard-container3 {
  flex: 0 0 auto;
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 20px;
  display: flex;
  align-items: flex-start;
}
.dashboard-fragment23 {
  display: contents;
}
.dashboard-text33 {
  display: inline-block;
}
.dashboard-fragment24 {
  display: contents;
}
.dashboard-text34 {
  display: inline-block;
}
.dashboard-fragment25 {
  display: contents;
}
.dashboard-description1 {
  display: inline-block;
}
.dashboard-fragment26 {
  display: contents;
}
.dashboard-description2 {
  display: inline-block;
}
.dashboard-container4 {
  flex: 0 0 auto;
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 20px;
  display: flex;
  align-items: flex-start;
}
.dashboard-footer {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1440px;
  align-items: flex-start;
  padding-top: 120px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
}
.dashboard-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.dashboard-branding {
  gap: var(--dl-space-space-threeunits);
  height: 272px;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
}
.dashboard-heading1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.dashboard-logo {
  color: rgb(255, 255, 255);
}
.dashboard-caption {
  color: rgb(255, 255, 255);
}
.dashboard-socials1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.dashboard-twitter1 {
  text-decoration: none;
}
.dashboard-image1 {
  width: 100px;
  object-fit: cover;
}
.dashboard-discord1 {
  text-decoration: none;
}
.dashboard-image2 {
  width: 100px;
  object-fit: cover;
}
.dashboard-links {
  gap: 120px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.dashboard-list1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.dashboard-heading2 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.dashboard-items1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.dashboard-link1 {
  color: rgb(255, 255, 255);
}
.dashboard-link2 {
  color: rgb(255, 255, 255);
}
.dashboard-link3 {
  color: rgb(255, 255, 255);
}
.dashboard-list2 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.dashboard-heading3 {
  color: rgb(255, 255, 255);
}
.dashboard-items2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.dashboard-link4 {
  color: rgb(255, 255, 255);
}
.dashboard-link5 {
  color: rgb(255, 255, 255);
}
.dashboard-link6 {
  color: rgb(255, 255, 255);
}
.dashboard-link7 {
  color: rgb(255, 255, 255);
}
.dashboard-socials2 {
  gap: var(--dl-space-space-unit);
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.dashboard-twitter2 {
  text-decoration: none;
}
.dashboard-image3 {
  width: 100px;
  object-fit: cover;
}
.dashboard-discord2 {
  text-decoration: none;
}
.dashboard-image4 {
  width: 100px;
  object-fit: cover;
}
.dashboard-copyright {
  color: rgb(255, 255, 255);
}
.dashboard-container6 {
  display: contents;
}
@media (max-width: 767px) {
  .dashboard-text35 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .dashboard-text36 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .dashboard-text37 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .dashboard-text38 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .dashboard-text40 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .dashboard-text41 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .dashboard-text42 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .dashboard-footer {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .dashboard-main {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .dashboard-heading1 {
    gap: var(--dl-space-space-unit);
  }
  .dashboard-logo {
    font-size: 20px;
    line-height: 24px;
  }
  .dashboard-caption {
    width: 80%;
    font-size: 12px;
    line-height: 18px;
  }
  .dashboard-socials1 {
    display: none;
  }
  .dashboard-links {
    gap: var(--dl-space-space-fourunits);
    width: 100%;
    justify-content: flex-start;
  }
  .dashboard-list1 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .dashboard-list2 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .dashboard-socials2 {
    display: flex;
  }
}
