<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 172:249 Expected ":"
Line 172:250 Expected identifier but found "100%"

**/
.slideshow,.shopify-section--image-with-text{
 margin:0 6px;
        overflow: hidden;
    border-radius: 10px;
}

.image-with-text__wrapper{
  padding:0;
}
.image-with-text__image-wrapper{
  margin-right:0!important;
  width:50% !important;
}
.image-with-text__image-wrapper&gt;img{
  border-radius:10px;
}
.image-with-text__text-wrapper-link{
    border-radius: 50px !important;
    padding: 2px  !important;
    position: relative;
    width: 250px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.image-with-text__text-wrapper-link&gt;span:nth-child(1){
    background: #fff;
    border-radius: 50px;
    line-height: inherit;
    display: inline-block;
    font-size: 12px;
    width: 200px;
    transition: width 0.3s ease-in-out;
    text-align: center;
}
.image-with-text__text-wrapper-link&gt;span:nth-child(2){
      width: 60px;
    position: absolute;
    right: 0px;
    display: flex;
    justify-content: center;
}
.image-with-text__text-wrapper-link&gt;span:nth-child(2)&gt;svg{
    transform: rotate(90deg);
}
.image-with-text__text-wrapper-link&gt;span:nth-child(2)&gt;svg&gt;polyline{
    transition: width 0.8s ease;
}
.image-with-text__text-wrapper-link:hover&gt;span:nth-child(1){
    width: 250px;
    transition: width 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.image-with-text__text-wrapper-link:hover&gt;span:nth-child(2)&gt;svg&gt;polyline{
stroke: #313fba;
}
.image-with-text__navigation{
      position: absolute;
    top: 15px;
    margin: 0px;
    width: 100%;
    grid-template-columns: 8.8% 8.8% 8.8% 8.8% 8.8%;
    right: 1%;
    column-gap: 1%;justify-content:end;
}
[dir=ltr] .image-with-text__content-wrapper{
  margin-right:15%;
}
.image-with-text__navigation-item:after{
  background:#fff;
}
.section__footer&gt;a{
      border: 2px solid #e7e7ea;
    padding: 0px 40px;
    border-radius: 40px;
    color: #53556b;
    display: table;
    margin: 10px auto 0;background:bottom;line-height:48px;
}
.timeline__item{
    border-radius: 10px;
    overflow: hidden;   
}

.timeline__content&gt;p{
  font-size:20px;
}
.timeline__content-subheading{
    color: #7b8292;
    font-size: 12px !important;
    margin-top: -10px !Important;
}
.timeline__image{
border-radius:10px;
}
.timeline-link{
    border: 2px solid #e7e7ea;
    padding: 0 40px;
    border-radius: 40px;
    color: #53556b;
    display: table;
    margin: 40px auto 0;background:#fff; transition: border-color .3s ease-in-out;
}
.timeline-link:hover{
    border-color: #313fba;  
}
.promotion-block__content-wrapper&gt;a{
  color: #313FBA;
    background: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    margin: 10px 5px 0 0;
letter-spacing:1px;
}   
.promotion-block__content-wrapper-flex{
  display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
    max-width: 75%;
}
.promotion-block_button-wrapper{
      width: 170px;
    border-radius: 50px;
    padding: 2px;
    background: #fff;
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
}
.promotion-block_button-wrapper&gt;span:nth-child(1){
      height: 100%;
    background: #FFCC30;
    color: #313FBA;
    border-radius: 50px;
    width: 120px;
    padding: 0px;
    text-align: center;transition:width 0.3s ease-in-out;
}
.promotion-block_button-wrapper&gt;span:nth-child(2){
      width: 55px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    -webkit-text-stroke: 1px #313FBA;
    text-stroke: 2px blue;
    padding: 0px;
    height: 100%;
    display: flex;
    position: absolute;
    right: 0px;
    align-items: center;
    justify-content: center;
}
.promotion-block_button-wrapper:hover&gt;span:nth-child(1){
  width:170px;
}



/* collection list product */
.collection-product-flex{display:flex;justify-content:space-between;flex-wrap:wrap;}.collection-product{width:32%;margin-bottom:25px;}.collection-product-item{display:flex;flex-wrap:wrap;justify-content:space-between;border-radius:15px;overflow:hidden;}.collection-product-item&gt;a{width:32.5%;position:relative;padding-bottom:25%;display:block;overflow:hidden;}.collection-product-item&gt;a:hover&gt;img{transform:scale(1.1);}.collection-product-item&gt;a:nth-child(1){width:100%;padding-bottom:75%;margin-bottom:1.2%;}.collection-product-item&gt;a&gt;img{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 0.5s ease-in-out;}.collection-product-item&gt;a&gt;span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;z-index:2;font-size:18px;}.collection-product-item &gt; a:last-child::before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background-color:#0006;z-index:1;}.collection-product&gt;h2{font-size:18px;margin-top:10px;}.collection-list-product header&gt;p{color:#53556b;margin-top:-10px;}.collection-product-link{border:2px solid #e7e7ea;padding:0 40px;border-radius:40px;color:#53556b;display:table;margin:10px auto 0;background:bottom;}
@media(max-width:990px){.collection-product{width:49%;}}
@media(max-width:740px){.collection-product-item&gt;a:nth-child(3){display:none;}.collection-product-item&gt;a{width:49.5%;padding-bottom:39%;}.collection-product-item&gt;a:nth-child(1){padding-bottom:58%;}.collection-product-item&gt;a&gt;span{font-size:15px;width;100%;text-align:center;}.collection-product&gt;h2{font-size:14px;}}

/* image with txt pro */
.image-pro-flex{
    display: flex;
  flex-wrap:wrap;
    align-items: center;
}
.image-pro-txt{
  width:45%;padding-right:5%;
}
.image-pro-img{
  width:55%;
}
.image-pro-img&gt;img{
  width:100%;
}
  .image-pro-txt&gt;p{
    color: #6b6d7f;
    font-size: 17px;
    margin: -10px 0 30px;
  }
.image-pro-link{
    background: #FFCC30;
    border-radius: 50px;
    padding: 2px;
    display: inline-flex;
    position: relative;
    width: 150px;
    height: 50px;
}
.image-pro-link&gt;span:nth-child(1){
    background: #fff;
    border-radius: 50px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;  
    transition: width 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.image-pro-link&gt;span:nth-child(2){
    font-size: 20px;
    transform: rotate(180deg);
    color: #313FBA;
    width: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 50px;    transition: width 0.5s ease;
}
.image-pro-link:hover&gt;span:nth-child(1){
    width: 150px;
}
.image-pro-link:hover&gt;span:nth-child(2){
    color: #000;
}
  .image-with-txt-pro{
    position:relative;
  }
  .image-with-txt-pro&gt;span{
    position: absolute;
    background: #FFCC30;
    width: 5px;
    height: 5px;
    border-radius: 50%;
  }
  .image-with-txt-pro&gt;span:nth-child(2){
    left: 44%;
    top: 4%;
}
  .image-with-txt-pro&gt;span:nth-child(3){
    left: 40%;
    top: 10%;
}
  .image-with-txt-pro&gt;span:nth-child(4){
    left: 43%;
    top: 43%;
}
  .image-with-txt-pro&gt;span:nth-child(5){
    left: 47%;
    top: 40%;
}
  .image-with-txt-pro&gt;span:nth-child(6){
     left: 38%;
    top: 57%;
}
  .image-with-txt-pro&gt;span:nth-child(7){
       left: 41%;
    top: 78%;
}
  .image-with-txt-pro&gt;span:nth-child(8){
    left: 48%;
    top: 68%;
}
  .image-with-txt-pro&gt;span:nth-child(9){
    left: 50%;
    top: 55%;
}
  .image-with-txt-pro&gt;span:nth-child(10){
    left: 86%;
    top: 6%;
}
  .image-with-txt-pro&gt;span:nth-child(11){
    left: 40%;
    top: 10%;
}
  .image-with-txt-pro&gt;span:nth-child(12){
    left: 91%;
    top: 10%;
}
  .image-with-txt-pro&gt;span:nth-child(13){
     left: 91%;
    top: 24%;
}
  .image-with-txt-pro&gt;span:nth-child(14){
    left: 97%;
    top: 12%;
}
  .image-with-txt-pro&gt;span:nth-child(15){
       left: 96%;
    top: 30%;
}
    .image-with-txt-pro&gt;span:nth-child(16){
       left: 96%;
    top: 53%;
}
    .image-with-txt-pro&gt;span:nth-child(17){
    left: 92%;
    top: 58%;
}
    .image-with-txt-pro&gt;span:nth-child(18){
       left: 89%;
    top: 88%;
}
    .image-with-txt-pro&gt;span:nth-child(19){
    left: 97%;
    top: 76%;
}
  @media(max-width:740px){
    .image-pro-txt{
          width: 100%;
    padding-right: 0;
    text-align: center;
    }
.image-pro-img{
      width: 100%;
    margin-top: 30px;
}

   
  }



/* image with txt */
@media(max-width:1400px){
.image-with-text__content-wrapper{
  width:35%;margin:0 auto !important;
}
  
}
@media(max-width:999px){
.image-with-text__content-wrapper{
  width:35%;margin:0 auto !important;
}
.image-with-text__image-wrapper{
  width:100% !important;
}
  .image-with-text{
    padding:0px;
  }
.image-with-text__navigation{
  grid-template-columns:19% 19% 19% 19% 19%;right:0.5%;
}
.image-with-text__content-wrapper{
      width: 90%;
    margin: 0 auto 5% !important;
}

  
}


/* timeline__list */
@media(max-width:999px){
.timeline__list{
padding-left:2%;grid-template-columns:75% 75%;
}
.timeline__item{
  display:flex;flex-wrap:wrap;overflow:inherit;padding-right:20px !important;
}
.timeline__content-wrapper{
  width:100%;max-width:100%;
}
.timeline__image-wrapper{
  width:100%;
}
.timeline__content{
  margin-right:0 !important;
}
}
@media(max-width:740px){
.timeline__item{
  min-width:300px;
}
.timeline__list{
  grid-template-columns:auto;
}
.timeline__content{
  padding:20px;
}
  .timeline__content&gt;p{
    font-size:14px;
  }
}








</pre></body></html>