/** Shopify CDN: Minification failed

Line 272:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collection-newsletter (INDEX:13) */
.cta-container.grid-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
  .cta-container.grid-row .cta {
    width:100%;
    min-height:400px;
    padding: 0 20px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;  
    text-align:right;
    justify-content: flex-end; 
    grid-row: 1;
    margin-bottom: 0px;
  }
 .cta-container.grid-row .cta.halfwidth { 
    grid-column: 3 / 5;
 }
 .cta-container.grid-row .cta.fullwidth { 
    grid-column: 1 / 5;
 }
 .cta-container.grid-row .cta.threequarterwidth { 
    grid-column: 2 / 5;
 }
  .cta {
    background-size: cover;
    background-position:center;
    background-repeat:no-repeat;
    margin-bottom:240px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
  }
@media screen and (max-width: 1280px) {
.cta-container.grid-row .cta.halfwidth { 
    grid-column: 2 / 5;
 }
@media screen and (max-width: 780px) {
  .cta-container.twocol {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
}
  .cta {
    margin-bottom:0px;
  }
  .cta-container.twocol .cta:last-child {
    margin-top:0px;
  }
  .cta-container.twocol .cta {
    align-content:flex-end;
    padding-bottom:32px;
  }
  .cta-container.grid-row .cta.halfwidth { 
    grid-column: 1 / 5;
 }
 .cta-container.grid-row .cta.fullwidth { 
    grid-column: 1 / 5;
 }
 .cta-container.grid-row .cta.threequarterwidth { 
    grid-column: 1 / 5;
 }
  }
}
/* END_SECTION:collection-newsletter */

/* START_SECTION:contentarea-manifesto (INDEX:15) */
.grid.fourcol {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap:120px;
  }
  #manifesto-image-1 {
    grid-column: 1 / 4;
    grid-row: 1;
    max-width: 100%;
}
  #manifesto-text-1 {
    grid-column: 2 / 3;
    grid-row: 2;
}
  #manifesto-text-2 {
    grid-column: 4 / 5;
    grid-row: 3;
}
   #manifesto-image-2 {
    grid-column: 2 / 5;
    grid-row: 4;
    max-width: 100%;
}
  #manifesto-text-3 {
    grid-column: 1 / 2;
    grid-row: 5;
}
    #manifesto-image-3 {
    grid-column: 4 / 5;
    grid-row: 5;
    max-width: 100%;
}
    #manifesto-text-4 {
    grid-column: 2 / 3;
    grid-row: 6;
}
  .grid.onecol.mobile {
    display:none;
  }

@media screen and (max-width: 1280px) {
  .grid.fourcol {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap:120px;
  }
    #manifesto-image-1 {
    grid-column: 1 / 3;
    grid-row: 1;
    max-width: 100%;
}
  #manifesto-text-1 {
    grid-column: 2 / 3;
    grid-row: 2;
}
  #manifesto-text-2 {
    grid-column: 3 / 4;
    grid-row: 3;
}
   #manifesto-image-2 {
    grid-column: 2 / 4;
    grid-row: 4;
    max-width: 100%;
}
  #manifesto-text-3 {
    grid-column: 1 / 2;
    grid-row: 5;
}
    #manifesto-image-3 {
    grid-column: 3 / 4;
    grid-row: 5;
    max-width: 100%;
}
    #manifesto-text-4 {
    grid-column: 2 / 3;
    grid-row: 6;
}
}
@media screen and (max-width: 1024px) {
  .grid.fourcol {
    grid-template-columns: repeat(8, 1fr);
    column-gap: 20px;
    row-gap:80px;
  }
    #manifesto-image-1 {
    grid-column: 1 / 7;
    grid-row: 1;
    max-width: 100%;
}
  #manifesto-text-1 {
    grid-column: 1 / 5;
    grid-row: 2;
}
  #manifesto-text-2 {
    grid-column: 5 / 9;
    grid-row: 3;
}
   #manifesto-image-2 {
    grid-column: 3 / 9;
    grid-row: 4;
    max-width: 100%;
}
  #manifesto-text-3 {
    grid-column: 3 / 7;
    grid-row: 5;
}
    #manifesto-image-3 {
    grid-column: 1 / 5;
    grid-row: 6;
    max-width: 100%;
}
    #manifesto-text-4 {
    grid-column: 5 / 9;
    grid-row: 7;
}
}
  @media screen and (max-width: 640px) {
  .grid.onecol.mobile {
    display:flex;
  }
  .manifesto-card {
    min-height: 100vh;
  }
  .manifesto-card-text {
    padding: 80px 20px;;
  }
    .manifesto-card img {
      width:100%;
    }
  }
/* END_SECTION:contentarea-manifesto */

/* START_SECTION:home-ctas-bottom (INDEX:24) */
.cta-container.twocol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
  .cta-container.twocol .cta {
    width:100%;
    min-height:400px;
    padding: 0 20px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;  
  }
  .cta {
    background-size: cover;
    background-position:center;
    background-repeat:no-repeat;
    margin-bottom:240px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
  }
  .cta-container.twocol .cta:last-child {
    margin-bottom:0px;
    margin-top:240px;
    justify-content: flex-end;  
  }
   
.asterisk-before:before {
  transition-duration:1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cta-container.twocol .cta:hover .asterisk-before:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media screen and (max-width: 780px) {
  .cta-container.twocol {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
}
  .cta {
    margin-bottom:0px;
  }
  .cta-container.twocol .cta:last-child {
    margin-top:0px;
  }
  .cta-container.twocol .cta {
    align-content:flex-end;
    padding-bottom:32px;
  }
  }
}
/* END_SECTION:home-ctas-bottom */

/* START_SECTION:home-imagebanner (INDEX:27) */
a.banner {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: block;
}
a.banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url(/cdn/shop/files/clo.jpg?v=1753516227);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  transition-duration:0.4s;
}
.banner-link {
  position: absolute;
  bottom:10px;
  right:20px;
  color:#0F172A;
  opacity:0.6;
}
.banner-link:hover {
  opacity:1;
}
.banner-link:before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -1px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  transition-duration:1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;

}
.banner-link:hover:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media screen and (max-width: 840px) {
  a.banner {
    height: 60vh;
    display: block;
} 
  .banner-link {
  bottom:20px;
}
}
@media screen and (max-width: 560px) {
  a.banner {
    height: 40vh;
    display: block;
} 
  .banner-link {
  bottom:16px;
}
}
@media screen and (max-width: 480px) {
  a.banner {
    height: 32vh;
    display: block;
} 
  .banner-link {
  bottom:16px;
}
}
/* END_SECTION:home-imagebanner */

/* START_SECTION:home-staggered-text (INDEX:28) */
.staggered-text {
    font-size: 20px;
    margin: 0;
}
.grid.sixcol {
    display:grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 20px;
    row-gap:0px;
  }
  .staggered-text {
    font-size:24px;
  }
  #staggered-text-1 {
    grid-column: 1 / 2;
    grid-row: 1;
}

  #staggered-text-2 {
    grid-column: 2 / 3;
    grid-row: 2;
}
  #staggered-text-3 {
    grid-column: 3 / 4;
    grid-row: 3;
}
  #staggered-text-4 {
    grid-column: 4 / 5;
    grid-row: 4;
}
  #staggered-text-5 {
    grid-column: 5 / 6;
    grid-row: 5;
    text-align:center;
}
  .staggered-text-6 {
    grid-column: 6 / 7;
    grid-row: 6;
    text-align:right;
}


@media screen and (max-width: 1040px) {
  .grid.sixcol {
    grid-template-columns: min-content auto;
    column-gap: 0px;
  }
}
  @media screen and (max-width: 640px) {
  .staggered-text.desktop {
    display:none;
  }
    .grid.sixcol {
    display:block;
  }
    
  #staggered-text-1, #staggered-text-2, #staggered-text-3, #staggered-text-4, #staggered-text-5, #clock2 {
    grid-column: 1 / 2;
    padding: 60px 0;
  } 
    #staggered-text-2, #staggered-text-5 {
      text-align:center;
    }
    #staggered-text-3, #clock2 {
      text-align:right;
    }
}
/* END_SECTION:home-staggered-text */

/* START_SECTION:text_threecol (INDEX:63) */
.padding-top-big{
  padding-top:30px !important;
}
  .textrow.big {
    padding-bottom:30px;
    font-size: 14px;
    line-height: 1.7;
    /* text-transform: uppercase; */
    margin-top:0px;
    margin-bottom:0px;
    color:#0F172A
  }
  .textrow.big:last-child {
    padding-bottom:0px;
  }
  img.asterisk-outline.bottom-left {
    position: absolute;
    bottom: 160px;
    left: 20px;
}
#intro-text-row-1 {
  max-width:480px;
}
#intro-text-row-2 {
  max-width:600px;
  margin:auto;
}
#intro-text-row-3 {
  max-width:440px;
  margin-left: auto;
  margin-right:0px;
}

img.asterisk-outline.bottom-left.scroll-trigger:not(.scroll-trigger--offscreen) {
  -webkit-animation-name: spinner-short;
  animation-name: spinner-short;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  animation-timing-function: linear;
}
@-webkit-keyframes spinner-short {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes spinner-short {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1280px) {
  img.asterisk-outline.bottom-left {
    height:160px;
  }
}
  @media screen and (max-width: 990px) {
  img.asterisk-outline.bottom-left {
    height:80px;
  }
}
@media screen and (max-width: 840px) {
  img.asterisk-outline.bottom-left {
    display:none;
  }
  .textrow.big {
    padding-bottom:80px;
  }
  .textrow.big:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background-image: url(/cdn/shop/files/WhatsApp_Image_2026-02-26_at_9.31.32_AM-removebg-preview.png?v=1772084079);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top:80px;
    font-size:20px;
  }
  #intro-text-row-2:after {
    margin-left:auto;
    margin-right:auto;
  }
  #intro-text-row-3:after {
    margin-left:auto;
    margin-right:0px;
  }
}
/* END_SECTION:text_threecol */