.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #27272D;
}
.home-navbar {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1440px;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-logo {
  color: #FAC124;
  font-size: 50px;
}
.home-text {
  font-family: "Impact";
}
.home-text01 {
  font-family: "StarJediLogoMonoLine";
}
.home-desktop-menu {
  display: flex;
}
.home-nav {
  gap: var(--dl-space-space-twounits);
  flex: 0 0 auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link1 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link2 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-btn-group {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-socials {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-twitter {
  text-decoration: none;
}
.home-image {
  width: 100px;
  object-fit: cover;
}
.home-tele {
  text-decoration: none;
}
.home-image1 {
  width: 54px;
  height: 22px;
  object-fit: cover;
}
.home-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: fixed;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.home-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-logo1 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.home-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-nav2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text02 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text03 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text04 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text05 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text06 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-container2 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: row;
}
.home-login {
  margin-right: var(--dl-space-space-twounits);
}
.home-hero {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  height: 474px;
  display: flex;
  position: relative;
  max-width: 1440px;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: 19px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
}
.home-heading {
  gap: var(--dl-space-space-twounits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-header {
  top: 13px;
  left: -421px;
  color: rgb(250, 193, 36);
  width: 470px;
  height: 116px;
  position: absolute;
  font-size: 90px;
  max-width: 900px;
  align-self: flex-start;
  text-align: left;
  font-family: "Impact";
  font-weight: 400;
  line-height: 108px;
}
.home-text07 {
  font-family: "StarJediLogoMonoLine";
}
.home-image2 {
  top: 50px;
  right: 123px;
  width: 336px;
  height: 355px;
  position: absolute;
  object-fit: cover;
}
.home-description {
  gap: 120px;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.home-divider-image {
  height: 396px;
  align-self: stretch;
  object-fit: cover;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
}
.home-container3 {
  width: 100%;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: flex-end;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.home-description1 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  height: 135px;
  display: flex;
  max-width: 900px;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
.home-content {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.home-paragraph {
  color: rgb(250, 193, 36);
  width: auto;
  height: auto;
  font-size: 32px;
  align-self: center;
  text-align: center;
  font-family: "StarJediLogoMonoLine";
}
.home-cards {
  gap: var(--dl-space-space-fiveunits);
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  max-width: auto;
  align-items: center;
  padding-top: 75px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 120px;
}
.home-text10 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-family: "Impact";
}
.home-text11 {
  color: rgb(255, 255, 255);
  text-align: center;
}
.home-row {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-card {
  gap: var(--dl-space-space-twounits);
  width: 285px;
  height: 132px;
  display: flex;
  align-self: center;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: 30px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 28px;
  background-color: rgb(250, 193, 36);
}
.home-main {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-content1 {
  gap: var(--dl-space-space-unit);
  color: rgba(132, 228, 0, 0.8);
  width: 100%;
  display: flex;
  max-width: 460px;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
.home-header01 {
  color: rgb(39, 39, 45);
  width: 230px;
  height: 29px;
  text-align: center;
  font-family: "Fira Sans";
}
.home-text14 {
  font-style: normal;
  font-weight: 800;
}
.home-description2 {
  color: #27272D;
  width: 230px;
  height: 39px;
  font-size: 18px;
  max-width: 400px;
  font-style: normal;
  text-align: center;
  font-family: "Fira Sans";
  font-weight: 700;
  line-height: 27px;
}
.home-card1 {
  gap: var(--dl-space-space-twounits);
  width: 285px;
  height: 132px;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: 30px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 28px;
  background-color: rgb(250, 193, 36);
}
.home-main1 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-content2 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 460px;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
.home-header02 {
  color: rgb(39, 39, 45);
  width: 230px;
  height: 29px;
  text-align: center;
  font-family: "Fira Sans";
}
.home-text16 {
  font-style: normal;
  font-weight: 800;
}
.home-description3 {
  color: #27272D;
  width: 230px;
  height: 39px;
  font-size: 18px;
  max-width: 400px;
  font-style: normal;
  text-align: center;
  font-family: "Fira Sans";
  font-weight: 700;
  line-height: 27px;
}
.home-card2 {
  gap: var(--dl-space-space-twounits);
  width: 285px;
  height: 132px;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: 30px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 28px;
  background-color: rgb(250, 193, 36);
}
.home-main2 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-content3 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 460px;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
.home-header03 {
  color: #27272D;
  width: 230px;
  height: 29px;
  text-align: center;
  font-family: "Fira Sans";
}
.home-text18 {
  font-style: normal;
  font-weight: 800;
}
.home-description4 {
  color: #27272D;
  width: 230px;
  height: 39px;
  font-size: 18px;
  max-width: 400px;
  font-style: normal;
  text-align: center;
  font-family: "Fira Sans";
  font-weight: 700;
  line-height: 27px;
}
.home-row1 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-card3 {
  gap: var(--dl-space-space-twounits);
  width: 285px;
  height: 132px;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: 30px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 28px;
  background-color: rgb(250, 193, 36);
}
.home-main3 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-content4 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 460px;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
.home-header04 {
  color: #27272D;
  width: 230px;
  height: 29px;
  text-align: center;
  font-family: "Fira Sans";
}
.home-text20 {
  font-style: normal;
  font-weight: 800;
}
.home-description5 {
  color: #27272D;
  width: 230px;
  height: 39px;
  font-size: 18px;
  max-width: 400px;
  font-style: normal;
  text-align: center;
  font-family: "Fira Sans";
  font-weight: 700;
  line-height: 27px;
}
.home-card4 {
  gap: var(--dl-space-space-twounits);
  width: 285px;
  height: 132px;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: 30px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 28px;
  background-color: rgb(250, 193, 36);
}
.home-main4 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-content5 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 460px;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
.home-header05 {
  color: #27272D;
  width: 230px;
  height: 29px;
  text-align: center;
  font-family: "Fira Sans";
}
.home-text22 {
  font-style: normal;
  font-weight: 800;
}
.home-description6 {
  color: #27272D;
  width: 230px;
  height: 39px;
  font-size: 18px;
  max-width: 400px;
  font-style: normal;
  text-align: center;
  font-family: "Fira Sans";
  font-weight: 700;
  line-height: 27px;
}
.home-card5 {
  gap: var(--dl-space-space-twounits);
  width: 285px;
  height: 132px;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: 30px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 28px;
  background-color: rgb(250, 193, 36);
}
.home-main5 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-content6 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 460px;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
.home-header06 {
  color: #27272D;
  width: 230px;
  height: 29px;
  text-align: center;
  font-family: "Fira Sans";
}
.home-text24 {
  font-style: normal;
  font-weight: 800;
}
.home-description7 {
  color: #27272D;
  width: 230px;
  height: 39px;
  font-size: 18px;
  max-width: 400px;
  font-style: normal;
  text-align: center;
  font-family: "Fira Sans";
  font-weight: 700;
  line-height: 27px;
}
.home-roadmap {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 0px;
}
.home-heading1 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: center;
  flex-direction: column;
}
.home-header07 {
  color: rgb(250, 193, 36);
  font-size: 90px;
  max-width: 900px;
  font-style: normal;
  font-family: "StarJediLogoMonoLine";
  font-weight: 400;
  line-height: 108px;
}
.home-list {
  gap: 106px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: rgba(255, 255, 255, 0.3);
  padding-left: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  border-left-width: 1px;
}
.home-step {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-caption {
  color: #de8d45;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-heading2 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header08 {
  color: rgb(250, 193, 36);
  font-size: 72px;
  font-family: "Impact";
}
.home-header09 {
  color: rgb(255, 255, 255);
}
.home-step1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-caption1 {
  color: #de8d45;
}
.home-heading3 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header10 {
  color: rgb(250, 193, 36);
  font-size: 72px;
  font-family: "Impact";
}
.home-header11 {
  color: rgb(255, 255, 255);
}
.home-step2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-caption2 {
  color: #de8d45;
}
.home-heading4 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header12 {
  color: rgb(250, 193, 36);
  font-size: 72px;
  font-family: "Impact";
}
.home-header13 {
  color: rgb(255, 255, 255);
}
.home-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);
}
.home-main6 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.home-branding {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
}
.home-heading5 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-logo2 {
  color: rgb(255, 255, 255);
}
.home-caption3 {
  color: rgb(255, 255, 255);
}
.home-socials1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-twitter1 {
  text-decoration: none;
}
.home-image3 {
  width: 100px;
  object-fit: cover;
}
.home-tele1 {
  text-decoration: none;
}
.home-image4 {
  width: 29px;
  height: 23px;
  object-fit: cover;
}
.home-socials2 {
  gap: var(--dl-space-space-unit);
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-twitter2 {
  text-decoration: none;
}
.home-image5 {
  width: 100px;
  object-fit: cover;
}
.home-telegram {
  text-decoration: none;
}
.home-image6 {
  width: 100px;
  object-fit: cover;
}
.home-copyright {
  color: rgb(255, 255, 255);
}
.home-container5 {
  display: contents;
}
@media(max-width: 991px) {
  .home-desktop-menu {
    display: none;
  }
  .home-btn-group {
    display: none;
  }
  .home-burger-menu {
    display: flex;
  }
  .home-logo1 {
    color: #000000;
  }
  .home-row {
    flex-direction: column;
  }
  .home-card {
    width: 100%;
  }
  .home-card1 {
    width: 100%;
  }
  .home-card2 {
    width: 100%;
  }
  .home-row1 {
    flex-direction: column;
  }
  .home-card3 {
    width: 100%;
  }
  .home-card4 {
    width: 100%;
  }
  .home-card5 {
    width: 100%;
  }
}
@media(max-width: 767px) {
  .home-navbar {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-hero {
    width: auto;
    height: auto;
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-heading {
    gap: var(--dl-space-space-unit);
  }
  .home-header {
    color: #de8d45;
    width: auto;
    height: auto;
    position: static;
    font-size: 50px;
    max-width: auto;
    align-self: center;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
  }
  .home-image2 {
    width: auto;
    height: auto;
    position: static;
  }
  .home-description {
    gap: var(--dl-space-space-threeunits);
    padding-bottom: 0px;
  }
  .home-description1 {
    gap: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-content {
    gap: var(--dl-space-space-unit);
  }
  .home-paragraph {
    font-size: 20px;
    line-height: 30px;
  }
  .home-cards {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-card {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-main {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-header01 {
    font-size: 24px;
  }
  .home-description2 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-card1 {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-main1 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-header02 {
    font-size: 24px;
  }
  .home-description3 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-card2 {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-main2 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-header03 {
    font-size: 24px;
  }
  .home-description4 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-card3 {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-main3 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-header04 {
    font-size: 24px;
  }
  .home-description5 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-card4 {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-main4 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-header05 {
    font-size: 24px;
  }
  .home-description6 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-card5 {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-main5 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-header06 {
    font-size: 24px;
  }
  .home-description7 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-roadmap {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-heading1 {
    gap: var(--dl-space-space-unit);
  }
  .home-header07 {
    font-size: 36px;
    line-height: 43px;
  }
  .home-list {
    gap: var(--dl-space-space-threeunits);
    padding-top: 0px;
    padding-left: var(--dl-space-space-unit);
    padding-bottom: 0px;
  }
  .home-heading2 {
    gap: var(--dl-space-space-unit);
  }
  .home-header08 {
    font-size: 32px;
  }
  .home-header09 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-text26 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-heading3 {
    gap: var(--dl-space-space-unit);
  }
  .home-header10 {
    font-size: 32px;
  }
  .home-header11 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-heading4 {
    gap: var(--dl-space-space-unit);
  }
  .home-header12 {
    font-size: 32px;
  }
  .home-header13 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-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);
  }
  .home-main6 {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-heading5 {
    gap: var(--dl-space-space-unit);
  }
  .home-logo2 {
    font-size: 20px;
    line-height: 24px;
  }
  .home-caption3 {
    width: 80%;
    font-size: 12px;
    line-height: 18px;
  }
  .home-socials1 {
    display: none;
  }
  .home-socials2 {
    display: flex;
  }
  .home-image6 {
    width: 21px;
    height: 22px;
  }
}
@media(max-width: 479px) {
  .home-navbar {
    padding: var(--dl-space-space-unit);
  }
  .home-mobile-menu {
    padding: 16px;
  }
  .home-hero {
    width: auto;
    height: 733px;
    max-width: auto;
  }
  .home-header {
    color: #de8d45;
    width: auto;
    height: 96px;
    font-size: 90px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-family: Impact;
    font-weight: 500;
    line-height: 108px;
  }
  .home-text07 {
    color: #de8d45;
  }
  .home-text08 {
    color: #de8d45;
  }
  .home-image2 {
    margin: 0px;
    align-self: center;
    margin-top: .150;
  }
  .home-paragraph {
    color: rgb(241, 215, 118);
    height: 145px;
  }
  .home-cards {
    position: 0px;
    margin-left: 0px;
    padding-top: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-text10 {
    text-align: center;
  }
  .home-text11 {
    color: rgb(241, 215, 118);
    width: auto;
    height: auto;
    text-transform: lowercase;
  }
  .home-header01 {
    color: #ffffff;
  }
  .home-header02 {
    color: #ffffff;
  }
  .home-header03 {
    color: #ffffff;
  }
  .home-header04 {
    color: #ffffff;
  }
  .home-header05 {
    color: #ffffff;
  }
  .home-header06 {
    color: #ffffff;
  }
  .home-logo2 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 24px;
  }
  .home-image6 {
    width: 24px;
    height: 20px;
  }
}
