/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/contact-us/Components/contact.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/* ===== LAYOUT ===== */
.contact_main__SDOfL {
  background-color: #f8fafc;
  overflow: hidden;
}

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

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

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

.contact_logo_image__of5yV {
  object-fit: contain;
}

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

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

.contact_nav_link__Cre3C:hover {
  color: white;
}

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

.contact_get_started_btn__2t0v9 {
  display: none;
  padding: 0.5rem 1.25rem;
  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;
  flex-shrink: 0;
}

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

.contact_hamburger__vEg89 {
  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;
}

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

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

.contact_hamburger_line_mid_open__r1gCs {
  opacity: 0;
}

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

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

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

.contact_mobile_nav_link__tcewT:hover {
  color: white;
}

.contact_mobile_get_started__gyGhm {
  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;
}

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

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

.contact_hero_orb__ZLywo {
  position: absolute;
  right: 0;
  top: 0;
  width: 700px;
  height: 700px;
  border-radius: 9999px;
  background-color: rgba(111, 207, 151, 0.15);
  filter: blur(120px);
  pointer-events: none;
}

.contact_hero_orb_left__IzqNK {
  position: absolute;
  left: -100px;
  bottom: -100px;
  width: 400px;
  height: 400px;
  border-radius: 9999px;
  background-color: rgba(111, 207, 151, 0.08);
  filter: blur(100px);
  pointer-events: none;
}

.contact_hero_inner__Byjdw {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5rem 1.5rem 8rem;
}

.contact_hero_badge__Z_VEY {
  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 1.25rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: white;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.contact_hero_title__geF_P {
  font-size: 3rem;
  font-weight: 900;
  color: white;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.contact_hero_title_accent__uoVBh {
  display: block;
  color: #6fcf97;
}

.contact_hero_desc__lkIpR {
  margin-top: 2rem;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 36rem;
  line-height: 1.8;
}

/* ===== CHANNELS (overlapping hero) ===== */
.contact_channels_wrap__QWKKq {
  position: relative;
  z-index: 10;
  margin-top: -5rem;
}

.contact_channels_inner__7gLQn {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

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

.contact_channel_card__vHoSe {
  background-color: white;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaecf0;
}

.contact_channel_icon_box__KDNxd {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background-color: rgba(0, 66, 37, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.contact_channel_title__anP_Q {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.625rem;
}

.contact_channel_email__wbb8y {
  font-size: 0.9rem;
  font-weight: 600;
  color: #004225;
  margin-bottom: 0.75rem;
  word-break: break-all;
}

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

/* ===== FORM ===== */
.contact_form_section__XljhI {
  padding: 5rem 0;
}

.contact_form_inner__FPDw9 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.contact_form_card__6_qTb {
  background-color: white;
  border-radius: 2.5rem;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.contact_form_title__R1Jxu {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2rem;
}

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

.contact_field_label__TB6ZQ {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.contact_field_input__7dctn {
  width: 100%;
  padding: 0.875rem 1.25rem;
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  font-size: 0.9rem;
  color: #1a1a1a;
  background-color: #f8fafc;
  transition: border-color 0.15s, box-shadow 0.15s;
  outline: none;
  box-sizing: border-box;
}

.contact_field_input__7dctn:focus {
  border-color: #004225;
  box-shadow: 0 0 0 3px rgba(0, 66, 37, 0.08);
  background-color: white;
}

.contact_field_textarea__H6R9n {
  width: 100%;
  padding: 0.875rem 1.25rem;
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  font-size: 0.9rem;
  color: #1a1a1a;
  background-color: #f8fafc;
  transition: border-color 0.15s, box-shadow 0.15s;
  outline: none;
  resize: vertical;
  box-sizing: border-box;
  font-family: inherit;
}

.contact_field_textarea__H6R9n:focus {
  border-color: #004225;
  box-shadow: 0 0 0 3px rgba(0, 66, 37, 0.08);
  background-color: white;
}

.contact_submit_btn__kmsfZ {
  width: 100%;
  padding: 1.1rem;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background-color: #004225;
  border: none;
  cursor: pointer;
  transition: background-color 0.15s;
}

.contact_submit_btn__kmsfZ:hover {
  background-color: #003a1f;
}

.contact_form_note__0hMTu {
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.5;
}

/* ===== SIDE PANELS ===== */
.contact_side_panels__MOQqY {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
}

.contact_panel_card__IKdtq {
  flex: 1;
  background-color: #004225;
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.contact_panel_glow__t4V2m {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  background-color: rgba(111, 207, 151, 0.2);
  filter: blur(40px);
  pointer-events: none;
}

.contact_panel_label__SKCp0 {
  position: relative;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6fcf97;
  margin-bottom: 0.625rem;
}

.contact_panel_value__3o0Ma {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}

/* ===== PROCESS ===== */
.contact_process_section__bPvec {
  background-color: white;
  padding: 5rem 0;
}

.contact_process_inner__NKo2X {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.contact_section_title__2d7yr {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 3.5rem;
}

.contact_process_grid__LgO1d {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.contact_process_step___Pth6 {
  text-align: center;
}

.contact_process_num__mDANl {
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  background-color: #004225;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1.25rem;
}

.contact_process_label__cbgUR {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
}

/* ===== FAQ ===== */
.contact_faq_section__RLvLu {
  padding: 5rem 0;
}

.contact_faq_inner__KQqCF {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

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

.contact_faq_card__eiErI {
  background-color: white;
  border-radius: 1.5rem;
  padding: 1.75rem;
  border: 1px solid #eaecf0;
}

.contact_faq_q__yRrQv {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.625rem;
}

.contact_faq_a__L1Q_w {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
}

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

.contact_footer_inner__Dnzvb {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

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

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

.contact_footer_brand_name__wohdT {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1a1a1a;
}

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

.contact_footer_links__JgIN_ {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

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

.contact_footer_link__D2o0t:hover {
  color: #004225;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 640px) {
  .contact_get_started_btn__2t0v9 {
    display: block;
  }

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

  .contact_footer_inner__Dnzvb {
    flex-direction: row;
    justify-content: space-between;
  }

  .contact_footer_links__JgIN_ {
    gap: 1.5rem;
  }
}

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

  .contact_desktop_nav__uPSk7 {
    display: flex;
  }

  .contact_hamburger__vEg89 {
    display: none;
  }

  .contact_hero_inner__Byjdw {
    padding: 7rem 5rem 10rem;
  }

  .contact_hero_title__geF_P {
    font-size: 5rem;
  }

  .contact_channels_inner__7gLQn {
    padding: 0 5rem;
  }

  .contact_form_section__XljhI {
    padding: 6rem 0;
  }

  .contact_form_inner__FPDw9 {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .contact_form_card__6_qTb {
    height: 100%;
    box-sizing: border-box;
  }

  .contact_process_section__bPvec {
    padding: 6rem 0;
  }

  .contact_process_inner__NKo2X {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .contact_process_grid__LgO1d {
    grid-template-columns: repeat(4, 1fr);
  }

  .contact_faq_section__RLvLu {
    padding: 6rem 0;
  }

  .contact_faq_inner__KQqCF {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .contact_faq_grid__GXDpr {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact_footer_inner__Dnzvb {
    padding: 2rem 5rem;
  }
}

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

  .contact_hero_title__geF_P {
    font-size: 6.5rem;
  }

  .contact_channels_wrap__QWKKq {
    margin-top: -6rem;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/Label/Label.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.Label_label__hT6eV {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  color: var(--font-black-color);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Input/Input.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.Input_inputWrapper__3_l0p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 100%;
}

.Input_inputWithIcon__5kgK6 {
  position: relative;
  width: 100%;
}

.Input_input__cDdvD {
  height: 48px;
  width: 100%;
  padding: 15px 23px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 12px;
  border: 1px solid var(--light-grey);
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  outline: none;
}

.Input_passwordInput__XNWkX {
  padding-right: 50px;
}

.Input_input__cDdvD::placeholder {
  color: var(--light-grey);
}

.Input_input__cDdvD:focus {
  border: 1px solid var(--input-focus) !important;
}

.Input_input__cDdvD.Input_error__qaBX0 {
  border: 1px solid var(--error) !important;
}

.Input_input__cDdvD.Input_error__qaBX0:focus {
  border: 1px solid var(--error) !important;
}

.Input_input__cDdvD.Input_error__qaBX0::placeholder {
  color: var(--error);
}

.Input_input__cDdvD.Input_disabled__UKIKE,
.Input_input__cDdvD:disabled {
  background-color: #f5f5f5;
  color: #a3a3a3;
  cursor: not-allowed;
  opacity: 0.6;
}

.Input_errorMessage__Ua89k {
  font-size: 12px;
  color: var(--error);
  margin-top: 4px;
}

.Input_togglePasswordBtn__375cc {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease-in-out;
  outline: none;
}

.Input_togglePasswordBtn__375cc:hover {
  opacity: 0.7;
}

.Input_togglePasswordBtn__375cc:focus {
  outline: none;
}

.Input_togglePasswordBtn__375cc svg {
  display: block;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Button/button.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.button_main_div_button__iXux2 {
  width: 100%;
  height: 48px;
  padding: 13px;
  background-color: var(--primary_green);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.button_main_div_button__iXux2:hover:not(:disabled) {
  background-color: var(--hover-green);
}

.button_main_div_button__iXux2:disabled {
  background-color: var(--button-disable);
  cursor: not-allowed;
}

.button_button_text__PqUWU {
  color: white !important;
}

.button_loading__5RunK {
  position: relative;
  pointer-events: none;
}

.button_loader__UUMqQ {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: button_spin__5QsMp 0.6s linear infinite;
}

@keyframes button_spin__5QsMp {
  to {
    transform: rotate(360deg);
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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);
}

