    /* Global Styles */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: Arial, sans-serif;
      background-color: #fff;
      line-height: 1.6;
    }

    /* Header */
    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 25px 25px;
      border-bottom: 1px solid #ddd;
      background-color: #fff;
      position: fixed;
      width: 100%;
      top: 0px;
      box-shadow: 0px 2px 8px 0px #EAEAEA80;
    }
    header .left-text {
      font-size: 14px;
      color: #777;
    }
    header .center-text {
      font-size: 16px;
      font-weight: bold;
    }
    header .right-text {
      font-size: 14px;
      color: #0073e6;
      display: none;

    }
    .headerlogo {
      height: 17px;
    }
    .headeralert {
      width: 26px;
      margin: 8px 20px 0px 0px;
    }
    .headerakun {
      width: 34px;
    }
    header .right-text .row {
      display: flex;
    }
    .ul1 {
      margin-bottom: 12px;
      font-size: 14px;
      margin-left: 50px;
      color: #1e1e1e;
      font-weight: 300;
    }
    .ul2 {
      margin-bottom: 12px;
      font-size: 14px;
      margin-left: 18px;
      color: #1e1e1e;
      font-weight: 300;
    }
    .ul3 {
      margin-bottom: 12px;
      font-size: 14px;
      margin-left: 30px;
      color: #1e1e1e;
      font-weight: 300;
    }
    .ul4 {
      margin-bottom: 12px;
      font-size: 14px;
      margin-left: 50px;
      color: #1e1e1e;
      font-weight: 300;
    }
    .panelul2 {
      color: #1e1e1e;
      font-weight: 300;
    }
    .pointer {
      cursor: pointer;
    }
    .footer-social a img {
      width: 32px;
    }
    .substrong {
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: -0.6%;
    }


    /* Main Content */
    main {
      max-width: 800px;
      margin: 100px auto;
      padding: 0 20px;
    }
    main h1 {
      text-align: center;
      margin-bottom: 40px;
      font-size: 32px;
    }
    main h2 {
      font-size: 20px;
      margin-top: 24px;
      margin-bottom: 8px;
    }
    main p {
      margin-bottom: 12px;
      font-size: 14px;
      color: #1e1e1e;
      line-height: 20px;
    }
    a {
      color: #0073e6;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }

    /* Footer */
    footer {
      background-color: #000;
      color: #fff;
      padding: 40px 20px;
    }
    .footer-container {
      max-width: 1100px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .footer-col {
      flex: 1 1 200px;
      margin: 20px 0;
    }
    .footer-col h4 {
      font-size: 16px;
      margin-bottom: 10px;
      color: #fff;
    }
    .footer-col ul {
      list-style: none;
      padding: 0;
    }
    .footer-col ul li {
      margin-bottom: 8px;
      font-size: 14px;
    }
    .footer-col ul li a {
      color: #ccc;
      text-decoration: none;
    }
    .footer-col ul li a:hover {
      color: #fff;
    }
    .footer-social {
      display: flex;
      gap: 15px;
      margin-bottom: 20px;
    }
    .footer-social a {
      color: #ccc;
      font-size: 18px;
      transition: color 0.3s;
    }
    .footer-social a:hover {
      color: #fff;
    }
    .footer-bottom {
      text-align: center;
      font-size: 13px;
      color: #888;
      margin-top: 30px;
    }









.accordion {
  width: 100%;
  border: none;
  outline: none;
  display: flex;
  padding: 40px 0px 40px 0px;
  color: #212121;
  font-size: 18px;
  cursor: pointer;
  text-align: left;
  transition: 0.4s;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0px;
  text-transform: unset;
  background-color: #fff;
  justify-content: space-between;
}
.active, .accordion:hover  {
  background-color: transparent;
  border: unset;
}
.accordion:after {
  color: #000;
  float: right;
  content: '\002B';
  margin-left: 5px;
  font-weight: 500;
}
.active:after {
  content: "\2212";
}
.contentpromo {    
  width: 100%;
  padding: 20px 40px;
  border-radius: 18px;
  border: 1px solid #F4F5FE;
  box-shadow: 0px 5px 16px 0px #080F340F;
}
p, fieldset, table {
  width: 95%;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 100;
  line-height: 150%;
  margin-bottom: 1em;
}
.panelul2 {
  color: #565656;
  margin-bottom: 12px;
  font-size: 14px;
  margin-left: 18px;
}
.panel {
  max-height: 0;
  padding: 0 18px;
  padding-left: 0px;
  overflow: hidden;
  background-color: white;
  transition: max-height 0.2s ease-out;
}


    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        align-items: start;
      }
      

      .footer-col {
        text-align: left;
        flex: 1 1 0px;
        margin: 20px 0;
      }

      .footerbold {
        font-weight: bold;
      }

      header {
        flex-direction: column;
        align-items: center;
        gap: 5px;
      }
      
      main p {
        color: #1e1e1e !important;
        font-weight: 300;
      }
      
      .contentpromo {
        padding: 20px 14px;
      }
      .accordion {
        padding: 24px 0px 40px 0px;
        font-size: 16px;
      }
    }




