<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.faq__flex {
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  justify-content:space-around;
  margin-bottom:60px;
}

.faq__btn-wrapper{
	margin-top:20px;
  width: 23% !important;
}

.faq__section{
	padding-top:60.5px;
	padding-bottom:84.5px;
}

.faq__bgGreen{
  background-color: #f0f2f0;
}

.faq__section-heading-wrapper{
	text-align:center;
	margin-bottom:40px;
}

.faq__section-heading-wrapper h3{
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #0c76bc;
}

.faq__head{

}

.faq__question{
  width: 90%;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #0075b4;
  float:left;
}

.faq__icon-wrapper{
  text-align:right;
  margin-right:40px;
}

.faq__icon{
  width: 42px;
  height: 42px;
}

.faq__answer{
  width:90%;
  font-size: 16px;
  /*font-weight: 500;*/
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

.faq__hr-dashed-wrapper{
  margin-top:20.5px;
  margin-bottom:25.5px;
}

.faq__hr-dashed{
  margin: 0 0 0 0;
  border-top: 1px dashed #c2cacf;
}

/*Tablet*/
@media screen and (max-width: 1024px) {
  .faq__btn-wrapper {
    font-size: 16px;
  }
}

/*Mobile*/
@media screen and (max-width: 560px) {

	.faq__question{
	  width:87%;
	  font-size: 13px;
	}

	.faq__answer{
	  font-size: 12px;
	}

	.faq__icon-wrapper{
	  text-align:right;
	  margin-right:-5px;
	}

	.faq__section{
		padding-top:10px;
		padding-bottom:10px;
	}

  .faq__section-heading-wrapper h3 {
    font-size: 18px;
  }

	.faq__flex{
		position:relative;
	}

	.faq__flex a{
	  font-size: 16px;
	  font-weight: bold;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.71;
	  letter-spacing: normal;
	  text-align: left;
	  color: #0c76bc;
	}

	.faq__category{
		margin-top:30px;
		position:relative;
		height:25px;
	}

	.faq__btn-wrapper::before{
	  content:  '';
	  margin-right: 8px;
	  top: 50%;
	  width: 9px;
	  height: 9px;
	  transform: translateY(-50%) rotate(45deg);
	  border-right: 2px solid #dce7ed;
	  border-top: 2px solid #dce7ed;
	  position: absolute;
	  left: -15px;
	}

  .faq__hr-dashed-wrapper {
    margin-top: 10.5px;
    margin-bottom: 15.5px;
  }

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