.dipl_button_item .dipl_button_horizontal_shutter_fill:hover .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_button_horizontal_shutter_fill:hover .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_link,
.dipl_button_item .dipl_button_vertical_shutter_fill:hover .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_button_vertical_shutter_fill:hover .dipl_background_effect_wrap:before{
    background-size: cover;
    background-repeat: no-repeat;
}
.dipl_button_wrapper{line-height:1}
.dipl_button_item .dipl_button_link{
    display:inline-block;
    position:relative;
    background-position:center;
    overflow:hidden;
    padding:10px;
    border: 0 solid #333;
    text-decoration: none;
    transition: background-image .3s linear, background-color .3s linear, border .3s linear;
}
.dipl_button_item .dipl_background_effect_wrap{
    position: absolute;
    top: 0;
    left :0;
    width: 100%;
    height: 100%;
}
.dipl_button .dipl_button_item .dipl_button_link:before,
.dipl_button .dipl_button_item .dipl_button_link:after {
    display: none;
}
.dipl_button_item .dipl_button_secondary_text,
.dipl_button_item .dipl_button_text{
    position: relative;
    z-index: 2;
}
.dipl_button_item .dipl_button_text{
    font-size: 18px;
    line-height: 1.5;
}
.dipl_button_item .dipl_button_secondary_text{
    font-size: 14px;
    line-height: 1.5;
}
.dipl_button_icon{
    display: inline-block;
    position: relative;
}
.dipl_button_icon:after,.dipl_button_icon:before{
    display: inline-block;
    position: relative;
    z-index: -1;
    font-family: ETModules;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
}
.dipl_button_icon_left .dipl_button_icon:before{
    left: 0;
    padding-right: 6px;
    content: attr(data-icon);
}
.dipl_button_icon_right .dipl_button_icon:after{
    right: 0;
    padding-left: 6px;
    content: attr(data-icon);
}
@keyframes diplChangeIcon{
    0%{
        opacity: 0;
        visibility: 0;
        content: attr(data-icon);
    }
    100%{
        opacity: 1;
        visibility: visible;
        content: attr(data-icon-hover);
    }
}
.dipl_button_no_text,.dipl_button_no_text .dipl_button_text{line-height:0}
.dipl_button_no_text .dipl_button_icon:after,
.dipl_button_no_text .dipl_button_icon:before{
    line-height: 1;
    padding: 0;
}
.dipl_button_icon_on_hover .dipl_button_icon:after,
.dipl_button_icon_on_hover .dipl_button_icon:before{
    visibility: hidden;
    opacity: 0;
    transition: .3s linear;
}
.dipl_button_icon_on_hover .dipl_button_secondary_text:after,
.dipl_button_icon_on_hover .dipl_button_secondary_text:before{
    display: inline-block;
    content: "";
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition: .3s linear;
}
.dipl_button_item .dipl_button_icon_on_hover:hover .dipl_button_icon{
    transform: translateX(0) !important;
}
.dipl_button_icon_on_hover:hover .dipl_button_icon:after,
.dipl_button_icon_on_hover:hover .dipl_button_icon:before{
    visibility: visible;
    opacity: 1;
}
.dipl_button_item .dipl_button_icon_on_hover.dipl_button_icon_left:hover .dipl_button_icon:before{
    left: 0 !important;
}
.dipl_button_item .dipl_button_icon_on_hover.dipl_button_icon_right:hover .dipl_button_icon:after{
    right: 0 !important;
}
.dipl_button_secondary_text{
    display: block;
}
.dipl_button_item .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_background_effect_wrap:before{
    position: absolute;
    content: "";
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s linear;
}
.dipl_button_item .dipl_button_wipe_fill .dipl_background_effect_wrap:before{
    top :0;
    left :0;
    width: 100%;
    height: 100%;
    transform: translate(-100%,0) skew(-45deg);
    transform-origin: 0 0;
}
.dipl_button_item .dipl_button_wipe_fill:hover .dipl_background_effect_wrap:before{
    transform: translate(0,0);
}
.dipl_button_item .dipl_button_slide_down_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_slide_up_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_vertical_shutter_fill .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_button_vertical_shutter_fill .dipl_background_effect_wrap:before{
    left: 0;
    width: 100%;
    height: 100%;
}
.dipl_button_item .dipl_button_slide_up_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_vertical_shutter_fill .dipl_background_effect_wrap:after{
    bottom: -100%;
}
.dipl_button_item .dipl_button_slide_up_fill:hover .dipl_background_effect_wrap:before{
    bottom: 0;
}
.dipl_button_item .dipl_button_slide_down_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_vertical_shutter_fill .dipl_background_effect_wrap:before{
    top: -100%;
}
.dipl_button_item .dipl_button_slide_down_fill:hover .dipl_background_effect_wrap:before{
    top: 0;
}
.dipl_button_item .dipl_button_slide_left_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_slide_right_fill .dipl_background_effect_wrap:before{
    top: 0;
    width: 100%;
    height: 100%;
}
.dipl_button_item .dipl_button_horizontal_shutter_fill .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_button_slide_left_fill .dipl_background_effect_wrap:before{
    right: -100%;
}
.dipl_button_item .dipl_button_slide_left_fill:hover .dipl_background_effect_wrap:before{
    right: 0;
}
.dipl_button_item .dipl_button_horizontal_shutter_fill .dipl_background_effect_wrap:before,
.dipl_button_item .dipl_button_slide_right_fill .dipl_background_effect_wrap:before{
    left: -100%;
}
.dipl_button_item .dipl_button_slide_right_fill:hover .dipl_background_effect_wrap:before{
    left: 0;
}
.dipl_button_item .dipl_button_vertical_shutter_fill:hover .dipl_background_effect_wrap:before{
    top: -50%;
}
.dipl_button_item .dipl_button_vertical_shutter_fill:hover .dipl_background_effect_wrap:after{
    bottom: -50%;
}
.dipl_button_item .dipl_button_horizontal_shutter_fill .dipl_background_effect_wrap:after,
.dipl_button_item .dipl_button_horizontal_shutter_fill .dipl_background_effect_wrap:before{
    top: 0;
    height: 100%;
    width: 100%;
}
.dipl_button_item .dipl_button_horizontal_shutter_fill:hover .dipl_background_effect_wrap:before{
    left: -50%;
}
.dipl_button_item .dipl_button_horizontal_shutter_fill:hover .dipl_background_effect_wrap:after{
    right: -50%;
}
.dipl_faq_page_schema {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	transition: all 0.5s linear;
}
.dipl_faq_page_schema .dipl_faq_wrapper {
	display: table;
	position: relative;
}
.dipl_faq_page_schema .dipl_faq_wrapper,
.et-fb-post-content .dipl_faq_page_schema > div:not(.et-vb-module-options) {
	width: 100%;
}
.dipl_faq_page_schema_item {
	border: 0 solid #d9d9d9;
}
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper {
	padding: 20px 10px;
}
.dipl_faq_page_schema .dipl_faq_accordion .dipl_faq_page_schema_item:not(.dipl_active) .dipl_question_wrapper,
.dipl_faq_page_schema .dipl_faq_toggle .dipl_faq_page_schema_item .dipl_question_wrapper{
	cursor: pointer;
}

.dipl_faq_page_schema .dipl_faq_accordion .dipl_answer_wrapper {
	padding: 10px;
}

.dipl_faq_page_schema .dipl_faq_accordion .dipl_answer_wrapper {
	display: none;
}/*  */
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper {
	display: flex;
}
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper h1,
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper h2,
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper h3,
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper h4,
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper h5,
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper h6 {
	width: 100%;
	padding: 0;
}
.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper:after {
	font-family: ETmodules;
	font-size: 16px;
	/* line-height: 1; */
	color: #aaa;
}
.dipl_faq_page_schema .dipl_faq_grid .dipl_question_wrapper {
	padding: 20px 10px 10px 10px;
}
.dipl_faq_page_schema .dipl_faq_grid .dipl_answer_wrapper {
	padding: 10px;
}
.dipl_faq_page_schema .dipl_faq_col_1 .dipl_faq_page_schema_item,
.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_1
	.dipl_faq_masonry_item {
	width: 100%;
}
.dipl_faq_page_schema .dipl_faq_col_2 .dipl_faq_page_schema_item {
	width: 47.25%;
	margin-right: 2.75%;
	float: left;
}
.dipl_faq_page_schema
	.dipl_faq_col_2
	.dipl_faq_page_schema_item:nth-child(2n + 2) {
	margin-right: 0;
}
.dipl_faq_page_schema
	.dipl_faq_col_2
	.dipl_faq_page_schema_item:nth-child(2n + 1) {
	clear: left;
}
.dipl_faq_page_schema .dipl_faq_col_3 .dipl_faq_page_schema_item {
	width: 31.5%;
	margin-right: 2.75%;
	float: left;
}
.dipl_faq_page_schema
	.dipl_faq_col_3
	.dipl_faq_page_schema_item:nth-child(3n + 3) {
	margin-right: 0;
}
.dipl_faq_page_schema
	.dipl_faq_col_3
	.dipl_faq_page_schema_item:nth-child(3n + 1) {
	clear: left;
}
.dipl_faq_page_schema .dipl_faq_col_4 .dipl_faq_page_schema_item {
	width: 22.25%;
	margin-right: 2.75%;
	float: left;
}
.dipl_faq_page_schema
	.dipl_faq_col_4
	.dipl_faq_page_schema_item:nth-child(4n + 4) {
	margin-right: 0;
}
.dipl_faq_page_schema
	.dipl_faq_col_4
	.dipl_faq_page_schema_item:nth-child(4n + 1) {
	clear: left;
}
.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_2
	.dipl_faq_masonry_item,
.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_2
	.dipl_faq_page_schema_item {
	width: 48%;
}
.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_3
	.dipl_faq_masonry_item,
.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_3
	.dipl_faq_page_schema_item {
	width: 31.33%;
}
.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_4
	.dipl_faq_masonry_item,
.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_4
	.dipl_faq_page_schema_item {
	width: 23%;
}
.et-fb-root-ancestor
	.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_2
	.dipl_faq_page_schema_item,
.et-fb-root-ancestor
	.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_3
	.dipl_faq_page_schema_item,
.et-fb-root-ancestor
	.dipl_faq_page_schema
	.dipl_faq_masonry_container.dipl_faq_col_4
	.dipl_faq_page_schema_item {
	width: 100%;
}
.dipl_faq_page_schema .dipl_faq_masonry_container .dipl_faq_masonry_item {
	margin: 1%;
}
.dipl_faq_page_schema .dipl_faq_masonry_container .dipl_faq_page_schema_item {
	margin-right: 0 !important;
	clear: none !important;
	margin: 1% !important;
}
.et-fb-root-ancestor
	.dipl_faq_page_schema
	.dipl_faq_masonry_container
	.dipl_faq_page_schema_item {
	margin: 0 !important;
}
@media only screen and (max-width: 767px) {
	.dipl_faq_page_schema .dipl_faq_col_2 .dipl_faq_page_schema_item,
	.dipl_faq_page_schema .dipl_faq_col_3 .dipl_faq_page_schema_item,
	.dipl_faq_page_schema .dipl_faq_col_4 .dipl_faq_page_schema_item,
	.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_2
		.dipl_faq_masonry_item,
	.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_2
		.dipl_faq_page_schema_item,
	.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_3
		.dipl_faq_masonry_item,
	.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_3
		.dipl_faq_page_schema_item,
	.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_4
		.dipl_faq_masonry_item,
	.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_4
		.dipl_faq_page_schema_item {
		width: 100% !important;
		margin: 2.75% 0 !important;
		clear: none !important;
	}
	.et-fb-root-ancestor
		.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_2
		.dipl_faq_page_schema_item,
	.et-fb-root-ancestor
		.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_3
		.dipl_faq_page_schema_item,
	.et-fb-root-ancestor
		.dipl_faq_page_schema
		.dipl_faq_masonry_container.dipl_faq_col_4
		.dipl_faq_page_schema_item {
		margin: 0 !important;
	}
}.dipl_text_wrapper h1,.dipl_text_wrapper h2,.dipl_text_wrapper h3,.dipl_text_wrapper h4,.dipl_text_wrapper h5,.dipl_text_wrapper h6{padding-bottom:0;font-size:1.75rem;line-height:1.5;word-wrap:break-word}.dipl_double_color_heading .dipl_text_wrapper .dipl_text_stack{display:block}