select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}




select.minimal {
  background-image:
		url("https://4978805.fs1.hubspotusercontent-na1.net/hubfs/4978805/Website%20assets/Vector.png");
    background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size: 11px 6px;
  background-repeat: no-repeat;
}

select.minimal:focus {
 url("https://4978805.fs1.hubspotusercontent-na1.net/hubfs/4978805/Website%20assets/Vector.png");
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size: 11px 6px;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.grid {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.card_item {
	display: block;
	height: 430px;
	margin: 2% 1.5%;
	z-index: 1;
	border-radius: 20px;
	animation-timing-function: ease-in;
	transition: all .3s;

}
.column_card{
	transform: none !important;
}
.card_item_content_title{
	min-height: 60px;
}
.card_item_content_title h6{
	font-size: 17px;
	font-weight: 600;
}
.card_item_content_meta{
	display: flex;

}
.card_item_content_meta_date{
	color: #B0B0B0;
	font-size: 14px;
}
.card_item_content_meta_divider{
	color: #B0B0B0;
	font-size: 14px;
	padding: 0 10px;
}
.card_item_content_meta_time{
	color: #B0B0B0;
	font-size: 14px;
}

.card_item_image{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 250px;
	border-radius: 20px 20px 0 0;
}
.card_item_content{
	margin: 20px;
}
.category{
	display: flex;
}
.category p{
	border-radius: 2.58px;
	background: linear-gradient(90deg, #A0F2FF 0%, #52A4C0 100%);
	color: #fff;
	padding: 5px 20px;
	font-size: 12.9px;
	font-style: normal;
	font-weight: 700;
	margin-right:5px;
}

@media only screen and (max-width:1400px){

}

.hs-accordion__item {
	background: #FFFFFF;
	box-shadow: 0px 4px 50px 0px rgba(37, 36, 91, 0.05);
	border-radius: 15px;
	margin:auto;
	margin-bottom:25px;
	padding:20px;
	transform: none !important;

}
/*.hs-accordion__item[aria-expanded=true]{
border-left:10px solid #CBF1A3;
}*/
.hs-accordion__item button p{
	color:#652B6D;
	font-weight: 700; 
	margin-bottom: 0px;
}

.hs-accordion__item button {
	display: block;
	width: 100%;
	padding:0.3em;
	cursor: pointer;
	border: 0 none;
	border-radius: 0;
	background-color: transparent;
	-webkit-appearance: none;
	position: relative;
	text-align: left;

}
.hs-accordion__item button * {
	pointer-events: none;
}
.hs-accordion__item:last-of-type button {
	border-bottom-color: transparent;
}
.hs-accordion__item button:focus {
	outline: none;
}
.hs-accordion__item button p:hover {
	color:#25245B;
}

.hs-accordion__item-icon {              /* Icon styles */
	position: absolute;
	height: 1.25em;
	width: 1.25em;
	right: 1em;
	top: 0%;

	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	pointer-events: none;
}
.hs-accordion__item-icon:before {   
	content:url("https://interprenet.net/hubfs/2023/decoration-images/plus.png");
	position: absolute;
	top: 30%;
	left: 0%;

}
.hs-accordion__item[aria-expanded=true] {
	border: 1px solid #652b6d;
}
.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon:before{
	content:url("https://interprenet.net/hubfs/2023/decoration-images/less.png");
}

.hs-accordion__item main {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: opacity .0s ease-out 0s, max-height .0s ease-out;
	-o-transition: opacity .0s ease-out 0s, max-height .0s ease-out;
	transition: opacity .0s ease-out 0s, max-height .0s ease-out;
	line-height: 1.6;
	/*display: block;*/
}
.hs-accordion__item[aria-expanded=true] main {
	opacity: 1;
	max-height: 100%;
	-webkit-transition: opacity .3s ease-in, max-height .3s ease-in;
	-o-transition: opacity .3s ease-in, max-height .3s ease-in;
	transition: opacity .3s ease-in, max-height .3s ease-in;
	/*display: block;*/
}
.hs-accordion__item-content {
	padding:0px;
}
.hs-accordion__item-content p {
	margin-top: 0; 
}
.form_search{
	text-align: right;
}
.form_search input{
	border-radius: 59px;
	background: #FFF;
	/* subtle dark blue shadow */
	box-shadow: 0px 4px 25px 0px rgba(13, 60, 75, 0.20);
	height: 40px;
}
select{
	border-radius: 60px;
	background: #DEDEDE;
	/* subtle dark blue shadow */
	box-shadow: 0px 4px 25px 0px rgba(13, 60, 75, 0.20);
	padding: 13px 20px;
	width: 100%;
	color: #000; 
	font-size: 16px;
	font-style: normal; 
	line-height: normal;
	border: 0px;
}
.block_filters{
	margin-top: -60px;
	margin-bottom: 80px;
}
.card_item{
	/* subtle dark blue shadow */
	box-shadow: 0px 4px 25px 0px rgba(13, 60, 75, 0.20);
	padding: 0px;
}

.box__search-field {
	color: #727272;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media only screen and (max-width:992px){
	.container-faqs .content-image {
		text-align:center;
	}
	.container-faqs .content-image img{
		max-width:300px;
	}
	.container-faqs .circle-decoration{
		width:150px;
	}
	.hs-accordion__item button p{
		max-width:250px;
	}
	.container-faqs .content-image-v2 img.small-front-circle {
		display:none;
	}

	.heading-categories_list nav{
		display:none;
	}
	.heading-categories_list select{
		display:block;
	}
}
@media only screen and (max-width:540px){
	.container-faqs .content-image-v2 img.small-front-circle {
		display:block!important;
		bottom: 50px;
		right: 70px;
		width:70px;

	}	
}
select.minimal{
	font-family: Montserrat,sans-serif;
}

