<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.icon icon--fill  header-icon header-icon-border-shape-none header-icon-border-style-outline{
    width:20px;
    height:20px;
}
html {
  scroll-behavior: smooth;
}
.sqs-block-content{
  display:flex;
  flex-direction:column;
  
}
section{
  background:#E2F0FA;
}
.section-border &gt; div{
  background:#E2F0FA;
}
.program-container-view {
    z-index: 1;
    background:#E2F0FA;
    padding:100px 0px 20px 0px;
    position: relative;
}

.programs-container h1 {
    padding: 40px 200px 10px;
    margin-bottom: 20px;
  color:#0741AD;
}
@media (max-width: 1024px){
 
  .programs-container h1 {
    padding: 40px 200px 10px;
    margin-bottom: 20px;
  color:#0741AD;
}
.program-section {
    padding: 10px 20px;
}
.program-container-view{
  padding-top:130px;
}
}
@media (max-width: 792px){
 
  .programs-container h1 {
    padding: 40px 20px 10px;
    margin-bottom: 20px;
  color:#0741AD;
}
.program-section {
    padding: 10px 20px !important;
}
}

.program-section {
    padding: 10px 200px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: black;
}

.section-header h2 {
    font-size: 24px;
    font-weight:500;
}

.toggle-icon {
    font-size: 1.5rem;
    font-weight: bold;
}

.section-content {
    display: none; 
    padding: 10px 0;
    color: black; 
}
.section-content p{
  font-weight:500;
}

.section-content.visible {
    display: block;
}</pre></body></html>