.elementor-8769 .elementor-element.elementor-element-99ed0a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cbe4170 */.sb-article-card {
  max-width: 1100px;
  margin: 40px auto;
  padding: 42px 40px 28px;
  background: #071b4d;
  border-radius: 28px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.8;
  box-sizing: border-box;
}

.sb-article-card *,
.sb-article-card *::before,
.sb-article-card *::after {
  box-sizing: border-box;
}

.sb-badge {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(78, 255, 196, 0.25);
  background: rgba(35, 193, 138, 0.12);
  color: #7fffd4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.sb-title {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffd21f;
  text-align: left;
}

.sb-intro {
  max-width: 920px;
  margin: 0 0 18px;
  font-size: 19px;
  color: #f3f6ff;
}

.sb-intro-small {
  font-size: 17px;
  color: #dfe6ff;
}

.sb-image-wrap {
  margin: 0 0 30px;
}

.sb-image {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  border-radius: 18px;
}

.sb-section h2 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
}

.sb-section h3 {
  margin: 18px 0 12px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #ffd21f;
}

.sb-subtitle {
  margin-top: -4px;
  color: #c9d4ff;
  font-size: 15px;
}

.sb-section p {
  margin: 0 0 18px;
  font-size: 17px;
  color: #e8ecff;
}

.sb-section strong {
  color: #ffd21f;
  font-weight: 700;
}

.sb-section a {
  color: #ffd21f;
  text-decoration: none;
  font-weight: 600;
}

.sb-section a:hover {
  text-decoration: underline;
}

.sb-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 30px 0;
}

.sb-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.sb-list li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 22px;
  font-size: 17px;
  color: #e8ecff;
}

.sb-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd21f;
}

.sb-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 20px 0 24px;
}

.sb-player-card {
  padding: 22px 22px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
}

.sb-player-card h3 {
  margin-top: 0;
}

.sb-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 18px 0 22px;
  border-radius: 16px;
}

.sb-table {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  border-radius: 16px;
}

.sb-table th,
.sb-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 16px;
}

.sb-table th {
  background: rgba(255, 210, 31, 0.12);
  color: #ffd21f;
  font-weight: 700;
}

.sb-table td {
  color: #e8ecff;
}

.sb-table tr:last-child td {
  border-bottom: none;
}

.sb-footer {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-size: 14px;
  color: #b9c3e6;
}

@media (max-width: 767px) {
  .sb-article-card {
    padding: 28px 20px 22px;
    border-radius: 20px;
  }

  .sb-title {
    font-size: 30px;
  }

  .sb-intro {
    font-size: 17px;
  }

  .sb-section h2 {
    font-size: 24px;
  }

  .sb-section h3 {
    font-size: 20px;
  }

  .sb-section p,
  .sb-list li,
  .sb-table th,
  .sb-table td {
    font-size: 15px;
  }

  .sb-two-col {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */