/** Shopify CDN: Minification failed

Line 127:0 Unexpected "}"

**/
.tvcustomer-service .title {
  margin: 0;
}

.tvcustomer-service.no-heading .title {
  display: none;
}

.tvcustomer-service .title-wrapper-with-link {
  margin-top: 0;
}
.tvservice-inner {
/*     padding: 60px 50px; */
/*     display: flex; */
    align-items: center;
    flex-wrap: wrap;
  	background-repeat: no-repeat;
  	background-size: cover;
/*   	background-color: #121212; */
}
.tvcustomer-service .tvcms-main-title .tvmain-title h2,
.tvcustomer-service .tvtitle-des {
	color: #ffffff;
}
.tvcustomer-service .page-width {
	z-index: 1;
}
.tvcustomer-service .tvcms-main-title .tvmain-title h2:after {
	display: none;
}
.slider-mobile-gutter {
	padding: 0;
}
@media screen and (max-width: 749px) {
  .tvcustomer-service .title-wrapper-with-link {
    margin-bottom: 3rem;
  }

  .tvcustomer-service .page-width {
    padding-left: 0;
    padding-right: 0;
  }
}

.tvcustomer-service-card__image-wrapper--third-width {
  width: 33%;
}

.tvcustomer-service-card__image-wrapper--half-width {
  width: 50%;
}

.tvcustomer-service-list__item.center
  .tvcustomer-service-card__image-wrapper:not(.tvcustomer-service-card__image-wrapper--full-width),
.tvcustomer-service-list__item:only-child {
/*   margin-left: auto; */
  margin-right: 15px ;
  width:30%;
}

.tvcustomer-service .button {
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .tvcustomer-service .button {
    margin-top: 4rem;
  }
}

.tvcustomer-service-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.tvcustomer-service-list__item:only-child {
  max-width: 72rem;
}

.tvcustomer-service:not(.background-none) .tvcustomer-service-card {
  background: rgb(var(--color-background));
  height: 100%;
}

.tvcustomer-service.background-primary .tvcustomer-service-card {
  background: rgb(var(--color-background)) linear-gradient(rgba(var(--color-foreground), 0.04), rgba(var(--color-foreground), 0.04));
}

.tvcustomer-service-list h3 {
  line-height: calc(1 + 0.5 / max(1, var(--font-heading-scale)));
  font-size: 18px;
  color: #333333;
}

.tvcustomer-service-list p {
  font-size: 14px;
  color: #666;
  text-align:left;
  line-height:20px;
   font-weight: 400;
  text-transform: capitalize;
  font-family: Jura,sans-serif;
  -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  overflow:hidden;
}

.tvcustomer-service-list h3 {
	font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .3px;
    text-align:left;
  text-transform: uppercase;
  font-family: Jura,sans-serif;
  
}
}

.tvcustomer-service-list p {
  margin: 0;
}

.tvcustomer-service-card-spacing {
/*   padding-top: 2.5rem; */
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.tvcustomer-service-card__info > :nth-child(2) {
  margin-bottom: 0;
}

.tvcustomer-service-list__item.center .media--adapt,
.tvcustomer-service-list__item .media--adapt .tvcustomer-service-card__image {
  width: auto;
}

.tvcustomer-service-list__item.center .media--adapt img {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 749px) {
  .tvcustomer-service-list {
    margin: 0;
    width: 100%;
  }

  .tvcustomer-service-list__item {
    margin: 0 0 var(--grid-mobile-vertical-spacing);
    padding: 0;
  }

  .tvcustomer-service-list:not(.slider) {
/*     padding-left: 1.5rem; */
/*     padding-right: 1.5rem; */
  }

  .tvcustomer-service-list.slider .tvcustomer-service-list__item {
    width: calc(100% - 3rem);
  }
}


@media screen and (min-width: 750px) {
  .tvcustomer-service-list.slider,
  .tvcustomer-service-list.grid--4-col-desktop {
    padding: 0;
  }

  .tvcustomer-service-list__item,
  .grid--4-col-desktop .tvcustomer-service-list__item {
    padding-bottom: 0;
  }

  .grid--2-col-tablet .tvcustomer-service-list__item {
    margin-top: var(--grid-desktop-vertical-spacing);
    max-width: 50%;
  }

  .background-none .grid--2-col-tablet .tvcustomer-service-list__item {
    margin-top: 4rem;
  }

  .grid--2-col-tablet .tvcustomer-service-list__item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 990px) {
  .grid--2-col-tablet.grid--4-col-desktop .tvcustomer-service-list__item {
    max-width: 25%;
  }

  .grid--2-col-tablet.grid--4-col-desktop
    .tvcustomer-service-list__item:nth-of-type(-n + 4) {
    margin-top: 0;
  }
}

.background-none .tvcustomer-service-card-spacing {
/*     margin: auto;
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    padding: 15px;
  	margin-bottom: 15px; */
}
.tvcustomer-service-card-spacing img {
	transform: rotateY(0deg);
    transition: all .4s ease-in-out;
}
.tvcustomer-service-list__item:hover .tvcustomer-service-card-spacing img {
	transform: rotateY(180deg);
}

.tvcustomer-service-card__info {
  padding: 2.5rem 0rem 0rem;
}

.background-none .tvcustomer-service-card__info {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.background-none .slider .tvcustomer-service-card__info {
  padding-bottom: 0;
}

.background-none .tvcustomer-service-card__image-wrapper + .tvcustomer-service-card__info {
  padding-top: 2.5rem;
}

.background-none .slider .tvcustomer-service-card__info {
  padding-left: 0.5rem;
}

.background-none
  .slider
  .tvcustomer-service-card__image-wrapper
  + .tvcustomer-service-card__info {
  padding-left: 1.5rem;
}

.background-none
  .tvcustomer-service-list:not(.slider)
  .center
  .tvcustomer-service-card__info {
/*   padding-left: 2.5rem; */
/*   padding-right: 2.5rem; */
    display:flex;
    align-items:center;
}

@media screen and (max-width: 749px) {
  .background-none .slider .tvcustomer-service-card__info {
    padding-bottom: 1rem;
  }

  .tvcustomer-service.background-none .slider.slider--mobile {
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 750px) {
  .background-none .tvcustomer-service-card__image-wrapper {
/*     margin-left: 1.5rem; */
/*     margin-right: 1.5rem; */
  }

  .background-none .tvcustomer-service-list .tvcustomer-service-card__info,
  .background-none
    .tvcustomer-service-list:not(.slider)
    .center
    .tvcustomer-service-card__info {
/*     padding-left: 0; */
/*     padding-right: 0; */
  }
}

.tvcustomer-service-card {
  position: relative;
  box-sizing: border-box;
}

.tvcustomer-service-card > .tvcustomer-service-card__image-wrapper--full-width:not(.tvcustomer-service-card-spacing) {
  border-top-left-radius: calc(var(--text-boxes-radius) - var(--text-boxes-border-width));
  border-top-right-radius: calc(var(--text-boxes-radius) - var(--text-boxes-border-width));
  overflow: hidden;
}

.tvcustomer-service .tvcustomer-service-card__info {
/*     background-color: #ffbe00; */
    border-radius: 5px;

}

.tvcustomer-service-card__info .link {
  text-decoration: none;
  font-size: 14px;
  margin-top: 1.5rem;
}

.tvcustomer-service-card__info .link svg {
	width: 20px;
  	height: 20px;
}

.tvcustomer-service-card__info .icon-wrap {
  margin-left: 0.8rem;
  white-space: nowrap;
}

.tvcustomer-service {
/*   border-bottom: 1px solid #eeeeee; */
}
.tvcustomer-service .slider-mobile-gutter {
	padding: 0;
  
}
.tvcustomer-service .tvcmsmain-title-wrapper .tvcms-main-title {
	text-align: left;
}

.tvcustomer-service slider-component {
/* 	width: 85%; */
/*   	margin: 0 auto; */
}

.tvcustomer-service slider-component .tvcustomer-service-list__item {
	padding: 50px 0px;
}

.tvcustomer-service .tvcustomer-service-card {
	position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.tvservice-info{
 width:70%; 
}
.tvcustomer-service.color-background-1.gradient
{
 background-color:#f7f7f7; 
 
}

