  /*#################### Accordeon ######################*/



.accordeon_wrapper{

}





.accordeon{
/*  margin-bottom: 30px;*/
  color: #000;
  border-top: 1px solid #002439;
  border-bottom: 0px solid #002439;
}

.accordeon:last-of-type{
/*  margin-bottom: 30px;*/
  color: #000;
    border-top: 1px solid #002439;
  border-bottom: 1px solid #002439;
}

.regular, .regular h3{
  cursor:pointer;
  color: #000;
  display: block;
  padding:7px 7px 8px 7px;
  letter-spacing: .3px;
  transition: .4s;
  font-family: rcb;
  font-weight: normal;
  font-size: 25px!important;
  line-height: 1em!important;
  text-transform: initial;
/*  text-transform: uppercase;*/
}

.regular:before{
   display: block;
   float: left;
   content: url("data:image/svg+xml;charset=UTF-8, <svg width='24' height='25' viewBox='0 0 34 35' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M33.2656 17.0647C33.2656 17.7872 32.6976 18.3724 31.9964 18.3724H18.0349V32.757C18.0349 33.4795 17.4669 34.0647 16.7656 34.0647C16.0644 34.0647 15.4964 33.4795 15.4964 32.757V18.3724H1.53486C0.833606 18.3724 0.265625 17.7872 0.265625 17.0647C0.265625 16.3422 0.833606 15.757 1.53486 15.757H15.4964V1.37239C15.4964 0.64989 16.0644 0.0646973 16.7656 0.0646973C17.4669 0.0646973 18.0349 0.64989 18.0349 1.37239V15.757H31.9964C32.6976 15.757 33.2656 16.3422 33.2656 17.0647Z' fill='black'/></svg>");
   height: 21px;
   width: 21px;
   margin: 8px 30px 0 3px;
   transition: .6s;
   
}


.activeNews .regular:before{
/*  transform: rotate(-180deg);*/
   content: url("data:image/svg+xml;charset=UTF-8, <svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='22px' height='35px' viewBox='0 0 22 35' enable-background='new 0 0 34 35' xml:space='preserve'><path d='M28.787,16.898c0,0.629-0.496,1.141-1.107,1.141H15.501h-2.214H1.107C0.495,18.039,0,17.527,0,16.898 c0-0.63,0.495-1.141,1.107-1.141h12.18h2.214H27.68C28.291,15.757,28.787,16.268,28.787,16.898z'/></svg>");
}



.activeNews .regular{
  cursor:pointer;
  color: #fff;
  display: block;
}

.acctxt{
  display: none;
  padding: 15px 20px 20px 20px;
}
/*
.acctxt li{
  line-height: 40px;
  padding-left: 20px;
}
*/
.acctxt,
.acctxt p{
  padding-left: 20px;
  color: #000;
  font-family: rcr, sans-serif;
  font-size: 20px;
  line-height: 1.74em;
  line-height: 30px;
}


.acctxt ul
{
  margin: 1em 0;
}


.acctxt li
{
  padding-left: 20px;
  color: #000;
  font-family: rcr, sans-serif;
  font-size: 20px;
  line-height: 30px;
}





.dipis .regular{
  cursor:pointer;
  color: #fff;
  display: block;
  padding:12px 7px;
  letter-spacing: .3px;
  transition: .4s;
  font-family: rcr;
  font-size: 20px;
/*  text-transform: uppercase;*/
}



.dipis .acctxt p{
  color: #fff;
}




.dipis .accordeon{
  margin-bottom: 30px;
  color: #000;
  border-top: 1px solid #002439;
  border-bottom: 1px solid #002439;
  max-width: 600px;
}


.dipis  .regular h3{
  cursor:pointer;
  color: #fff;
  display: block;
  padding:7px 7px 8px 7px;
  letter-spacing: .3px;
  transition: .4s;
  font-family: rcr;
  font-weight: normal;
  font-size: 20px!important;
  line-height: 1em!important;
  text-transform: initial;
  display: inline-block;
}



.dipis .regular:before{
  display: none;
}
.dipis .regular:after{
   display: block;
   float: right;
   content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 448 512'><path fill='white' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/></svg>");
   height: 17px;
   width: 17px;
   margin: 4px 12px 0 3px;
   transition: .6s;
}


.dipis .activeNews .regular:after{
  transform: rotate(-180deg);
}
