@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
}
body{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
p {
  color: #717b87;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}
h2 {
  color: #31489c;
  font-size: 2.25rem;
  line-height: auto;
}
h3 {
  color: #31489c;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
h4 {
  color: #3bc1ce;
  font-size: 1.25rem;
  text-transform: uppercase;
}
h5 {
  color: #3bc1ce;
  font-size: 1.125rem;
  text-transform: uppercase;
}
h6 {
  color: #31489c;
  font-size: 1.125rem;
}
label {
  color: #434f5f;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  display: inline-block;
}
 
 
 .accordion {
	border:1px solid #ccc; 
	 
 }
 
 .accordion-body {
   
    background: #e7f1ff;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #f9fcff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed) {
    font-weight:bold;
}