<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*whoweregulate-&amp;-faq-pages-use-this-css*/
/*about-us-content*/
.aboutgsc{
    min-height: 20vh;
    width: 100%;
    display: flex;
    align-items: center;
    text-align:justify;
    justify-content: center;
    padding-top: 20px;
}

.aboutgsc h1{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    line-height: 1.2;
    color: #003049;
    margin-bottom: 0px;
}

.aboutgsc p{
    text-align: justify;
    font-size: 16px;
}
/*about-us-end*/

/*css-for-accordian*/
.collapsiblecontainer ol li{
    padding-left: 10px;
    padding-bottom: 10px;
}

.collapsible {
  box-shadow: 1px 3px 3px;
  position: static;
  padding: 10px;
  width:1000px;
  cursor: pointer;
  background-color: #003049; 
  font-size: 18px;
  font-family: "Raleway";
  color: white;
  text-align: justify;
  border: 0;
  margin-bottom: 5px;
}

.active, .collapsible:hover {
  background-color: #7b0828; 
}

.collapsible:after {
  content: '\02C4'; 
  font-size: 20px;
  color: white;
  font-weight: bold;
  float: right;
  background-color: transparent; 
}

.active:after {
    background-color: transparent;
    content: "\02C5";
  }
  
.content {
    box-shadow: 5px 10px 20px rgba(90,118,253,0.5);
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-out;
    background: white;
  }

/*accordian-end*/


/*section-class-display*/
.displayed{
    margin:0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 20vh;
    padding-top: 20px;
    padding-bottom: 120px;
 }

 .display{
     flex-direction: column;
     width: 100%;
     max-width: 1000px;
     display: flex;
     align-items: baseline;
     justify-content: center;
 }
/*section-class-display-end*/
/*faq*/
.disclaimer{
	margin: 20px;
	font-size: 12px;
	text-align: center;
}
/*end*/

@media(max-width: 1024px){

    .displayed{
       flex-direction: column;
       padding-left: 20px;
       padding-right: 20px;
     }

     .collapsible{
         width: 100%;
     }

    }
</pre></body></html>