.header_header__w4JGi {
  width: 100%;
  height: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header_header__w4JGi .header_logo__pozeA {
    height: 2rem;
    margin-left: 1.5rem;
    aspect-ratio: auto 70 / 32;
  }

.header_header__w4JGi .header_actions__nSmXe {
    display: flex;
    align-items: center;
    gap: 3rem;

    margin-right: 1.5rem;
  }

.header_langSelector__dasKM {
  display: flex;
  position: relative;

  height: 2rem;
}

.header_langSelector__dasKM button {
    display: flex;
    align-items: center;
    border: 1px solid var(--grey-300);
    border-radius: 0.5rem;
    background-color: var(--white);
    box-shadow: 0px 1px 2px 0px #0000000a;

    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.125rem;
    text-align: center;
    color: var(--grey-500);

    padding: 0.25rem 0.75rem;
    cursor: pointer;
  }

:is(.header_langSelector__dasKM button) img {
      width: 1rem;
      height: 1rem;
      margin-left: 0.5rem;
    }

.header_langSelector__dasKM dialog[open] {
    position: absolute;
    top: 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    width: 100%;

    border: 1px solid var(--grey-300);
    border-radius: 0.5rem;
    background-color: var(--white);
  }

:is(.header_langSelector__dasKM dialog[open]) a {
      box-sizing: border-box;
      display: flex;
      align-items: center;
      width: 100%;
      height: 2rem;
      color: var(--black-900);
      padding-left: 0.75rem;
      text-decoration: none;
    }

:is(.header_langSelector__dasKM dialog[open]) a:hover,:is(.header_langSelector__dasKM dialog[open]) a:focus {
      background-color: var(--grey-300);
    }

@media (max-width: 1024px) {
    .header_header__w4JGi .header_logo__pozeA {
      margin-left: 0;
    }

    .header_header__w4JGi .header_actions__nSmXe {
      gap: 0.5rem;

      margin-right: 0;
    }
}

.loginForm_connectWithGoogle__nyVdZ {
  display: flex;
  align-items: center;
  border-radius: 8px;
  gap: 8px;
  cursor: pointer;
  background-color: var(--white);
  border: 1px solid var(--grey-300);
  color: var(--black-1000);
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 1rem;
  justify-content: center;
}

.loginForm_googleIcon__6bHi3 {
  height: 1.5rem;
}

.loginForm_separatorContainer__ka65Y {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--grey-400);
}

.loginForm_separator__maqpn {
  height: 1px;
  width: 100%;
  background-color: var(--grey-300);
}

.loginForm_formContainer__D5hlP {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.loginForm_input__L3Zsm {
  padding: 0.5rem;
  flex: 1 1;
  border: none;
  cursor: text;
  color: var(--black-1000);
  outline: none;
}
.loginForm_toggle__or_oy {
  padding: 0.25rem;
  width: 3rem;
  border: none;
  cursor: pointer;
  color: var(--black-1000);
  background-color: var(--white);
}

.loginForm_inputContainer__Ib6OR {
  display: flex;
  border: 1px solid var(--grey-300);
  overflow: hidden;
  align-items: center;
  border-radius: 0.5rem;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 2px 0px;
  transition:
    box-shadow 0.2s,
    border-color 0.2s;
}

.loginForm_inputContainer__Ib6OR:hover {
  border: 1px solid var(--black-1000);
}

.loginForm_formContainer__D5hlP .loginForm_linkForgotPassword__k8muK {
  color: var(--black-1000);
  text-decoration: underline;
}

.loginForm_googleSignIn__xB87_ {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.styles_container__ACSFw {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.styles_leftPanel__jXxiK {
  flex: 1 1;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles_rightPanel__OI8XV {
  flex: 1 1;
  max-width: 30rem;
  display: flex;
  background-color: var(--black-1000);
  padding: 1rem;
}

@media (max-width: 768px) {

.styles_rightPanel__OI8XV {
    display: none;
}
  }

.styles_infoContainer__Nlvgn {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 480px;
  width: 100%;
}
.styles_title__9yKxc {
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.styles_footerContainer__NT2Bx {
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: var(--black-1000);
}
.styles_footerContainer__NT2Bx a {
  color: var(--black-1000);
  text-decoration: underline;
}
@media (max-width: 1073px) {
  .styles_container__ACSFw {
    flex-direction: column;
  }
  .styles_leftPanel__jXxiK {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    min-height: 100dvh;
  }
  .styles_rightPanel__OI8XV {
    min-height: 100vh;
    max-width: 100%;
  }
}

.pub_pubContainer__T1aPJ {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  flex: 1 1;
}

.pub_pubPanelStyle__2vaf0 {
  border-radius: 2rem;
  padding: 1rem;
  flex: 1 1;
}

.pub_pubPanelStyle__2vaf0 .pub_title__PAheU {
    text-transform: uppercase;
    font-size: 10px;
  }

.pub_pubPanelStyle__2vaf0 .pub_description__5lr0s {
    font-weight: 400;
    font-size: 1.2rem;
  }

.pub_invoiceContainer__RlHxs {
  background-color: var(--grey-300);
  flex: 1 1;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  position: relative;
  overflow: hidden;
}

.pub_invoiceContainer__RlHxs .pub_title__PAheU {
    position: relative;
    z-index: 10;
  }

.pub_invoiceContainer__RlHxs .pub_description__5lr0s {
    position: relative;
    z-index: 10;
  }

.pub_invoiceContainer__RlHxs .pub_illustrationsInvoices__8C5sM {
    position: absolute;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 20rem;
  }

.pub_dualPanelContainer__xiJpt {
  display: flex;
  flex-direction: row;
  flex: 1 1;
  width: 100%;
  gap: 1rem;
}

.pub_plasticCardContainer__KIQOX {
  position: relative;
  overflow: hidden;
}

.pub_plasticCardContainer__KIQOX .pub_title__PAheU {
    position: relative;
    z-index: 10;
    color: var(--white);
  }

.pub_plasticCardContainer__KIQOX .pub_description__5lr0s {
    position: relative;
    z-index: 10;
    color: var(--white);
  }

.pub_plasticCardContainer__KIQOX .pub_illustrationsPlasticCard__Vfosn {
    position: absolute;
    height: 100%;
    object-fit: cover;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }

.pub_wireTransferContainer__qCmY_ {
  position: relative;
  overflow: hidden;
  flex: 1 1;
  background-color: #ded9d3;
}

.pub_wireTransferContainer__qCmY_ .pub_title__PAheU {
    position: relative;
    z-index: 10;
    color: var(--black-1000);
  }

.pub_wireTransferContainer__qCmY_ .pub_description__5lr0s {
    position: relative;
    z-index: 10;
    color: var(--black-1000);
  }

.pub_wireTransferContainer__qCmY_ .pub_illustrationWireTransfer__mcAj6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }

.pub_cashContainer__aBTpd {
  flex: 1 1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.pub_cashContainer__aBTpd .pub_headerCashPanel__1tWtR {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 6rem;
  }

:is(.pub_cashContainer__aBTpd .pub_headerCashPanel__1tWtR) .pub_title__PAheU {
      position: relative;
      z-index: 10;
      color: var(--white);
    }

:is(.pub_cashContainer__aBTpd .pub_headerCashPanel__1tWtR) .pub_description__5lr0s {
      position: relative;
      z-index: 10;
      color: var(--white);
      text-align: left;
    }

.pub_cashContainer__aBTpd .pub_illustrationCashBackground__Q8fsv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
  }

.pub_cashContainer__aBTpd .pub_illustrationCashPanelDescription__48CdA {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50%;
    height: auto;
    width: 20rem;
  }

