.template-default > *:not(:last-child) { margin-bottom: 14px; }
.wdt-creative-heading-holder .wdt-heading-title-wrapper { margin: 0; }
.wdt-creative-heading-holder .wdt-heading-title-wrapper:has( + div ) { margin-bottom: 20px; }
.wdt-creative-heading-holder.animat-charsplit .wdt-heading-title-wrapper .wdt-title-word,
.wdt-creative-heading-holder.animat-charsplit .wdt-heading-title-wrapper .wdt-title-word .wdt-title-char {
display: inline-flex;
}
.wdt-creative-heading-holder .wdt-heading-title-wrapper .wdt-title-word.wdt-active-title.wdt-heading-colored-elements { color: var(--wdtPrimaryColor); position: relative; font-style: italic; }
.wdt-inview-section .wdt-creative-heading-holder.animat-charsplit .wdt-heading-title-wrapper .wdt-title-word .wdt-title-char { opacity: 0; transform:translateX(40px) translateZ(0px) scaleX(0.3); -webkit-transform:translateX(40px) translateZ(0px) scaleX(0.3); display: inherit; }
.wdt-inview-section.wdt-item-is-inview .wdt-creative-heading-holder.animat-charsplit .wdt-heading-title-wrapper .wdt-title-word .wdt-title-char { animation: advance-heading-animation 0.4s ease-in-out 0s forwards; }
@keyframes advance-heading-animation { from { transform:translateX(40px) translateZ(0px) scaleX(0.3); opacity:0; } to { transform:translateX(0px) translateZ(0px) scaleX(1); opacity:1; } }
@-webkit-keyframes advance-heading-animation { from { transform:translateX(40px) translateZ(0px) scaleX(0.3); opacity:0; } to { transform:translateX(0px) translateZ(0px) scaleX(1); opacity:1; } }
.wdt-creative-heading-holder .wdt-heading-sub_title { font-size: var(--wdtFontSize_Ext); color: var(--wdtSecondaryColor); text-transform: capitalize; display: inline-flex; align-items: flex-start; line-height: var(--wdtLineHeight_Alt); gap: 10px; }
.wdt-dark-bg .wdt-creative-heading-holder .wdt-heading-sub_title { color: var(--wdtAccentTxtColor); }
.wdt-inview-section .wdt-creative-heading-holder .wdt-heading-sub_title,
.wdt-inview-section .wdt-creative-heading-holder .wdt-heading-content-wrapper .wdt-heading-content { opacity: 0; transition: var(--wdtBaseTransition); }
.wdt-creative-heading-holder .wdt-heading-sub_title::before, 
.wdt-creative-heading-holder .wdt-heading-sub_title::after {
content: "";
position: relative;
background: currentColor;
width: 6px;
height: 6px;
border-radius: var(--wdtRadius_Full);
display: block;
right: 0;
left: 0;
top: 4px;
pointer-events: none;
}
.wdt-inview-section.wdt-item-is-inview .wdt-creative-heading-holder .wdt-heading-sub_title,
.wdt-inview-section.wdt-item-is-inview .wdt-creative-heading-holder .wdt-heading-content-wrapper .wdt-heading-content { opacity: 1; transition-delay: 0.4s; }
.wdt-inview-section.wdt-item-is-inview .wdt-creative-heading-holder .wdt-heading-content-wrapper .wdt-heading-content { transition-delay: 0.6s }.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
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-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-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: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
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: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-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;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.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, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
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, 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;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { cursor: pointer; display: flex; align-items: center; justify-content: center; height: 40px; padding: 10px; right: 0; top: -10px; width: 40px; transform: none; }
.wdt-popup-box-window .mfp-image-holder .mfp-close, .wdt-popup-box-window .mfp-iframe-holder .mfp-close { padding: 0; width: auto; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .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, 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, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}.wdt-listings-item-container:not(.swiper-wrapper) { width: auto; margin: -15px; }
body.archive .wdt-listings-item-container { margin: 0; } .wdt-listings-item-wrapper.type1 { overflow: hidden;  border-radius: calc(var(--wdtRadius_2X)* 2); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section { display: grid; align-items: end; position: relative; height: 100%; border-radius: inherit; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section > div { grid-area: 1/-1; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-image-gallery .wdt-listings-taxonomy-container .wdt-listings-taxonomy-list { display: flex; gap: 10px; flex-wrap: wrap; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-image-gallery .wdt-listings-taxonomy-container { position: absolute;  margin: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem); top: 0; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-image-gallery,
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-image-gallery .wdt-listings-feature-image-holder, 
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-image-gallery .wdt-listings-feature-image-holder img { height: 100%; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content { padding: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem) clamp(1.25rem, 0.9713rem + 1.2739vw, 2.5rem); z-index: 2; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-price-container .wdt-listings-price-item ins { background: transparent; color: var(--wdtAccentTxtColor); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-price-container .wdt-listings-price-item ins .wdt-price-currency-symbol { margin-right: 5px; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-price-container .wdt-price-before-label { color: var(--wdtAccentTxtColor); margin-right: 5px; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-price-container .wdt-listings-price-label-holder { display: flex; align-items: center; flex-wrap: wrap; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title h4 { margin: 0; font-size: clamp(1.625rem, 1.4578rem + 0.7643vw, 2.375rem); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title h4 a:hover { color: rgb(var(--wdtAccentTxtColorRgb), .6); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content > div:not(:last-child) { margin-bottom: 15px; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-excerpt-group { display: flex; align-items: center; gap: 20px; justify-content: space-between; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-excerpt-group .wdt-listings-item-excerpt { color: var(--wdtAccentTxtColor); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-excerpt-group .wdt-listings-group-button-hover-icon a{ padding: 0; background: transparent; border: 1px solid var(--wdtAccentTxtColor); font-size: 0; justify-content: center; width: clamp(2.5rem, 2.3607rem + 0.6369vw, 3.125rem); height: clamp(2.5rem, 2.3607rem + 0.6369vw, 3.125rem); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-excerpt-group .wdt-listings-group-button-hover-icon a:hover { border-color: var(--wdtLinkHoverColor); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-excerpt-group .wdt-listings-group-button-hover-icon a::before { content: ""; display: inline-block; background: currentColor; width: 14px; height: 14px; mask-image: var(--wdt-arrow-mask); -webkit-mask-image: var(--wdt-arrow-mask); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; transition: inherit; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-excerpt-group .wdt-listings-group-button-hover-icon a:hover::before { animation: wdt-btn-icon 0.3s ease; -webkit-animation: wdt-btn-icon 0.3s ease; background: var(--wdtLinkHoverColor); }
.wdt-listings-item-wrapper.type1:hover .wdt-listings-item-image-gallery .wdt-listings-feature-image-holder img, 
.wdt-listings-item-wrapper.type1:hover .wdt-listings-image-gallery.swiper-wrapper .swiper-slide img { transform: scale(1.2); -webkit-transform: scale(1.2); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section::before,
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section::after { content: ""; position: absolute; inset: 0; height: 100%; width: 100%; transition: var(--wdt-Ad-Transition); background-color: transparent; background-image: linear-gradient(180deg, transparent 0%, var(--wdtHeadAltColor) 100%); z-index: 1; pointer-events: none; border-radius: inherit; opacity: 0.9; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section::after { background-image: linear-gradient(180deg, transparent 0%, var(--wdtHeadAltColor) 80%); transform: translateY(100%); -webkit-transform: translateY(100%); opacity: 0.5; }
.wdt-listings-item-wrapper.type1:hover .wdt-listings-item-top-section::after { transform: translateY(0); -webkit-transform: translateY(0); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-excerpt-group .wdt-listings-item-excerpt { flex: 0 0 75%; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-excerpt-group .wdt-listings-group-button-hover-icon { flex: 0 0 auto; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title-group { position: absolute; left: 0; bottom: 0; padding: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem); opacity: 0; transform: translateX(-100%); -webkit-transform: translateX(-100%); }
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title-group { transform: translateX(0); -webkit-transform: translateX(0); opacity: 1; }
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section .wdt-listings-item-top-section-content > .wdt-listings-item-title { transform: translateX(-100%); -webkit-transform: translateX(-100%); opacity: 0; transition: var(--wdt-Ad-Transition); } .wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section { display: grid; align-items: end; overflow: hidden; position: relative; border-radius: calc(var(--wdtRadius_2X)* 2); }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section > div { grid-area: 1/-1; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-item-top-section-content { padding: clamp(1.875rem, 1.7357rem + 0.6369vw, 2.5rem); padding-top: 100px; z-index: 2; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-item-image-gallery,
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-item-image-gallery .wdt-listings-feature-image-holder,
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-item-image-gallery .wdt-listings-feature-image-holder img { height: 100%; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-image-gallery .wdt-listings-feature-image-holder img, 
.wdt-listings-item-wrapper.type2 .wdt-listings-image-gallery.swiper-wrapper .swiper-slide img { min-height: clamp(25rem, 22.2134rem + 12.7389vw, 37.5rem); }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section::before,
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section::after { content: ""; position: absolute; inset: 0; height: 100%; width: 100%; transition: var(--wdt-Ad-Transition); background-color: transparent; background-image: linear-gradient(180deg, transparent 0%, var(--wdtHeadAltColor) 100%); z-index: 1; pointer-events: none; opacity: 0.8; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section::after { background-image: linear-gradient(180deg, transparent 20%, var(--wdtHeadAltColor) 80%); transform: translateY(100%); -webkit-transform: translateY(100%); opacity: 1; }
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section::after { transform: translateY(0); -webkit-transform: translateY(0); }
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section::before { opacity: 0; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-excerpt { color: var(--wdtAccentTxtColor); }
.wdt-listings-item-wrapper.type2 a.custom-button-style { background: transparent; border-radius: var(--wdtRadius_Zero); padding: 0; display: inline-flex; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title h4 { margin: 0; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title h4 a:hover { color: rgb(var(--wdtAccentTxtColorRgb), .6); }
.wdt-listings-item-wrapper.type2 a.custom-button-style:hover { color: rgb(var(--wdtAccentTxtColorRgb), .6); }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-item-top-section-content .wdt-listings-item-title-group > div:not(:last-child) { margin-bottom: 20px; }
.wdt-listings-item-wrapper.type2 a.custom-button-style::before { content: ""; position: absolute; bottom: -5px; background: currentColor; width: 100%; height: 1px; left: 0; right: auto; transition: var(--wdt-Ad-Transition); pointer-events: none; }
.wdt-listings-item-wrapper.type2 a.custom-button-style::after { content: ""; display: inline-block; background: currentColor; width: 10px; height: 10px; margin-left: 8px; mask-image: var(--wdt-arrow-mask); -webkit-mask-image: var(--wdt-arrow-mask); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; }
.wdt-listings-item-wrapper.type2 a.custom-button-style:hover::before { right: 0; left: auto; width: 0; }
.wdt-listings-item-wrapper.type2 a.custom-button-style:hover::after { animation: wdt-btn-icon 0.3s ease; -webkit-animation: wdt-btn-icon 0.3s ease; }
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-image-gallery .wdt-listings-feature-image-holder img, 
.wdt-listings-item-wrapper.type2:hover .wdt-listings-image-gallery.swiper-wrapper .swiper-slide img { transform: scale(1.2); -webkit-transform: scale(1.2); }
@media (min-width:1025px){
.wdt-listings-item-container.swiper-wrapper:has( > .wdt-listings-item-wrapper.swiper-slide.type2 ) > div:nth-child(odd) { padding-top: 50px; }
} .wdt-listings-item-wrapper.type3 { position: relative; border: none; background: transparent; }
.wdt-listings-item-wrapper.type3 .wdt-listings-item-hover-section { 
z-index: 1; position: absolute; top: 0; left: 0; white-space: nowrap; padding: 1rem; background: transparent; 
font-weight: 400; margin-top: -4rem; margin-left: 0; width: auto; float: none; pointer-events: none; }
.wdt-listings-item-wrapper.type3:hover .wdt-listings-item-hover-section { opacity: 1; }
.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a span { font-size: 0.8rem; padding: 0px; }
.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a span:before,
.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a span:after { display: none; }
.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a:hover span { color: inherit; }
.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a:before { display: none; }
.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a:hover { box-shadow: none !important; } .wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a { color: #000000; background-color: transparent; } @media (min-width: 768px) {
.wdt-listings-item-wrapper.type3 .wdt-listings-item-title { -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition);
margin: 0 0 6px 0; padding: 10px 15px 12px;background-color: #fff; -webkit-clip-path: inset(0 100% 0 0); clip-path: inset(0 100% 0 0); }
.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container { -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition);
margin: 0; padding: 10px 15px 12px; background-color: #fff; width: fit-content; -webkit-clip-path: inset(0 100% 0 0); clip-path: inset(0 100% 0 0); }
.wdt-listings-item-wrapper.type3:hover .wdt-listings-item-title { -webkit-clip-path: inset(0 0% 0 0); clip-path: inset(0 0% 0 0); }
.wdt-listings-item-wrapper.type3:hover .wdt-listings-taxonomy-container { -webkit-clip-path: inset(0 0% 0 0); clip-path: inset(0 0% 0 0); }
}
@media (max-width: 767px) {
.wdt-listings-item-wrapper.type3 .wdt-listings-item-hover-section { padding: 1.2rem 0 0; margin-top: 0; margin-left: 0; 
transform: none !important; box-shadow: none; position: relative; opacity: 1; width: 100%; }
.wdt-listings-item-wrapper.type3 .wdt-listings-item-hover-section .wdt-listings-item-title { margin: 0 0 10px; }
.wdt-listings-item-wrapper.type3 { margin-bottom: 24px;}
}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}.elementor .e-div-block-base{min-width:30px;padding:10px;display:block;}.elementor .e-flexbox-base{padding:10px;display:flex;flex-direction:row;}.elementor .e-grid-base{column-gap:20px;padding:10px;display:grid;row-gap:20px;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(2, 1fr);}.elementor .e-tabs-base{padding-block-start:0px;display:flex;flex-direction:column;gap:30px;}.elementor .e-tabs-menu-base{display:flex;justify-content:center;}.elementor .e-tab-base{width:160px;color:#0C0D0E;cursor:pointer;padding:8px;border-width:2px;border-color:#E0E0E0;border-style:solid;background-color:#FFFFFF;display:block;}.elementor .e-tab-base.e--selected{border-color:#0C0D0E;outline-width:0px;}.elementor .e-tab-base:focus{border-color:#0C0D0E;outline-width:0px;}.elementor .e-tab-base:hover,.elementor .e-tab-base:focus-visible{background-color:#E0E0E0;}.elementor .e-tabs-content-area-base{display:block;}.elementor .e-tab-content-base{min-width:30px;padding:10px;display:block;}.elementor .e-form-base{display:block;}.elementor .e-collection-loop-base{display:block;}.elementor .e-heading-base{margin:0px;}.elementor .e-heading-link-base{all:unset;cursor:pointer;}.elementor .e-image-link-base{width:fit-content;all:unset;cursor:pointer;display:inherit;}.elementor .e-image-base{display:block;}.elementor .e-paragraph-base{margin:0px;}.elementor .e-paragraph-link-base{all:unset;cursor:pointer;}.elementor .e-svg-base{width:65px;height:65px;display:inline-block;}.elementor .e-button-base{text-align:center;padding-block-start:12px;padding-block-end:12px;padding-inline-start:24px;padding-inline-end:24px;border-radius:2px;border-width:0px;background-color:#375EFB;display:inline-block;}.elementor .e-youtube-base{overflow:hidden;aspect-ratio:16/9;}.elementor .e-divider-base{height:1px;border-width:0px;border-color:transparent;border-style:none;background-color:#000;}.elementor .e-self-hosted-video-base{max-width:100vw;aspect-ratio:16/9;display:inline-block;}