#et-boc .et-l .dipl_ajax_search_active_parent,
.et_pb_column.dipl_ajax_search_active_parent,
.et_pb_row.dipl_ajax_search_active_parent{
	z-index: 9999!important;
}
.dipl_ajax_search{overflow:visible!important}
.dipl_ajax_search_field_wrap,.dipl_ajax_search_wrap{position:relative}
.dipl_ajax_search_field_wrap{overflow:hidden}
.dipl_ajax_search_icon:after{
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: ETModules;
	font-size: 16px;
	color: #000;
	transform: translateY(-50%);
	content: "\55";
}
.dipl_ajax_search .dipl_ajax_search_field{
	border-width: 2px;
	border-style: solid;
	border-color: #333;
	width: 100%;
	margin: 0;
	padding: 10px 35px 10px 10px;
	font-size: 16px;
}
.dipl_ajax_search_results_wrap{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9999;
}.dipl_ajax_search_results{
	border-width: 0;
	border-style: solid;
	border-color: #333;
	background: #f1f1f1;
	max-height: 250px;
	padding: 10px;
}
.dipl_ajax_search .dipl_ajax_search_wrap .dipl_ajax_search_results{overflow-x:hidden;overflow-y:auto}
.dipl_ajax_search_item{background:#fff;width:100%;margin-bottom:10px;overflow:hidden}
.dipl_ajax_search_item p{padding-bottom:5px}
.dipl_ajax_search_item:last-child{margin-bottom:0}
.dipl_ajax_search_item .dipl_ajax_search_item_link{
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
}
.dipl_ajax_search_item .dipl_ajax_search_item_image{
	width: 85px;
	float: left;
	line-height: 0;
	overflow: hidden;
}
.dipl_ajax_search_item_image img{width:100%;height:100%;object-fit:cover;object-position:center}
.dipl_ajax_search_only_featured_image .dipl_ajax_search_item_image{width:100%}
.dipl_ajax_search_item .dipl_ajax_search_item_image+.dipl_ajax_search_item_content{width:calc(100% - 85px);float:left}
.dipl_ajax_search_item .dipl_ajax_search_item_content{padding:10px}
.dipl_ajax_search_item .dipl_ajax_search_item_title{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	padding-bottom: 5px;
}
.dipl_ajax_search_item .dipl_ajax_search_item_title:last-child{ padding-bottom: 0; }
.dipl_ajax_search_item .dipl_ajax_search_item_price{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
}
.dipl_ajax_search_item .dipl_ajax_search_item_excerpt{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
}
.dipl_ajax_search_result_masonry .dipl_ajax_search_items .dipl_ajax_search_item{
	width: 100%;
	margin: 0;
	clear: none;
}
.dipl_ajax_search_result_masonry .dipl_ajax_search_isotope_item{ width: 100%; padding: 5px; }
.dipl_ajax_search_loader:after{
	position: absolute;
	top: 50%;
	right: 10px;
	border: 1px solid rgba(0,0,0,.7);
	border-right-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	font-family: inherit;
	transform: translate3d(0,-50%,0);
	animation: dipl_rotation .8s linear infinite;
	content: '';
}

@keyframes dipl_rotation{
	from{
		-webkit-transform: translate3d( 0, -50%, 0 ) rotate( 0 );
		transform: translate3d( 0, -50%, 0 ) rotate( 0 )
	}
	to{
		-webkit-transform: translate3d( 0, -50%, 0 ) rotate( 360deg );
		transform: translate3d( 0, -50%, 0 ) rotate( 360deg );
	}
}

@media screen and ( min-width: 768px ) {
	.dipl_ajax_search_result_2_cols .dipl_ajax_search_item,
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item,
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item{
		width:calc(50% - 5px);
		float:left;
		margin-right:10px;
	}
	.dipl_ajax_search_result_2_cols .dipl_ajax_search_isotope_item,
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_isotope_item,
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_isotope_item{width:50%}
	.dipl_ajax_search_result_2_cols .dipl_ajax_search_item:nth-of-type(2n+2),
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item:nth-of-type(2n+2),
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item:nth-of-type(2n+2){margin-right:0}
}
@media screen and ( min-width: 981px ) {
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item{width:calc(33.33% - 6.667px)}
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_isotope_item{width:33.33%}
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item{width:calc(25% - 7.5px)}
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_isotope_item{width:25%}
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item:nth-of-type(2n+2){margin-right:10px}
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item:nth-of-type(3n+3){margin-right:0}
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item:nth-of-type(2n+2){margin-right:10px}
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item:nth-of-type(4n+4){margin-right:0}
	.dipl_ajax_search_result_2_cols .dipl_ajax_search_item:nth-of-type(2n+1),
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item:nth-of-type(3n+1),
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item:nth-of-type(4n+1){clear:left}
}

#et-boc .et-l .dipl_ajax_search_active_parent,
.et_pb_column.dipl_ajax_search_active_parent,
.et_pb_row.dipl_ajax_search_active_parent{
	z-index: 9999!important;
}
.dipl_ajax_search{overflow:visible!important}
.dipl_ajax_search_field_wrap,.dipl_ajax_search_wrap{position:relative}
.dipl_ajax_search_field_wrap{overflow:hidden}
.dipl_ajax_search_icon:after{
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: ETModules;
	font-size: 16px;
	color: #000;
	transform: translateY(-50%);
	content: "\55";
}
.dipl_ajax_search .dipl_ajax_search_field{
	border-width: 2px;
	border-style: solid;
	border-color: #333;
	width: 100%;
	margin: 0;
	padding: 10px 35px 10px 10px;
	font-size: 16px;
}
.dipl_ajax_search_results_wrap{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9999;
}.dipl_ajax_search_results{
	border-width: 0;
	border-style: solid;
	border-color: #333;
	background: #f1f1f1;
	max-height: 250px;
	padding: 10px;
}
.dipl_ajax_search .dipl_ajax_search_wrap .dipl_ajax_search_results{overflow-x:hidden;overflow-y:auto}
.dipl_ajax_search_item{background:#fff;width:100%;margin-bottom:10px;overflow:hidden}
.dipl_ajax_search_item p{padding-bottom:5px}
.dipl_ajax_search_item:last-child{margin-bottom:0}
.dipl_ajax_search_item .dipl_ajax_search_item_link{
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
}
.dipl_ajax_search_item .dipl_ajax_search_item_image{
	width: 85px;
	float: left;
	line-height: 0;
	overflow: hidden;
}
.dipl_ajax_search_item_image img{width:100%;height:100%;object-fit:cover;object-position:center}
.dipl_ajax_search_only_featured_image .dipl_ajax_search_item_image{width:100%}
.dipl_ajax_search_item .dipl_ajax_search_item_image+.dipl_ajax_search_item_content{width:calc(100% - 85px);float:left}
.dipl_ajax_search_item .dipl_ajax_search_item_content{padding:10px}
.dipl_ajax_search_item .dipl_ajax_search_item_title{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	padding-bottom: 5px;
}
.dipl_ajax_search_item .dipl_ajax_search_item_title:last-child{ padding-bottom: 0; }
.dipl_ajax_search_item .dipl_ajax_search_item_price{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
}
.dipl_ajax_search_item .dipl_ajax_search_item_excerpt{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
}
.dipl_ajax_search_result_masonry .dipl_ajax_search_items .dipl_ajax_search_item{
	width: 100%;
	margin: 0;
	clear: none;
}
.dipl_ajax_search_result_masonry .dipl_ajax_search_isotope_item{ width: 100%; padding: 5px; }
.dipl_ajax_search_loader:after{
	position: absolute;
	top: 50%;
	right: 10px;
	border: 1px solid rgba(0,0,0,.7);
	border-right-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	font-family: inherit;
	transform: translate3d(0,-50%,0);
	animation: dipl_rotation .8s linear infinite;
	content: '';
}

@keyframes dipl_rotation{
	from{
		-webkit-transform: translate3d( 0, -50%, 0 ) rotate( 0 );
		transform: translate3d( 0, -50%, 0 ) rotate( 0 )
	}
	to{
		-webkit-transform: translate3d( 0, -50%, 0 ) rotate( 360deg );
		transform: translate3d( 0, -50%, 0 ) rotate( 360deg );
	}
}

@media screen and ( min-width: 768px ) {
	.dipl_ajax_search_result_2_cols .dipl_ajax_search_item,
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item,
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item{
		width:calc(50% - 5px);
		float:left;
		margin-right:10px;
	}
	.dipl_ajax_search_result_2_cols .dipl_ajax_search_isotope_item,
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_isotope_item,
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_isotope_item{width:50%}
	.dipl_ajax_search_result_2_cols .dipl_ajax_search_item:nth-of-type(2n+2),
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item:nth-of-type(2n+2),
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item:nth-of-type(2n+2){margin-right:0}
}
@media screen and ( min-width: 981px ) {
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item{width:calc(33.33% - 6.667px)}
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_isotope_item{width:33.33%}
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item{width:calc(25% - 7.5px)}
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_isotope_item{width:25%}
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item:nth-of-type(2n+2){margin-right:10px}
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item:nth-of-type(3n+3){margin-right:0}
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item:nth-of-type(2n+2){margin-right:10px}
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item:nth-of-type(4n+4){margin-right:0}
	.dipl_ajax_search_result_2_cols .dipl_ajax_search_item:nth-of-type(2n+1),
	.dipl_ajax_search_result_3_cols .dipl_ajax_search_item:nth-of-type(3n+1),
	.dipl_ajax_search_result_4_cols .dipl_ajax_search_item:nth-of-type(4n+1){clear:left}
}

.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}
.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}
.mfp-wrap .mfp-arrow:active{position:absolute;top:50%}.mfp-wrap .mfp-close:active{position:absolute;top:-10px}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after,.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{font-family:ETmodules;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mfp-fade.mfp-bg{opacity:.001;transition:all .5s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade .mfp-wrap.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade .mfp-wrap.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-fade .mfp-wrap .mfp-content{opacity:.001;transition:all .5s ease-out}.mfp-bg{z-index:1000000;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1000001;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.55;filter:alpha(opacity=55);margin:0;top:50%;margin-top:-32px;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow-left{left:10px}.mfp-arrow-right{right:10px}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-arrow{background:none!important;margin-top:-32px!important;line-height:1em!important}.mfp-arrow,.mfp-arrow:after{width:48px!important;height:48px!important}.mfp-arrow:after{margin:0!important;top:0!important;border:none!important}.mfp-arrow-left{left:0!important}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after,.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border:none;font-size:64px;color:#fff}.mfp-arrow-left:before,.mfp-arrow-right:before{display:none}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{content:"4"}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{content:"5"}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{font-size:64px;font-family:Open Sans,Arial,sans-serif;font-weight:200;top:-10px;opacity:.2}.mfp-iframe-holder .mfp-close:hover,.mfp-image-holder .mfp-close:hover{opacity:1}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
.mfp-wrap .mfp-arrow:active{position:absolute;top:50%}.mfp-wrap .mfp-close:active{position:absolute;top:-10px}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after,.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{font-family:ETmodules;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mfp-fade.mfp-bg{opacity:.001;transition:all .5s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade .mfp-wrap.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade .mfp-wrap.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-fade .mfp-wrap .mfp-content{opacity:.001;transition:all .5s ease-out}.mfp-bg{z-index:1000000;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1000001;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.55;filter:alpha(opacity=55);margin:0;top:50%;margin-top:-32px;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow-left{left:10px}.mfp-arrow-right{right:10px}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-arrow{background:none!important;margin-top:-32px!important;line-height:1em!important}.mfp-arrow,.mfp-arrow:after{width:48px!important;height:48px!important}.mfp-arrow:after{margin:0!important;top:0!important;border:none!important}.mfp-arrow-left{left:0!important}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after,.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border:none;font-size:64px;color:#fff}.mfp-arrow-left:before,.mfp-arrow-right:before{display:none}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{content:"4"}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{content:"5"}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{font-size:64px;font-family:Open Sans,Arial,sans-serif;font-weight:200;top:-10px;opacity:.2}.mfp-iframe-holder .mfp-close:hover,.mfp-image-holder .mfp-close:hover{opacity:1}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
.dipl_woo_products .woocommerce .product .out-of-stock{
	color: red;
	font-size: .92em;
	text-align: center;
}
.dipl_woo_products .woocommerce ul.products li.last {
	clear: unset !important;
}
.dipl_woo_products .woocommerce .products li.product {
	margin-right: 0px;
}
.dipl_single_woo_product_quickview_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 7;
}
.dipl_woo_products .dipl_woo_products_ordering .orderby{
	font-size: 14px;
}
.et_shop_image:hover .dipl_single_woo_product_quickview_wrapper {
	z-index: 4;
}
.dipl_single_woo_product_quickview {
	width: 100%;
	background: rgba(255, 255, 255, .6);
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	text-align: center;
	border: none;
	cursor: pointer;
}
.dipl_woo_products .dipldefault.add-to-cart-on-hover li.product,
.dipl_woo_products .layout1.add-to-cart-on-hover li.product {
	overflow: hidden;
}
.dipl_woo_products .dipldefault.add-to-cart-on-hover li.product:hover .dipl-woo-products-add-to-cart-link,
.dipl_woo_products .layout1.add-to-cart-on-hover li.product:hover .dipl-woo-products-add-to-cart-link {
	visibility: visible;
	opacity: 1;
}
.dipl_woo_products .dipldefault.add-to-cart-on-hover .dipl-woo-products-add-to-cart-link,
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl-woo-products-add-to-cart-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
	-o-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
	margin-top: 10px;
}
.dipl_woo_products ul.products li.product .dipl-woo-products-add-to-cart-link a {
	margin: 0 0 10px 0;
}
.dipl_woo_products .layout1 .dipl-woo-products-link-wrap {
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}
.dipl_woo_products .dipldefault .dipl-woo-products-link-wrap {
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}
.dipl_woo_products .hide-pagination-prev-next .woocommerce-pagination a.next,
.dipl_woo_products .hide-pagination-prev-next .woocommerce-pagination a.prev{
	display: none;
}
.dipl_woo_products .dipl-woo-products-ratings-wrap{
	display: flex;
	flex-wrap: wrap;
}
.dipl_woo_products .woocommerce .woocommerce-ordering,
.dipl_woo_products .woocommerce-ordering {
	float: unset;
}
.dipl_woo_products .dipl_product_lightbox_loader {
	position: relative;
}
.dipl_woo_products .dipl_product_lightbox_loader:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.8);
}
.dipl_woo_products .dipl_product_lightbox_loader:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	content: "\e02d";
	font-family: ETMODULES;
	font-size: 36px;
	color: #000;
	transform: translate(-50%, -50%);
	animation: dipl_rotator 2s linear infinite;
}
@keyframes dipl_rotator {
	from {
		transform: translate(-50%, -50%) rotate(0);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.dipl_product_lightbox .mfp-inline-holder .mfp-content{
	background: #fff;
}
.dipl_product_lightbox div.product div.summary {
	width: 52%;
	padding: 30px;
	margin-bottom: 0px !important;
}
.dipl_single_woo_product_info_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}
.dipl_single_woo_product_info_wrapper .dipl-woo-products-add-to-cart {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.dipl_single_woo_product_content{
	overflow-wrap: anywhere;
}
.woocommerce.editor .dipl_single_woo_product_quickview,
.woocommerce.editor .page-numbers {
	pointer-events: none !important;
}
.dipl_product_filterable_categories_wrappper {
	margin-bottom: 35px;
}
.dipl_product_filterable_categories_wrappper .dipl_product_filterable_categories {
	list-style: none;
	padding: 0;
	text-align: center;
}
.dipl_product_filterable_categories li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 10px;
	line-height: normal;
	transition: all 300ms ease;
	cursor: pointer;
}
.dipl_product_filterable_categories .dipl_product_active_category {
	cursor: default;
}
.dipl_woo_products .layout1 .dipl_single_woo_product_add_to_cart {
	position: relative;
	margin-top: auto;
}
.dipl_woo_products_layout.layout2 .dipl_single_woo_product_content {
	text-align: center;
}
.dipl_woo_products_layout.layout2 .dipl-woo-products-ratings-wrap {
	justify-content: center;
}
.dipl_woo_products_layout .dipl_single_woo_product_thumbnail_wrapper {
	position: relative;
	overflow: hidden;
}
.woocommerce ul.products li.product .dipl_single_woo_product_thumbnail a img {
	margin-bottom: 0px !important;
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	-o-transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_quickview .et-pb-icon {
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	margin-left: 5px;
}
.dipl-masonry-layout .dipl_woo_products_layout {
	position: relative;
}
.layout1 .dipl_single_woo_product,
.layout2 .dipl_single_woo_product {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.layout1 .dipl_single_woo_product_content,
.layout2 .dipl_single_woo_product_content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.dipl_single_woo_product_content {
	margin-top: 9px;
}
.layout2 .woocommerce-loop-product__title {
	margin-bottom: 10px !important;
}
.dipl_product_lightbox .product .single_add_to_cart_button:not(.loading):after{
	line-height: unset !important;
}
.et-db #et-boc .et-fb-modules-list li.dipl_woo_products::before,
.et-db #et-boc .et-l .et-fb-modules-list li.dipl_woo_products::before,
.et-db #et-boc .et_fb_saved_layouts_list li.dipl_woo_products::before {
	font-family: dashicons;
	content: "\F180";
}
.et-db #et-boc .et-fb-modules-list li.dipl_woo_products .et_module_title,
.et-db #et-boc .et-l .et-fb-modules-list li.dipl_woo_products .et_module_title,
.et-db #et-boc .et_fb_saved_layouts_list li.dipl_woo_products .et_module_title {
	white-space: normal;
}
.dipl_woo_products_layout {
	display: table;
	width: 100%;
}
.dipl_woo_products .dipl_sorting_orderby {
	font-size: 14px;
	line-height: 1.2;
}
.dipl_woo_products_isotope_item {
	float: left;
}
.dipl_single_woo_product {
	position: relative;
	overflow: hidden;
}
.et_pb_with_border .dipl_single_woo_product,
.et_pb_with_border .products .dipl_single_woo_product_add_to_cart a.add_to_cart_button,
.et_pb_with_border .products .dipl_single_woo_product_add_to_cart a.added_to_cart,
.et_pb_with_border .products .dipl_single_woo_product_add_to_cart a.button,
.et_pb_with_border .dipl_single_woo_product_sale_badge {
	border-width: 0;
	border-style: solid;
	border-color: #333;
}
.dipl_single_woo_product_thumbnail_wrapper {
	position: relative;
	overflow: hidden;
}
.dipl_woo_products_layout .dipl_single_woo_product_sale_badge,
.woocommerce .dipl_woo_products_layout span.onsale {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	background: #000 !important;
	padding: 5px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	color: #fff;
	border-radius: 0px !important;
}
.dipl_out_of_stock_product .dipl_single_woo_product_thumbnail_wrapper,
.dipl_out_of_stock_product .dipl_single_woo_product_content {
	opacity: 0.5;
}
.dipl_out_of_stock_wrapper {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_out_of_stock_label {
	font-size: 14px;
	line-height: 1.2;
	color: #f00;
}
.dipl_single_woo_product_thumbnail {
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_thumbnail a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}
.dipl_single_woo_product_thumbnail img {
	width: 100%;
	transform: scale(1);
	transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	border-style: solid;
}
.dipl_woo_products_layout.layout1 .dipl_single_woo_product_title {
	padding: 0;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_woo_products_layout.layout1 .dipl-woo-products-ratings-wrap {
	justify-content: center;
}
.dipl_single_woo_product_star_rating, .dipl_product_lightbox.woocommerce .woocommerce-product-rating {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-top: 10px;
	align-items: center;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_star_rating .star-rating,
.woocommerce .dipl_single_woo_product_star_rating .star-rating,
.woocommerce-page .dipl_single_woo_product_star_rating .star-rating,
.dipl_product_lightbox .woocommerce-product-rating .star-rating,
.woocommerce.dipl_product_lightbox .woocommerce-product-rating .star-rating {
	position: relative;
	width: auto;
	height: auto;
	float: none;
	font-size: 16px;
	line-height: 1;
	font-family: star;
	overflow: hidden;
}
.dipl_single_woo_product_star_rating .star-rating:before,
.woocommerce .dipl_single_woo_product_star_rating .star-rating:before,
.woocommerce-page .dipl_single_woo_product_star_rating .star-rating:before,
.dipl_product_lightbox .woocommerce-product-rating .star-rating:before,
.woocommerce.dipl_product_lightbox .woocommerce-product-rating .star-rating:before {
	position: relative;
	float: none;
	color: #ccc;
	content: "\73\73\73\73\73" !important;
}
.woocommerce .dipl_single_woo_product_star_rating .star-rating span,
.dipl_product_lightbox .woocommerce-product-rating .star-rating span {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	overflow: hidden;
	padding-top: 3em;
	text-indent: -999999px;
}
.dipl_single_woo_product_star_rating .star-rating span:before,
.woocommerce-product-rating .star-rating span:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #ffca00;
	text-indent: 0;
	content: "\53\53\53\53\53";
}
.dipl_single_woo_product_info_wrapper {
	display: grid;
	grid-template-columns: minmax(0, auto) minmax(0, 100%);
	grid-column-gap: 15px;
	align-items: center;
	margin-top: 10px;
}
.dipl_woo_products_layout .dipl_single_woo_product_price {
	margin-top: 10px;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_add_to_cart {
	position: relative;
}
.dipl_single_woo_product_add_to_cart_on_hover {
	overflow: hidden;
}
.dipl_single_woo_product:hover .dipl_single_woo_product_add_to_cart_on_hover {
	overflow: visible;
}
.dipl_single_woo_product .add_to_cart_inline {
	margin-top: 10px;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_product_lightbox .dipl_single_woo_product_price,
.dipl_product_lightbox .dipl_single_woo_product_title {
	text-align: left;
}
.dipl_product_lightbox .dipl_single_woo_product_desc {
	margin-top: 10px;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.add_to_cart_button,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.added_to_cart,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	border: 0 solid #333;
	border-radius: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	line-height: 1.2 !important;
	color: #fff;
}
.dipl_product_lightbox.woocommerce .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:hover,
.dipl_product_lightbox.woocommerce .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:hover,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.add_to_cart_button:hover,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.added_to_cart:hover,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.button:hover {
	border: 0 solid #333;
	padding: 10px;
	color: #fff;
	letter-spacing: normal;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart {
	display: inline-flex;
	width: auto;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:after,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:before,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:after,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button:after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button:after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button:before,
.dipl_woo_products .woocommerce ul.products.dipl_woo_products_layout li.product .dipl-woo-products-add-to-cart:after,
.dipl_woo_products .woocommerce ul.products.dipl_woo_products_layout li.product .dipl-woo-products-add-to-cart:before {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	font-size: inherit;
	line-height: 1;
	color: inherit;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart.icon-left:not(.loading):after,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.icon-left:not(.loading):after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button.icon-left:not(.loading):after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button.icon-left:not(.loading):after {
	display: none !important;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:before,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button:before,
.dipl_woo_products .woocommerce ul.products li.product .dipl-woo-products-add-to-cart:before {
	margin-left: 0 !important;
	margin-right: -1em;
	padding-right: 5px;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:hover:before,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:hover:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button:hover:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button:hover:before {
	margin-right: 0 !important;
	opacity: 1;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:not(.loading):after,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:not(.loading):after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button:not(.loading):after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button:not(.loading):after {
	padding-left: 5px;
}
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.added {
	display: none !important;
}
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.added,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.added:after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.loading,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.loading:after {
	opacity: 1;
}
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.added:after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.loading:after {
	margin-left: 10px;
}
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.loading:after {
	font-family: WooCommerce !important;
}
.dipl_woo_products_pagination_wrapper {
	position: relative;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.dipl_woo_products_pagination_wrapper .dipl_woo_products_pagination,
.dipl_woo_products .woocommerce nav.woocommerce-pagination ul {
	list-style: none;
	padding: 0;
	line-height: normal;
	border: none;
}
.dipl_woo_products_pagination li,
.dipl_woo_products .woocommerce nav.woocommerce-pagination ul li {
	display: inline-block;
	margin-right: 10px;
	border: none;
}
.dipl_woo_products_pagination li:last-child {
	margin-right: 0;
}
.dipl_woo_products_pagination li a,
.dipl_woo_products .woocommerce nav.woocommerce-pagination ul li a,
.dipl_woo_products .woocommerce nav.woocommerce-pagination ul li span.current{
	display: block;
	padding: 4px 10px;
	font-size: 16px;
	line-height: 1.5;
}
.dipl_woo_products_pagination li.active a {
	cursor: default;
}
.dipl_woo_products_pagination li.disabled {
	display: none;
	opacity: 0.2;
}
.dipl_woo_products_pagination li.disabled a {
	cursor: default;
}
.dipl_single_woo_product_quickview_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_quickview_wrapper a {
	display: block;
	background: rgba(255, 255, 255, 0.6);
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	text-align: center;
}
.dipl_product_lightbox .mfp-content > .product {
	display: flex;
	flex-wrap: wrap;
}
.dipl_product_lightbox .dipl_product_lightbox_content_wrapper .product {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.dipl_product_lightbox_image_wrapper {
	width: 50%;
}
.dipl_product_lightbox_image_wrapper .swiper-slide {
	line-height: 0;
}
.dipl_product_lightbox_title {
	padding: 0;
	margin-bottom: 10px;
}
.dipl_product_lightbox_price {
	margin-bottom: 10px;
}
.dipl_product_lightbox .product .woocommerce-variation {
	margin-bottom: 20px;
}
.dipl_product_lightbox .product .woocommerce-variation-description,
.dipl_product_lightbox .product .woocommerce-variation-price {
	margin-bottom: 10px;
}
.dipl_product_lightbox .product .woocommerce-variation-description p {
	margin-bottom: 0 !important;
}
.dipl_product_lightbox .product .cart:not(.variations_form):not(.grouped_form),
.dipl_product_lightbox .product .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
}
.dipl_product_lightbox .product .cart:not(.variations_form):not(.grouped_form) .qty,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .qty {
	height: 100%;
}
.dipl_product_lightbox .mfp-content {
	background: #fff;
	width: 60%;
	max-width: 100%;
}
.dipl_product_lightbox_gallery_carousel .dipl_swiper,
.dipl_product_lightbox_gallery_carousel .swiper-pagination {
	position: relative;
}
.dipl_product_lightbox_gallery_carousel .swiper-slide img {
	width: 100%;
}
.dipl_product_lightbox_gallery_carousel .swiper-pagination-bullet {
	background: 0 0;
	border-radius: 0;
	width: 80px;
	margin-right: 5px;
	margin-top: 5px;
	opacity: 0.5;
}
.dipl_product_lightbox_gallery_carousel .swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.dipl_product_lightbox_gallery_carousel .swiper-pagination-bullet-active {
	opacity: 1;
}
.dipl_product_lightbox .product .variations td,
.dipl_product_lightbox .product .variations th {
	vertical-align: middle;
}
.dipl_product_lightbox div.product form.cart .group_table td:first-child {
	width: auto;
}
.dipl_product_lightbox div.product form.cart .woocommerce-grouped-product-list {
	width: 100%;
	margin: 0 0 24px;
}
.dipl_product_lightbox .product_meta > span {
	display: block;
}
.dipl_product_lightbox .product form .variations td,
.dipl_product_lightbox .product form .variations th {
	vertical-align: middle;
}
.dipl_product_lightbox.mfp-bg {
	background: rgba(11, 11, 11, 0.8);
}
.dipl_product_lightbox .mfp-close {
	opacity: 1;
}
.dipl_product_lightbox_loader {
	position: relative;
}
.dipl_product_lightbox_loader:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.8);
}
.dipl_product_lightbox_loader:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	content: "\e02d";
	font-family: ETMODULES;
	font-size: 36px;
	color: #000;
	transform: translate(-50%, -50%);
	animation: dcp_rotator 2s linear infinite;
}
.dipl_woo_products .woocommerce-message {
	margin: 0 0 20px;
	background: #000;
}
.dipl_woo_products .woocommerce-message a,
.dipl_woo_products .woocommerce-message a:hover {
	background: 0 0 !important;
	color: #fff !important;
}
@media screen and (max-width: 980px) {
	.dipl_woo_products .dipl_single_woo_product .add_to_cart_inline,
	.dipl_woo_products .dipl_single_woo_product:hover .add_to_cart_inline,
	.dipl_woo_products .dipl_single_woo_product:hover .dipl_single_woo_product_price,
	.dipl_woo_products .dipl_single_woo_product:hover .dipl_single_woo_product_thumbnail,
	.dipl_woo_products .dipl_single_woo_product:hover .dipl_single_woo_product_star_rating,
	.dipl_woo_products .dipl_single_woo_product:hover .dipl_single_woo_product_quickview_wrapper,
	.dipl_woo_products .dipl_single_woo_product:hover .dipl_single_woo_product_title {
		transform: translateY(0) !important;
	}
}
@media screen and (max-width: 767px) {
	.dipl_product_lightbox .mfp-content > .product {
		flex-direction: column;
	}
}
.dipl_product_lightbox_content_wrapper,
.dipl_product_lightbox_image_wrapper {
	width: 100%;
}
.dipl_product_lightbox_content_wrapper {
	padding: 20px;
}
.dipl_product_lightbox_gallery_carousel .swiper-pagination-bullet {
	width: 50px;
}
.products.dipl_woo_products_layout,
.woocommerce ul.products.dipl_woo_products_layout {
	margin-bottom: 0px;
}
.dipl_wishlist_enabled .dipldefault .dipl_single_woo_product .dipl_wishlist_button_wrapper,
.dipl_wishlist_enabled .layout1 .dipl_single_woo_product .dipl_wishlist_button_wrapper,
.dipl_wishlist_enabled .layout2 .dipl_single_woo_product .dipl_wishlist_button_wrapper {
	margin: 0px !important;
}
.mfp-wrap .mfp-close:active{
	top: 0px !important;
}
.dipl_woo_products .woocommerce .products:before,
.dipl_woo_products .woocommerce .products:after{
	display: none;
}
.dipl_single_woo_product_quickview_wrapper{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.et_shop_image:hover .dipl_single_woo_product_quickview_wrapper{
	z-index: 4;
}
.dipl_single_woo_product_thumbnail{
	overflow: hidden;
}
.dipl_single_woo_product_quickview{
	width: 100%;
	background: rgba(255, 255, 255, .6);
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	text-align: center;
	border: none;
	cursor: pointer;
}
.dipl_woo_products .layout1.add-to-cart-on-hover li.product{
	overflow: hidden;
}
.dipl_woo_products .layout1.add-to-cart-on-hover li.product:hover .dipl-woo-products-add-to-cart-link{
	visibility: visible;
	opacity: 1;
}
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl-woo-products-add-to-cart-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: inherit;
	visibility: hidden;
	opacity: 0;
	transform: translateY(0);
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
	margin-top: 10px;
	text-align:  center;
}
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl_single_woo_product_title,
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl_single_woo_product_price,
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl-woo-products-ratings-wrap,
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl_single_woo_product_thumbnail,
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl_single_woo_product_star_rating,
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl_single_woo_product_quickview_wrapper{
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}
.dipl_woo_products .woocommerce .woocommerce-ordering,
.dipl_woo_products .woocommerce-ordering{
	float: unset;
}
.dipl_woo_products .dipl_product_lightbox_loader{
	position: relative;
}
.dipl_woo_products .dipl_product_lightbox_loader:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.8);
}
.dipl_woo_products .dipl_product_lightbox_loader:after{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	content: "\e02d";
	font-family: ETMODULES;
	font-size: 36px;
	color: #000;
	transform: translate(-50%, -50%);
	animation: dipl_rotator 2s linear infinite;
}
.dipl_product_lightbox div.product div.summary{
	width: 52%;
	padding: 30px;
	margin-bottom: 0px !important;
}
.dipl_single_woo_product_info_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}
.dipl_single_woo_product_info_wrapper .dipl-woo-products-add-to-cart{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.woocommerce.editor .dipl_single_woo_product_quickview,
.woocommerce.editor .page-numbers{
	pointer-events: none !important;
}
.dipl_product_filterable_categories_wrappper{
	margin-bottom: 35px;
}
.dipl_product_filterable_categories_wrappper .dipl_product_filterable_categories{
	list-style: none;
	padding: 0;
	text-align: center;
}
.dipl_product_filterable_categories li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 10px;
	line-height: normal;
	transition: all 300ms ease;
	cursor: pointer;
}
.dipl_product_filterable_categories .dipl_product_active_category{
	cursor: default;
}
.dipl_woo_products .layout1 .dipl_single_woo_product_add_to_cart{
	position: relative;
	margin-top: auto;
}
.dipl_woo_products_layout.layout2 .dipl_single_woo_product_content{
	text-align: center;
}
.dipl_woo_products_layout.layout2 .dipl-woo-products-ratings-wrap{
	justify-content: center;
}
.dipl_woo_products_layout .dipl_single_woo_product_thumbnail_wrapper{
	position: relative;
	overflow: hidden;
}
.woocommerce ul.products li.product .dipl_single_woo_product_thumbnail a img{
	margin-bottom: 0px !important;
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	-o-transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_quickview .et-pb-icon{
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	margin-left: 5px;
}
.dipl-masonry-layout .dipl_woo_products_layout{
	position: relative;
}
.layout1 .dipl_single_woo_product,
.layout2 .dipl_single_woo_product{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.layout1 .dipl_single_woo_product_content,
.layout2 .dipl_single_woo_product_content{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.dipl_single_woo_product_content{
	margin-top: 9px;
}
.dipl_single_woo_product_price{
	margin-top: 10px;
	margin-bottom: 0;
}
/* .layout1 .dipl_single_woo_product_price,  */
.layout2 .dipl_single_woo_product_price{
	margin-bottom: 1em;
}
.layout2 .woocommerce-loop-product__title{
	margin-bottom: 10px !important;
}
.dipl_single_woo_product_quickview:after{
	margin-left: 5px;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button {
	font-family: inherit;
}
.dipl_product_lightbox.woocommerce span.onsale {
	border-style: solid;
}
.dipl_single_woo_product_thumbnail:hover .et_overlay {
	z-index: 3;
	opacity: 1;
}

@media only screen and (min-width: 981px) {
	.dipl_single_woo_product_add_to_cart_on_hover .add_to_cart_inline{
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100%;
		height: inherit;
		visibility: hidden;
		opacity: 0;
		transform: translateY(0);
	}
	.dipl_single_woo_product:hover .dipl_single_woo_product_add_to_cart_on_hover .add_to_cart_inline{
		visibility: visible;
		opacity: 1;
	}
	.dipl_single_woo_product .dipl_single_woo_product_add_to_cart_on_hover .add_to_cart_inline{
		position: relative;
	}
}

.dipl_woo_products .woocommerce .product .out-of-stock{
	color: red;
	font-size: .92em;
	text-align: center;
}
.dipl_woo_products .woocommerce ul.products li.last {
	clear: unset !important;
}
.dipl_woo_products .woocommerce .products li.product {
	margin-right: 0px;
}
.dipl_single_woo_product_quickview_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 7;
}
.dipl_woo_products .dipl_woo_products_ordering .orderby{
	font-size: 14px;
}
.et_shop_image:hover .dipl_single_woo_product_quickview_wrapper {
	z-index: 4;
}
.dipl_single_woo_product_quickview {
	width: 100%;
	background: rgba(255, 255, 255, .6);
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	text-align: center;
	border: none;
	cursor: pointer;
}
.dipl_woo_products .dipldefault.add-to-cart-on-hover li.product,
.dipl_woo_products .layout1.add-to-cart-on-hover li.product {
	overflow: hidden;
}
.dipl_woo_products .dipldefault.add-to-cart-on-hover li.product:hover .dipl-woo-products-add-to-cart-link,
.dipl_woo_products .layout1.add-to-cart-on-hover li.product:hover .dipl-woo-products-add-to-cart-link {
	visibility: visible;
	opacity: 1;
}
.dipl_woo_products .dipldefault.add-to-cart-on-hover .dipl-woo-products-add-to-cart-link,
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl-woo-products-add-to-cart-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
	-o-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
	margin-top: 10px;
}
.dipl_woo_products ul.products li.product .dipl-woo-products-add-to-cart-link a {
	margin: 0 0 10px 0;
}
.dipl_woo_products .layout1 .dipl-woo-products-link-wrap {
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}
.dipl_woo_products .dipldefault .dipl-woo-products-link-wrap {
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}
.dipl_woo_products .hide-pagination-prev-next .woocommerce-pagination a.next,
.dipl_woo_products .hide-pagination-prev-next .woocommerce-pagination a.prev{
	display: none;
}
.dipl_woo_products .dipl-woo-products-ratings-wrap{
	display: flex;
	flex-wrap: wrap;
}
.dipl_woo_products .woocommerce .woocommerce-ordering,
.dipl_woo_products .woocommerce-ordering {
	float: unset;
}
.dipl_woo_products .dipl_product_lightbox_loader {
	position: relative;
}
.dipl_woo_products .dipl_product_lightbox_loader:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.8);
}
.dipl_woo_products .dipl_product_lightbox_loader:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	content: "\e02d";
	font-family: ETMODULES;
	font-size: 36px;
	color: #000;
	transform: translate(-50%, -50%);
	animation: dipl_rotator 2s linear infinite;
}
@keyframes dipl_rotator {
	from {
		transform: translate(-50%, -50%) rotate(0);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.dipl_product_lightbox .mfp-inline-holder .mfp-content{
	background: #fff;
}
.dipl_product_lightbox div.product div.summary {
	width: 52%;
	padding: 30px;
	margin-bottom: 0px !important;
}
.dipl_single_woo_product_info_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}
.dipl_single_woo_product_info_wrapper .dipl-woo-products-add-to-cart {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.dipl_single_woo_product_content{
	overflow-wrap: anywhere;
}
.woocommerce.editor .dipl_single_woo_product_quickview,
.woocommerce.editor .page-numbers {
	pointer-events: none !important;
}
.dipl_product_filterable_categories_wrappper {
	margin-bottom: 35px;
}
.dipl_product_filterable_categories_wrappper .dipl_product_filterable_categories {
	list-style: none;
	padding: 0;
	text-align: center;
}
.dipl_product_filterable_categories li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 10px;
	line-height: normal;
	transition: all 300ms ease;
	cursor: pointer;
}
.dipl_product_filterable_categories .dipl_product_active_category {
	cursor: default;
}
.dipl_woo_products .layout1 .dipl_single_woo_product_add_to_cart {
	position: relative;
	margin-top: auto;
}
.dipl_woo_products_layout.layout2 .dipl_single_woo_product_content {
	text-align: center;
}
.dipl_woo_products_layout.layout2 .dipl-woo-products-ratings-wrap {
	justify-content: center;
}
.dipl_woo_products_layout .dipl_single_woo_product_thumbnail_wrapper {
	position: relative;
	overflow: hidden;
}
.woocommerce ul.products li.product .dipl_single_woo_product_thumbnail a img {
	margin-bottom: 0px !important;
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	-o-transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_quickview .et-pb-icon {
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	margin-left: 5px;
}
.dipl-masonry-layout .dipl_woo_products_layout {
	position: relative;
}
.layout1 .dipl_single_woo_product,
.layout2 .dipl_single_woo_product {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.layout1 .dipl_single_woo_product_content,
.layout2 .dipl_single_woo_product_content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.dipl_single_woo_product_content {
	margin-top: 9px;
}
.layout2 .woocommerce-loop-product__title {
	margin-bottom: 10px !important;
}
.dipl_product_lightbox .product .single_add_to_cart_button:not(.loading):after{
	line-height: unset !important;
}
.et-db #et-boc .et-fb-modules-list li.dipl_woo_products::before,
.et-db #et-boc .et-l .et-fb-modules-list li.dipl_woo_products::before,
.et-db #et-boc .et_fb_saved_layouts_list li.dipl_woo_products::before {
	font-family: dashicons;
	content: "\F180";
}
.et-db #et-boc .et-fb-modules-list li.dipl_woo_products .et_module_title,
.et-db #et-boc .et-l .et-fb-modules-list li.dipl_woo_products .et_module_title,
.et-db #et-boc .et_fb_saved_layouts_list li.dipl_woo_products .et_module_title {
	white-space: normal;
}
.dipl_woo_products_layout {
	display: table;
	width: 100%;
}
.dipl_woo_products .dipl_sorting_orderby {
	font-size: 14px;
	line-height: 1.2;
}
.dipl_woo_products_isotope_item {
	float: left;
}
.dipl_single_woo_product {
	position: relative;
	overflow: hidden;
}
.et_pb_with_border .dipl_single_woo_product,
.et_pb_with_border .products .dipl_single_woo_product_add_to_cart a.add_to_cart_button,
.et_pb_with_border .products .dipl_single_woo_product_add_to_cart a.added_to_cart,
.et_pb_with_border .products .dipl_single_woo_product_add_to_cart a.button,
.et_pb_with_border .dipl_single_woo_product_sale_badge {
	border-width: 0;
	border-style: solid;
	border-color: #333;
}
.dipl_single_woo_product_thumbnail_wrapper {
	position: relative;
	overflow: hidden;
}
.dipl_woo_products_layout .dipl_single_woo_product_sale_badge,
.woocommerce .dipl_woo_products_layout span.onsale {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	background: #000 !important;
	padding: 5px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	color: #fff;
	border-radius: 0px !important;
}
.dipl_out_of_stock_product .dipl_single_woo_product_thumbnail_wrapper,
.dipl_out_of_stock_product .dipl_single_woo_product_content {
	opacity: 0.5;
}
.dipl_out_of_stock_wrapper {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_out_of_stock_label {
	font-size: 14px;
	line-height: 1.2;
	color: #f00;
}
.dipl_single_woo_product_thumbnail {
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_thumbnail a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}
.dipl_single_woo_product_thumbnail img {
	width: 100%;
	transform: scale(1);
	transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	border-style: solid;
}
.dipl_woo_products_layout.layout1 .dipl_single_woo_product_title {
	padding: 0;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_woo_products_layout.layout1 .dipl-woo-products-ratings-wrap {
	justify-content: center;
}
.dipl_single_woo_product_star_rating, .dipl_product_lightbox.woocommerce .woocommerce-product-rating {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-top: 10px;
	align-items: center;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_star_rating .star-rating,
.woocommerce .dipl_single_woo_product_star_rating .star-rating,
.woocommerce-page .dipl_single_woo_product_star_rating .star-rating,
.dipl_product_lightbox .woocommerce-product-rating .star-rating,
.woocommerce.dipl_product_lightbox .woocommerce-product-rating .star-rating {
	position: relative;
	width: auto;
	height: auto;
	float: none;
	font-size: 16px;
	line-height: 1;
	font-family: star;
	overflow: hidden;
}
.dipl_single_woo_product_star_rating .star-rating:before,
.woocommerce .dipl_single_woo_product_star_rating .star-rating:before,
.woocommerce-page .dipl_single_woo_product_star_rating .star-rating:before,
.dipl_product_lightbox .woocommerce-product-rating .star-rating:before,
.woocommerce.dipl_product_lightbox .woocommerce-product-rating .star-rating:before {
	position: relative;
	float: none;
	color: #ccc;
	content: "\73\73\73\73\73" !important;
}
.woocommerce .dipl_single_woo_product_star_rating .star-rating span,
.dipl_product_lightbox .woocommerce-product-rating .star-rating span {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	overflow: hidden;
	padding-top: 3em;
	text-indent: -999999px;
}
.dipl_single_woo_product_star_rating .star-rating span:before,
.woocommerce-product-rating .star-rating span:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #ffca00;
	text-indent: 0;
	content: "\53\53\53\53\53";
}
.dipl_single_woo_product_info_wrapper {
	display: grid;
	grid-template-columns: minmax(0, auto) minmax(0, 100%);
	grid-column-gap: 15px;
	align-items: center;
	margin-top: 10px;
}
.dipl_woo_products_layout .dipl_single_woo_product_price {
	margin-top: 10px;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_add_to_cart {
	position: relative;
}
.dipl_single_woo_product_add_to_cart_on_hover {
	overflow: hidden;
}
.dipl_single_woo_product:hover .dipl_single_woo_product_add_to_cart_on_hover {
	overflow: visible;
}
.dipl_single_woo_product .add_to_cart_inline {
	margin-top: 10px;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_product_lightbox .dipl_single_woo_product_price,
.dipl_product_lightbox .dipl_single_woo_product_title {
	text-align: left;
}
.dipl_product_lightbox .dipl_single_woo_product_desc {
	margin-top: 10px;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.add_to_cart_button,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.added_to_cart,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	border: 0 solid #333;
	border-radius: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	line-height: 1.2 !important;
	color: #fff;
}
.dipl_product_lightbox.woocommerce .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:hover,
.dipl_product_lightbox.woocommerce .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:hover,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.add_to_cart_button:hover,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.added_to_cart:hover,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.button:hover {
	border: 0 solid #333;
	padding: 10px;
	color: #fff;
	letter-spacing: normal;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart {
	display: inline-flex;
	width: auto;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:after,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:before,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:after,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button:after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button:after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button:before,
.dipl_woo_products .woocommerce ul.products.dipl_woo_products_layout li.product .dipl-woo-products-add-to-cart:after,
.dipl_woo_products .woocommerce ul.products.dipl_woo_products_layout li.product .dipl-woo-products-add-to-cart:before {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	font-size: inherit;
	line-height: 1;
	color: inherit;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart.icon-left:not(.loading):after,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.icon-left:not(.loading):after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button.icon-left:not(.loading):after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button.icon-left:not(.loading):after {
	display: none !important;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:before,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button:before,
.dipl_woo_products .woocommerce ul.products li.product .dipl-woo-products-add-to-cart:before {
	margin-left: 0 !important;
	margin-right: -1em;
	padding-right: 5px;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:hover:before,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:hover:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button:hover:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button:hover:before {
	margin-right: 0 !important;
	opacity: 1;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:not(.loading):after,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:not(.loading):after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button:not(.loading):after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button:not(.loading):after {
	padding-left: 5px;
}
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.added {
	display: none !important;
}
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.added,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.added:after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.loading,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.loading:after {
	opacity: 1;
}
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.added:after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.loading:after {
	margin-left: 10px;
}
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.loading:after {
	font-family: WooCommerce !important;
}
.dipl_woo_products_pagination_wrapper {
	position: relative;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.dipl_woo_products_pagination_wrapper .dipl_woo_products_pagination,
.dipl_woo_products .woocommerce nav.woocommerce-pagination ul {
	list-style: none;
	padding: 0;
	line-height: normal;
	border: none;
}
.dipl_woo_products_pagination li,
.dipl_woo_products .woocommerce nav.woocommerce-pagination ul li {
	display: inline-block;
	margin-right: 10px;
	border: none;
}
.dipl_woo_products_pagination li:last-child {
	margin-right: 0;
}
.dipl_woo_products_pagination li a,
.dipl_woo_products .woocommerce nav.woocommerce-pagination ul li a,
.dipl_woo_products .woocommerce nav.woocommerce-pagination ul li span.current{
	display: block;
	padding: 4px 10px;
	font-size: 16px;
	line-height: 1.5;
}
.dipl_woo_products_pagination li.active a {
	cursor: default;
}
.dipl_woo_products_pagination li.disabled {
	display: none;
	opacity: 0.2;
}
.dipl_woo_products_pagination li.disabled a {
	cursor: default;
}
.dipl_single_woo_product_quickview_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_quickview_wrapper a {
	display: block;
	background: rgba(255, 255, 255, 0.6);
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	text-align: center;
}
.dipl_product_lightbox .mfp-content > .product {
	display: flex;
	flex-wrap: wrap;
}
.dipl_product_lightbox .dipl_product_lightbox_content_wrapper .product {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.dipl_product_lightbox_image_wrapper {
	width: 50%;
}
.dipl_product_lightbox_image_wrapper .swiper-slide {
	line-height: 0;
}
.dipl_product_lightbox_title {
	padding: 0;
	margin-bottom: 10px;
}
.dipl_product_lightbox_price {
	margin-bottom: 10px;
}
.dipl_product_lightbox .product .woocommerce-variation {
	margin-bottom: 20px;
}
.dipl_product_lightbox .product .woocommerce-variation-description,
.dipl_product_lightbox .product .woocommerce-variation-price {
	margin-bottom: 10px;
}
.dipl_product_lightbox .product .woocommerce-variation-description p {
	margin-bottom: 0 !important;
}
.dipl_product_lightbox .product .cart:not(.variations_form):not(.grouped_form),
.dipl_product_lightbox .product .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
}
.dipl_product_lightbox .product .cart:not(.variations_form):not(.grouped_form) .qty,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .qty {
	height: 100%;
}
.dipl_product_lightbox .mfp-content {
	background: #fff;
	width: 60%;
	max-width: 100%;
}
.dipl_product_lightbox_gallery_carousel .dipl_swiper,
.dipl_product_lightbox_gallery_carousel .swiper-pagination {
	position: relative;
}
.dipl_product_lightbox_gallery_carousel .swiper-slide img {
	width: 100%;
}
.dipl_product_lightbox_gallery_carousel .swiper-pagination-bullet {
	background: 0 0;
	border-radius: 0;
	width: 80px;
	margin-right: 5px;
	margin-top: 5px;
	opacity: 0.5;
}
.dipl_product_lightbox_gallery_carousel .swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.dipl_product_lightbox_gallery_carousel .swiper-pagination-bullet-active {
	opacity: 1;
}
.dipl_product_lightbox .product .variations td,
.dipl_product_lightbox .product .variations th {
	vertical-align: middle;
}
.dipl_product_lightbox div.product form.cart .group_table td:first-child {
	width: auto;
}
.dipl_product_lightbox div.product form.cart .woocommerce-grouped-product-list {
	width: 100%;
	margin: 0 0 24px;
}
.dipl_product_lightbox .product_meta > span {
	display: block;
}
.dipl_product_lightbox .product form .variations td,
.dipl_product_lightbox .product form .variations th {
	vertical-align: middle;
}
.dipl_product_lightbox.mfp-bg {
	background: rgba(11, 11, 11, 0.8);
}
.dipl_product_lightbox .mfp-close {
	opacity: 1;
}
.dipl_product_lightbox_loader {
	position: relative;
}
.dipl_product_lightbox_loader:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.8);
}
.dipl_product_lightbox_loader:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	content: "\e02d";
	font-family: ETMODULES;
	font-size: 36px;
	color: #000;
	transform: translate(-50%, -50%);
	animation: dcp_rotator 2s linear infinite;
}
.dipl_woo_products .woocommerce-message {
	margin: 0 0 20px;
	background: #000;
}
.dipl_woo_products .woocommerce-message a,
.dipl_woo_products .woocommerce-message a:hover {
	background: 0 0 !important;
	color: #fff !important;
}
@media screen and (max-width: 980px) {
	.dipl_woo_products .dipl_single_woo_product .add_to_cart_inline,
	.dipl_woo_products .dipl_single_woo_product:hover .add_to_cart_inline,
	.dipl_woo_products .dipl_single_woo_product:hover .dipl_single_woo_product_price,
	.dipl_woo_products .dipl_single_woo_product:hover .dipl_single_woo_product_thumbnail,
	.dipl_woo_products .dipl_single_woo_product:hover .dipl_single_woo_product_star_rating,
	.dipl_woo_products .dipl_single_woo_product:hover .dipl_single_woo_product_quickview_wrapper,
	.dipl_woo_products .dipl_single_woo_product:hover .dipl_single_woo_product_title {
		transform: translateY(0) !important;
	}
}
@media screen and (max-width: 767px) {
	.dipl_product_lightbox .mfp-content > .product {
		flex-direction: column;
	}
}
.dipl_product_lightbox_content_wrapper,
.dipl_product_lightbox_image_wrapper {
	width: 100%;
}
.dipl_product_lightbox_content_wrapper {
	padding: 20px;
}
.dipl_product_lightbox_gallery_carousel .swiper-pagination-bullet {
	width: 50px;
}
.products.dipl_woo_products_layout,
.woocommerce ul.products.dipl_woo_products_layout {
	margin-bottom: 0px;
}
.dipl_wishlist_enabled .dipldefault .dipl_single_woo_product .dipl_wishlist_button_wrapper,
.dipl_wishlist_enabled .layout1 .dipl_single_woo_product .dipl_wishlist_button_wrapper,
.dipl_wishlist_enabled .layout2 .dipl_single_woo_product .dipl_wishlist_button_wrapper {
	margin: 0px !important;
}
.mfp-wrap .mfp-close:active{
	top: 0px !important;
}
.dipl_woo_products .woocommerce .products:before,
.dipl_woo_products .woocommerce .products:after{
	display: none;
}
.dipl_single_woo_product_quickview_wrapper{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.et_shop_image:hover .dipl_single_woo_product_quickview_wrapper{
	z-index: 4;
}
.dipl_single_woo_product_thumbnail{
	overflow: hidden;
}
.dipl_single_woo_product_quickview{
	width: 100%;
	background: rgba(255, 255, 255, .6);
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	text-align: center;
	border: none;
	cursor: pointer;
}
.dipl_woo_products .layout1.add-to-cart-on-hover li.product{
	overflow: hidden;
}
.dipl_woo_products .layout1.add-to-cart-on-hover li.product:hover .dipl-woo-products-add-to-cart-link{
	visibility: visible;
	opacity: 1;
}
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl-woo-products-add-to-cart-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: inherit;
	visibility: hidden;
	opacity: 0;
	transform: translateY(0);
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
	margin-top: 10px;
	text-align:  center;
}
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl_single_woo_product_title,
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl_single_woo_product_price,
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl-woo-products-ratings-wrap,
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl_single_woo_product_thumbnail,
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl_single_woo_product_star_rating,
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl_single_woo_product_quickview_wrapper{
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}
.dipl_woo_products .woocommerce .woocommerce-ordering,
.dipl_woo_products .woocommerce-ordering{
	float: unset;
}
.dipl_woo_products .dipl_product_lightbox_loader{
	position: relative;
}
.dipl_woo_products .dipl_product_lightbox_loader:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.8);
}
.dipl_woo_products .dipl_product_lightbox_loader:after{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	content: "\e02d";
	font-family: ETMODULES;
	font-size: 36px;
	color: #000;
	transform: translate(-50%, -50%);
	animation: dipl_rotator 2s linear infinite;
}
.dipl_product_lightbox div.product div.summary{
	width: 52%;
	padding: 30px;
	margin-bottom: 0px !important;
}
.dipl_single_woo_product_info_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}
.dipl_single_woo_product_info_wrapper .dipl-woo-products-add-to-cart{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.woocommerce.editor .dipl_single_woo_product_quickview,
.woocommerce.editor .page-numbers{
	pointer-events: none !important;
}
.dipl_product_filterable_categories_wrappper{
	margin-bottom: 35px;
}
.dipl_product_filterable_categories_wrappper .dipl_product_filterable_categories{
	list-style: none;
	padding: 0;
	text-align: center;
}
.dipl_product_filterable_categories li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 10px;
	line-height: normal;
	transition: all 300ms ease;
	cursor: pointer;
}
.dipl_product_filterable_categories .dipl_product_active_category{
	cursor: default;
}
.dipl_woo_products .layout1 .dipl_single_woo_product_add_to_cart{
	position: relative;
	margin-top: auto;
}
.dipl_woo_products_layout.layout2 .dipl_single_woo_product_content{
	text-align: center;
}
.dipl_woo_products_layout.layout2 .dipl-woo-products-ratings-wrap{
	justify-content: center;
}
.dipl_woo_products_layout .dipl_single_woo_product_thumbnail_wrapper{
	position: relative;
	overflow: hidden;
}
.woocommerce ul.products li.product .dipl_single_woo_product_thumbnail a img{
	margin-bottom: 0px !important;
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	-o-transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_quickview .et-pb-icon{
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	margin-left: 5px;
}
.dipl-masonry-layout .dipl_woo_products_layout{
	position: relative;
}
.layout1 .dipl_single_woo_product,
.layout2 .dipl_single_woo_product{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.layout1 .dipl_single_woo_product_content,
.layout2 .dipl_single_woo_product_content{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.dipl_single_woo_product_content{
	margin-top: 9px;
}
.dipl_single_woo_product_price{
	margin-top: 10px;
	margin-bottom: 0;
}
/* .layout1 .dipl_single_woo_product_price,  */
.layout2 .dipl_single_woo_product_price{
	margin-bottom: 1em;
}
.layout2 .woocommerce-loop-product__title{
	margin-bottom: 10px !important;
}
.dipl_single_woo_product_quickview:after{
	margin-left: 5px;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button {
	font-family: inherit;
}
.dipl_product_lightbox.woocommerce span.onsale {
	border-style: solid;
}
.dipl_single_woo_product_thumbnail:hover .et_overlay {
	z-index: 3;
	opacity: 1;
}

@media only screen and (min-width: 981px) {
	.dipl_single_woo_product_add_to_cart_on_hover .add_to_cart_inline{
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100%;
		height: inherit;
		visibility: hidden;
		opacity: 0;
		transform: translateY(0);
	}
	.dipl_single_woo_product:hover .dipl_single_woo_product_add_to_cart_on_hover .add_to_cart_inline{
		visibility: visible;
		opacity: 1;
	}
	.dipl_single_woo_product .dipl_single_woo_product_add_to_cart_on_hover .add_to_cart_inline{
		position: relative;
	}
}

/**
 * Swiper 6.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 18, 2020
 */

 @font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}


/* Swiper CSS */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    transform: translateY(-50%);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    transition: all 300ms ease;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/**
 * Swiper 6.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 18, 2020
 */

 @font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}


/* Swiper CSS */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    transform: translateY(-50%);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    transition: all 300ms ease;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.dipl_swiper_wrapper .dipl_swiper_inner_wrap{display:flex;flex-direction:column;flex-wrap:wrap;position:relative}.dipl_swiper_wrapper .swiper-container{display:flex;flex-direction:column;width:100%;height:auto}.dipl_swiper_navigation{display:flex;flex-wrap:wrap}.dipl_swiper_navigation .swiper-button-next,.dipl_swiper_navigation .swiper-button-prev{border-width:0;border-style:solid;border-color:#333}.dipl_swiper_navigation .swiper-button-next:after,.dipl_swiper_navigation .swiper-button-prev:after{font-size:inherit;color:inherit}.dipl_arrows_outside .swiper-button-next{-webkit-transform:translateX(calc(100% + 10px)) translateY(-50%);-moz-transform:translateX(calc(100% + 10px)) translateY(-50%);transform:translateX(calc(100% + 10px)) translateY(-50%)}.dipl_arrows_outside .swiper-button-prev{-webkit-transform:translateX(calc(-100% - 10px)) translateY(-50%);-moz-transform:translateX(calc(-100% - 10px)) translateY(-50%);transform:translateX(calc(-100% - 10px)) translateY(-50%)}.dipl_arrows_bottom_center,.dipl_arrows_bottom_left,.dipl_arrows_bottom_right,.dipl_arrows_top_center,.dipl_arrows_top_left,.dipl_arrows_top_right{flex-direction:row-reverse}.dipl_arrows_bottom_center .swiper-button-next,.dipl_arrows_bottom_center .swiper-button-prev,.dipl_arrows_bottom_left .swiper-button-next,.dipl_arrows_bottom_left .swiper-button-prev,.dipl_arrows_bottom_right .swiper-button-next,.dipl_arrows_bottom_right .swiper-button-prev,.dipl_arrows_top_center .swiper-button-next,.dipl_arrows_top_center .swiper-button-prev,.dipl_arrows_top_left .swiper-button-next,.dipl_arrows_top_left .swiper-button-prev,.dipl_arrows_top_right .swiper-button-next,.dipl_arrows_top_right .swiper-button-prev{position:relative;top:auto;transform:none}.dipl_arrows_bottom_center .swiper-button-next,.dipl_arrows_bottom_left .swiper-button-next,.dipl_arrows_bottom_right .swiper-button-next,.dipl_arrows_top_center .swiper-button-next,.dipl_arrows_top_left .swiper-button-next,.dipl_arrows_top_right .swiper-button-next{margin-left:15px}.dipl_arrows_top_center,.dipl_arrows_top_left,.dipl_arrows_top_right{order:-1;margin-bottom:15px}.dipl_arrows_bottom_center,.dipl_arrows_bottom_left,.dipl_arrows_bottom_right{margin-top:15px}.dipl_arrows_bottom_left,.dipl_arrows_top_left{justify-content:flex-end}.dipl_arrows_bottom_center,.dipl_arrows_top_center{justify-content:center}.dipl_swiper_wrapper .swiper-pagination{position:relative;margin-top:15px;text-align:center}.dipl_swiper_wrapper .swiper-container-horizontal>.swiper-pagination{bottom:0}.dipl_swiper_wrapper .swiper-container .swiper-button-next,.dipl_swiper_wrapper .swiper-container .swiper-button-prev{display:none}.dipl_swiper_wrapper .swiper-button-next,.dipl_swiper_wrapper .swiper-button-prev{background-image:none}.dipl_swiper_wrapper .swiper-pagination-bullet,.dipl_swiper_wrapper .swiper-pagination-bullet-active{width:10px;height:10px;margin:0 4px;opacity:1;transition:all .3s ease}.dipl_swiper_pagination .transparent_dot .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){border-width:1px;border-style:solid;background:0 0}.dipl_swiper_pagination .transparent_dot .swiper-pagination-bullet-active{border:none}.dipl_swiper_pagination .stretched_dot .swiper-pagination-bullet{border-radius:6px}.dipl_swiper_pagination .stretched_dot .swiper-pagination-bullet-active{width:30px}.dipl_swiper_pagination .line .swiper-pagination-bullet,.dipl_swiper_pagination .line .swiper-pagination-bullet-active{border-radius:0;width:30px;height:3px;vertical-align:middle}.dipl_swiper_pagination .rounded_line .swiper-pagination-bullet,.dipl_swiper_pagination .rounded_line .swiper-pagination-bullet-active{border-radius:30px;width:30px;height:6px;vertical-align:middle}.dipl_swiper_pagination .square_dot .swiper-pagination-bullet,.dipl_swiper_pagination .square_dot .swiper-pagination-bullet-active{border-radius:0;vertical-align:middle}.dipl_swiper_pagination .swiper-pagination-bullets-dynamic{margin-left:auto;margin-right:auto;white-space:nowrap}.dipl_swiper_wrapper .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:auto;-webkit-transform:none;-moz-transform:none;transform:none}
.dipl_swiper_wrapper .swiper-pagination-bullet.number-bullet{ width: 25px; height: 25px; color: #fff; text-align: center; line-height: 25px; font-size: 13px; }

.dipl_swiper_wrapper .swiper-container-flip .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.999; /* NOT 1, not 0 */
}
.dipl_swiper_wrapper .swiper-container-flip .swiper-slide {
  overflow: hidden;
}
.swiper-container-cube .swiper-slide{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.dipl_swiper_wrapper .dipl_swiper_inner_wrap{display:flex;flex-direction:column;flex-wrap:wrap;position:relative}.dipl_swiper_wrapper .swiper-container{display:flex;flex-direction:column;width:100%;height:auto}.dipl_swiper_navigation{display:flex;flex-wrap:wrap}.dipl_swiper_navigation .swiper-button-next,.dipl_swiper_navigation .swiper-button-prev{border-width:0;border-style:solid;border-color:#333}.dipl_swiper_navigation .swiper-button-next:after,.dipl_swiper_navigation .swiper-button-prev:after{font-size:inherit;color:inherit}.dipl_arrows_outside .swiper-button-next{-webkit-transform:translateX(calc(100% + 10px)) translateY(-50%);-moz-transform:translateX(calc(100% + 10px)) translateY(-50%);transform:translateX(calc(100% + 10px)) translateY(-50%)}.dipl_arrows_outside .swiper-button-prev{-webkit-transform:translateX(calc(-100% - 10px)) translateY(-50%);-moz-transform:translateX(calc(-100% - 10px)) translateY(-50%);transform:translateX(calc(-100% - 10px)) translateY(-50%)}.dipl_arrows_bottom_center,.dipl_arrows_bottom_left,.dipl_arrows_bottom_right,.dipl_arrows_top_center,.dipl_arrows_top_left,.dipl_arrows_top_right{flex-direction:row-reverse}.dipl_arrows_bottom_center .swiper-button-next,.dipl_arrows_bottom_center .swiper-button-prev,.dipl_arrows_bottom_left .swiper-button-next,.dipl_arrows_bottom_left .swiper-button-prev,.dipl_arrows_bottom_right .swiper-button-next,.dipl_arrows_bottom_right .swiper-button-prev,.dipl_arrows_top_center .swiper-button-next,.dipl_arrows_top_center .swiper-button-prev,.dipl_arrows_top_left .swiper-button-next,.dipl_arrows_top_left .swiper-button-prev,.dipl_arrows_top_right .swiper-button-next,.dipl_arrows_top_right .swiper-button-prev{position:relative;top:auto;transform:none}.dipl_arrows_bottom_center .swiper-button-next,.dipl_arrows_bottom_left .swiper-button-next,.dipl_arrows_bottom_right .swiper-button-next,.dipl_arrows_top_center .swiper-button-next,.dipl_arrows_top_left .swiper-button-next,.dipl_arrows_top_right .swiper-button-next{margin-left:15px}.dipl_arrows_top_center,.dipl_arrows_top_left,.dipl_arrows_top_right{order:-1;margin-bottom:15px}.dipl_arrows_bottom_center,.dipl_arrows_bottom_left,.dipl_arrows_bottom_right{margin-top:15px}.dipl_arrows_bottom_left,.dipl_arrows_top_left{justify-content:flex-end}.dipl_arrows_bottom_center,.dipl_arrows_top_center{justify-content:center}.dipl_swiper_wrapper .swiper-pagination{position:relative;margin-top:15px;text-align:center}.dipl_swiper_wrapper .swiper-container-horizontal>.swiper-pagination{bottom:0}.dipl_swiper_wrapper .swiper-container .swiper-button-next,.dipl_swiper_wrapper .swiper-container .swiper-button-prev{display:none}.dipl_swiper_wrapper .swiper-button-next,.dipl_swiper_wrapper .swiper-button-prev{background-image:none}.dipl_swiper_wrapper .swiper-pagination-bullet,.dipl_swiper_wrapper .swiper-pagination-bullet-active{width:10px;height:10px;margin:0 4px;opacity:1;transition:all .3s ease}.dipl_swiper_pagination .transparent_dot .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){border-width:1px;border-style:solid;background:0 0}.dipl_swiper_pagination .transparent_dot .swiper-pagination-bullet-active{border:none}.dipl_swiper_pagination .stretched_dot .swiper-pagination-bullet{border-radius:6px}.dipl_swiper_pagination .stretched_dot .swiper-pagination-bullet-active{width:30px}.dipl_swiper_pagination .line .swiper-pagination-bullet,.dipl_swiper_pagination .line .swiper-pagination-bullet-active{border-radius:0;width:30px;height:3px;vertical-align:middle}.dipl_swiper_pagination .rounded_line .swiper-pagination-bullet,.dipl_swiper_pagination .rounded_line .swiper-pagination-bullet-active{border-radius:30px;width:30px;height:6px;vertical-align:middle}.dipl_swiper_pagination .square_dot .swiper-pagination-bullet,.dipl_swiper_pagination .square_dot .swiper-pagination-bullet-active{border-radius:0;vertical-align:middle}.dipl_swiper_pagination .swiper-pagination-bullets-dynamic{margin-left:auto;margin-right:auto;white-space:nowrap}.dipl_swiper_wrapper .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:auto;-webkit-transform:none;-moz-transform:none;transform:none}
.dipl_swiper_wrapper .swiper-pagination-bullet.number-bullet{ width: 25px; height: 25px; color: #fff; text-align: center; line-height: 25px; font-size: 13px; }

.dipl_swiper_wrapper .swiper-container-flip .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.999; /* NOT 1, not 0 */
}
.dipl_swiper_wrapper .swiper-container-flip .swiper-slide {
  overflow: hidden;
}
.swiper-container-cube .swiper-slide{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.et_pb_with_border .dipl_testimonial_author_image img,
.et_pb_with_border .swiper-slide{
	border-width: 0;
	border-style: solid;
	border-color: #333
}
.dipl_testimonial_slider .dipl_testimonial_desc,
.dipl_testimonial_slider .dipl_testimonial_desc p{
	position: relative;
	font-size: 16px;
	line-height: 1.7;
	z-index: 2;
}
.dipl_testimonial_slider .dipl_testimonial_quote_icon{
	display: inline-block;
	vertical-align: middle;
	font-family: ETmodules;
	font-size: 56px;
	font-weight: 400;
	font-style: normal;
	line-height: 0;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	speak-as: none;
	z-index: 1;
}
.dipl_testimonial_slider .dipl_testimonial_opening_quote_icon{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.dipl_testimonial_slider .dipl_testimonial_rating{
	position: relative;
	line-height: 1;
}
.dipl_testimonial_slider .dipl_testimonial_rating_value{
	display: inline-block;
	width: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
.dipl_testimonial_slider .dipl_testimonial_star{
	display: inline-block;
	position: relative;
	font-size: 24px;
	line-height: 0;
	color: #fac917;
}
.dipl_testimonial_slider .dipl_testimonial_star:after,
.dipl_testimonial_slider .dipl_testimonial_star:before{
	display: inline-block;
	font-family: initial;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	speak-as: none;
}
.dipl_testimonial_slider .dipl_testimonial_star:after{content:'\2606'}
.dipl_testimonial_slider .dipl_testimonial_filled_star:after{content:'\2605'}
.dipl_testimonial_slider .dipl_testimonial_half_filled_star:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	overflow: hidden;
	content: '\2605';
}
.dipl_testimonial_slider .dipl_testimonial_author_image{
	width: 100px;
	height: 100px;
	line-height: 0;
}
.dipl_testimonial_slider .dipl_testimonial_author_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.dipl_testimonial_slider .dipl_testimonial_author_name{
	font-size: 16px;
	line-height: 1.7;
}
.dipl_testimonial_slider .dipl_testimonial_author_company,
.dipl_testimonial_slider .dipl_testimonial_author_company a,
.dipl_testimonial_slider .dipl_testimonial_author_designation{
	font-size: 14px;
	line-height: 1.7;
	text-decoration: none;
}
.dipl_testimonial_slider .dipl_testimonial_isotope_item{
	width: 100%;
	margin-bottom: 30px;
}
.dipl_testimonial_slider .dipl_testimonial_isotope_item:last-child{margin-bottom:0}
.dipl_testimonial_slider .dipl_testimonial_isotope_container .dipl_testimonial_isotope_item{
	margin-bottom: 0;
	padding: 10px;
}.dipl_testimonial_slider .dipl_single_testimonial_card{
	background: #f1f1f1;
	padding: 20px;
}
/* Vertical direction resizes .swiper-container's own height on every slide change (see
   dipl_update_testimonial_slider_height in script.min.js). When the module sits partially
   scrolled into view, Chrome's scroll-anchoring feature can pick that resizing container (or a
   descendant of it — pagination dots, arrows, anything sharing the module's own box) as the
   page's scroll anchor, then "correct" the scroll position to compensate for the height change it
   itself caused — visible as the page jumping/scrolling on slide change. Confirmed at Per View=1
   that excluding just the swiper elements wasn't enough (the swing between slide heights is
   proportionally much larger against that smaller baseline, so the module's own outer box is
   also a candidate); exclude the whole module so nothing inside it can ever be picked as anchor.
   Same root cause as the Background Switcher module's hover-jump fix. */
.dipl_testimonial_slider{
	overflow-anchor: none;
}
.dipl_testimonial_slider .dipl_equal_testimonial_height .swiper-slide{height:auto}
.dipl_equal_testimonial_height .dipl_single_testimonial_card{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.dipl_equal_testimonial_height .dipl_testimonial_desc{flex-grow:1}
.dipl_testimonial_slider .layout1 .dipl_testimonial_rating{margin-top:15px}
.dipl_testimonial_slider .layout1 .dipl_testimonial_meta{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #ddd;
	margin-top: 15px;
	padding-top: 15px;
}
.dipl_testimonial_slider .layout1 .dipl_testimonial_author_image{
	width: 115px;
	padding-right: 15px;
}
.dipl_testimonial_slider.et_pb_text_align_center .layout1 .dipl_testimonial_meta{justify-content:center}
.dipl_testimonial_slider.et_pb_text_align_right .layout1 .dipl_testimonial_meta{flex-direction:row-reverse}
.dipl_testimonial_slider.et_pb_text_align_right .layout1 .dipl_testimonial_author_image{
	padding-right: 0;
	padding-left: 15px;
}
.dipl_testimonial_slider.et_pb_text_align_center .layout2 .dipl_testimonial_author_image{
	margin-left: auto;
	margin-right: auto;
}
.dipl_testimonial_slider.et_pb_text_align_right .layout2 .dipl_testimonial_author_image{margin-left:auto}
.dipl_testimonial_slider .layout2 .dipl_testimonial_author_image{margin-bottom:30px}
.dipl_testimonial_slider .layout2 .dipl_testimonial_rating{margin-top:15px}
.dipl_testimonial_slider .layout2 .dipl_testimonial_meta{margin-top:15px}
.dipl_testimonial_slider .layout2 .dipl_testimonial_author_details{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.dipl_testimonial_slider .layout3 .dipl_single_testimonial_card{padding:18px 20px}
.dipl_testimonial_slider .layout3 .dipl_testimonial_desc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_strip{
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 14px;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_strip .dipl_testimonial_author_image{
	width: 52px;
	height: 52px;
	flex-shrink: 0;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_who{
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	flex-shrink: 1;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_who .dipl_testimonial_author_name{
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_meta_line{
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_meta_line .dipl_testimonial_author_designation,
.dipl_testimonial_slider .layout3 .dipl_testimonial_meta_line .dipl_testimonial_author_company,
.dipl_testimonial_slider .layout3 .dipl_testimonial_meta_line .dipl_testimonial_author_date{
	display: inline;
	font-size: 13px;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_meta_sep{
	margin: 0 6px;
	opacity: .5;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_strip_spacer{flex:1 1 auto}
.dipl_testimonial_slider .layout3 .dipl_testimonial_strip .dipl_testimonial_rating{flex-shrink:0}
.dipl_testimonial_slider.et_pb_text_align_center .layout3 .dipl_testimonial_strip{justify-content:center}
.dipl_testimonial_slider.et_pb_text_align_center .layout3 .dipl_testimonial_strip_spacer{flex:0 0 14px}
.dipl_testimonial_slider.et_pb_text_align_right .layout3 .dipl_testimonial_strip{flex-direction:row-reverse}

/* Arrow position: Vertical Inside / Vertical Outside — same mechanism as the existing
   Inside/Outside options (which only reposition left/right), mirrored onto top/bottom so Prev
   sits above the slider and Next sits below it. Not tied to slider direction — a user can pick
   this on a horizontal slider too, it just looks most natural on a vertical one. */
.dipl_testimonial_slider .dipl_arrows_vertical_inside .swiper-button-prev,
.dipl_testimonial_slider .dipl_arrows_vertical_inside .swiper-button-next,
.dipl_testimonial_slider .dipl_arrows_vertical_outside .swiper-button-prev,
.dipl_testimonial_slider .dipl_arrows_vertical_outside .swiper-button-next{
	left: 50%;
	right: auto;
}
.dipl_testimonial_slider .dipl_arrows_vertical_inside .swiper-button-prev{
	top: 0;
	bottom: auto;
	transform: translateX(-50%);
}
.dipl_testimonial_slider .dipl_arrows_vertical_inside .swiper-button-next{
	bottom: 0;
	top: auto;
	transform: translateX(-50%);
}
.dipl_testimonial_slider .dipl_arrows_vertical_outside .swiper-button-prev{
	top: 0;
	bottom: auto;
	transform: translateX(-50%) translateY(calc(-100% - 10px));
}
.dipl_testimonial_slider .dipl_arrows_vertical_outside .swiper-button-next{
	bottom: 0;
	top: auto;
	transform: translateX(-50%) translateY(calc(100% + 10px));
}

.et_pb_with_border .dipl_testimonial_author_image img,
.et_pb_with_border .swiper-slide{
	border-width: 0;
	border-style: solid;
	border-color: #333
}
.dipl_testimonial_slider .dipl_testimonial_desc,
.dipl_testimonial_slider .dipl_testimonial_desc p{
	position: relative;
	font-size: 16px;
	line-height: 1.7;
	z-index: 2;
}
.dipl_testimonial_slider .dipl_testimonial_quote_icon{
	display: inline-block;
	vertical-align: middle;
	font-family: ETmodules;
	font-size: 56px;
	font-weight: 400;
	font-style: normal;
	line-height: 0;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	speak-as: none;
	z-index: 1;
}
.dipl_testimonial_slider .dipl_testimonial_opening_quote_icon{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.dipl_testimonial_slider .dipl_testimonial_rating{
	position: relative;
	line-height: 1;
}
.dipl_testimonial_slider .dipl_testimonial_rating_value{
	display: inline-block;
	width: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
.dipl_testimonial_slider .dipl_testimonial_star{
	display: inline-block;
	position: relative;
	font-size: 24px;
	line-height: 0;
	color: #fac917;
}
.dipl_testimonial_slider .dipl_testimonial_star:after,
.dipl_testimonial_slider .dipl_testimonial_star:before{
	display: inline-block;
	font-family: initial;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	speak-as: none;
}
.dipl_testimonial_slider .dipl_testimonial_star:after{content:'\2606'}
.dipl_testimonial_slider .dipl_testimonial_filled_star:after{content:'\2605'}
.dipl_testimonial_slider .dipl_testimonial_half_filled_star:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	overflow: hidden;
	content: '\2605';
}
.dipl_testimonial_slider .dipl_testimonial_author_image{
	width: 100px;
	height: 100px;
	line-height: 0;
}
.dipl_testimonial_slider .dipl_testimonial_author_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.dipl_testimonial_slider .dipl_testimonial_author_name{
	font-size: 16px;
	line-height: 1.7;
}
.dipl_testimonial_slider .dipl_testimonial_author_company,
.dipl_testimonial_slider .dipl_testimonial_author_company a,
.dipl_testimonial_slider .dipl_testimonial_author_designation{
	font-size: 14px;
	line-height: 1.7;
	text-decoration: none;
}
.dipl_testimonial_slider .dipl_testimonial_isotope_item{
	width: 100%;
	margin-bottom: 30px;
}
.dipl_testimonial_slider .dipl_testimonial_isotope_item:last-child{margin-bottom:0}
.dipl_testimonial_slider .dipl_testimonial_isotope_container .dipl_testimonial_isotope_item{
	margin-bottom: 0;
	padding: 10px;
}.dipl_testimonial_slider .dipl_single_testimonial_card{
	background: #f1f1f1;
	padding: 20px;
}
/* Vertical direction resizes .swiper-container's own height on every slide change (see
   dipl_update_testimonial_slider_height in script.min.js). When the module sits partially
   scrolled into view, Chrome's scroll-anchoring feature can pick that resizing container (or a
   descendant of it — pagination dots, arrows, anything sharing the module's own box) as the
   page's scroll anchor, then "correct" the scroll position to compensate for the height change it
   itself caused — visible as the page jumping/scrolling on slide change. Confirmed at Per View=1
   that excluding just the swiper elements wasn't enough (the swing between slide heights is
   proportionally much larger against that smaller baseline, so the module's own outer box is
   also a candidate); exclude the whole module so nothing inside it can ever be picked as anchor.
   Same root cause as the Background Switcher module's hover-jump fix. */
.dipl_testimonial_slider{
	overflow-anchor: none;
}
.dipl_testimonial_slider .dipl_equal_testimonial_height .swiper-slide{height:auto}
.dipl_equal_testimonial_height .dipl_single_testimonial_card{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.dipl_equal_testimonial_height .dipl_testimonial_desc{flex-grow:1}
.dipl_testimonial_slider .layout1 .dipl_testimonial_rating{margin-top:15px}
.dipl_testimonial_slider .layout1 .dipl_testimonial_meta{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #ddd;
	margin-top: 15px;
	padding-top: 15px;
}
.dipl_testimonial_slider .layout1 .dipl_testimonial_author_image{
	width: 115px;
	padding-right: 15px;
}
.dipl_testimonial_slider.et_pb_text_align_center .layout1 .dipl_testimonial_meta{justify-content:center}
.dipl_testimonial_slider.et_pb_text_align_right .layout1 .dipl_testimonial_meta{flex-direction:row-reverse}
.dipl_testimonial_slider.et_pb_text_align_right .layout1 .dipl_testimonial_author_image{
	padding-right: 0;
	padding-left: 15px;
}
.dipl_testimonial_slider.et_pb_text_align_center .layout2 .dipl_testimonial_author_image{
	margin-left: auto;
	margin-right: auto;
}
.dipl_testimonial_slider.et_pb_text_align_right .layout2 .dipl_testimonial_author_image{margin-left:auto}
.dipl_testimonial_slider .layout2 .dipl_testimonial_author_image{margin-bottom:30px}
.dipl_testimonial_slider .layout2 .dipl_testimonial_rating{margin-top:15px}
.dipl_testimonial_slider .layout2 .dipl_testimonial_meta{margin-top:15px}
.dipl_testimonial_slider .layout2 .dipl_testimonial_author_details{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.dipl_testimonial_slider .layout3 .dipl_single_testimonial_card{padding:18px 20px}
.dipl_testimonial_slider .layout3 .dipl_testimonial_desc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_strip{
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 14px;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_strip .dipl_testimonial_author_image{
	width: 52px;
	height: 52px;
	flex-shrink: 0;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_who{
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	flex-shrink: 1;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_who .dipl_testimonial_author_name{
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_meta_line{
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_meta_line .dipl_testimonial_author_designation,
.dipl_testimonial_slider .layout3 .dipl_testimonial_meta_line .dipl_testimonial_author_company,
.dipl_testimonial_slider .layout3 .dipl_testimonial_meta_line .dipl_testimonial_author_date{
	display: inline;
	font-size: 13px;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_meta_sep{
	margin: 0 6px;
	opacity: .5;
}
.dipl_testimonial_slider .layout3 .dipl_testimonial_strip_spacer{flex:1 1 auto}
.dipl_testimonial_slider .layout3 .dipl_testimonial_strip .dipl_testimonial_rating{flex-shrink:0}
.dipl_testimonial_slider.et_pb_text_align_center .layout3 .dipl_testimonial_strip{justify-content:center}
.dipl_testimonial_slider.et_pb_text_align_center .layout3 .dipl_testimonial_strip_spacer{flex:0 0 14px}
.dipl_testimonial_slider.et_pb_text_align_right .layout3 .dipl_testimonial_strip{flex-direction:row-reverse}

/* Arrow position: Vertical Inside / Vertical Outside — same mechanism as the existing
   Inside/Outside options (which only reposition left/right), mirrored onto top/bottom so Prev
   sits above the slider and Next sits below it. Not tied to slider direction — a user can pick
   this on a horizontal slider too, it just looks most natural on a vertical one. */
.dipl_testimonial_slider .dipl_arrows_vertical_inside .swiper-button-prev,
.dipl_testimonial_slider .dipl_arrows_vertical_inside .swiper-button-next,
.dipl_testimonial_slider .dipl_arrows_vertical_outside .swiper-button-prev,
.dipl_testimonial_slider .dipl_arrows_vertical_outside .swiper-button-next{
	left: 50%;
	right: auto;
}
.dipl_testimonial_slider .dipl_arrows_vertical_inside .swiper-button-prev{
	top: 0;
	bottom: auto;
	transform: translateX(-50%);
}
.dipl_testimonial_slider .dipl_arrows_vertical_inside .swiper-button-next{
	bottom: 0;
	top: auto;
	transform: translateX(-50%);
}
.dipl_testimonial_slider .dipl_arrows_vertical_outside .swiper-button-prev{
	top: 0;
	bottom: auto;
	transform: translateX(-50%) translateY(calc(-100% - 10px));
}
.dipl_testimonial_slider .dipl_arrows_vertical_outside .swiper-button-next{
	bottom: 0;
	top: auto;
	transform: translateX(-50%) translateY(calc(100% + 10px));
}

