

.fe-69f0a459c0ef1153c4f4a4b0 {
  --grid-gutter: calc(var(--sqs-mobile-site-gutter, 6vw) - 11.0px);
  --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (8 - 1)) ) / 8 );

  display: grid;
  position: relative;
  grid-area: 1/1/-1/-1;
  grid-template-rows: repeat(78,minmax(24px, auto));
  grid-template-columns:
    minmax(var(--grid-gutter), 1fr)
    repeat(8, minmax(0, var(--cell-max-width)))
    minmax(var(--grid-gutter), 1fr);
  row-gap: 11.0px;
  column-gap: 11.0px;
  overflow-x: hidden;
  overflow-x: clip;
}

@media (min-width: 768px) {
  .background-width--inset .fe-69f0a459c0ef1153c4f4a4b0 {
    --inset-padding: calc(var(--sqs-site-gutter) * 2);
  }

  .fe-69f0a459c0ef1153c4f4a4b0 {
    --grid-gutter: calc(var(--sqs-site-gutter, 4vw) - 11.0px);
    --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (24 - 1)) ) / 24 );
    --inset-padding: 0vw;

    --row-height-scaling-factor: 0.0215;
    --container-width: min(var(--sqs-site-max-width, 1500px), calc(100vw - var(--sqs-site-gutter, 4vw) * 2 - var(--inset-padding) ));

    grid-template-rows: repeat(38,minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto));
    grid-template-columns:
      minmax(var(--grid-gutter), 1fr)
      repeat(24, minmax(0, var(--cell-max-width)))
      minmax(var(--grid-gutter), 1fr);
  }
}


  .fe-block-425f1050b3d9210b950c {
    grid-area: 1/2/2/10;
    z-index: 4;

    @media (max-width: 767px) {
      
        
      
      
        display: none;
        visibility: hidden;
      
    }
  }

  .fe-block-425f1050b3d9210b950c .sqs-block {
    justify-content: center;
  }

  .fe-block-425f1050b3d9210b950c .sqs-block-alignment-wrapper {
    align-items: center;
  }

  @media (min-width: 768px) {
    .fe-block-425f1050b3d9210b950c {
      grid-area: 4/7/38/21;
      z-index: 4;

      
        
      

      
    }

    .fe-block-425f1050b3d9210b950c .sqs-block {
      justify-content: center;
    }

    .fe-block-425f1050b3d9210b950c .sqs-block-alignment-wrapper {
      align-items: center;
    }
  }

  .fe-block-1e4dac9716942b2e742b {
    grid-area: 2/2/4/10;
    z-index: 6;

    @media (max-width: 767px) {
      
        
      
      
    }
  }

  .fe-block-1e4dac9716942b2e742b .sqs-block {
    justify-content: center;
  }

  .fe-block-1e4dac9716942b2e742b .sqs-block-alignment-wrapper {
    align-items: center;
  }

  @media (min-width: 768px) {
    .fe-block-1e4dac9716942b2e742b {
      grid-area: 2/10/4/18;
      z-index: 6;

      
        
      

      
    }

    .fe-block-1e4dac9716942b2e742b .sqs-block {
      justify-content: flex-start;
    }

    .fe-block-1e4dac9716942b2e742b .sqs-block-alignment-wrapper {
      align-items: flex-start;
    }
  }

  .fe-block-1a1e5c0cc1d4a57c92cc {
    grid-area: 4/1/78/11;
    z-index: 5;

    @media (max-width: 767px) {
      
        
      
      
    }
  }

  .fe-block-1a1e5c0cc1d4a57c92cc .sqs-block {
    justify-content: flex-start;
  }

  .fe-block-1a1e5c0cc1d4a57c92cc .sqs-block-alignment-wrapper {
    align-items: flex-start;
  }

  @media (min-width: 768px) {
    .fe-block-1a1e5c0cc1d4a57c92cc {
      grid-area: 3/7/1099/21;
      z-index: 5;

      
        
      

      
        display: none;
        visibility: hidden;
      
    }

    .fe-block-1a1e5c0cc1d4a57c92cc .sqs-block {
      justify-content: center;
    }

    .fe-block-1a1e5c0cc1d4a57c92cc .sqs-block-alignment-wrapper {
      align-items: center;
    }
  }



.lp-info-panel{
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 18px;

  background: linear-gradient(
    180deg,
    rgba(178, 122, 200, 0.55),
    rgba(178, 122, 200, 0.45)
  );

  border: 1px solid rgba(255,255,255,0.25);

  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  text-align: justify;
  text-justify: inter-word;

  box-shadow:
    0 20px 60px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

/* Base body text */
.lp-info-panel p{
  margin: 0 0 12px 0;
  font-size: 16px;
  line-height: 1.2;
}

/* Last paragraph */
.lp-info-panel p:last-child{
  margin-bottom: 0;
}

/* Last updated line */
.lp-info-panel .lp-updated{
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 16px;
  text-align: left;
}

/* Section headers */
.lp-info-panel .lp-section-title{
  margin-top: 22px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: left;
}

/* Underline styling */
.lp-info-panel p strong u{
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

/* Subsection headers (a. b. c.) */
.lp-info-panel .lp-subtitle{
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

/* Mobile */
@media (max-width: 640px){
  .lp-info-panel{
    padding: 20px 18px;
    text-align: left;
  }

  .lp-info-panel p{
    font-size: 14px;
    line-height: 1.65;
  }

  .lp-info-panel .lp-section-title{
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 8px;
  }

  .lp-info-panel .lp-subtitle{
    font-size: 15px;
  }

  .lp-info-panel .lp-updated{
    font-size: 13px;
  }

  .lp-info-panel p strong u{
    text-decoration-thickness: 1.5px;
    text-underline-offset: 4px;
  }
}



@media (max-width: 640px){

  .lp-about-wrap{
    padding-top: 20px !important; 
    text-align: center;
  }

  /* ABOUT */
  .lp-about-wrap .lp-about-kicker{
    font-size: 34px !important;
    margin: 0 0 6px 0 !important;  /* keep clean */
    letter-spacing: 0.10em;
    text-align: center;
  }

  .lp-about-wrap .lp-about-logo{
    width: min(300px, 92%) !important;
    margin: 0 auto 14px !important;
    height: auto;
    display: block;
  }

  /* CARD */
  .lp-info-panel{
    margin-left: 14px !important;
    margin-right: 14px !important;

    padding: 20px 18px !important;
    font-size: 13px !important;
    line-height: 1.6 !important;

    text-align: justify !important;
    text-justify: inter-word;
    hyphens: auto;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }

  .lp-info-panel p{
    margin: 0 0 10px 0 !important;
    text-align: justify !important;
    text-justify: inter-word;
  }

  .lp-info-panel ul{
    margin: 0 0 12px 0 !important;
    padding-left: 18px !important;
  }

  .lp-info-panel li{
    margin-bottom: 0 !important;
    text-align: justify !important;
    text-justify: inter-word;
  }
}
<style>
.lp-info-panel{
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 18px;

  background: linear-gradient(
    180deg,
    rgba(178, 122, 200, 0.55),
    rgba(178, 122, 200, 0.45)
  );

  border: 1px solid rgba(255,255,255,0.25);

  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  text-align: justify;
  text-justify: inter-word;

  box-shadow:
    0 20px 60px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

/* Base body text */
.lp-info-panel p{
  margin: 0 0 12px 0;
  font-size: 16px;
  line-height: 1.2;
}

/* Last paragraph */
.lp-info-panel p:last-child{
  margin-bottom: 0;
}

/* Last updated line */
.lp-info-panel .lp-updated{
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 16px;
  text-align: left;
}

/* Section headers */
.lp-info-panel .lp-section-title{
  margin-top: 22px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: left;
}

/* Underline styling */
.lp-info-panel p strong u{
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

/* Subsection headers (a. b. c.) */
.lp-info-panel .lp-subtitle{
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

/* Mobile */
@media (max-width: 640px){
  .lp-info-panel{
    padding: 20px 18px;
    text-align: left;
  }

  .lp-info-panel p{
    font-size: 14px;
    line-height: 1.65;
  }

  .lp-info-panel .lp-section-title{
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 8px;
  }

  .lp-info-panel .lp-subtitle{
    font-size: 15px;
  }

  .lp-info-panel .lp-updated{
    font-size: 13px;
  }

  .lp-info-panel p strong u{
    text-decoration-thickness: 1.5px;
    text-underline-offset: 4px;
  }
}
