.cb_2941fb191a58e769587d265083971561 section {
  padding: 48px 16px;
  max-width: 1450px;
  margin: 80px auto;
}
@media (min-width: 992px) {
  .cb_2941fb191a58e769587d265083971561 section {
    padding: 60px 80px;
  }
}
.cb_2941fb191a58e769587d265083971561 p {
  margin-bottom: 0;
  font-family: "Latam-Sans-Regular";
  font-weight: 400;
}
.cb_2941fb191a58e769587d265083971561 h1,
.cb_2941fb191a58e769587d265083971561 h2,
.cb_2941fb191a58e769587d265083971561 h3,
.cb_2941fb191a58e769587d265083971561 h4,
.cb_2941fb191a58e769587d265083971561 h5,
.cb_2941fb191a58e769587d265083971561 h6 {
  margin-bottom: 0;
  font-family: "Latam-Sans-Bold";
  font-weight: 700;
}
.cb_2941fb191a58e769587d265083971561 .redirect-link {
  color: #2c31c9 !important;
  font-family: "Latam-Sans-Bold";
  font-weight: 700;
  text-decoration: underline;
}
.cb_2941fb191a58e769587d265083971561 .redirect-link:hover {
  color: #0a0e80 !important;
}
.cb_2941fb191a58e769587d265083971561 .btn {
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 8px;
  gap: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  transition: all 0.2s ease-in-out;
  border: none;
  outline: none;
  vertical-align: middle;
}
.cb_2941fb191a58e769587d265083971561 .btn-primary {
  background-color: #2c31c9;
  color: #fff;
}
.cb_2941fb191a58e769587d265083971561 .btn-primary:disabled {
  background-color: rgba(159, 159, 159, 0.3215686275);
  color: rgba(159, 159, 159, 0.6392156863);
  pointer-events: none !important;
}
.cb_2941fb191a58e769587d265083971561 .btn-primary:hover,
.cb_2941fb191a58e769587d265083971561 .btn-primary:focus,
.cb_2941fb191a58e769587d265083971561 .btn-primary:active,
.cb_2941fb191a58e769587d265083971561 .btn-primary:focus:active {
  background-color: #0a0e80 !important;
  color: #fff !important;
}
.cb_2941fb191a58e769587d265083971561 .btn:focus,
.cb_2941fb191a58e769587d265083971561 .btn:active,
.cb_2941fb191a58e769587d265083971561 .btn:focus:active {
  box-shadow: none !important;
}
.cb_2941fb191a58e769587d265083971561 .btn-ghost {
  background-color: transparent;
  color: #2c31c9 !important;
}
.cb_2941fb191a58e769587d265083971561 .btn-ghost:hover {
  background-color: rgba(255, 255, 255, 0.062745098) !important;
  color: #0a0e80 !important;
}
.cb_2941fb191a58e769587d265083971561 .btn-ghost:focus {
  background-color: rgba(255, 255, 255, 0.062745098) !important;
  color: #0a0e80 !important;
}
.cb_2941fb191a58e769587d265083971561 .btn-outline {
  background-color: transparent;
  color: #2c31c9;
  border: 1px solid #2c31c9;
}
.cb_2941fb191a58e769587d265083971561 .btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.062745098);
  color: #0a0e80;
  border-color: #0a0e80;
}
.cb_2941fb191a58e769587d265083971561 .btn-outline:focus {
  background-color: rgba(255, 255, 255, 0.062745098);
  color: #0a0e80;
  border-color: #0a0e80;
}
.cb_2941fb191a58e769587d265083971561 .section-title {
  font-size: 32px;
  line-height: 42px;
  font-family: "Latam-Sans-Bold";
  color: #303030;
  vertical-align: middle;
  margin-bottom: 32px;
}
.cb_2941fb191a58e769587d265083971561 i {
  font-family: "latam-icons-regular";
}
.cb_2941fb191a58e769587d265083971561 .badge {
  background-color: #e7e8fd;
  padding: 5px 8px;
  border-radius: 16px;
}
.cb_2941fb191a58e769587d265083971561 .badge p {
  font-family: "Latam-Sans-Bold";
  font-size: 14px;
  line-height: 14px;
  color: #070b64;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
}
.cb_2941fb191a58e769587d265083971561 .tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11.5px 8px;
  outline-color: #070B64 !important;
  border: 1px solid #d9d9d9;
  background-color: #f2f2f2;
  border-radius: 16px;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Latam-Sans-Bold";
}
.cb_2941fb191a58e769587d265083971561 .tab.active {
  border-color: #2c31c9;
  background-color: #2c31c9;
  color: #fff;
}