.u-section-1 .u-sheet-1 {
  min-height: 2824px;
}

.u-section-1 .u-text-1 {
  margin: 10px 20px 0 0;
}

.u-section-1 .u-custom-html-1 {
  margin: 10px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    margin-right: 0;
  }

  .u-section-1 .u-custom-html-1 {
    margin-right: initial;
    margin-left: initial;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 4308px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin: 20px 10px 10px;
  }
}.u-section-11 .u-sheet-1 {
  min-height: 329px;
}

.u-section-11 .u-text-1 {
  margin: 14px 10px 0;
}

.u-section-11 .u-custom-html-1 {
  margin-top: 14px;
  margin-bottom: 14px;
  height: auto;
  min-height: 130px;
}

@media (max-width: 1199px) {
  .u-section-11 .u-text-1 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .u-section-11 .u-sheet-1 {
    min-height: 4308px;
  }

  .u-section-11 .u-text-1 {
    width: auto;
    margin: 20px 10px 10px;
  }
}.u-section-12 .u-sheet-1 {
  min-height: 329px;
}

.u-section-12 .u-text-1 {
  margin: 14px 10px 0;
}

.u-section-12 .u-custom-html-1 {
  margin-top: 14px;
  margin-bottom: 14px;
  height: auto;
  min-height: 130px;
}

@media (max-width: 1199px) {
  .u-section-12 .u-text-1 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .u-section-12 .u-sheet-1 {
    min-height: 4308px;
  }

  .u-section-12 .u-text-1 {
    width: auto;
    margin: 20px 10px 10px;
  }
} :root {
      
      
      
      
      
      
      
      
      
      
    }
    /* Base */
   
    main { padding: 20px; max-width: 1100px; margin: 0 auto; }
    h2 { color: #00695c; margin: 28px 0 10px; font-size: 22px; }
    h3 { color: #00695c; font-size: 18px; margin: 18px 0 8px; }
    a { color: #00695c; text-decoration: none; }
    a:hover { text-decoration: underline; }
    /* Cards & layout */
   .card {
  background-color: rgba(225, 211, 227, 0.3);
      border-radius: 10px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.06);
      padding: 18px;
      margin: 16px 0;
          }
    .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    @media (max-width: 900px) { .grid { grid-template-columns: 1fr; } }
    .info { border-left: 4px solid #00695c; background: #f6f8f9; padding: 14px 18px; border-radius: 8px; }
    .warn { border-left: 4px solid #f57c00; background: #fff7ea; padding: 14px 18px; border-radius: 8px; }
    .ok { border-left: 4px solid #2e7d32; background: #eef8ef; padding: 14px 18px; border-radius: 8px; }
    .danger { border-left: 4px solid #d32f2f; background: #ffeeee; padding: 14px 18px; border-radius: 8px; }
    /* Badges */
    .badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
    .badge { padding: 6px 10px; border-radius: 16px; font-size: 12px; font-weight: 600; background: #f6f8f9; color: #00695c; border: 1px solid #e5eaef; }
    /* Icon list */
    .icon-list { list-style: none; padding: 0; margin: 0; }
    .icon-list li { display: flex; gap: 10px; align-items: flex-start; margin: 8px 0; }
    .icon { font-size: 18px; width: 22px; text-align: center; }
    /* Modern table */
    .table-responsive { overflow-x: auto; margin-top: 12px; }
    table {
      width: 100%; border-collapse: collapse; background: #fff;
      border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    }
    thead { background: linear-gradient(90deg, #00695c, #26a69a); color: #fff; }
    th, td { padding: 12px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid #e5eaef; }
    tbody tr:hover { background: #fafafa; }
    @media (max-width: 768px) {
      table, thead, tbody, th, td, tr { display: block; }
      thead { display: none; }
      tr {
        margin-bottom: 16px; border: 1px solid #e5eaef; border-radius: 10px; padding: 10px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.04);
      }
      td { border: none; padding: 8px 10px; position: relative; }
      td::before { content: attr(data-label); display: block; font-weight: 600; color: #00695c; margin-bottom: 4px; }
    }
    /* Price chips */
    .chips { display: flex; gap: 8px; flex-wrap: wrap; }
    .chip { background: #fff; border: 1px dashed #e5eaef; border-radius: 999px; padding: 6px 10px; font-size: 12px; color: #647888; }
    /* CTA */
    .cta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; }
    .cta a {
      display: inline-block; padding: 8px 12px; border: 1px solid #e5eaef;
      border-radius: 8px; background: #f6f8f9; color: #00695c; font-weight: 600;
    }
    /* Footer */
    footer { padding: 20px; text-align: center; color: #647888; }
  .style1 {
				color: #000080;
}
.style2 {
				font-size: 18px;
				width: 22px;
				text-align: center;
				color: #000080;
}
.style3 {
				border: 2px solid #000000;
} 