.rotatorSection ul {position: relative;top: 46%;left: 35%;list-style-type: none;margin: 0;padding: 0;}
.rotatorSection li {position: absolute;-webkit-transition: all  0.6s ease;-moz-transition: all 0.6s ease;transition: all 0.6s ease;}
.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

  .rotatorSection .col-rotator{height:500px;min-height:500px;}
  .rotatorSection .pcenter{max-width:1440px;margin:0px auto;padding:100px 0px 180px;}
  @media (min-width:992px){
    .rotatorSection .flex-rowv2{display: flex;flex-direction: row;align-items: center;gap: 30px;align-content: center; }
    .rotatorSection .col6{display:inline-block;width:calc(50% - 15px);}
  }
  
  .rotatorSection .col-rotator li .main-image img{object-fit:contain;height:100%;width:100%;}
  .rotatorSection .col-rotator li .main-image{width:120px;height:120px;padding:40px;}  
  .rotatorSection .col-rotator li:nth-child(n+2){background: #FFF;border-radius: 100%;cursor:pointer;box-shadow: 0px 0px 30px rgb(0 0 0 / 16%);-webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 16%);}
  
  .rotatorSection .col-rotator li.active:nth-child(n+2) .main-image img { filter:grayscale(1) brightness(0) invert(1); -webkit-filter:grayscale(1) brightness(0) invert(1) ;}
  
  {#% if request.path_and_query is string_containing "eiew" %#}
  .rotatorSection .col-rotator li:hover:nth-child(n+2) .main-image img { filter:grayscale(1) brightness(0) invert(1); -webkit-filter:grayscale(1) brightness(0) invert(1) ;}
  {#% endif %#}
  
  .rotatorSection .col-rotator li:first-child .main-image{width: 260px;height: 260px;margin-left: -68px;margin-top: -68px;padding: 0px;transform: none;}
  @media (max-width:1140px){
    .col-rotator > ul {transform: scale(0.8) translateX(-79px);}
  }
  @media (max-width:1024px){
    .col-rotator > ul {transform: scale(0.7) translateX(-73px);}
    .rotatorSection .col-rotator {height: 500px;min-height: 500px;padding-top: 50px;}
  }
  @media (max-width:500px){
    .col-rotator > ul {transform: scale(0.65) translateX(-35%);}
    .rotatorSection .col-rotator {height: 400px;min-height: 400px;padding-top: 50px;}
  }
  .rotatorSection .details-title,
  .rotatorSection .visible-details-container{max-width:647px;padding-left:30.725px;padding-right:30.725px;}
  .rotatorSection .details-title{max-width:544px;}
  
  .rotatorSection .details-title h2{font-size:36px;font-weight:bold;line-height:49px;color:#000000;margin-top:30px;}
  .rotatorSection .header-lining {height:1px;max-width:544px;background:#00B9D6;margin:30px auto 30px 0px;}
  @media (max-width:768px){
    .rotatorSection .details-title,
    .rotatorSection .visible-details-container{padding-left:18.7625px;padding-right:18.7625px;}
  }
  .rotatorSection .row-head{ display:none;}
  @media (max-width:992px){   
    .rotatorSection .pcenter{padding-top:80px;padding-bottom:150px;}
    .rotatorSection .details-title h2{font-size:25px;font-weight:bold;line-height:34px;color:#000000;margin-top:0px;}
    .rotatorSection .visible-details-container h3{margin-top:0px;margin-bottom:20px;}
    .rotatorSection .col-rotator {height: 460px;min-height: 460px;padding-top: 50px;}
    .rotatorSection ul {top: 35%;left: 36%;}
    .rotatorSection .details-inner{display:none;}
    .rotatorSection .row-head{display:block;}
    .rotatorSection .header-lining{display:none;}
    .rotatorSection .flex-rowv2.reverse-mobile{display:flex;flex-direction:column-reverse;}
    .rotatorSection .details-title,
    .rotatorSection .visible-details-container{max-width:100%;}
  }
   @media (min-width:993px){
    .padded-large-left {padding-left:2.5vw;}
  }
  @media (min-width:1260px){
    .padded-large-left {padding-left:4.4vw;}
  }
  .rotatorSection.textTheme-dark .details-title h2,
  .rotatorSection.textTheme-dark .visible-details-container h3,
  .rotatorSection.textTheme-dark .visible-details-container .copy > p{color:#fff !important;}
  .rotatorSection.textTheme-dark .header-lining{background:#FFF;}
  
  .rotatorSection .main-image.has-label {
    position: relative;
    padding:35px 40px;
  }
  .rotatorSection .main-image-label {
    font-weight: 700;
    text-transform:uppercase;
    line-height: 120%;
    text-align: center;
    display: inline-block;
    color: #333333;
    position: absolute;
    top: 71%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  }
  .rotatorSection .col-rotator li .main-image.has-label img {
    transform: translateY(-13px);
    -webkit-transform: translateY(-13px);    
    max-height: 42px;
  }
  .rotatorSection .col-rotator li.active:nth-child(n+2) .main-image-label,
  .rotatorSection .col-rotator li:hover:nth-child(n+2) .main-image-label {
    color: #ffffff;
  }
  
  .rotatorSection .rotator-pager-item {
    width: 12px;
    height: 12px;
    border-radius:100%;
    border: 1px solid #666666;
    transition:0.3s ease all;
  }
  .rotatorSection .rotator-pager-item.active {
    background: #666666;
  }
  .rotatorSection .rotator-pager {
    display:flex;
    column-gap:10px;
    align-items:center;
    justify-content:space-between;
    padding-left:18.7625px;padding-right:18.7625px;
  }
  .rotatorSection .rotator-pager > div {
    display:inline-flex;
  }
  @media (min-width:993px){
    .rotatorSection .rotator-pager {
      column-gap:20px;
      justify-content:start;
      max-width:647px;
    }
  }
  @media (min-width:768px){
    .rotatorSection .rotator-pager {
      padding-left:30.725px;padding-right:30.725px;
    }
  }
  .rotatorSection .rotator-pager .pager-items{
    display:flex;
    column-gap:10px;
    align-items:center;
    justify-content:center;
  }
  .rotatorSection .rotator-pager span {
    display:inline-flex;
    cursor:pointer;
  }
  .rotatorSection .rotator-pager-icon {
    border-radius:100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  }