* {
  box-sizing:border-box;
}

body {
  margin: 0;
  font-family: 'nunitoregular', Helvetica, Arial, sans-serif;
}

.bb2 {
  margin-left:auto;
	margin-right:auto;
}

.cln965n1002{
	background-image: url(/img/cu1.svg);
    border-radius: 0.5rem;
    background-size: cover;
}
	
.cln965n1003{
    font-size: 35px;
    font-family: 'nunito800';
    color: #1e2022;
	margin-bottom: 5px;

}

.cln965n1004{
	padding-top: 2.5rem;
	padding-bottom: 5rem;
	text-align:center;
}
.cln965n1005{
    font-size: 20px;
    color: var(--main-al-grey);
	margin:0px;
}
.cln965n1006{
    font-size: 25px;
    font-family: 'nunito700';
    color: #1e2022;
    margin-bottom: 5px;
}
.cln965n1007{
	width: 80%;
    margin: auto;
}
.cln965n1038 {
	cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    color: #12263f;
    font-weight: bold;
	background: inherit;
	padding: 24px 0px;
	font-family: 'nunitoregular';
}

.cln965n1033 {
	border-bottom: 1px solid rgba(33, 50, 91, 0.1);
}

.cln965n1040, .cln965n1038:hover {
  color: var(--main-al-blue);
}

.cln965n1038:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.cln965n1040:after {
  content: "\2212";
}

.cln965n1039 {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {

.bb2 {
max-width: 768px;
}
}


@media screen and (min-width: 1024px) and  (max-width: 1280px) {

.bb2 {
max-width: 1024px;
}
}


@media screen and (min-width: 1280px) {

.bb2 {
max-width: 1280px;
}


}
