
.et_pb_accordion {
	--vertical-gap: 10px;
}

.et_pb_accordion.et_pb_text_align_left .et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left h5.et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title {
	cursor: pointer;
	position: relative;
	padding: 0 50px 0 0;
}

.et_pb_accordion .et_pb_toggle_title:before {
	right: 0;
	left: auto;
}

.et_pb_accordion.et_block_module .et_pb_toggle {
	margin-bottom: 10px;
	position: relative;
}

.et_pb_accordion .et_pb_toggle:last-child {
	margin-bottom: 0;
}

.et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open > .et_pb_toggle_title:before {
	display: none;
}

@media (max-width:980px) {
	.et_pb_accordion.et_pb_text_align_left-tablet .et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left-tablet h5.et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left-tablet .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left-tablet h5.et_pb_toggle_title {
		cursor: pointer;
		position: relative;
		padding: 0 50px 0 0;
	}
}

@media (max-width:767px) {
	.et_pb_accordion.et_pb_text_align_left-phone .et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left-phone h5.et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left-phone .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left-phone h5.et_pb_toggle_title {
		cursor: pointer;
		position: relative;
		padding: 0 50px 0 0;
	}
}

.et_pb_toggle_content, .et_pb_toggle_title {
	word-wrap: break-word;
}

.et_pb_toggle {
	border: 1px solid #d9d9d9;
	--vertical-gap: 0;
}

.et_pb_toggle_close {
	background-color: #f4f4f4;
	padding: 20px;
}

.et_pb_toggle_close .et_pb_toggle_content {
	display: none;
}

.et_pb_toggle_open {
	padding: 20px;
	background-color: #fff;
	z-index: 1;
}

.et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title, .et_pb_toggle .et_pb_toggle_title, .et_pb_toggle h5.et_pb_toggle_title {
	cursor: pointer;
	position: relative;
	padding: 0 50px 0 0;
}

.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
	color: #666;
}

.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
	color: #333;
}

.et_pb_toggle_title:before {
	content: "";
	position: absolute;
	right: 0;
	font-size: 16px;
	color: #ccc;
	top: 50%;
	margin-top: -.5em;
}

.et_pb_toggle .et_pb_toggle_title:before {
	right: 0;
	left: auto;
}

.et_pb_toggle_open > .et_pb_toggle_title:before {
	content: "";
}

.et_pb_toggle_content {
	position: relative;
	padding-top: 20px;
}

.et_pb_toggle_content:empty {
	display: none !important;
}

.et_pb_toggle_content:not(:has(.et_pb_module)) {
	--vertical-gap: 0;
}

.et_pb_toggle_content p:last-of-type {
	padding-bottom: 0;
}

@media (max-width:980px) {
	.et_pb_toggle.et_pb_text_align_left-tablet .et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left-tablet h5.et_pb_toggle_title {
		cursor: pointer;
		position: relative;
		padding: 0 50px 0 0;
	}
}

@media (max-width:767px) {
	.et_pb_toggle.et_pb_text_align_left-phone .et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left-phone h5.et_pb_toggle_title {
		cursor: pointer;
		position: relative;
		padding: 0 50px 0 0;
	}
}

.et_pb_group_carousel {
	position: relative;
	display: flex;
	gap: var(--horizontal-gap);
	flex-direction: column;
}

.et_pb_group_carousel_container {
	position: relative;
	overflow: clip visible;
}

.et_pb_group_carousel_track {
	display: flex;
	direction: ltr;
	width: 100%;
	transition: transform .2s ease-in-out;
	flex-wrap: nowrap;
	will-change: transform;
}

.et_pb_group_carousel .et_pb_group_carousel_slide {
	flex: 0 0 100%;
	min-width: 0;
	max-width: 100%;
}

.et_pb_group_carousel .et_pb_group_carousel_slide_active {
	z-index: 4;
}

.et_pb_group_carousel .et_pb_group_carousel_slide_bleed_clip_prev {
	clip-path: inset(0 5px 0 0);
}

.et_pb_group_carousel .et_pb_group_carousel_slide_bleed_clip_next {
	clip-path: inset(0 0 0 5px);
}

.et_pb_group_carousel .et_pb_group_carousel_slide > .et_pb_group {
	transition: transform .2s ease-in-out;
}

.et_pb_group_carousel.et_pb_group_carousel_no_transitions .et_pb_group_carousel_slide > .et_pb_group, .et_pb_group_carousel.et_pb_group_carousel_no_transitions .et_pb_group_carousel_track {
	transition: none !important;
}

.et_pb_group_carousel.et_pb_group_carousel_slides_2 .et_pb_group, .et_pb_group_carousel.et_pb_group_carousel_slides_2 .et_pb_group_carousel_slide {
	flex: 0 0 50%;
}

.et_pb_group_carousel.et_pb_group_carousel_slides_3 .et_pb_group, .et_pb_group_carousel.et_pb_group_carousel_slides_3 .et_pb_group_carousel_slide {
	flex: 0 0 33.333%;
}

.et_pb_group_carousel.et_pb_group_carousel_slides_4 .et_pb_group, .et_pb_group_carousel.et_pb_group_carousel_slides_4 .et_pb_group_carousel_slide {
	flex: 0 0 25%;
}

.et_pb_group_carousel.et_pb_group_carousel_slides_5 .et_pb_group, .et_pb_group_carousel.et_pb_group_carousel_slides_5 .et_pb_group_carousel_slide {
	flex: 0 0 20%;
}

.et_pb_group_carousel.et_pb_group_carousel_slides_6 .et_pb_group, .et_pb_group_carousel.et_pb_group_carousel_slides_6 .et_pb_group_carousel_slide {
	flex: 0 0 16.667%;
}

.et_pb_group_carousel.et_pb_group_carousel_slides_7 .et_pb_group, .et_pb_group_carousel.et_pb_group_carousel_slides_7 .et_pb_group_carousel_slide {
	flex: 0 0 14.286%;
}

.et_pb_group_carousel.et_pb_group_carousel_slides_8 .et_pb_group, .et_pb_group_carousel.et_pb_group_carousel_slides_8 .et_pb_group_carousel_slide {
	flex: 0 0 12.5%;
}

.et_pb_group_carousel.et_pb_group_carousel_slides_9 .et_pb_group, .et_pb_group_carousel.et_pb_group_carousel_slides_9 .et_pb_group_carousel_slide {
	flex: 0 0 11.111%;
}

.et_pb_group_carousel.et_pb_group_carousel_slides_10 .et_pb_group, .et_pb_group_carousel.et_pb_group_carousel_slides_10 .et_pb_group_carousel_slide {
	flex: 0 0 10%;
}

.et_pb_group_carousel_arrow {
	position: absolute;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	top: calc(50% - 10px - var(--horizontal-gap, 0px) / 2);
	transform: translateY(-50%);
}

.et_pb_group_carousel_dots_above .et_pb_group_carousel_arrow {
	top: auto;
	bottom: calc(50% - 10px - var(--horizontal-gap, 0px) / 2);
}

.et_pb_group_carousel_dots_disabled .et_pb_group_carousel_arrow, .et_pb_group_carousel_dots_overlay .et_pb_group_carousel_arrow {
	top: 50%;
}

.et_pb_group_carousel_arrow .et-pb-icon {
	font-size: 48px;
	color: #333;
}

.et_pb_group_carousel_arrow_prev {
	left: 0;
}

.et_pb_group_carousel_arrow_next {
	right: 0;
}

.et_pb_group_carousel_arrows_outside .et_pb_group_carousel_arrow_prev {
	transform: translateY(-50%) translateX(-100%);
}

.et_pb_group_carousel_arrows_outside .et_pb_group_carousel_arrow_next {
	transform: translateY(-50%) translateX(100%);
}

.et_pb_group_carousel_arrows_center .et_pb_group_carousel_arrow_prev {
	transform: translateY(-50%) translateX(-50%);
}

.et_pb_group_carousel_arrows_center .et_pb_group_carousel_arrow_next {
	transform: translateY(-50%) translateX(50%);
}

.et_pb_group_carousel_dots {
	display: flex;
	direction: ltr;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.et_pb_group_carousel_dots_left .et_pb_group_carousel_dots {
	justify-content: flex-start;
}

.et_pb_group_carousel_dots_right .et_pb_group_carousel_dots {
	justify-content: flex-end;
}

.et_pb_group_carousel_dots_above {
	flex-direction: column-reverse;
}

.et_pb_group_carousel_dots_overlay .et_pb_group_carousel_dots {
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom: 0;
	transform: translateY(-200%);
}

.et_pb_group_carousel_dot {
	background: #333;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	padding: 0;
	opacity: .3;
}

.et_pb_group_carousel_dot:hover {
	opacity: .5;
}

.et_pb_group_carousel_dot--active, .et_pb_group_carousel_dot.et_pb_group_carousel_dot_active {
	opacity: 1;
}

.et_pb_group_carousel_center_mode .et_pb_group_carousel_track {
	align-items: center;
}

.rtl .et_pb_group_carousel .et_pb_group_carousel_slide {
	direction: rtl;
}

.rtl .et_pb_group_carousel .et_pb_group_carousel_arrow_prev {
	left: auto;
	right: 0;
}

.rtl .et_pb_group_carousel .et_pb_group_carousel_arrow_next {
	right: auto;
	left: 0;
}

.rtl .et_pb_group_carousel.et_pb_group_carousel_arrows_outside .et_pb_group_carousel_arrow_prev {
	transform: translateY(-50%) translateX(100%);
}

.rtl .et_pb_group_carousel.et_pb_group_carousel_arrows_outside .et_pb_group_carousel_arrow_next {
	transform: translateY(-50%) translateX(-100%);
}

.rtl .et_pb_group_carousel.et_pb_group_carousel_arrows_center .et_pb_group_carousel_arrow_prev {
	transform: translateY(-50%) translateX(50%);
}

.rtl .et_pb_group_carousel.et_pb_group_carousel_arrows_center .et_pb_group_carousel_arrow_next {
	transform: translateY(-50%) translateX(-50%);
}

.rtl .et_pb_group_carousel.et_pb_group_carousel_dots_left .et_pb_group_carousel_dots {
	justify-content: flex-end;
}

.rtl .et_pb_group_carousel.et_pb_group_carousel_dots_right .et_pb_group_carousel_dots {
	justify-content: flex-start;
}

.et_pb_code_inner {
	position: relative;
}

.et_pb_module.et_pb_social_media_follow {
	list-style-type: none !important;
	margin: 0 0 22px;
	padding: 0;
	--vertical-gap: 10px;
	--horizontal-gap: 10px;
	--flex-direction: row;
}

.et_pb_social_media_follow_network {
	position: relative;
	flex-direction: row;
	align-items: center;
	--vertical-gap: 10px;
	--horizontal-gap: 10px;
}

.et_pb_social_media_follow_network.et_block_module {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}

.et_pb_social_media_follow.et_block_module .et_pb_social_media_follow_network {
	display: inline-block;
	margin-bottom: 0 !important;
}

.et_pb_social_media_follow_network a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.et_pb_social_media_follow.et_block_module .et_pb_social_media_follow_network {
	margin-right: 10px;
}

.et_pb_social_media_follow.et_block_module .et_pb_social_media_follow_network:last-child {
	margin-right: 0;
}

.et_pb_social_media_follow_network a.follow_button {
	padding: 0 12px;
	font-size: 14px;
	line-height: 1.6em;
	background: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .5);
	border-radius: 3px;
	border-width: 0;
	border-style: solid;
	transition: all .3s;
}

.et_block_module.et_pb_social_media_follow_network a.follow_button {
	margin-top: 5px;
	margin-right: 10px;
}

.et_pb_social_media_follow_network.last-child a, .et_pb_social_media_follow_network:last-child a {
	margin-right: 0;
}

.et_pb_social_media_follow.has_follow_button .et_pb_social_media_follow_network.et_block_module a.icon {
	margin-right: 10px;
}

.et_pb_social_media_follow_network a.follow_button:hover {
	background: rgba(0, 0, 0, .2);
	color: rgba(0, 0, 0, .6);
}

.et_pb_social_media_follow.et_pb_bg_layout_dark .et_pb_social_media_follow_network a.follow_button {
	background: rgba(0, 0, 0, .6);
	color: hsla(0, 0%, 100%, .8);
}

.et_pb_social_media_follow.et_pb_bg_layout_dark .et_pb_social_media_follow_network a.follow_button:hover {
	background: rgba(0, 0, 0, .7);
	color: #fff;
}

.et_pb_social_media_follow_network a.icon {
	height: 32px;
	width: 32px;
	padding: 0;
	box-sizing: content-box;
}

.et_pb_social_media_follow_network a.icon:hover:before {
	color: hsla(0, 0%, 100%, .7);
}

.et_pb_social_media_follow_network a.icon {
	border-radius: 3px;
}

.et_pb_social_media_follow_network_name {
	display: none;
}

.et_pb_social_icon a.icon {
	vertical-align: middle;
}

.et_pb_social_icon a.icon:before {
	font-family: ETmodules;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0;
	direction: ltr;
	height: 32px;
	width: 32px;
	font-size: 16px;
	line-height: 32px;
	display: block;
	color: #fff;
	transition: color .3s;
	position: relative;
	z-index: 10;
}

.et-pb-social-fa-icon a.icon:before {
	font-family: FontAwesome;
}

.et-social-telegram a.icon:before {
	content: "";
}

.et-social-amazon a.icon:before {
	content: "";
}

.et-social-bandcamp a.icon:before {
	content: "";
}

.et-social-bitbucket a.icon:before {
	content: "";
}

.et-social-behance a.icon:before {
	content: "";
}

.et-social-buffer a.icon:before {
	content: "";
}

.et-social-codepen a.icon:before {
	content: "";
}

.et-social-deviantart a.icon:before {
	content: "";
}

.et-social-flipboard a.icon:before {
	content: "";
}

.et-social-foursquare a.icon:before {
	content: "";
}

.et-social-github a.icon:before {
	content: "";
}

.et-social-goodreads a.icon:before {
	content: "";
}

.et-social-google a.icon:before {
	content: "";
}

.et-social-houzz a.icon:before {
	content: "";
}

.et-social-itunes a.icon:before {
	content: "";
}

.et-social-last_fm a.icon:before {
	content: "";
}

.et-social-line a.icon:before {
	content: "";
}

.et-social-medium a.icon:before, .et-social-meetup a.icon:before {
	content: "";
}

.et-social-odnoklassniki a.icon:before {
	content: "";
}

.et-social-patreon a.icon:before {
	content: "";
}

.et-social-periscope a.icon:before {
	content: "";
}

.et-social-quora a.icon:before {
	content: "";
}

.et-social-researchgate a.icon:before {
	content: "";
}

.et-social-reddit a.icon:before {
	content: "";
}

.et-social-snapchat a.icon:before {
	content: "";
}

.et-social-soundcloud a.icon:before {
	content: "";
}

.et-social-spotify a.icon:before {
	content: "";
}

.et-social-steam a.icon:before {
	content: "";
}

.et-social-tripadvisor a.icon:before {
	content: "";
}

.et-social-tiktok a.icon:before {
	content: "";
}

.et-social-twitch a.icon:before {
	content: "";
}

.et-social-vk a.icon:before {
	content: "";
}

.et-social-weibo a.icon:before {
	content: "";
}

.et-social-whatsapp a.icon:before {
	content: "";
}

.et-social-xing a.icon:before {
	content: "";
}

.et-social-yelp a.icon:before {
	content: "";
}

.et-social-pinterest a.icon:before {
	content: "";
}

.et-social-linkedin a.icon:before {
	content: "";
}

.et-social-tumblr a.icon:before {
	content: "";
}

.et-social-skype a.icon:before {
	content: "";
}

.et-social-flikr a.icon:before {
	content: "";
}

.et-social-myspace a.icon:before {
	content: "";
}

.et-social-dribbble a.icon:before {
	content: "";
}

.et-social-youtube a.icon:before {
	content: "";
}

.et-social-vimeo a.icon:before {
	content: "";
}

@media (max-width:980px) {
	.et_pb_bg_layout_light_tablet.et_pb_social_media_follow_network a.follow_button {
		background: rgba(0, 0, 0, .1);
		color: rgba(0, 0, 0, .5);
	}
	
	.et_pb_bg_layout_light_tablet.et_pb_social_media_follow_network a.follow_button:hover {
		background: rgba(0, 0, 0, .2);
		color: rgba(0, 0, 0, .6);
	}
	
	.et_pb_bg_layout_dark_tablet.et_pb_social_media_follow_network a.follow_button {
		background: rgba(0, 0, 0, .6);
		color: hsla(0, 0%, 100%, .8);
	}
	
	.et_pb_bg_layout_dark_tablet.et_pb_social_media_follow_network a.follow_button:hover {
		background: rgba(0, 0, 0, .7);
		color: #fff;
	}
}

@media (max-width:767px) {
	.et_pb_bg_layout_light_phone.et_pb_social_media_follow_network a.follow_button {
		background: rgba(0, 0, 0, .1);
		color: rgba(0, 0, 0, .5);
	}
	
	.et_pb_bg_layout_light_phone.et_pb_social_media_follow_network a.follow_button:hover {
		background: rgba(0, 0, 0, .2);
		color: rgba(0, 0, 0, .6);
	}
	
	.et_pb_bg_layout_dark_phone.et_pb_social_media_follow_network a.follow_button {
		background: rgba(0, 0, 0, .6);
		color: hsla(0, 0%, 100%, .8);
	}
	
	.et_pb_bg_layout_dark_phone.et_pb_social_media_follow_network a.follow_button:hover {
		background: rgba(0, 0, 0, .7);
		color: #fff;
	}
}

.rtl .et_block_module.et_pb_social_media_follow_network a {
	margin-left: 10px;
	margin-right: 0;
}
