.card-wrapper {
  display: contents;
}

.card-card {
  flex: 0 0 auto;
  display: flex;
  max-width: 700px;
  width: 48%;
  align-items: center;
  border-radius: 24px;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  /* soft shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.card-info {
  width: 100%;
  min-height: 380px;
  padding: 50px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(145deg, #fff, #f9f9f9);
}

.card-info h3 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 12px;
  color: var(--dl-color-scheme-orange-n100);
}

.card-text2 {
  font-style: italic;
  font-size: 12px;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
}

.card-text2 p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 6px;
  color: var(--dl-color-scheme-darkgray);
}

.card-text2 b {
  color: var(--dl-color-scheme-green-n100);
}

.card-button-container {
  margin-top: auto;
  text-align: right;
}

.card-button-container .button-primary {
  border-radius: 24px;
  font-size: 0.95rem;
  padding: 10px 20px;
  font-weight: 600;
}

@media(max-width: 767px) {
  .card-card {
    width: 100%;
  }
}

@media(max-width: 767px) {
  .card-card1 {
    width: 100%;
  }
}

@media(max-width: 767px) {
  .card-card2 {
    width: 100%;
  }
}

.home-container10 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}

.home-navbar {
  align-items: center;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  /* subtle bottom shadow */
  background: #fff;
  z-index: 10;
}

.home-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-logo1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.home-image1 {
  width: 80px;
  object-fit: cover;
  margin-right: 14px;
}

.home-text101 {
  color: var(--dl-color-scheme-orange100);
}

.home-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.home-links1 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-text103 {
  color: var(--dl-color-scheme-orange-n80);
  margin-right: var(--dl-layout-space-twounits);
}

.home-text104-black {
  color: black;
}

.home-text104 {
  color: var(--dl-color-scheme-orange-n100);
}

.home-text105 {
  color: var(--dl-color-scheme-green-n80);
}

.home-burger-menu {
  display: none;
}

.home-icon10 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}

.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: absolute;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}

.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}

.home-logo2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.home-image2 {
  width: 100px;
  object-fit: cover;
  margin-right: 14px;
}

.home-text108 {
  color: var(--dl-color-scheme-orange100);
}

.home-close-menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}

.home-links2 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.home-text110 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text111 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text112 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text113 {
  font-size: 13px;
  font-style: italic;
  line-height: 1.5rem;
  color: rgb(76, 75, 75);
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text114 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-buttons {
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.home-icon14 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  margin-right: var(--dl-layout-space-twounits);
}

.home-icon16 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  margin-right: var(--dl-layout-space-twounits);
}

.home-icon18 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}

.home-max-width2 {
  align-items: center;
}

.home-content1 {
  flex: 0 0 auto;
  width: 45%;
  display: flex;
  align-items: flex-start;
  margin-top: var(--dl-layout-space-threeunits-2);
  margin-right: var(--dl-layout-space-twounits);
  margin-bottom: var(--dl-layout-space-threeunits);
  flex-direction: column;
}

.home-subtitle {
  color: var(--dl-color-scheme-orange-n80);
  margin-bottom: var(--dl-layout-space-unit);
}

.home-title1 {
  color: var(--dl-color-scheme-white);
  font-size: 52px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0;
  margin-bottom: var(--dl-layout-space-twounits);
  animation: dropDown 1.2s ease-out forwards;
}


.home-title1-2 {
  color: var(--dl-color-scheme-white);
  font-size: 42px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0;
  margin-bottom: var(--dl-layout-space-twounits);
  animation: dropDown 1.2s ease-out forwards;
}

.home-text116 {
  color: var(--dl-color-scheme-lightorange-n);
}

.home-description {
  color: var(--dl-color-scheme-white);
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: var(--dl-layout-space-threeunits);
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 1s;
}

.home-container11 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  margin-bottom: var(--dl-layout-space-threeunits);
}

.home-image3 {
  position: relative;
  padding-bottom: var(--dl-layout-space-eightunits-2);
}

.home-hero-image1 {
  flex: 1;
  max-width: 530px;
  object-fit: cover;
  border-radius: 48px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.home-graphic-top {
  top: 0px;
  right: -120px;
  width: 50%;
  height: 50%;
  position: absolute;
  max-width: 359px;
  max-height: 359px;
  object-fit: contain;
  object-position: center;
}

.home-image4 {
  right: -80px;
  bottom: 100px;
  width: 50%;
  height: 50%;
  position: absolute;
  object-fit: contain;
}

.home-graphic-top,
.home-image4 {
  transition: transform 0.3s ease-in-out;
  /* Smooth transition for transform */
}

.mini-overlay {
  position: absolute;
  width: 100%;
  top: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  color: var(--dl-color-scheme-orange-n80);
  animation: dropDown 1.2s ease-out forwards;
}

.mini-overlay h1,
.mini-overlay h2 {
  font-style: bold;
  font-family: Urbanist;
  text-shadow:
    -1px -1px 0 #fff,
    /* Top-left shadow */
    1px -1px 0 #fff,
    /* Top-right shadow */
    -1px 1px 0 #fff,
    /* Bottom-left shadow */
    1px 1px 0 #fff;
  /* Bottom-right shadow */
}

.mini-overlay h1 {
  font-size: 45px;
}

.home-max-width3 {
  align-items: stretch;
}

.home-hero-image2 {
  object-fit: fill;
  width: 100%;
  border-radius: 48px;
}

.how-to-join {
  object-fit: fill;
  width: 100%;
  border-radius: 48px;
}

.home-content2 {
  width: 50%;
  min-width: 40%;
  display: flex;
  margin-left: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: center;
}

.home-text117 {
  color: var(--dl-color-scheme-orange-n80);
  margin-bottom: var(--dl-layout-space-unit);
}


.home-text118 {
  font-size: 42px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-layout-space-twounits);
}

.home-text120 {
  color: var(--dl-color-scheme-orange100);
}

.home-text122 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: var(--dl-layout-space-threeunits);
}

.home-container12 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}

.home-section1 {
  background-color: var(--dl-color-scheme-orange-n80);
}


.home-section2 {
  background-color: rgba(255, 199, 139, 0.14);
}

.home-max-width4 {
  align-items: stretch;
}

.home-content3 {
  width: 100%;
  display: flex;
  margin-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.terms-section {
  width: 100%;
}

.term-block {
  margin-left: 35px;
}

.home-text123 {
  color: var(--dl-color-scheme-orange-n80);
  margin-bottom: var(--dl-layout-space-unit);
  letter-spacing: 0.05rem;
}

.home-text124 {
  font-size: 42px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-layout-space-twounits);
}

.home-text125 {
  color: var(--dl-color-scheme-orange100);
  font-family: Urbanist;
}

.home-text127 {
  font-family: Urbanist;
}

.home-text128 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: var(--dl-layout-space-threeunits);
}

.home-container13 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}

.home-hero-image3 {
  object-fit: contain;
  margin-right: -250px;
  border-radius: 48px;
}

.home-section3 {
  background-color: var(--dl-color-scheme-orange-n100);
}

.home-max-width5 {
  align-items: stretch;
}

.home-image7 {
  width: 50%;
}

.home-hero-image4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 48px;
}

.home-content4 {
  width: 50%;
  display: flex;
  margin-top: var(--dl-layout-space-oneunits);
  margin-bottom: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: center;
}

.home-image6 {
  width: 50%;
}

.home-text129 {
  color: var(--dl-color-scheme-white);
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text130 {
  color: var(--dl-color-scheme-white);
  font-size: 42px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: var(--dl-layout-space-twounits);
}

.home-step1 {
  display: flex;
  margin-bottom: var(--dl-layout-space-twounits);
  flex-direction: row;
}

.home-number1 {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-scheme-orange100);
}

.home-text131 {
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}

.home-container14 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-title2 {
  color: var(--dl-color-scheme-white);
  font-size: 24px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: var(--dl-layout-space-halfunit);
}

.home-title2-1 {
  color: var(--dl-color-scheme-orange-n100);
  font-size: 24px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: var(--dl-layout-space-halfunit);
}

.home-text132 {
  color: var(--dl-color-scheme-white);
  line-height: 1.5;
}

.home-step2 {
  display: flex;
  margin-bottom: var(--dl-layout-space-twounits);
  flex-direction: row;
}

.home-number2 {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-scheme-orange100);
}

.home-text133 {
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}

.home-container15 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-title3 {
  color: var(--dl-color-scheme-white);
  font-size: 24px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: var(--dl-layout-space-halfunit);
}

.home-text134 {
  color: var(--dl-color-scheme-white);
  line-height: 1.5;
}

.page-section-title {
  margin-bottom: 50px;
  color: var(--dl-color-scheme-darkgray);
}

.small-heading {
  font-family: Urbanist;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.home-step3 {
  display: flex;
  flex-direction: row;
}

.home-number3 {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-right: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius16);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-scheme-orange100);
}

.home-text135 {
  font-size: 28px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
}

.home-container16 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-title4 {
  color: var(--dl-color-scheme-orange100);
  font-size: 24px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: var(--dl-layout-space-halfunit);
}

.text-red-500 {
  color: red;
}

.text-info-500 {
  color: rgb(186, 137, 2);
}

.text-okay-500 {
  color: green;
}

.home-text136 {
  color: var(--dl-color-scheme-white);
  line-height: 1.5;
}

.home-max-width6 {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.home-text137 {
  color: var(--dl-color-scheme-orange-n80);
  margin-bottom: var(--dl-layout-space-halfunit);
}

.home-text138 {
  font-size: 42px;
  font-style: normal;
  text-align: center;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-layout-space-threeunits);
}

.home-cards-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}

.home-section5 {
  padding-top: 0px;
}

.home-max-width7 {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-max-width8 {
  flex-direction: column;
}

.home-faq {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: var(--dl-layout-space-eightunits);
  margin-bottom: var(--dl-layout-space-eightunits-2);
  flex-direction: row;
  justify-content: space-between;
}

.home-questions {
  flex: 0 0 auto;
  width: 60%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-faq-image {
  width: 40%;
}

.home-text141 {
  color: var(--dl-color-scheme-orange-n80);
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text142 {
  font-size: 42px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-layout-space-twounits);
}

.home-text143 {
  font-family: Urbanist;
}

.home-text145 {
  color: var(--dl-color-scheme-orange100);
  font-family: Urbanist;
}

.accordion-header {
  cursor: pointer;
}

.home-trigger1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-text146 {
  font-size: 20px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 600;
  line-height: 1.5;
}

.home-icon20 {
  width: 12px;
  height: 12px;
}

.home-text147 {
  margin-top: 8px;
  letter-spacing: normal;
  word-spacing: 2px;
  line-height: 1.5rem;
}

.home-trigger2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-text148 {
  font-size: 20px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 600;
  line-height: 1.5;
}

.home-icon22 {
  width: 12px;
  height: 12px;
}

.home-text149 {
  margin-top: 8px;
  letter-spacing: normal;
  word-spacing: 2px;
  line-height: 1.5rem;
}

.home-trigger3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-text150 {
  font-size: 20px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 600;
  line-height: 1.5;
}

.home-icon24 {
  width: 12px;
  height: 12px;
}

.home-text151 {
  margin-top: 8px;
  letter-spacing: normal;
  word-spacing: 2px;
  line-height: 1.5rem;
}

.home-trigger4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-text152 {
  font-size: 20px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 600;
  line-height: 1.5;
}

.home-icon26 {
  width: 12px;
  height: 12px;
}

.home-text153 {
  margin-top: 8px;
  letter-spacing: normal;
  word-spacing: 2px;
  line-height: 1.5rem;
}

.home-image8 {
  width: 100%;
  object-fit: cover;
}

.home-banner {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-fourunits);
  align-items: center;
  border-radius: 48px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/group%2011-1200w.png");
}

.home-text154 {
  color: var(--dl-color-scheme-lightorange-n);
  margin-bottom: var(--dl-layout-space-halfunit);
}

.home-text155 {
  color: var(--dl-color-scheme-white);
  font-size: 42px;
  font-style: normal;
  text-align: center;
  font-family: "Urbanist";
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-layout-space-halfunit);
}

.home-text159 {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-bottom: var(--dl-layout-space-twounits);
}

.home-btns {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}

.home-button18 {
  font-size: 16px;
  padding-top: 12px;
  margin-right: var(--dl-layout-space-unit);
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 12px;
}

.home-button19 {
  padding-top: 12px;
  margin-right: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 12px;
}

.home-footer {
  background-color: var(--dl-color-scheme-orange-n80);
  color: #fff;
  width: 100%;
  display: flex;
  /*max-width: var(--dl-layout-size-maxwidth);*/
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}

.footer-base {
  width: 100%;
  text-align: center;
}

.footer-link {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

.home-links-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.home-container17 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}

.home-text163 {
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}

.home-text164 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text165 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text166 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text167 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text169 {
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}

.home-text170 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text171 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text172 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text173 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text175 {
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}

.home-text176 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text177 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text178 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text179 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text180 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text182 {
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}

.home-text183 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text184 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text185 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text188 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text191 {
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}

.home-text192 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text193 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text194 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text196 {
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-oneandhalfunits);
}

.home-text197 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text198 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text199 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text200 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text201 {
  margin-bottom: var(--dl-layout-space-unit);
}

/* Hide mobile menu on desktop */
.home-mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.home-mobile-menu.active {
  display: block;
}

.active-link {
  border-bottom: 2px solid var(--dl-color-scheme-orange-n100);
  padding-bottom: 1px;
}

/* Show mobile menu only on small screens */
@media (max-width: 768px) {

  .how-to-join {
    width: 100%;
  }

  .home-mobile-menu {
    display: none;
  }
}

.home-mobile-menu.active {
  display: flex;
  transform: translateX(0);
}

.home-mobile-menu.inactive {
  transform: translateX(100%);
  display: none;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 32px;
  width: 48px;
  height: 48px;
  background: #fff;
  color: #333;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  font-size: 2rem;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: background 0.2s;
}

.back-to-top:hover {
  background: #f0c674;
  color: #222;
}

/* Show mobile menu on small screens */
@media (max-width: 768px) {
  .home-mobile-menu {
    display: block;
  }

  .home-desktop-menu {
    display: none;
  }
}

@media (max-width: 768px) {
  .home-burger-menu {
    display: block;
  }
}

@media(max-width: 991px) {
  .how-to-join {
    width: 100%;
  }

  .home-image6 {
    padding-bottom: 0px;
    width: 100%;
  }

  .home-graphic-top {
    top: 0px;
    right: -10px;
  }

  .home-image4 {
    right: 0px;
  }

  .home-content1 {
    width: 50%;
    margin-right: var(--dl-layout-space-unit);
  }

  .home-image3 {
    padding-bottom: var(--dl-layout-space-threeunits);
  }

  .home-hero-image1 {
    margin-bottom: 0px;
  }

  .home-max-width3 {
    flex-direction: column;
  }

  .home-image5 {
    padding-bottom: var(--dl-layout-space-threeunits);
  }

  .home-hero-image2 {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .home-content2 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .home-max-width4 {
    flex-direction: column;
  }

  .home-content3 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-threeunits);
  }

  .home-hero-image3 {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .home-max-width5 {
    flex-direction: column;
  }

  .home-image7 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-threeunits);
  }

  .home-hero-image4 {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .home-content4 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .home-max-width6 {
    flex-direction: column;
  }

  .home-max-width7 {
    flex-direction: column;
  }

  .home-questions {
    width: 60%;
  }

  .home-image8 {
    margin-right: -100px;
  }

  .home-footer {
    flex-direction: column;
  }

  .home-links-container {
    width: auto;
    margin-top: var(--dl-layout-space-twounits);
    flex-direction: row;
  }

  .home-container17 {
    flex-wrap: wrap;
    margin-right: 0px;
  }
}

@media(max-width: 767px) {
  .home-desktop-menu {
    display: none;
  }

  .home-links1 {
    display: none;
  }

  .home-burger-menu {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-text110 {
    margin-bottom: var(--dl-layout-space-unit);
  }

  .home-text111 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }

  .home-text112 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }

  .home-text113 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }

  .home-text114 {
    margin-left: 0;
    margin-bottom: var(--dl-layout-space-unit);
  }

  .home-max-width2 {
    flex-direction: column-reverse;
  }

  .home-content1 {
    width: 100%;
    margin-right: 0px;
  }

  .home-hero-image1 {
    margin-right: 0px;
  }

  .home-content2 {
    width: 100%;
    margin-right: 0px;
  }

  .home-content3 {
    width: 100%;
    margin-right: 0px;
  }

  .home-content4 {
    width: 100%;
    margin-right: 0px;
  }

  .home-cards-container {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-faq {
    margin-bottom: var(--dl-layout-space-twounits);
    flex-direction: column;
  }

  .home-questions {
    width: 100%;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }

  .home-image8 {
    width: 100%;
    margin-right: 0px;
  }

  .home-banner {
    padding: var(--dl-layout-space-twounits);
  }

  .home-footer {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }

  .home-links-container {
    width: auto;
    margin-top: var(--dl-layout-space-twounits);
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }

  .home-container17 {
    width: 100%;
    justify-content: space-between;
  }
}

@media(max-width: 479px) {
  .home-mobile-menu {
    padding: 16px;
  }

  .home-banner {
    padding-top: var(--dl-layout-space-twounits);
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-twounits);
  }

  .home-footer {
    padding: var(--dl-layout-space-unit);
  }

  .home-links-container {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
  }

  .home-container17 {
    align-items: center;
    margin-right: 0px;
    justify-content: space-between;
  }

  @media (max-width: 767px) {
    .back-to-top {
      width: 40px;
      height: 40px;
      right: 12px;
      bottom: 16px;
      font-size: 1.5rem;
    }
  }
}