.meta-custom-field {
	background-color: #C3C8FF;
	color: #5737D6;
	padding: 2px 8px;
	border-radius: 4px;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
    max-width: 669px;
    margin-bottom: 64px ;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    max-width: 669px;
}

.mySwiper .swiper-slide {
    height: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;

}
.mySwiper .swiper-wrapper {
   justify-content: space-between;
    display: flex;
}

.mySwiper .swiper-slide-thumb-active {
    border-bottom: 1px solid #5737D6;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.utm-image img {
    height: 50px;
    max-width: 200px;
}
.utm-item {
    margin-bottom: 10px;
}