/** Shopify CDN: Minification failed

Line 118:1 Expected identifier but found "."
Line 153:1 Expected identifier but found "."
Line 192:2 Expected identifier but found "{"
Line 203:14 Expected identifier but found "{"
Line 453:0 Unexpected "}"

**/
/* connected to image-withtext2.liquid */

.testimonials-wrap2{
  display: flex;
  flex-wrap: wrap;
	gap: 2rem 4rem;
  /* jjs */
  /* justify-content: space-between; 
  margin-bottom: 4rem; */
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  /* jjs additional for bg white opaque 80% carousel */
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.app-white {
  /* jjs changed to red bg so removed white */
  background: #fff !important; 
  border-radius: 3rem 3rem;
}

/* jjs additional */
.testimonials__slider-wrapper {
    background: #ef463f;
    border-radius: 0 0 3rem 3rem;
}
/* jjs end */
.testimonial-item__image-wrapper {
	position: relative;
}

.testimonials__slider-wrapper:has(.side-block-item) {
  display: flex;
  gap: 4.5rem;
}
/* jjs */
/* @media screen and (max-width: 989px) {
  .testimonials__slider-wrapper:has(.side-block-item) {
    flex-direction: column;
    gap: 4rem;
  }
} */
/* jjs */
/* @media screen and (max-width: 749px) { */
  @media screen and (max-width: 7749px) {
  .testimonials__slider-wrapper:has(.side-block-item) {
    gap: 2rem;
  }
}

.side-block-items {
  max-width: 41.5rem;
  width: 100%;
}

@media screen and (max-width: 989px) {
  .side-block-items {
    max-width: unset;
  }
}

.side-block-item  {
  padding: 1.4rem 3rem;
  font-weight: 600;
  letter-spacing: -0.64px;
  line-height: 1.25em;
  transition: all .3s;
  color: rgb(var(--color-base-heading));
}

.side-block-item + .side-block-item {
  margin-top: 2.5rem;
}



@media screen and (max-width: 989px) {
  .side-block-item + .side-block-item {
    margin-top: 3.5rem;
  }
}

.side-block-item.skew-left{
  transform: skew(4deg, -4deg);
}

.side-block-item.skew-right{
  transform: skew(-4deg, 4deg);
}

@media screen and (max-width: 749px) {
  .side-block-item + .side-block-item {
    margin-top: 2rem;
  }
  
  .side-block-item.skew-left{
    transform: skew(2deg, -2deg);
  }
  
  .side-block-item.skew-right{
    transform: skew(-2deg, 2deg);
  }
}

.testimonials__title,
..slider-navigation {
  margin: 0;
}
/* jjs title white */
 .testimonials__title  h2{
    color: #fff !important;
}
/* jjs
center arrows */
.testimonials .slider-navigation {
  display: flex;
  /* added */
  height: 7rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/* jjs
additional css for arrows also */
.slider-arrow:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

.align-center .testimonials-wrap2:not(:has(.slider-navigation)) {
	justify-content: center;
	text-align: center;
}

.align-right .testimonials-wrap2:not(:has(.slider-navigation)) {
	justify-content: right;
	text-align: right;
}

..testimonials-slider {
  width: 100%;
  width: 500px !important;
}

.testimonials__slider-box {
  display: flex;
  /* align-items: center; */
    align-items: flex-start;
  width: 100%;
  gap: 2.5rem;
}

.testimonials__slider-wrapper:has(.side-block-item) .testimonials__slider-box.desktop-display-one-slide {
  width: 100%;
  max-width: 65.5rem;
}

@media screen and (max-width: 989px) {
  .testimonials__slider-wrapper:has(.side-block-item) .testimonials__slider-box.desktop-display-one-slide {
    max-width: unset;
  }
}

.testimonial-item__image {
	border-radius: var(--custom-radius, var(--media-radius));
}

.testimonial-item__image-wrapper {
	/* margin-bottom: 4rem; */
  /* jjs replaced  */
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 749px) {
	.testimonial-item__image-wrapper {
		margin-bottom: 3rem;
	}
  
	.{
    justify-content: center;
  }
  .testimonials__title {
    max-width: 70vw;
  }
  
	.testimonials .slider-arrow {
		margin: 0;
	}

	.align-left .{
		text-align: left;
	}

	.align-center .testimonials-wrap2,
	.testimonials.align-center .slider-navigation {
		justify-content: center;
		text-align: center;
	}
	
	.align-right .testimonials-wrap2,
	.testimonials.align-right .slider-navigation {
		justify-content: right;
		text-align: right;
	}

  .testimonials .align-center .slider-navigation {
		gap: 1rem;
    margin: 4rem 0 0;
  }
  .testimonials .slider-navigation {
		gap: 1rem;
    margin: 3rem 0 0;
  }
}
/* jjs replaced padding carousel social */
/* .testimonial-item__content {
	padding: 0 2.5rem;
} */
.testimonial-item__content {
    padding: 0 2.5rem 2rem;
    background: #fff;
    border-radius: 0 0 2rem 2rem;
}

.testimonials .swiper-slide-active .testimonial-item,
.testimonials .swiper-slide-duplicate-active .testimonial-item {
  background-color: var(--active-background);
  border-radius: 1rem;
  /* jjs 3rem */
  border-radius: 3rem;
}

.testimonials .swiper-slide-duplicate-active .testimonial-item.bg {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* jjs padding-top 2.5rem set to zero for social media carousel */
.testimonials .swiper-slide-active .testimonial-item.bg {
   padding-top: 0;
   /* padding-top: 2.5rem; */
   padding-bottom: 2.5rem;
}

.testimonials .testimonial-item.bg {
  /* js changed to 0 */
  /* padding: 2rem 0; */
  padding: 0;
}

.testimonial-description {
  margin: 1rem 0;
  /* jjs padding content */
  margin-top: -1rem !important;
}

.testimonial-author {
  /* margin-top: 3rem; */
  margin-bottom: 0;
  /* jjs margin content author */
  margin-top: -1rem !important;
}

.testimonial-city {
	margin: 0;
}

.media.media--small img,
.media.media--small svg {
	width: 6.2rem !important;
	height: 6.2rem !important;
	position: relative !important;
	padding: 0 2.5rem;
}

.testimonials .star-rating {
  --star-percent: calc(var(--star-rating) / 5 * 100%);
  font-size: 2rem;
  display: block;
  margin-bottom: 1.7rem;
}

.testimonials .star-rating:before {
  content: "\2605\2605\2605\2605\2605";
  background: linear-gradient(90deg, var(--color-star) var(--star-percent), var(--color-star-secondary) var(--star-percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonials .swiper-slide {
  margin-right: 3rem;
  /* js add for bg slider  */
  background: #fff;
  border-radius: 4rem;
}
.testimonials .grid--2-col .swiper-slide {
  width: calc(50% - 1.5rem);
}
.testimonials .grid--3-col .swiper-slide {
  width: calc(33% - 2rem);
}
.testimonials .grid--4-col .swiper-slide {
  width: calc(25% - 2.25rem);
}

.testimonials .grid--4-col .swiper-slide {
	border-radius: var(--media-radius);
}

@media screen and (min-width: 990px) {
	.testimonials-wrap2.mb-lg-6 {
		margin-bottom: 6rem;
	}
}

.testimonial-content-wrap .media.media--small.with-border img {
	border: 4px solid  rgb(var(--colors-background-main));
}

.testimonial-city {
line-height: 1.5;
}

/* jjs additional on video section buttons to APP STORES APPLE & GOOGLE */
.app-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-btn {
  width: 16rem;
  max-width: 16rem;
  color: #fff;
  margin: 20px 0;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Lucida Grande", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.btn-google{
  width: 16rem;
  height: 5rem;
  background: url(/cdn/shop/files/google-store.webp?v=1753277138);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.btn-apple{
  width: 16rem;
  height: 5rem;
  background: url(/cdn/shop/files/apple-store.webp?v=1753277138);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.app-mleft-20 {
  margin-left: 2rem;
}
.app-btn.blu {
  /* background-color: #101010; */
  transition: background-color 0.25s linear;
}
.app-btn.blu:hover {
  background-color: #454545;
  opacity: 0.6;
}

/* E N D  jjs additional on video section buttons to APP STORES APPLE & GOOGLE */
/* extra jjs styles  important content*/
.font-10{
  font-size: 1.2rem;
  color: #fff;
}
.smalltext-app{
    display: block;
    width: 100%;
    margin: -4rem auto 0;
    text-align: center;
}

/* jjs animate video border */
/*// Glow Border Animation //*/

.border-2 {
    /* border: 2px solid #000; */
    border-radius: 1.4em;
}
.glow {
  animation: move 6s linear infinite;
  offset-path: rect(0% auto 100% auto);
  background: radial-gradient(#da3c24, #fad030, transparent);
}

@keyframes move {
  0% {
    offset-distance: 0%;
  }

  100% {
    offset-distance: 100%;
  }
}

/* jjs added p tag font size */
.image-with-text .grid__item p {
    font-size: 1.4rem;
}

/* jjs added flex for h tag and icons players */
.title-icons {
  display: flex;
}
/* jjs icons settings */
.iconblock {display:inline;}

.image-icon1, .image-icon2 {
    background-image: url(/cdn/shop/files/playericon.webp?v=1753806257);
    background-repeat: no-repeat;
    padding-bottom: 3rem;
    display:inline-block !important;
    width: 35px;
    height: 35px;
    background-size: contain;
    margin-left: 0.5rem;
    margin-top: 1rem;
}

.image-with-text .grid__item {
  margin: auto;
}
.title-icons h2, .h2 {
    padding-right: 1rem !important;
}
}
@media screen and (max-width: 749px) {
	.image-icon1, .image-icon2, .image-icon3, .image-icon4, .image-icon5, .image-icon6 {
    margin-top: 0;
  }
}

/*// Border Animation END//*/




