.cb_93ee44b317e7d3b1f646a306f913c05d {
  @import url("https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css");
  /* hero */
}
.cb_93ee44b317e7d3b1f646a306f913c05d #hero {
  padding-top: 24px;
  padding-bottom: 24px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .banner-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .banner-content__title {
  color: #303030;
  font-size: 40px;
  line-height: 52px;
  vertical-align: middle;
  margin-bottom: 8px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .banner-content__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .banner-content__description {
  color: #303030;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.25px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .banner-content__description strong {
  font-family: "Latam-Sans-Bold";
  font-weight: 700;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .hero-card {
  margin-top: 40px;
  background-color: #F2F2F2;
  width: 100%;
  padding: 32px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .hero-card__logo {
  height: 100px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .hero-card__logo img {
  object-fit: contain;
  object-position: center;
  width: 117px;
  height: 32px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .hero-card__content {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  position: relative;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .hero-card__content p {
  color: #303030;
  font-size: 20px;
  line-height: 26px;
  vertical-align: middle;
  letter-spacing: 0.25px;
  text-align: center;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .hero-card__content small {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.25px;
  text-align: center;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .hero-card__highlight {
  position: absolute;
  top: 0;
  right: 50%;
  translate: 50% -50%;
  background-color: #FFD966;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 9999px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .hero-card__highlight img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .hero-card__highlight p {
  font-family: "Latam-Sans-Bold";
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #070B64;
  margin: 0;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .hero-card__action {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .banner-image picture img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
}
@media (min-width: 992px) {
  .cb_93ee44b317e7d3b1f646a306f913c05d .banner-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .cb_93ee44b317e7d3b1f646a306f913c05d .hero-card__action {
    flex-direction: row;
  }
  .cb_93ee44b317e7d3b1f646a306f913c05d .hero-card__content-values {
    gap: 32px;
  }
}
.cb_93ee44b317e7d3b1f646a306f913c05d {
  /* how it works */
}
.cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F2F2F2;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works .section-title {
  text-align: center;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  column-gap: 128px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card .media img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card__content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card__content .tabs {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  flex-wrap: wrap;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card__content h4 {
  color: #303030;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.25px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card__content p {
  color: #303030;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  margin-top: 24px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card__content .controls {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 32px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card__content .controls p {
  color: #000000;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 0.15px;
  margin-top: 0;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card__content .controls button.btn {
  padding: 12px 12px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card__content .controls button.btn img {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card__content {
    padding: 0 60px;
  }
  .cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card .media img {
    aspect-ratio: 4/3;
    max-height: 540px;
  }
}
@media (min-width: 920px) {
  .cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card {
    flex-direction: row;
    align-items: center;
  }
  .cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card__content {
    padding: 0 0;
  }
  .cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card__content h4 {
    font-size: 32px;
    line-height: 42px;
  }
  .cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card .media img {
    aspect-ratio: 4/5;
    height: 500px;
    width: 400px;
  }
}
@media (min-width: 1600px) {
  .cb_93ee44b317e7d3b1f646a306f913c05d .how-it-works-card__content h4 {
    font-size: 40px;
    line-height: 52px;
  }
}
.cb_93ee44b317e7d3b1f646a306f913c05d {
  /* what u need to know */
}
.cb_93ee44b317e7d3b1f646a306f913c05d .what-you-need-to-know__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 24px;
  column-gap: 64px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .what-you-need-to-know__container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .what-you-need-to-know__container ul li {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 8px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .what-you-need-to-know__container ul li p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #212121;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .what-you-need-to-know__container ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../image/check-icon.png");
  background-size: cover;
  background-position: center;
  margin-top: 4px;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cb_93ee44b317e7d3b1f646a306f913c05d .what-you-need-to-know__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cb_93ee44b317e7d3b1f646a306f913c05d {
  /* terms */
}
.cb_93ee44b317e7d3b1f646a306f913c05d #terms {
  background-color: #F2F2F2;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .terms-container {
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
  justify-content: start;
  background-color: #FFF;
  border-radius: 16px;
  padding: 32px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .terms-container .section-title {
  margin-bottom: 0;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .terms-container .terms__description {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #303030;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .terms-container a {
  padding: 0px;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .cb_93ee44b317e7d3b1f646a306f913c05d #terms {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.cb_93ee44b317e7d3b1f646a306f913c05d {
  /* need help */
}
.cb_93ee44b317e7d3b1f646a306f913c05d .need-help-header {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 40px;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .need-help-header .section-title {
  margin-bottom: 0;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .need-help-header .section-description {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #303030;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .need-help__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 32px;
  column-gap: 15px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .need-help__grid_card {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #E1E1E1;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 40px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .need-help__grid_card .media {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background-color: #EEEDF9;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .need-help__grid_card .media img {
  object-fit: contain;
  object-position: center;
  width: 40px;
  height: 40px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .need-help__grid_card .need-help-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .need-help__grid_card .need-help-content div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 24px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .need-help__grid_card .need-help-content h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.25px;
  color: #303030;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .need-help__grid_card .need-help-content p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #303030;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .need-help__grid_card .need-help-content a {
  padding: 4px 0;
}
@media (min-width: 920px) {
  .cb_93ee44b317e7d3b1f646a306f913c05d .need-help__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cb_93ee44b317e7d3b1f646a306f913c05d .need-help__grid_card {
    flex-direction: row;
  }
  .cb_93ee44b317e7d3b1f646a306f913c05d .need-help__grid_card .need-help-content h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 1600px) {
  .cb_93ee44b317e7d3b1f646a306f913c05d .need-help__grid {
    column-gap: 40px;
  }
}
.cb_93ee44b317e7d3b1f646a306f913c05d {
  /* last longer milles */
}
.cb_93ee44b317e7d3b1f646a306f913c05d .last-longer-milles-container {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .last-longer-milles-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .last-longer-milles-text h2 {
  font-size: 32px;
  line-height: 42px;
  color: #303030;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .last-longer-milles-text p {
  font-size: 18px;
  line-height: 24px;
  color: #303030;
  letter-spacing: 0.25px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .last-longer-milles-text p strong {
  font-family: "Latam-Sans-Bold";
  font-weight: 700;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .last-longer-milles-image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .cb_93ee44b317e7d3b1f646a306f913c05d #last-longer-milles {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .cb_93ee44b317e7d3b1f646a306f913c05d .last-longer-milles-container {
    flex-direction: row;
    align-items: center;
  }
  .cb_93ee44b317e7d3b1f646a306f913c05d .last-longer-milles-text,
  .cb_93ee44b317e7d3b1f646a306f913c05d .last-longer-milles-image {
    flex: 1;
    width: 50%;
  }
}
.cb_93ee44b317e7d3b1f646a306f913c05d {
  /* duvidas */
}
.cb_93ee44b317e7d3b1f646a306f913c05d #duvidas {
  padding-top: 128px;
  padding-bottom: 128px;
  background-color: #F2F2F2;
}
@media (max-width: 992px) {
  .cb_93ee44b317e7d3b1f646a306f913c05d #duvidas {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.cb_93ee44b317e7d3b1f646a306f913c05d .duvidas__title {
  margin: 0;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: 0.25px;
  color: #303030;
}
@media (min-width: 992px) {
  .cb_93ee44b317e7d3b1f646a306f913c05d .duvidas__title {
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -0.5px;
  }
}
.cb_93ee44b317e7d3b1f646a306f913c05d .duvidas__subtitle {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 26px;
  color: #303030;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .duvidas__cta {
  margin-top: 24px;
  align-items: center;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .faq__content .accordion-button {
  font-weight: 700;
  color: #303030;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .faq__content .accordion-body {
  color: #303030;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .faq__content .accordion-item p {
  color: #303030;
  margin: 0;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .faq__content .accordion-item p + p {
  margin-top: 12px;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .faq__content .accordion-body a {
  overflow-wrap: anywhere;
  word-break: break-all;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .faq__content .accordion-item strong {
  font-weight: 700;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .object-position-80 {
  object-position: 80% !important;
}
.cb_93ee44b317e7d3b1f646a306f913c05d .object-position-left {
  object-position: left !important;
}