i.w-tab-link.w--current {
    background-color: #f4f2f2 !important;
}

.section.section-grey .w-tab-link.w--current {
	background-color: #ffffff !important;
}

.swiper-slide {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.configure-tabs .configure-tab.tab-marker:after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #6d1f7d;
        position: absolute;
        z-index: 19;
        left: var(--marker-position);
        transition-property: left;
        transition-duration: 0.4s;
        transition-timing-function: ease-in-out;
}

@media screen and (min-width: 1024px) {
	.w-dyn-list[data-filter="artists"] .w-dyn-items {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 40px;
	}
}

@media screen and (min-width: 320px) and (max-width: 1023px){
	.w-dyn-list[data-filter="artists"] .w-dyn-items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.filters-list {
		display: grid;
    		grid-template-columns: 1fr 1fr;
		row-gap: 10px;
	}
	.filter-dropdown[data-dropdown] {
		position: absolute;
		left: 0px;
		width: 100%;
	}
}

.filter-dropdown[data-dropdown="artists"] {
	position: absolute;
	left: 0px;
	width: 100%;
}
.tab-grid-outer {
	-webkit-transform: translateZ(0);
}

.step-img {
	object-fit: contain;
	min-height: 50vh;
	min-width: auto;
	}

	.swiper-vertical {
		max-height: 99.99vh;
	}
	html:not(.w-editor) .stickySwiper {
		top: 0px;
		position: fixed;
		z-index: 99999;
	}

.mobileOnly {
	display: none;
}
@media screen and (max-width: 767px) {
	html:not(.w-editor) .stickySwiper {
		bottom: 0px;
	}
	.megadropdown {
		display: none;
	}
        .mobileOnly {
                display: block;
		color: #b9b1bb;
		width: fit-content !important;
		text-transform: uppercase;
		text-align: left;
		padding: 0px;
		margin: 20px 0px;
        }
	.navlink.w--current,.navlink {
		color: #FFF;
		text-decoration: none;
		border: 0px;
		margin: 20px 0px 10px 0px;
	}
}



.blog-gallery {
	 max-width: 90vw;
	 margin: 0 auto;
	}


@media screen and (min-width: 768px) {
	.blog-gallery {
		max-width: 100vw;
		}
	.swiper-blog .swiper-slide {
		transition: transform 0.5s;
		transform: scale(0.7);
	}

	.swiper-blog .swiper-slide-active {
		transition: transform 0.5s;
		transform: scale(1);
	}
	.swiper-blog .single-slide-active {
		transform: scale(1);
	}
}
@media screen and (min-width: 1024px) {
	.swiper-blog .swiper-slide-active {
                transition: transform 0.5s;
		 transform: scale(1);
        }
}

.swiper-pagination-bullets .dot-nav-item {
	background-color: transparent;
	transition: background-color 1s, border 0.5s;
}
.swiper-pagination-bullets .dot-nav-item.active {
	border: 0;
	background-color: #6d1f7d;
	transition: background-color 1s,  border 0.5s;
}
.w-editor .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr;
}
.w-editor .swiper {
	overflow: auto;
	height: auto;
}

@media screen and (max-width: 1280px) {
	.filters {
		position: relative !important;
	}

	.swiper-image {
		overflow: hidden;
		width: 95vw;
		height: auto;
		max-height: 400px;
		max-width: 405px;
		min-height: 400px;
		min-width: 400px;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.swiper-autoheight, .swiper-autoheight .swiper-slide {	
		height: 60vh;
		margin-right: 0px;
	}
}
.swiper-image {
	margin: 0 auto;
}
.swiper-image.single {
	margin: 0 auto;
	height: auto;
	width: 100%;
	max-width: unset;
	max-height: 800px;

	object-fit: contain;

}

.w-editor .section.hero-section {
	height: 100% !important;
}

.w-editor .blog-gallery .swiper-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.w-tab-link.w--current {
    background-color: #f4f2f2 !important;
}

.pricing-font {
	font-family: Ivardisplay,'Times New Roman',sans-serif;
	font-size: 1.875rem;
    	font-weight: bold;
	color: #536878;
	margin-right: 6px;
}
.pricing-font.small {
        font-size: 1rem;
	line-height: 1.875em;
}
.pricing-font.white {
	color: #FFF;
}
.est-price-wrapper,.price-margin {
	display: flex;
	font-family: Ivardisplay,'Times New Roman',sans-serif;
        font-size: 1.875rem;
        font-weight: bold;
        color: #536878;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 40px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid black;
}

.slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid black;
}

input:checked + .slider {
  background-color: #45114d;
  border: 1px solid black;
}

input:focus + .slider {
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.hero-section {
	padding: 0px;
	margin: 0px;
}

.swiper-hero-banner {
	overflow: hidden;
}



/* The switch - the box around the slider */
.switch2 {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 20px;
  }
  
  /* Hide default HTML checkbox */
  .switch2 input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .slider2 {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	-webkit-transition: .4s;
	transition: .4s;
	border: 1px solid black;
  }

  input:disabled + .slider2 {
	opacity: 0.4;
	}
  
  .slider2:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 20px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border: 1px solid black;
  }
  
  input:checked + .slider2 {
	background-color: #45114d;
	border: 1px solid black;
  }
  
  input:focus + .slider2 {
  }
  
  input:checked + .slider2:before {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
  }

  .cookie-banner .small-title-purple {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.7rem;
	letter-spacing: 1px;
  }

  .cookie-banner {
	height: auto !important;
  }

  .cookie-banner .paragraph {
	margin-bottom: 14px;
  }

  .cookie-banner .grid {
	margin-right: 15px;
  }

  .cookie-banner .btn.btn-outline.btn-dark.btn-small.cookiesubmitbutton {
	clear: both;
	display: block;
	margin: 0 auto;
	/* width: 100px; */
	width: 210px;
	text-align: center;
	margin-top: 16px;
}
