.Button_button__t\+18N {
  border-radius: var(--border-radius);
  color: white;
  display: inline-block;
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-bold);
  line-height: 22px;
  padding: 15px 70px;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
}

.Button_button__t\+18N:active {
  border-top-width: 3px;
  padding-bottom: 13px;
}

.Button_button__t\+18N.Button_block__vFJF9 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.Button_button__t\+18N.Button_primary__ndDzw {
  background: linear-gradient(rgba(41, 178, 112, 1), rgba(26, 141, 86, 1));
  border-color: #1a7c4d;
}

.Button_button__t\+18N.Button_primary__ndDzw:hover {
  background: linear-gradient(rgba(41, 178, 112, 1), rgba(26, 121, 86, 1));
}

.Button_button__t\+18N.Button_secondary__fFvXH {
  background: linear-gradient(
    rgba(41, 178, 112, 0.3),
    rgba(26, 141, 86, 0.3)
  );
  border-color: var(--primary);
}

.Button_button__t\+18N.Button_secondary__fFvXH:hover {
  background: linear-gradient(
    rgba(41, 178, 112, 0.3),
    rgba(26, 141, 86, 0.6)
  );
}

.Button_button__t\+18N:disabled {
  background: linear-gradient(
    180deg,
    rgba(207, 248, 228, 0.3) 0%,
    rgba(146, 212, 181, 0.3) 100%
  );
  border-color: #9abf99;
  pointer-events: none;
}

.Checkbox_container__4QMuv {
  display: flex;
  gap: 10px;
  aspect-ratio: 1;
  width:18px;
}

.Checkbox_label__qkcn- {
  font-family: var(--font-family);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: var(--font-weight-thin);
  line-height: 26px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: left;
}

.Checkbox_input__lNrIc {
  display: none;
}

.Checkbox_input__lNrIc ~ .Checkbox_checkbox__L9DDX {
  flex: 0 0 18px;
  display: inline-block;
  height: 18px;
  border: 2px solid #29b270;
  border-radius: 2px;
}

.Checkbox_input__lNrIc:checked ~ .Checkbox_checkbox__L9DDX {
  background-color: #29b270;
  background-image: url(/static/media/tick.76241555aaa3d06ef1e1.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.Checkbox_input__lNrIc.Checkbox_invalid__6c\+6x:not(:checked) ~ .Checkbox_checkbox__L9DDX {
  border-color: var(--danger);
}

.Checkbox_input__lNrIc:disabled ~ .Checkbox_checkbox__L9DDX {
  background-color: #cfcdcd;
  border-color: #cfcdcd;
}


.CodeField_container__GFBC4 {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  gap: 8px;
}

.CodeField_cell__aZzf0 {
  width: 34px;
  height: 42px;
  background: var(--input-background);
  border: 1px solid var(--primary);
  box-sizing: border-box;
  border-radius: var(--border-radius);
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: white;
  outline: none;
}

.CodeField_cell__aZzf0:focus {
  background: var(--input-background-focus);
}

.CodeField_cell__aZzf0.CodeField_invalid__UOlO5 {
  background: linear-gradient(rgba(178, 41, 41, 0.2), rgba(141, 26, 26, 0.2));
  border: 1px solid var(--danger);
}

.CodeField_helper__ymIqP {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  display: block;
  font-size: var(--font-size-m);
  line-height: 26px;
  text-align: center;
  color: white;
}

.Divider_divider__xNOfg {
  margin: 24px -24px;
  border-color: #7d7c7b;
}

.InnerPageContent_container__95hIt {
  margin-top: 28px;
  flex: 1 1;
  background: #fbfbfb;
  box-shadow: 0px -8px 30px rgba(103, 226, 160, 0.3);
  border-radius: var(--border-radius) var(--border-radius) 0px 0px;
  color: black;
}

@media (min-width: 768px) {
  .InnerPageContent_container__95hIt {
    margin: 0 16px 50px;
    border-radius: 0 0 12px 12px;
  }
}

.InnerPageSection_container__Kl24g {
  padding: 24px 16px;
  border-bottom: 1px solid #7d7c7b;
}

.InnerPageSection_container__Kl24g:last-child {
  border-bottom: none;
}

@media (min-width: 768px) {
  .InnerPageSection_container__Kl24g {
    padding: 34px 40px;
  }
}

.InnerPageTitle_title__31qUC {
  margin: 0 0 24px;
  display: block;
  font-weight: var(--font-weight-thin);
  font-size: var(--font-size-xl);
  line-height: 26px;
}

@media (min-width: 768px) {
  .InnerPageTitle_title__31qUC {
    font-size: 22px;
  }
}

.Input_container__20\+Ch {
  position: relative;
  display: inline-block;
}

.Input_container__20\+Ch.Input_block__yQHRO {
  display: block;
  width: 100%;
}

.Input_input__maU9i {
  display: block;
  width: 100%;
  padding: 11px 13px 12px;
  background: var(--input-background);
  border: 1px solid var(--primary);
  box-sizing: border-box;
  border-radius: var(--border-radius);
  font-family: var(--font-family);
  font-size: var(--font-size-m);
  line-height: 21px;
  color: var(--label-color);
  outline: none;
}

/* Hide number input spinners */
.Input_input__maU9i[type="number"]::-webkit-inner-spin-button,
.Input_input__maU9i[type="number"]::-webkit-outer-spin-button {
  appearance: none !important;
  margin: 0 !important;
}

.Input_input__maU9i[type="number"] {
  appearance: textfield !important;
}

.Input_input__maU9i:focus {
  background: var(--input-background-focus);
}

.Input_input__maU9i:-ms-input-placeholder {
  /*text-transform: capitalize;*/
  color: gray;
}

.Input_input__maU9i::placeholder {
  /*text-transform: capitalize;*/
  color: gray;
}

.Input_input__maU9i.Input_invalid__jX8VC {
  background: linear-gradient(
      180deg,
      rgba(178, 41, 41, 0.3) 0%,
      rgba(97, 5, 5, 0.3) 100%
    ),
    url(/static/media/info.04251856cb6209c93743.svg) right 8px center no-repeat;
  border: 1px solid var(--danger);
}

.Input_label__yAhFO {
  display: block;
  padding-left: 12px;
  font-size: var(--font-size-s);
  line-height: 18px;
  color: var(--label-color);
  text-align: left;
  /*text-transform: capitalize;*/
}

.Input_error__y5tsD {
  display: block;
  position: absolute;
  left: 0;
  bottom: -14px;
  padding-left: 12px;
  font-size: var(--font-size-xs);
  line-height: 12px;
  color: var(--danger);
}
.Overlay_overlay__V2P5C {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  min-width: 100vw;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.Select_container__z0Md- {
  position: relative;
  display: inline-block;
}

.Select_container__z0Md-.Select_block__zq40s {
  display: block;
  width: 100%;
}

.Select_select__lV6l4 {
  appearance: none;
  display: block;
  width: 100%;
  padding: 11px 40px 12px 13px; /* więcej miejsca z prawej na strzałkę */
  background: linear-gradient(rgba(41, 178, 112, 0.2), rgba(26, 141, 86, 0.2)),
    url(/static/media/arrow-down.396738d2bf46af6bdc27.svg) no-repeat right 14px center; /* przesunięcie ikony */
  border: 1px solid var(--primary);
  box-sizing: border-box;
  border-radius: var(--border-radius);
  font-family: var(--font-family);
  font-size: var(--font-size-m);
  line-height: 21px;
  color: var(--label-color);
  outline: none;
  /*text-transform: capitalize;*/
}

.Select_select__lV6l4 option {
  color: #000;
  color: initial;
}

select:invalid {
  color: gray;
}

.Select_select__lV6l4.Select_invalid__OBleZ {
  background: linear-gradient(
    180deg,
    rgba(178, 41, 41, 0.3) 0%,
    rgba(97, 5, 5, 0.3) 100%
  );
  border: 1px solid var(--danger);
}

.Select_select__lV6l4:focus:not(:invalid) {
  background: linear-gradient(rgba(41, 178, 112, 0.4), rgba(26, 141, 86, 0.4)),
    url(/static/media/arrow-down.396738d2bf46af6bdc27.svg) no-repeat right 9px center;
}

.Select_label__iNkK\+ {
  display: block;
  padding-left: 12px;
  font-size: var(--font-size-s);
  line-height: 18px;
  color: var(--label-color);
  text-align: left;
  /*text-transform: capitalize;*/
}

.Textarea_container__pesjX {
  position: relative;
  display: inline-block;
}

.Textarea_container__pesjX.Textarea_block__PGNlS {
  display: block;
  width: 100%;
}

.Textarea_textarea__ptmlY {
  display: block;
  width: 100%;
  padding: 11px 13px 12px;
  background: var(--input-background);
  border: 1px solid var(--primary);
  box-sizing: border-box;
  border-radius: var(--border-radius);
  font-family: var(--font-family);
  font-size: var(--font-size-m);
  line-height: 21px;
  color: var(--label-color);
  outline: none;
}

.Textarea_textarea__ptmlY:focus {
  background: var(--input-background-focus);
}

.Textarea_textarea__ptmlY:-ms-input-placeholder {
  /*text-transform: capitalize;*/
  color: gray;
}

.Textarea_textarea__ptmlY::placeholder {
  /*text-transform: capitalize;*/
  color: gray;
}

.Textarea_textarea__ptmlY.Textarea_invalid__8UyeM {
  background: linear-gradient(
      180deg,
      rgba(178, 41, 41, 0.3) 0%,
      rgba(97, 5, 5, 0.3) 100%
    ),
    url(/static/media/info.04251856cb6209c93743.svg) right 8px top 12px no-repeat;
  border: 1px solid var(--danger);
}

.Textarea_label__rLo2p {
  display: block;
  padding-left: 12px;
  font-size: var(--font-size-s);
  line-height: 18px;
  color: var(--label-color);
  text-align: left;
  /*text-transform: capitalize;*/
}

.Textarea_error__1UKtw {
  display: block;
  position: absolute;
  left: 0;
  bottom: -14px;
  padding-left: 12px;
  font-size: var(--font-size-xs);
  line-height: 12px;
  color: var(--danger);
}
.InnerPage_container__lIYZc {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  background-color: white;
}

.InnerPage_header__Uih73 {
  padding: 16px;
}

.InnerPage_logo__ip043 {
  display: block;
  width: 40px;
  height: 40px;
}

.InnerPage_menu__P7xWc {
  display: none;
}

.InnerPage_exit__B6IAj {
  display: none;
}

.InnerPage_footer__PAR-O {
  display: none;
}

@media (min-width: 768px) {
  .InnerPage_header__Uih73 {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    height: 90px;
    padding: 0 43px;
    background: linear-gradient(
      rgba(84, 137, 102, 0),
      rgba(77, 119, 91, 0.057)
    );
    border-bottom: 1px solid #29b270;
  }

  .InnerPage_logo__ip043 {
    width: 50px;
    height: 50px;
  }

  .InnerPage_menu__P7xWc {
    flex: 1 1;
    margin-left: 70px;
    display: flex;
    align-items: center;
    gap: 60px;
  }

  .InnerPage_item__xT9cU {
    display: flex;
    gap: 17px;
    font-size: var(--font-size-l);
    line-height: 26px;
    color: black;
    text-decoration: none;
    transition: all 0.2s;
  }

  .InnerPage_item__xT9cU:hover {
    color: #29b270;
  }

  .InnerPage_item__xT9cU.active {
    color: #29b270;
  }

  .InnerPage_exit__B6IAj {
    display: flex;
    gap: 17px;
    font-size: var(--font-size-l);
    line-height: 26px;
    color: black;
    text-decoration: none;
    transition: all 0.2s;
  }

  .InnerPage_exit__B6IAj:hover {
    color: #29b270;
  }

  .InnerPage_burger__Bg95D {
    display: none;
  }

  .InnerPage_footer__PAR-O {
    display: block;
    width: 100vw;
    height: 40px;
    background: rgba(148, 231, 191, 0.14);
    border-top: 1px solid #eaeeec;
  }
}

@keyframes SideBar_slideIn__G4Lss {
  from {
    right: -100%; /* Szerokość kontenera */
  }
  to {
    right: 0;
  }
}

.SideBar_container__XBhSl {
  position: fixed;
  top: 60px;
  right: 100%;
  bottom: 0;
  z-index: 1001;
  width: 300px;
  padding: 70px 30px;
  background: linear-gradient(
    105.79deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.038) 100.2%
  );
  -webkit-backdrop-filter: blur(120px);
          backdrop-filter: blur(120px);
  border: 1px solid rgba(255, 255, 255, 0.43);
  border-radius: var(--border-radius) 0px 0px var(--border-radius);
  animation: SideBar_slideIn__G4Lss 0.5s ease-in-out forwards;
}

.SideBar_close__Em4n6 {
  position: absolute;
  top: 16px;
  right: 16px;
  color: white;
}

.SideBar_item__Y28UZ {
  display: flex;
  gap: 12px;
  margin-bottom: 50px;
  color: white;
}

.OuterPage_container__3jBSW {
  background: linear-gradient(
      rgba(32, 31, 29, 0) 0%,
      rgba(126, 103, 59, 0) 200px,
      rgba(32, 31, 29, 0.8) 230px,
      rgba(32, 31, 29, 1) 300px
    ),
    url(/static/media/landscape_mobile_2x.30cb07229d64fefca88a.webp) top center no-repeat;
  background-size: 100%, 100% 300px;
}

.OuterPage_back__HG0tN {
  position: absolute;
  top: 40px;
  left: 20px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(/static/media/back.89a3fd426086293a9ace.svg) center no-repeat;
  outline: none;
  border: none;
}

.OuterPage_content__pEEFA {
  display: flex;
  flex-flow: column;
  text-align: center;
  min-height: 100vh;
  padding-top: 74px;
  padding-bottom: 40px;
}

.OuterPage_logo__iwrFw {
  margin: 0 auto;
  cursor: pointer;
}

.OuterPage_title__XtinI {
  margin-top: 24px;
  font-weight: var(--font-semi-bold);
  color: white;
  font-size: var(--font-size-xl);
  line-height: 26px;
}

.OuterPage_subtitle__XfaGD {
  margin-top: 8px;
  padding: 0 20px;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-m);
  line-height: 26px;
  color: white;
}

.OuterPage_footer__MiR7M {
  display: none;
}

@media (min-width: 768px) {
  .OuterPage_container__3jBSW {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 60px;
    background: linear-gradient(
        rgba(32, 31, 29, 0) 0%,
        rgba(126, 103, 59, 0) calc(100vh - 100px),
        rgba(32, 31, 29, 0.8) calc(100vh - 30px),
        rgba(32, 31, 29, 1) 100vh
      ),
      url(/static/media/landscape_2x.901c2c7609c134e99714.webp) top center no-repeat;
    background-size: 100%, 100% 100vh;
    box-sizing: border-box;
    min-height: 100vh;
    min-width: 100vw;
    padding: 100px 0 0;
  }

  .OuterPage_back__HG0tN {
    display: none;
  }

  .OuterPage_content__pEEFA {
    align-self: center;
    justify-self: center;
    width: 90%;
    max-width: 1232px;
    min-height: 653px;
    padding: 96px 40px 40px;

    background: linear-gradient(
      105.79deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.038) 100.2%
    );
    -webkit-backdrop-filter: blur(120px);
            backdrop-filter: blur(120px);
    border-radius: var(--border-radius);
  }

  .OuterPage_title__XtinI {
    margin-top: 85px;
    font-size: 30px;
    line-height: 32px;
  }

  .OuterPage_subtitle__XfaGD {
    font-size: var(--font-size-xl);
  }

  .OuterPage_footer__MiR7M {
    display: block;
    width: 100vw;
    height: 40px;
    background: rgba(32, 31, 29, 0.7);
    border-top: 1px solid #7c7c7c;
  }
}

.PaymentPage_container__yFDwO {
  background: linear-gradient(
      rgba(32, 31, 29, 0) 0%,
      rgba(126, 103, 59, 0) 200px,
      rgba(32, 31, 29, 0.8) 230px,
      rgba(32, 31, 29, 1) 300px
    ),
    url(/static/media/landscape_mobile_2x.30cb07229d64fefca88a.webp) top center no-repeat;
  background-size: 100%, 100% 300px;
  min-width: 100vw;
}

@media (min-width: 768px) {
  .PaymentPage_container__yFDwO {
    background: linear-gradient(
        rgba(32, 31, 29, 0) 0%,
        rgba(126, 103, 59, 0) calc(100vh - 100px),
        rgba(32, 31, 29, 0.8) calc(100vh - 30px),
        rgba(32, 31, 29, 1) 100vh
      ),
      url(/static/media/landscape_2x.901c2c7609c134e99714.webp) top center no-repeat;
    background-size: 100%, 100% 100vh;
  }
}

.ProfileLayout_menu__N20-b {
  margin: 0 16px;
  display: flex;
  gap: 8px;
  padding: 6px;
  background: #e4f2eb;
  border-radius: var(--border-radius);
  overflow:auto;
}

.ProfileLayout_item__f9gwN {
  display: inline-block;
  padding: 0 4px;
  font-weight: var(--font-weight-semi-bold);
  font-size: 13px;
  line-height: 34px;
  color: rgba(22, 72, 45, 0.7);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
  letter-spacing: -0.5px;
}

.ProfileLayout_item__f9gwN:hover {
  color: rgba(22, 72, 45, 1);
}

.ProfileLayout_item__f9gwN.active {
  background-color: #fbfbfb;
  border-radius: 8px;
  color: black;
}

@media (min-width: 768px) {
  .ProfileLayout_menu__N20-b {
    position: relative;
    z-index: 0;
    padding: 0;
    gap: 0;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
  }

  .ProfileLayout_item__f9gwN {
    padding: 18px 39px 9px;
    font-weight: var(--font-weight-semi-bold);
    font-size: var(--font-size-xl);
    line-height: 26px;
    color: rgba(0, 0, 0, 0.6);
  }

  .ProfileLayout_item__f9gwN.active {
    background-color: #fbfbfb;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
  }
}

.AddressField_container__pfLLt {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.AddressField_small__HqHcm {
  flex: 0 0 170px;
}

.AttachmentField_container__7Ilws {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.AttachmentField_description__wX0gO {
  font-size: var(--font-size-m);
  line-height: 21px;
  color: var(--label-color);
  text-align: left;
}

.AttachmentField_input__qoMSq {
  flex: 0 0 140px;
  display: none;
}

.AttachmentField_label__27KXG {
  flex: 0 0 140px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 42px;
  background: var(--input-background);
  border: 1px solid var(--primary);
  border-radius: 10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: var(--label-color);
}

.AttachmentField_label__27KXG:hover {
  background: var(--input-background-focus);
}

.AttachmentField_label__27KXG.AttachmentField_invalid__EgRD2 {
  background: linear-gradient(
    180deg,
    rgba(178, 41, 41, 0.3) 0%,
    rgba(97, 5, 5, 0.3) 100%
  );
  border: 1px solid var(--danger);
}

.BirthdateField_container__mzB1s {
  display: flex;
  gap: 15px;
  width: 100%;
}

.BirthdateField_item__9Yb49 {
  flex: 1 1;
}

.BirthdateField_label__1ROim {
  display: block;
  padding-left: 12px;
  font-size: var(--font-size-s);
  line-height: 18px;
  color: var(--label-color);
  text-align: left;
}

.Card_membershipCard__32SNg {
  position: relative;
  flex-shrink: 0;
  background: linear-gradient(107.8deg, #F9ED50 0.02%, #5CAC58 41.5%, #4BA559 52%, #5BAC58 61%, #F9ED50 99.98%);
  width: 504px;
  height: 318px;
  border-radius: 12px;
  display: block;
  padding: 38px;
  box-sizing: border-box;
  overflow:hidden;
  background-position: -20px -10px;
  background-repeat: no-repeat;
  background-size: 566px 336px;
}
.Card_cardContent__8WBtn {
  width: 100%;
  max-width: 972px;
}
.Card_headerSection__kC6A2 {
  display: block;
  overflow: hidden;
}
.Card_logoContainer__daZQR {
  float: left;
  width: 50%;
}
.Card_logoCircle__APM1O {
  background-color: #FFF;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  padding: 2px;
  float: left;
}
.Card_logoImage__yGmem {
  width: 72px;
  height: 72px;
}
.Card_organizationHistory__uIhB1 {
  color: #000;
  font-size: 11px;
  font-weight: 400;
  float: left;
  margin-left: 20px;
  margin-top: 12px;
}
.Card_organizationInfo__3oB3o {
  float: right;
  width: 50%;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.Card_organizationName__308X3 {
  margin-bottom: 3px;
}
.Card_cardType__Yri0\+ {
  font-size: 14px;
  margin-bottom: 1px;
}
.Card_memberDetails__XXd9u {
  position: absolute;
  bottom:40px;
  left:28px;
  font-size: 11px;
}
.Card_memberDetailsTable__0o0Dm {
  table-layout:fixed;
  margin-left:14px;
}

.Card_memberDetailsTable2__I3-ck {
  table-layout:fixed;
  margin-left:48px;
}

.Card_memberDetailsTable__0o0Dm td {
  padding: 4px 8px 4px;
}

.Card_label__8Taop {
  white-space: nowrap;
}

.Card_value__Dp-sV {
  text-align: left;
  font-weight: bold;
  /* padding-left: 8px; */
  max-width:325px;
}
.Card_detailsContainer__BvQz3 {
  float: left;
  width: 100%;
}
.Card_detailsContent__ofb4E {
  overflow: hidden;
}
.Card_labelsColumn__B3MpR {
  float: left;
  color: #000;
  font-size: 10px;
  font-weight: 400;
}

.Card_labelGroup__7Y5NU {
  text-align: right;
}

.Card_valuesColumn__wr4XD {
  float: right;
  width: 60%;
}

.Card_memberName__xmxdo {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}


.Card_discountInfo__v-v\+J {
  font-size: 12px;
}

.Card_qrCodeWrapper__NcCIb {
  position: absolute;
  bottom:28px;
  right:28px;
}

.Card_qrCode__q4rhk {
  width: 60px;
  height: 60px;
  background: white;
}
p,h1,h2 {
  margin: 0;
  padding:0;
}
.PhoneNumberField_container__8flXI {
  display: flex;
  width: 100%;
  gap: 15px;
}

.PhoneNumberField_prefix__6-G52 {
  flex: 0 0 90px;
}

.PhoneNumberField_number__6FV02 {
  flex: 1 1;
}
.ContactForm_container__JTO\+E {
  margin-top: 24px;
  max-width: 655px;
  --label-color: black;
}


.ContactForm_footer__HvUdq {
  margin-top: 45px;
  text-align: center;
}

.ContactForm_fieldWrapper__0xWBW {
  position: relative;
  margin-bottom: 24px;
}

.ContactForm_counter__i3kSS {
  text-align: right;
  font-size: 13px;
  color: #6b7280;
  margin-top: 4px;
}

.ContactForm_counterError__UZKcU {
  color: #b91c1c;
  font-weight: 600;
}
.Modal_overlay__gbKo3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100vw;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.Modal_content__7\+2VX {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  box-sizing: border-box;
  overflow: auto;
  padding: 20px 40px;
  background: linear-gradient(
    105.79deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.038) 100.2%
  );
  -webkit-backdrop-filter: blur(70px);
          backdrop-filter: blur(70px);
  border-radius: var(--border-radius);
  border: 1px solid rgba(255, 255, 255, 0.43);
  color: white;
}

.Modal_header__2o0QH {
  position: sticky;
  top: 0;
}

button.Modal_close__ym5tY {
  position: absolute;
  top: 0;
  right: -30px;
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
}

@media (min-width: 768px) {
  .Modal_content__7\+2VX {
    max-width: 70vw;
    max-height: 70vh;
  }
}

.CropImage_container__E7hDY {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
}

.EditPersonalDataForm_container__7du\+Q {
  max-width: 655px;
  --label-color: black;
}

.EditPersonalDataForm_footer__e0MRm {
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .EditPersonalDataForm_footer__e0MRm {
    margin-top: 40px;
    text-align: left;
  }
}
.EditPersonalDataForm_actions_row__pSxPE { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
.EditPersonalDataForm_change_type__5rOkI { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 10px; border: 1px solid #e5e7eb; background: #fff; cursor: pointer; }
.EditPersonalDataForm_currentTypeNote__QjlAZ { color: #6b7280; }
.UserForm_field__EQ\+OW {
  margin-bottom: 17px;
}

.CardTypeModal_backdrop__Msp0P {
  position: fixed; inset: 0; background: rgba(0,0,0,.45);
  display: flex; align-items: center; justify-content: center;
  z-index: 1000;
}

.CardTypeModal_modal__NG-mT {
  width: min(640px, 92vw);
  background: #fff; border-radius: 16px; padding: 20px 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

.CardTypeModal_list__kuZc9 { display: grid; grid-gap: 10px; gap: 10px; margin: 16px 0; }

.CardTypeModal_option__0hTkT {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border: 1px solid #e5e7eb; border-radius: 10px;
}

.CardTypeModal_actions__ZfXPp { display: flex; justify-content: flex-end; gap: 10px; margin-top: 12px; }

.CardTypeModal_btnPrimary__IcbFV {
  padding: 10px 14px; border-radius: 10px; border: 0;
  background: #16a34a; color: #fff; cursor: pointer;
}
.CardTypeModal_btnPrimary__IcbFV:disabled { opacity: .6; cursor: not-allowed; }

.CardTypeModal_btnGhost__X43Mt {
  padding: 10px 14px; border-radius: 10px; border: 1px solid #e5e7eb; background: #fff;
  cursor: pointer;
}

.CardTypeModal_warn__AhC9P {
  background: #fff7ed; color: #9a3412; border: 1px solid #fed7aa;
  padding: 8px 10px; border-radius: 8px; font-size: .95rem;
  margin: 6px 0 12px;
}
.LoginForm_container__Z5Bj2 {
  flex: 1 1;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  --label-color: white;
}

.LoginForm_submit__s4RDQ {
  margin-top: 40px;
  margin-bottom: 16px;
  max-width: 244px;
}

.LoginForm_resend__bbvqb {
  display: block;
  outline: none;
  border: none;
  padding: 0;
  color: #2ada86;
  font-family: var(--font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: 26px;
  text-decoration: underline;
  transition: 0.2s all;
}

.LoginForm_resend__bbvqb:hover {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .LoginForm_container__Z5Bj2 {
    padding: 50px 0 0;
    justify-content: flex-start;
  }

  .LoginForm_membershipId__nLWKt {
    margin: 0 auto;
    max-width: 655px;
  }  

  .LoginForm_submit__s4RDQ {
    margin-top: 75px;
    margin-bottom: 8px;
  }
}

.RegisterForm_container__d57W- {
  margin-top: 30px;
  display: block;
  max-width: 655px;
  padding: 0 20px;
  color: white;
  --label-color: white;
}

.RegisterForm_field__Z0oyH {
  margin-bottom: 17px;
}

.RegisterForm_checkbox__9DZp1 {
  margin-bottom: 8px;
}

.RegisterForm_checkboxes__STwHw {
  padding-left: 28px;
}

.RegisterForm_helper__a1GYd {
  display: block;
  font-weight: var(--font-weight-thin);
  font-size: var(--font-size-s);
  line-height: 26px;
  text-align: left;
}

.RegisterForm_submit__6npoO {
  margin-top: 24px;
}


@media (min-width: 768px) {
  .RegisterForm_container__d57W- {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}

.RejectEditWidget_container__H5zuf {
  margin-bottom: 24px;
}

.RejectEditWidget_content__xA-kb {
  margin: 0;
  flex: 1 0 auto;
  padding: 6px 12px;
  background: rgba(189, 189, 189, 0.2);
  border: 1px solid #29b270;
  box-sizing: border-box;
  border-radius: var(--border-radius);
  font-size: var(--font-size-m);
  line-height: 26px;
  letter-spacing: -0.5px;
}

.RejectEditWidget_undo__BfgJf {
  display: none;
}

@media (min-width: 768px) {
  .RejectEditWidget_container__H5zuf {
    display: flex;
    gap: 30px;
  }

  .RejectEditWidget_content__xA-kb {
    padding: 16px 24px;
  }

  .RejectEditWidget_undo__BfgJf {
    padding-left: 26px;
    padding-right: 26px;
    display: flex;
    gap: 12px;
    align-items: center;
    color: #16482d;
  }
}

.PhotoField_container__cpaH0 {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.PhotoField_description__aY8qj {
  font-size: var(--font-size-m);
  line-height: 21px;
  color: var(--label-color);
  text-align: left;
}

.PhotoField_input__kfKo3 {
  flex: 0 0 140px;
  display: none;
}

.PhotoField_label__05iq7 {
  flex: 0 0 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  height: 118px;
  background: var(--input-background);
  border: 1px solid var(--primary);
  border-radius: 10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  cursor: pointer;
  color: var(--label-color);
}

.PhotoField_preview__uDGhO {
  flex: 0 0 118px;
  width: 118px;
  height: 118px;
  border: 1px solid var(--primary);
  border-radius: 10px;
}

.PhotoField_preview__uDGhO.PhotoField_invalid__LFBNl {
  border-color: var(--danger);
}

.PhotoField_label__05iq7:hover {
  background: var(--input-background-focus);
}

.PhotoField_label__05iq7.PhotoField_invalid__LFBNl {
  background: linear-gradient(
    180deg,
    rgba(178, 41, 41, 0.3) 0%,
    rgba(97, 5, 5, 0.3) 100%
  );
  border: 1px solid var(--danger);
}

.PhotoField_actions__-bmFK {
  margin-top: 5px;
  display: flex;
  gap: 20px;
}

.PhotoField_action__YCOua {
  display: block;
  outline: none;
  border: none;
  padding: 0;
  color: #2ada86;
  font-family: var(--font-family);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: 26px;
  text-decoration: underline;
  transition: 0.2s all;
}

.PhotoField_action__YCOua:hover {
  opacity: 0.5;
}

.PhotoField_error__KbwQf {
  margin-top: 5px;
  color: var(--danger);
  display: block;
}

.Table_table__cPTc- {
  width: 100%;
  font-size: 11px;
  line-height: 40px;
  text-align: left;
  table-layout: fixed;
}

.Table_table__cPTc- + .Table_table__cPTc- {
  margin-top: 14px;
}

.Table_table__cPTc- th {
  font-weight: var(--font-weight-thin);
}

.Table_table__cPTc- td {
  font-weight: var(--font-weight-bold);
}

@media (min-width: 768px) {
  .Table_table__cPTc- + .Table_table__cPTc- {
    margin-top: 24px;
  }

  .Table_table__cPTc- {
    font-size: var(--font-size-m);
  }
}


.accordion-enter {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
}
.accordion-enter-active {
    max-height: 1000px;
}
.accordion-exit {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
}
.accordion-exit-active {
    max-height: 0;
}
.CardPage_download__tIVKQ {
    display: flex;
    gap: 8px;
    margin-left: auto;
    margin-bottom: 1rem;
}

.CardPage_card_wrapper__matY- {
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .CardPage_download__tIVKQ {
        position: absolute;
        top: 34px;
        right: 40px;
        display: flex;
        align-items: center;
        gap: 16px;
        outline: none;
        background: none;
        border: none;
    }

    .CardPage_card_wrapper__matY- {
        margin-top: 3.5rem;
    }

    .CardPage_actions_row__iJ6Vx {
        display: flex;
        gap: 12px;
        align-items: center;
        margin-bottom: 12px;
    }

    .CardPage_change_type__p1xex {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .CardPage_currentTypeNote__D4fmH {
        margin-top: 4px;
        font-size: 18px;
        color: #000000; /* neutral-700, bardziej czytelne */
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .CardPage_currentTypeNote__D4fmH::before {
        content: "•";
        font-size: 16px;
        line-height: 1;
        color: #10b981; /* zielony PTTK vibe */
    }

    .CardPage_currentTypeNote__D4fmH strong {
        color: #065f46; /* ciemniejszy zielony */
        font-weight: 600;
    }
}

.HomePage_actions__QtY5i {
  margin: 120px auto 70px;
  width: 244px;
}

.HomePage_action__GI3uD {
  margin-bottom: 24px;
  width: 244px;
  padding-left: 0;
  padding-right: 0;
}

.HomePage_action__GI3uD:last-of-type {
  margin-bottom: 0;
}

.HomePage_surface__S5gKI {
  min-width: 1232px;
  min-height: 653px;
  background: linear-gradient(
    105.79deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.038) 100.2%
  );
  -webkit-backdrop-filter: blur(120px);
          backdrop-filter: blur(120px);
  border-radius: var(--border-radius);
}

.HomePage_footer__yAImX {
  padding: 0 20px;
  text-align: left;
  color: white;
}

.HomePage_subtitle__L96ui {
  margin-bottom: 10px;
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-bold);
  line-height: 24px;
}

.HomePage_description__u3eBK {
  margin: 0;
  font-size: var(--font-size-m);
  line-height: 21px;
}

@media (min-width: 768px) {
  .HomePage_actions__QtY5i {
    margin: 40px auto 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    width: auto;
  }

  .HomePage_action__GI3uD {
    margin-bottom: 0;
  }

  .HomePage_footer__yAImX {
    padding: 0;
  }
}

.UserInformation_photo__QFACQ {
  display: block;
  border: 1px solid #29b270;
  box-sizing: border-box;
  border-radius: var(--border-radius);
}

.UserInformation_container__6cy5U {
  margin: 24px 0 0;
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  --label-color: rgba(0, 0, 0, 1);
}

.UserInformation_field__cBApZ {
  margin-bottom: 8px;
  display: flex;
}

.UserInformation_title__BOGiO {
  flex: 0 0 120px;
  font-weight: var(--font-weight-thin);
  font-size: var(--font-size-m);
  line-height: 26px;
}

.UserInformation_value__4kUDt {
  font-size: var(--font-size-m);
  line-height: 26px;
    margin-left: 30px;
}

.PersonalDataPage_container__zy1Wt {
  position: relative;
  padding: 24px 16px;
}

.PersonalDataPage_title__FtPnj {
  margin-bottom: 10px;
  font-weight: var(--font-weight-thin);
  font-size: 22px;
  line-height: 26px;
}

.PersonalDataPage_subtitle__2492r {
  margin-top: 45px;
  margin-bottom: 24px;
  font-weight: var(--font-weight-thin);
  font-size: 22px;
  line-height: 26px;
}

.PersonalDataPage_edit__1PT3q {
  display: none;
}

.PersonalDataPage_remove__P3I3l {
  display: none;
}

@media (min-width: 768px) {
  .PersonalDataPage_container__zy1Wt {
    padding: 34px 40px;
  }

  .PersonalDataPage_edit__1PT3q {
    position: absolute;
    top: 34px;
    right: 40px;
    display: flex;
    gap: 12px;
    align-items: center;
    color: #16482d;
  }

  .PersonalDataPage_remove__P3I3l {
    position: absolute;
    top: 24px;
    right: 24px;
    border: none;
    outline: none;
    display: flex;
    gap: 12px;
    align-items: center;
  }
}

/*
! tailwindcss v3.0.16 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.right-\[2\.4rem\] {
  right: 2.4rem;
}
.top-\[2\.4rem\] {
  top: 2.4rem;
}
.top-4 {
  top: 40px;
}
.right-4 {
  right: 40px;
}
.top-2 {
  top: 20px;
}
.right-2 {
  right: 20px;
}
.z-\[9999px\] {
  z-index: 9999px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-2 {
  margin-left: 20px;
  margin-right: 20px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-1 {
  margin-bottom: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mr-2 {
  margin-right: 20px;
}
.ml-4 {
  margin-left: 40px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mr-6 {
  margin-right: 60px;
}
.mt-1 {
  margin-top: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mt-4 {
  margin-top: 40px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-5 {
  height: 50px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-5 {
  width: 50px;
}
.w-2 {
  width: 20px;
}
.w-full {
  width: 100%;
}
.w-\[582px\] {
  width: 582px;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-\[855px\] {
  max-width: 855px;
}
.flex-1 {
  flex: 1 1;
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 40px;
}
.gap-2 {
  gap: 20px;
}
.gap-3 {
  gap: 30px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.\!overflow-hidden {
  overflow: hidden !important;
}
.\!whitespace-nowrap {
  white-space: nowrap !important;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-md {
  border-radius: 12px;
}
.rounded-lg {
  border-radius: 14px;
}
.rounded-full {
  border-radius: 50%;
}
.rounded-xl {
  border-radius: 16px;
}
.rounded-b-lg {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.\!border-0 {
  border-width: 0px !important;
}
.border-solid {
  border-style: solid;
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(41 178 112 / var(--tw-border-opacity));
}
.border-r-white {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.p-3 {
  padding: 30px;
}
.p-1 {
  padding: 10px;
}
.p-4 {
  padding: 40px;
}
.p-2 {
  padding: 20px;
}
.\!p-0 {
  padding: 0px !important;
}
.p-2\.5 {
  padding: 25px;
}
.px-2\.5 {
  padding-left: 25px;
  padding-right: 25px;
}
.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-4 {
  padding-left: 40px;
  padding-right: 40px;
}
.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.pt-4 {
  padding-top: 40px;
}
.text-center {
  text-align: center;
}
.align-\[-0\.125em\] {
  vertical-align: -0.125em;
}
.text-sm {
  font-size: 12px;
}
.text-base {
  font-size: 14px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-2xl {
  font-size: 22px;
}
.text-xl {
  font-size: 18px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[22px\] {
  font-size: 22px;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.leading-4 {
  line-height: 1rem;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(41 178 112 / var(--tw-text-opacity));
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(176 40 40 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[black\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@keyframes enter {

  from {
    opacity: 1;
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: 1;
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\] {
  clip: rect(0,0,0,0) !important;
}

:root {
  --primary: #28b06f;
  --danger: #b02828;
  --input-background: linear-gradient(rgba(41, 178, 112, 0.2), rgba(26, 141, 86, 0.2));
  --input-background-focus: linear-gradient(rgba(41, 178, 112, 0.4), rgba(26, 141, 86, 0.4));
  --font-size-xs: 10px;
  --font-size-s: 12px;
  --font-size-m: 14px;
  --font-size-l: 16px;
  --font-size-xl: 18px;
  --border-radius: 12px;
  --font-family: Poppins;
  --font-weight-thin: 300;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (prefers-reduced-motion: reduce) {

  @keyframes spin {

    to {
      transform: rotate(360deg);
    }
  }

  .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\] {
    animation: spin 1.5s linear infinite;
  }
}

@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:px-10 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 1024px) {

  .lg\:min-w-\[855px\] {
    min-width: 855px;
  }
}

@media (min-width: 1280px) {

  .xl\:px-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.ReactCrop{position:relative;display:inline-block;cursor:crosshair;overflow:hidden;max-width:100%}.ReactCrop *,.ReactCrop *::before,.ReactCrop *::after{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__image{display:block;max-width:100%;-ms-touch-action:none;touch-action:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);cursor:move;-webkit-box-shadow:0 0 0 9999em rgba(0,0,0,.5);box-shadow:0 0 0 9999em rgba(0,0,0,.5);-ms-touch-action:none;touch-action:none;border:1px dashed #fff}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%;-webkit-box-shadow:0px 0px 1px 1px #fff,0 0 0 9999em rgba(0,0,0,.5);box-shadow:0px 0px 1px 1px #fff,0 0 0 9999em rgba(0,0,0,.5)}.ReactCrop__crop-selection:focus{outline:none;border-color:blue;border-style:solid}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt::before,.ReactCrop__rule-of-thirds-vt::after,.ReactCrop__rule-of-thirds-hz::before,.ReactCrop__rule-of-thirds-hz::after{content:"";display:block;position:absolute;background-color:rgba(255,255,255,.4)}.ReactCrop__rule-of-thirds-vt::before,.ReactCrop__rule-of-thirds-vt::after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt::before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt::after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz::before,.ReactCrop__rule-of-thirds-hz::after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz::before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz::after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle::after{position:absolute;content:"";display:block;width:10px;height:10px;background-color:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.7);outline:1px solid transparent}.ReactCrop__drag-handle:focus::after{border-color:blue;background:#2dbfff}.ReactCrop .ord-nw{top:0;left:0;margin-top:-5px;margin-left:-5px;cursor:nw-resize}.ReactCrop .ord-nw::after{top:0;left:0}.ReactCrop .ord-n{top:0;left:50%;margin-top:-5px;margin-left:-5px;cursor:n-resize}.ReactCrop .ord-n::after{top:0}.ReactCrop .ord-ne{top:0;right:0;margin-top:-5px;margin-right:-5px;cursor:ne-resize}.ReactCrop .ord-ne::after{top:0;right:0}.ReactCrop .ord-e{top:50%;right:0;margin-top:-5px;margin-right:-5px;cursor:e-resize}.ReactCrop .ord-e::after{right:0}.ReactCrop .ord-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px;cursor:se-resize}.ReactCrop .ord-se::after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.ReactCrop .ord-s::after{bottom:0}.ReactCrop .ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.ReactCrop .ord-sw::after{bottom:0;left:0}.ReactCrop .ord-w{top:50%;left:0;margin-top:-5px;margin-left:-5px;cursor:w-resize}.ReactCrop .ord-w::after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:6px;margin-top:-3px}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:6px;height:100%;margin-right:-3px}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:6px;margin-bottom:-3px}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:6px;height:100%;margin-left:-3px}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar{display:none}.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media(pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:24px;height:24px}}


/*# sourceMappingURL=main.9fa4d56e.css.map*/