.emprestimos__root {
  --font-primary: 'Proxima Nova A', -apple-system, 'Roboto', Arial, sans-serif;
  --font-body: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  box-sizing: border-box;
  width: calc(100% - 16px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 1920px) {
  .emprestimos__root {
    max-width: 1904px;
  }
}

.emprestimos__media {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: min(430px, 90svh);
  border-radius: 20px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .emprestimos__media {
    min-height: min(712px, 90svh);
  }
}

.emprestimos__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.emprestimos__overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 117px;
  background-image: linear-gradient(to bottom, rgba(40, 40, 52, 0.48) 0%, rgba(40, 40, 52, 0) 100%);
}

@media (min-width: 1024px) {
  .emprestimos__overlay-top {
    display: none;
  }
}

.emprestimos__overlay-full {
  display: none;
}

@media (min-width: 1024px) {
  .emprestimos__overlay-full {
    display: block;
    position: absolute;
    inset: 0;
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 6.5918%, rgba(0, 0, 0, 0.2) 86.59%);
  }
}

@media (min-width: 1366px) {
  .emprestimos__overlay-full {
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 6.5918%, rgba(0, 0, 0, 0.2) 62.135%);
  }
}

@media (min-width: 1920px) {
  .emprestimos__overlay-full {
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 26.234%, rgba(0, 0, 0, 0.2) 86.003%);
  }
}

.emprestimos__heading {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px;
}

@media (min-width: 1024px) {
  .emprestimos__heading {
    right: 572px;
    padding: 40px 0 0 40px;
  }
}

.emprestimos__title {
  margin: 0;
  font-family: var(--font-primary);
  font-feature-settings: "salt" 1, "calt" 0;
  font-weight: var(--font-weight-bold);
  font-size: 32px;
  line-height: 1;
  letter-spacing: -1.28px;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .emprestimos__title {
    font-size: 72px;
    letter-spacing: -2.88px;
  }
}

.emprestimos__list {
  box-sizing: border-box;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}

@media (min-width: 1024px) {
  .emprestimos__list {
    right: auto;
    width: 778px;
    gap: 40px;
    padding: 40px;
  }
}

.emprestimos__item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

@media (min-width: 1024px) {
  .emprestimos__item {
    gap: 20px;
  }
}

.emprestimos__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.emprestimos__icon-svg--payment {
  width: 27.33px;
  height: 27.33px;
}

.emprestimos__icon-svg--phone {
  width: 18px;
  height: 26px;
}

@media (min-width: 1024px) {
  .emprestimos__icon {
    width: 48px;
    height: 48px;
  }

  .emprestimos__icon-svg--payment {
    width: 41px;
    height: 41px;
  }

  .emprestimos__icon-svg--phone {
    width: 27px;
    height: 39px;
  }
}

.emprestimos__text {
  margin: 0;
  max-width: 176px;
  font-family: var(--font-body);
  font-feature-settings: "case" 1;
  font-weight: var(--font-weight-bold);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .emprestimos__text {
    max-width: none;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 56px;
  }
}

.emprestimos__track {
  display: contents;
}

@media (min-width: 1024px) {
  .emprestimos__track {
    display: block;
    position: relative;
    width: 100%;
    height: calc(min(712px, 90svh) + 300svh - 216px);
  }

  .emprestimos__media {
    position: sticky;
    top: calc(64px - min(712px, 90svh));
  }
}
