/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/support/Components/support.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/* ===== LAYOUT ===== */
.support_main__YX54b {
  min-height: 100vh;
  background-color: #f8fafc;
}

/* ===== NAVBAR ===== */
.support_nav__GuVY_ {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #004225;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.support_nav_inner__AKwkm {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}

.support_nav_logo__dYo0r {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  text-decoration: none;
}

.support_logo_image__xDCE6 {
  object-fit: contain;
}

.support_desktop_nav__o4n0V {
  display: none;
  align-items: center;
  gap: 2rem;
}

.support_nav_link__WWms6 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.15s;
  text-decoration: none;
}

.support_nav_link__WWms6:hover {
  color: white;
}

.support_nav_actions__2quX3 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.support_get_started_btn___NXSG {
  display: none;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  transition:
    background-color 0.15s,
    color 0.15s;
  flex-shrink: 0;
  text-decoration: none;
}

.support_get_started_btn___NXSG:hover {
  background-color: white;
  color: #004225;
}

.support_hamburger__fkSe1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  gap: 0.375rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.support_hamburger_line__AxmcK {
  display: block;
  width: 1.25rem;
  height: 2px;
  background-color: white;
  transition:
    transform 0.3s,
    opacity 0.3s;
}

.support_hamburger_line_top_open__MiGK5 {
  transform: rotate(45deg) translateY(8px);
}

.support_hamburger_line_mid_open__80LO_ {
  opacity: 0;
}

.support_hamburger_line_bottom_open__2e7h1 {
  transform: rotate(-45deg) translateY(-8px);
}

.support_mobile_menu__a8X6p {
  background-color: #003a1f;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.support_mobile_nav_link__4m_LE {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 0;
  transition: color 0.15s;
  text-decoration: none;
}

.support_mobile_nav_link__4m_LE:hover {
  color: white;
}

.support_mobile_get_started__Lzzd1 {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  transition:
    background-color 0.15s,
    color 0.15s;
  text-decoration: none;
}

.support_mobile_get_started__Lzzd1:hover {
  background-color: white;
  color: #004225;
}

/* ===== HERO ===== */
.support_hero__0y28B {
  position: relative;
  overflow: hidden;
  background-color: #004225;
}

.support_hero_bg__XSbJV {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 10% 60%,
      rgba(111, 207, 151, 0.15) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 90% 10%,
      rgba(59, 130, 246, 0.12) 0%,
      transparent 45%
    );
}

.support_hero_content__ml6gs {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 1rem;
  text-align: center;
}

.support_hero_badge__4cF_z {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  color: white;
  margin-bottom: 1.5rem;
}

.support_hero_title__Q5T_k {
  font-size: 1.875rem;
  font-weight: 700;
  color: white;
  line-height: 1.2;
}

.support_hero_title_accent__Jo0Ew {
  display: block;
  margin-top: 0.5rem;
  color: #6fcf97;
}

.support_hero_desc__kV8gV {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.support_hero_buttons__wyS7_ {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

.support_hero_btn_primary__UQ_k_ {
  display: block;
  width: 100%;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  color: #004225;
  background-color: white;
  transition: background-color 0.15s;
  text-align: center;
  text-decoration: none;
}

.support_hero_btn_primary__UQ_k_:hover {
  background-color: #f5f2ea;
}

.support_hero_btn_secondary__OBdXU {
  display: block;
  width: 100%;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  background: transparent;
  transition: background-color 0.15s;
  text-align: center;
  text-decoration: none;
}

.support_hero_btn_secondary__OBdXU:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ===== CONTACT INFO ===== */
.support_contact_info_section__T6397 {
  background-color: white;
  border-bottom: 1px solid #eaecf0;
}

.support_contact_info_inner__PGaJS {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.support_contact_info_grid__kvY60 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.support_contact_info_item__DbsQl {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.support_contact_info_icon__hRckP {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background-color: #f5f2ea;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.support_contact_info_label__AmYrr {
  font-size: 0.75rem;
  font-weight: 500;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.support_contact_info_value__Fk9Pz {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #333333;
}

/* ===== SERVICES ===== */
.support_services_section__9M61S {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 1rem;
}

.support_section_header__mQBe2 {
  text-align: center;
  margin-bottom: 2.5rem;
}

.support_section_badge__qD7YG {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #004225;
  text-transform: uppercase;
  background-color: rgba(0, 66, 37, 0.1);
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}

.support_section_title__DidEM {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
}

.support_section_desc__ZliPK {
  margin-top: 1rem;
  color: #64748b;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75rem;
  font-size: 0.875rem;
}

.support_services_grid__EIg95 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.support_service_card__nmMmF {
  background-color: white;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid #eaecf0;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}

.support_service_card__nmMmF:hover {
  border-color: rgba(0, 66, 37, 0.3);
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.support_service_icon__6GvWp {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background-color: #f5f2ea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: background-color 0.15s;
}

.support_service_card__nmMmF:hover .support_service_icon__6GvWp {
  background-color: rgba(0, 66, 37, 0.1);
}

.support_service_title__HbKuI {
  font-weight: 700;
  font-size: 1rem;
  color: #333333;
}

.support_service_desc__B_LkZ {
  margin-top: 0.625rem;
  color: #64748b;
  line-height: 1.5rem;
  font-size: 0.875rem;
}

/* ===== RESPONSE TIMES ===== */
.support_response_section__FJk2_ {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

.support_response_banner__2ppQn {
  background-color: #004225;
  border-radius: 1rem;
  padding: 1.5rem;
  overflow: hidden;
  position: relative;
}

.support_response_banner_bg__JIOhq {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 85% 15%,
      rgba(111, 207, 151, 0.15) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 15% 85%,
      rgba(80, 146, 255, 0.12) 0%,
      transparent 40%
    );
}

.support_response_banner_content___er1x {
  position: relative;
}

.support_response_badge__e6fS0 {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}

.support_response_title__EP4RL {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 2rem;
}

.support_response_grid__4aEmE {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.support_response_box__AC0Ev {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 1.25rem;
}

.support_response_box_label__PxrHP {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.support_response_box_value__49UWA {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}

/* ===== FAQ ===== */
.support_faq_section__lJk77 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

.support_faq_grid__AwJkl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.support_faq_card__QJssG {
  background-color: white;
  border-radius: 1rem;
  border: 1px solid #eaecf0;
  padding: 1.25rem;
  transition:
    border-color 0.15s,
    box-shadow 0.15s;
}

.support_faq_card__QJssG:hover {
  border-color: rgba(0, 66, 37, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.support_faq_card_inner__pSONy {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.support_faq_icon_wrapper__hQTPt {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  background-color: rgba(0, 66, 37, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.support_faq_question___np2J {
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.support_faq_answer__h8OSm {
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

/* ===== BEFORE CONTACTING ===== */
.support_before_section__TgMH4 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

.support_before_card__DEof4 {
  background-color: white;
  border-radius: 1rem;
  border: 1px solid #eaecf0;
  overflow: hidden;
}

.support_before_card_grid__wfye9 {
  display: grid;
  grid-template-columns: 1fr;
}

.support_before_left__bB2Ek {
  background-color: #f5f2ea;
  padding: 2rem;
}

.support_before_badge__cyqw8 {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #004225;
  text-transform: uppercase;
  background-color: rgba(0, 66, 37, 0.1);
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  margin-bottom: 1.25rem;
}

.support_before_title__CfEVE {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.3;
}

.support_before_desc__xNwOr {
  margin-top: 1rem;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.support_before_right__jXzFJ {
  padding: 2rem;
}

.support_before_list__yFmmU {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.support_before_list_item__6CWwO {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.support_check_icon__QDcg2 {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  background-color: #004225;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.support_check_text__OSnRu {
  font-size: 0.875rem;
  color: #333333;
}

/* ===== CTA ===== */
.support_cta_section__drYSq {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

.support_cta_banner__buwa_ {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #004225;
  text-align: center;
  padding: 3rem 1rem;
}

.support_cta_banner_bg__OKQzE {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle at 50% 0%,
    rgba(111, 207, 151, 0.2) 0%,
    transparent 55%
  );
}

.support_cta_content__H6JZ5 {
  position: relative;
}

.support_cta_title__DbIef {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}

.support_cta_desc__W9Q67 {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.support_cta_button__Ljrdk {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  color: #004225;
  background-color: white;
  transition: background-color 0.15s;
  text-decoration: none;
}

.support_cta_button__Ljrdk:hover {
  background-color: #f5f2ea;
}

/* ===== FOOTER ===== */
.support_footer__bLu2x {
  background-color: white;
  border-top: 1px solid #eaecf0;
}

.support_footer_inner__z_TFO {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.support_footer_content__1YZIm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.support_footer_brand__V466_ {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.support_footer_logo_icon__Q_jhQ {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  background-color: #004225;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support_footer_brand_name__Qrp86 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
}

.support_footer_brand_sub__x0_y5 {
  font-size: 0.75rem;
  color: #94a3b8;
}

.support_footer_links__L_EDu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.support_footer_link__ZrpB9 {
  font-size: 0.875rem;
  color: #64748b;
  transition: color 0.15s;
  text-decoration: none;
}

.support_footer_link__ZrpB9:hover {
  color: #004225;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 640px) {
  .support_nav_inner__AKwkm {
    padding: 0.75rem 1.5rem;
  }
  .support_get_started_btn___NXSG {
    display: block;
  }
  .support_hero_badge__4cF_z {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
  .support_hero_buttons__wyS7_ {
    flex-direction: row;
    gap: 1rem;
    margin-top: 2.5rem;
  }
  .support_hero_btn_primary__UQ_k_ {
    width: auto;
  }
  .support_hero_btn_secondary__OBdXU {
    width: auto;
  }
  .support_contact_info_inner__PGaJS {
    padding: 2rem 1.5rem;
  }
  .support_contact_info_grid__kvY60 {
    grid-template-columns: repeat(3, 1fr);
  }
  .support_services_section__9M61S {
    padding: 3rem 1.5rem;
  }
  .support_services_grid__EIg95 {
    grid-template-columns: repeat(2, 1fr);
  }
  .support_response_section__FJk2_ {
    padding: 0 1.5rem 3rem;
  }
  .support_response_banner__2ppQn {
    padding: 2rem;
  }
  .support_response_grid__4aEmE {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .support_faq_section__lJk77 {
    padding: 0 1.5rem 3rem;
  }
  .support_before_section__TgMH4 {
    padding: 0 1.5rem 3rem;
  }
  .support_cta_section__drYSq {
    padding: 0 1.5rem 3rem;
  }
  .support_footer_inner__z_TFO {
    padding: 2rem 1.5rem;
  }
  .support_footer_content__1YZIm {
    flex-direction: row;
  }
  .support_footer_links__L_EDu {
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .support_nav_inner__AKwkm {
    padding: 0.75rem 5rem;
  }
  .support_desktop_nav__o4n0V {
    display: flex;
  }
  .support_hamburger__fkSe1 {
    display: none;
  }
  .support_hero_content__ml6gs {
    padding: 7rem 5rem;
  }
  .support_hero_title__Q5T_k {
    font-size: 3rem;
  }
  .support_hero_desc__kV8gV {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .support_contact_info_inner__PGaJS {
    padding: 3rem 5rem;
  }
  .support_services_section__9M61S {
    padding: 5rem 5rem;
  }
  .support_section_header__mQBe2 {
    margin-bottom: 3.5rem;
  }
  .support_section_title__DidEM {
    font-size: 2.25rem;
  }
  .support_section_desc__ZliPK {
    font-size: 1rem;
  }
  .support_services_grid__EIg95 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .support_service_card__nmMmF {
    padding: 1.75rem;
  }
  .support_service_icon__6GvWp {
    margin-bottom: 1.25rem;
  }
  .support_response_section__FJk2_ {
    padding: 0 5rem 5rem;
  }
  .support_response_banner__2ppQn {
    padding: 3rem;
    border-radius: 1.5rem;
  }
  .support_response_badge__e6fS0 {
    margin-bottom: 1.5rem;
  }
  .support_response_title__EP4RL {
    font-size: 2.25rem;
    margin-bottom: 3rem;
  }
  .support_response_box_value__49UWA {
    font-size: 1.875rem;
  }
  .support_faq_section__lJk77 {
    padding: 0 5rem 5rem;
  }
  .support_faq_grid__AwJkl {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .support_faq_card__QJssG {
    padding: 1.75rem;
  }
  .support_faq_question___np2J {
    font-size: 1rem;
  }
  .support_before_section__TgMH4 {
    padding: 0 5rem 5rem;
  }
  .support_before_card__DEof4 {
    border-radius: 1.5rem;
  }
  .support_before_card_grid__wfye9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .support_before_left__bB2Ek {
    padding: 3rem;
  }
  .support_before_badge__cyqw8 {
    margin-bottom: 1.5rem;
  }
  .support_before_title__CfEVE {
    font-size: 1.875rem;
  }
  .support_before_right__jXzFJ {
    padding: 3rem;
  }
  .support_cta_section__drYSq {
    padding: 0 5rem 5rem;
  }
  .support_cta_banner__buwa_ {
    border-radius: 1.5rem;
    padding: 4rem 1.5rem;
  }
  .support_cta_title__DbIef {
    font-size: 2.25rem;
  }
  .support_footer_inner__z_TFO {
    padding: 2rem 5rem;
  }
}

@media (min-width: 1024px) {
  .support_desktop_nav__o4n0V {
    gap: 2.5rem;
  }
  .support_hero_title__Q5T_k {
    font-size: 3.75rem;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/PublicPage/public-page.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/* ===== LAYOUT ===== */
.public-page_main__j3A_S {
  min-height: 100vh;
  background-color: #f8fafc;
}

/* ===== NAVBAR ===== */
.public-page_nav__2oKi7 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  background-color: #004225;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.public-page_nav_spacer__oUrbD {
  height: 62px;
}

.public-page_nav_inner__iJZdi {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}

.public-page_nav_logo__ScUvb {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  text-decoration: none;
}

.public-page_logo_image__n3QqU {
  object-fit: contain;
}

.public-page_desktop_nav__ywK4s {
  display: none;
  align-items: center;
  gap: 2rem;
}

.public-page_nav_link__zPuTx {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.15s;
  text-decoration: none;
}

.public-page_nav_link__zPuTx:hover {
  color: white;
}

.public-page_nav_actions__zpBNA {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.public-page_get_started_btn__jUdB_ {
  display: none;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  transition: background-color 0.15s, color 0.15s;
  flex-shrink: 0;
  text-decoration: none;
}

.public-page_get_started_btn__jUdB_:hover {
  background-color: white;
  color: #004225;
}

.public-page_hamburger__xk0fZ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  gap: 0.375rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.public-page_hamburger_line__7NOgV {
  display: block;
  width: 1.25rem;
  height: 2px;
  background-color: white;
  transition: transform 0.3s, opacity 0.3s;
}

.public-page_hamburger_line_top_open__R6m0q {
  transform: rotate(45deg) translateY(8px);
}

.public-page_hamburger_line_mid_open__rDKoA {
  opacity: 0;
}

.public-page_hamburger_line_bottom_open__Xj_Al {
  transform: rotate(-45deg) translateY(-8px);
}

.public-page_mobile_menu__NzXj0 {
  background-color: #003a1f;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.public-page_mobile_nav_link__sUUwH {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 0;
  transition: color 0.15s;
  text-decoration: none;
}

.public-page_mobile_nav_link__sUUwH:hover {
  color: white;
}

.public-page_mobile_get_started__rs7vn {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  transition: background-color 0.15s, color 0.15s;
  text-decoration: none;
}

.public-page_mobile_get_started__rs7vn:hover {
  background-color: white;
  color: #004225;
}

/* ===== HERO ===== */
.public-page_hero__qurFZ {
  position: relative;
  overflow: hidden;
  background-color: #004225;
}

.public-page_hero_bg__zJ27e {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 60%, rgba(111, 207, 151, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 90% 10%, rgba(59, 130, 246, 0.12) 0%, transparent 45%);
}

.public-page_hero_content__0rerh {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 1rem 6rem;
  text-align: center;
}

.public-page_hero_badge__LNuVj {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  color: white;
  margin-bottom: 1.5rem;
}

.public-page_hero_title__oOR1g {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  margin: 0;
}

.public-page_hero_title_accent__4m9aX {
  display: block;
  margin-top: 0.5rem;
  color: #6fcf97;
}

.public-page_hero_desc__Ou__b {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.public-page_hero_buttons__761lr {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.public-page_hero_btn_primary__co6r_ {
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #004225;
  background-color: white;
  text-decoration: none;
  transition: background-color 0.15s;
}

.public-page_hero_btn_primary__co6r_:hover {
  background-color: #f5f2ea;
}

.public-page_hero_btn_secondary__qRIny {
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
}

.public-page_hero_btn_secondary__qRIny:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ===== QUICK INFO ===== */
.public-page_quick_info_section__6U1kV {
  position: relative;
  z-index: 10;
  margin-top: -3rem;
}

.public-page_quick_info_inner__UDrOE {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.public-page_quick_info_card__nvNCm {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
}

.public-page_quick_info_grid__Pu78Q {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.public-page_quick_info_item__ucfG0 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.public-page_quick_info_icon__o1PEz {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background-color: #f5f2ea;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.public-page_quick_info_label__qWMPB {
  font-size: 0.75rem;
  font-weight: 500;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}

.public-page_quick_info_value__w_ukl {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
}

/* ===== POLICY CONTENT (TOC + SECTIONS) ===== */
.public-page_content_section__yg7F1 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.5rem 1rem 3rem;
}

.public-page_content_grid__hmiy0 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.public-page_toc_aside__bm6vw {
  width: 100%;
}

.public-page_toc_sticky__cvKYQ {
  background-color: white;
  border-radius: 1rem;
  border: 1px solid #eaecf0;
  padding: 1.25rem;
  height: fit-content;
}

.public-page_toc_header__XOxR3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.public-page_toc_header_left__ZNpL_ {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.public-page_toc_dot__90OpA {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #004225;
  flex-shrink: 0;
}

.public-page_toc_title__e1eNQ {
  font-size: 0.75rem;
  font-weight: 700;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}

.public-page_toc_toggle_icon__kNVFM {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-size: 1rem;
  transition: transform 0.2s;
}

.public-page_toc_toggle_icon_open__2o88j {
  transform: rotate(180deg);
}

.public-page_toc_nav__QdrWO {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 1rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.public-page_toc_nav_open__ZJVXQ {
  max-height: 800px;
}

.public-page_toc_link__S0rYO {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.4rem 0.625rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  color: #64748b;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.15s, background-color 0.15s;
}

.public-page_toc_link__S0rYO:hover {
  color: #004225;
  background-color: rgba(0, 66, 37, 0.06);
}

.public-page_toc_link_active__Sxk8Y {
  color: #004225;
  background-color: rgba(0, 66, 37, 0.08);
  font-weight: 600;
}

.public-page_toc_link_active__Sxk8Y .public-page_toc_link_num___T5o4 {
  color: #004225;
}

.public-page_toc_link_num___T5o4 {
  font-size: 0.625rem;
  font-weight: 700;
  color: #cbd5e1;
  flex-shrink: 0;
  padding-top: 0.1rem;
  letter-spacing: 0.05em;
}

/* ===== SECTIONS LAYOUT ===== */
.public-page_sections_list__kRaly {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.public-page_section_card__Chbs5 {
  background-color: white;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  scroll-margin-top: 5rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.public-page_section_card__Chbs5:hover {
  border-color: #c0d9c9;
  box-shadow: 0 8px 32px -8px rgba(0, 66, 37, 0.12);
}

.public-page_section_icon_wrap__IuJBj {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  /* background-color: #004225; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.public-page_section_header__wGSWf {
  background: linear-gradient(135deg, #edf7f1 0%, #f5f9f7 100%);
  border-bottom: 1px solid #daeae0;
  padding: 1.125rem 1.375rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.public-page_section_header_meta__uEKX2 {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
  min-width: 0;
}

.public-page_section_num__Jjl4_ {
  font-size: 0.625rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}

.public-page_section_title__Funeh {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #004225;
  margin: 0;
  line-height: 1.3;
}

.public-page_section_body__k22UI {
  padding: 1.5rem 1.375rem 1.75rem;
}

/* ===== RICH CONTENT TYPOGRAPHY ===== */
.public-page_rich_para__2WA9_ {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.8;
  margin: 0 0 0.75rem;
}

.public-page_rich_para__2WA9_:last-child {
  margin-bottom: 0;
}

.public-page_rich_list___Ihwd {
  list-style: none;
  padding: 0;
  margin: 0 0 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.public-page_rich_list___Ihwd:last-child {
  margin-bottom: 0;
}

.public-page_rich_list_item__quDyd {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.7;
}

.public-page_rich_list_item__quDyd::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #004225;
  flex-shrink: 0;
  margin-top: 0.55rem;
}

.public-page_rich_contact__URsFg {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 0.625rem;
  padding: 0.875rem 1.125rem;
  margin: 0.5rem 0 0.875rem;
}

.public-page_rich_contact_name__kvOfM {
  font-size: 0.875rem;
  font-weight: 700;
  color: #004225;
  margin: 0;
}

.public-page_rich_contact_email__s18Gv {
  font-size: 0.875rem;
  color: #004225;
  text-decoration: none;
  font-weight: 500;
}

.public-page_rich_contact_email__s18Gv:hover {
  text-decoration: underline;
}

/* ===== CTA BANNER ===== */
.public-page_cta_section__3biaE {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

.public-page_cta_banner__LTglV {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #004225;
  text-align: center;
  padding: 3rem 1rem;
}

.public-page_cta_banner_bg__nGjA_ {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 50% 0%, rgba(111, 207, 151, 0.2) 0%, transparent 55%);
}

.public-page_cta_content__hZnhs {
  position: relative;
}

.public-page_cta_title__70DiV {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin: 0;
}

.public-page_cta_desc__RPjyl {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9375rem;
  line-height: 1.6rem;
  margin-bottom: 0;
}

.public-page_cta_button__hU2Va {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  color: #004225;
  background-color: white;
  transition: background-color 0.15s;
  text-decoration: none;
}

.public-page_cta_button__hU2Va:hover {
  background-color: #f5f2ea;
}

.public-page_cta_buttons__11a4l {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.public-page_cta_btn_primary__f6qc3 {
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #004225;
  background-color: white;
  text-decoration: none;
  transition: background-color 0.15s;
}

.public-page_cta_btn_primary__f6qc3:hover {
  background-color: #f5f2ea;
}

.public-page_cta_btn_secondary__jE0rV {
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
}

.public-page_cta_btn_secondary__jE0rV:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ===== FOOTER ===== */
.public-page_footer__qTCOu {
  background: var(--primary_green);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.public-page_footer_inner__dPO_Z {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3.5rem 1rem 2rem;
}

.public-page_footer_grid__Hdbql {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 1.5rem;
}

.public-page_footer_brand_col__LI8Xj {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.public-page_footer_logo_link___Es_m {
  display: inline-block;
  opacity: 0.95;
  transition: opacity 0.15s;
}

.public-page_footer_logo_link___Es_m:hover {
  opacity: 1;
}

.public-page_footer_tagline__Ut62G {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  max-width: 280px;
  margin: 0;
}

.public-page_footer_socials__XUprE {
  display: flex;
  gap: 0.625rem;
  margin-top: 0.25rem;
}

.public-page_footer_social_link__7yGp8 {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  text-decoration: none;
}

.public-page_footer_social_link__7yGp8:hover {
  background: rgba(111, 207, 151, 0.12);
  border-color: rgba(111, 207, 151, 0.3);
  color: #6fcf97;
}

.public-page_footer_col__zJy_s {
  display: flex;
  flex-direction: column;
}

.public-page_footer_col_heading__0dvuV {
  font-size: 0.6875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1rem;
}

.public-page_footer_col_links__15_lh {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.public-page_footer_link__ZUzmf {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.15s;
  line-height: 1.4;
}

.public-page_footer_link__ZUzmf:hover {
  color: white;
}

.public-page_footer_divider__woM1S {
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
  margin: 2.5rem 0 1.75rem;
}

.public-page_footer_bottom__tZwDP {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  text-align: center;
}

.public-page_footer_copyright__QFLjI {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.public-page_footer_bottom_links__aNdLf {
  display: flex;
  gap: 1.5rem;
}

.public-page_footer_bottom_link__gEy50 {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.15s;
}

.public-page_footer_bottom_link__gEy50:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* ===== RESPONSIVE ===== */
@media (min-width: 640px) {
  .public-page_nav_inner__iJZdi {
    padding: 0.75rem 1.5rem;
  }

  .public-page_get_started_btn__jUdB_ {
    display: block;
  }

  .public-page_hero_content__0rerh {
    padding: 4rem 1.5rem 6rem;
  }

  .public-page_quick_info_inner__UDrOE {
    padding: 0 1.5rem;
  }

  .public-page_quick_info_card__nvNCm {
    padding: 2rem;
  }

  .public-page_quick_info_grid__Pu78Q {
    grid-template-columns: repeat(3, 1fr);
  }

  .public-page_content_section__yg7F1 {
    padding: 2.5rem 1.5rem 3rem;
  }

  .public-page_cta_section__3biaE {
    padding: 0 1.5rem 3rem;
  }

  .public-page_footer_inner__dPO_Z {
    padding: 3.5rem 1.5rem 2rem;
  }
}

@media (min-width: 768px) {
  .public-page_nav_inner__iJZdi {
    padding: 0.75rem 5rem;
  }

  .public-page_desktop_nav__ywK4s {
    display: flex;
  }

  .public-page_hamburger__xk0fZ {
    display: none;
  }

  .public-page_hero_content__0rerh {
    padding: 5rem 5rem 7rem;
    text-align: left;
  }

  .public-page_hero_badge__LNuVj {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }

  .public-page_hero_title__oOR1g {
    font-size: 3rem;
  }

  .public-page_hero_desc__Ou__b {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    margin-left: 0;
    margin-right: 0;
  }

  .public-page_hero_buttons__761lr {
    justify-content: flex-start;
  }

  .public-page_quick_info_section__6U1kV {
    margin-top: -4rem;
  }

  .public-page_quick_info_inner__UDrOE {
    padding: 0 5rem;
  }

  .public-page_quick_info_card__nvNCm {
    border-radius: 1.5rem;
    padding: 2.5rem;
  }

  .public-page_content_section__yg7F1 {
    padding: 3rem 5rem 4rem;
  }

  .public-page_content_grid__hmiy0 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }

  .public-page_toc_aside__bm6vw {
    flex-shrink: 0;
    width: 260px;
    align-self: stretch;
    position: relative;
  }

  .public-page_toc_sticky__cvKYQ {
    padding: 1.5rem;
  }

  .public-page_toc_header__XOxR3 {
    cursor: default;
  }

  .public-page_toc_toggle_icon__kNVFM {
    display: none;
  }

  .public-page_toc_nav__QdrWO {
    max-height: none;
    overflow: visible;
    margin-top: 1.25rem;
    gap: 0.125rem;
  }

  .public-page_toc_link__S0rYO {
    font-size: 0.875rem;
  }

  .public-page_section_header__wGSWf {
    padding: 1.25rem 1.75rem;
  }

  .public-page_section_body__k22UI {
    padding: 1.75rem 1.75rem 2rem;
  }

  .public-page_section_title__Funeh {
    font-size: 1.125rem;
  }

  .public-page_rich_para__2WA9_ {
    font-size: 1rem;
  }

  .public-page_rich_list_item__quDyd {
    font-size: 1rem;
  }

  .public-page_cta_section__3biaE {
    padding: 0 5rem 4rem;
  }

  .public-page_cta_banner__LTglV {
    border-radius: 1.5rem;
    padding: 4rem 2rem;
  }

  .public-page_cta_title__70DiV {
    font-size: 2rem;
  }

  .public-page_footer_inner__dPO_Z {
    padding: 4rem 5rem 2.5rem;
  }

  .public-page_footer_grid__Hdbql {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
  }

  .public-page_footer_brand_col__LI8Xj {
    grid-column: span 1;
  }

  .public-page_footer_bottom__tZwDP {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .public-page_desktop_nav__ywK4s {
    gap: 2.5rem;
  }

  .public-page_hero_title__oOR1g {
    font-size: 3.75rem;
  }

  .public-page_content_grid__hmiy0 {
    gap: 2.5rem;
  }

  .public-page_toc_aside__bm6vw {
    width: 280px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/Typography/Typography.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.Typography_h1_bold__a0fTY {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  color: var(--font-black-color);
} 

.Typography_h2_bold___KZLt {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  color: var(--font-black-color);
}

.Typography_h3_bold__DGJJ_ {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  color: var(--font-black-color);
}

.Typography_h4_bold__fLoM5 {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  color: var(--font-black-color);
}

.Typography_h5_bold__4ylmT {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: var(--font-black-color);
}

.Typography_h6_bold__Il7cJ {
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: var(--font-black-color);
}

.Typography_body_xlarge_regular__9FECn {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  color: var(--font-black-color);
}

.Typography_body_large_bold__7d0GL {
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  font-style: Bold;
  color: var(--font-black-color);
}

.Typography_body_large_semibold__Dj_Xb {
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  color: var(--font-black-color);
}

.Typography_body_large_medium__Q7Xtj {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  color: var(--font-black-color);
}

.Typography_body_large_regular__X0AN_ {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  color: var(--font-black-color);
}

.Typography_body_medium_bold__COAqx {
  font-family: "Inter";
  font-weight: 700;
  font-size: 14px;
  color: var(--font-black-color);
}

.Typography_body_medium_semibold__EcuZn {
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  color: var(--font-black-color);
}

.Typography_body_medium_medium__CWX3c {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  color: var(--font-black-color);
}

.Typography_body_medium_regular__Jzg1T {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  color: var(--font-black-color);
}

.Typography_body_small_bold__eIfww {
  font-family: "Inter";
  font-weight: 700;
  font-size: 12px;
  color: var(--font-black-color);
}

.Typography_body_small_semibold__VBNb8 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 12px;
  color: var(--font-black-color);
}

.Typography_body_small_medium__tqqSX {
  font-family: "Inter";
  font-weight: 500;
  font-size: 12px;
  color: var(--font-black-color);
}

.Typography_body_small_regular__R_Skf {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  color: var(--font-black-color);
}

