

/* Full width - edge to edge, breaks out of the layout container */
.util-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.cmp-staggered-image {
  box-sizing: border-box;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.cmp-staggered-image__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* Adjustments for V2 */
.staggered-image.v2 {
  box-sizing: border-box;
}
.staggered-image.v2 .cmp-staggered-image__container {
  max-width:1920px;
	margin:auto;
}

.cmp-staggered-image__container section {
  max-width: 945px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
}
.staggered-image.v2 .cmp-staggered-image__container section {
  max-width: 1200px;
}
.cmp-staggered-image__title {
  font-weight: 500;
  font-size: 10.875vw;/*70px;*/
  line-height: 84px;
  margin-bottom: 30px;
  text-align: center;
}
.staggered-image.v2 .cmp-staggered-image__title h1,
.staggered-image.v2 .cmp-staggered-image__title h2,
.staggered-image.v2 .cmp-staggered-image__title h3,
.staggered-image.v2 .cmp-staggered-image__title h4,
.staggered-image.v2 .cmp-staggered-image__title p{
  font-weight: 700;
  line-height: 1;
	margin: 0;
	font-size: 48px;
	letter-spacing: 0.0025px;
}
.cmp-staggered-image__title p {
  margin-bottom: 0;
}
.cmp-staggered-image__title b {


}
.cmp-staggered-image__title,
.cmp-staggered-image__description {

}
.cmp-staggered-image__description {
  font-size: 24px;
  font-weight: 400;
  line-height: 30.96px;
  text-align: center;
  max-width: 610px;
}
.cmp-staggered-image__subtitle {
  font-weight: 500;
  font-size: 21.875vw;
  line-height: 84px;
}

.cmp-staggered-image__item {
  position: relative;
}

.cmp-staggered-image__item .util-caption{
  position: absolute;
  padding: 2px 6px 0;
  bottom: 15px;
  right: 10px;
  color: #fff;
  z-index:2;
  background: rgba(0,0,0,0.5);
  font-size: 10px;
}

/*image section cards layout */
.cmp-staggered-image__card-container {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  margin-bottom: 80px;
  overflow:hidden;
  position: relative;
}
.cmp-staggered-image__item {
  width: 100%;
  margin-top: 30px;
}
.cmp-staggered-image__item:first-child {
  width: 100%; 
  margin-left:auto;
}

.cmp-staggered-image__item:last-child {
  width: 100%; 
  margin-right:auto;
}

.cmp-staggered-image__item img {
  width: 100%;
  height: auto;
}

/* reversed button (equivalent of .m-white) */
.cmp-staggered-image__item a.b-button {
  background: no-repeat linear-gradient(#6bbcb9, #6bbcb9),linear-gradient(#ffffff, #ffffff);
  background-size: 0 100%,100%;
  color: #222
}

.cmp-staggered-image__item a.b-button:hover {
  background-size:100% 100%,0;
}



/*media queries */
@media (min-width:375px) {
  .staggered-image.v2 .cmp-staggered-image__title h1,
  .staggered-image.v2 .cmp-staggered-image__title h2,
  .staggered-image.v2 .cmp-staggered-image__title h3,
  .staggered-image.v2 .cmp-staggered-image__title h4,
  .staggered-image.v2 .cmp-staggered-image__title p {
    font-size: 12.8vw;
  
  }
  .staggered-image.v2 .cmp-staggered-image__description {
    font-size: 32px;
    line-height: 120%;
  }
}


@media (min-width:768px){
  .cmp-staggered-image__title {
    font-size: 70px; 
  }
  .staggered-image.v2 .cmp-staggered-image__title h1,
  .staggered-image.v2 .cmp-staggered-image__title h2,
  .staggered-image.v2 .cmp-staggered-image__title h3,
  .staggered-image.v2 .cmp-staggered-image__title h4,
  .staggered-image.v2 .cmp-staggered-image__title p {
    font-size: clamp(48px, 8.34vw, 100px);
  }
  
  .cmp-staggered-image__card-container  {
    flex-direction: row;
  }
  .cmp-staggered-image__item {
    width: 55%;
    margin-top:8vw;
    flex:1;
  }
  .cmp-staggered-image__item:first-child {
    margin-top:4vw;
    margin-left: -25%;
  }

  .cmp-staggered-image__item:last-child {
    margin-top:3vw;
    margin-right: -25%;
  }
  
  .cmp-staggered-image__item:first-child .util-caption {
    bottom: calc(15px + 4vw);
  }
  
  .cmp-staggered-image__item:last-child .util-caption {
    bottom: calc(15px + 5vw);
    right:auto;
    left:10px;
  }
}


@media (min-width:1440px) {
  .staggered-image.v2 .cmp-staggered-image__title h1,
  .staggered-image.v2 .cmp-staggered-image__title h2,
  .staggered-image.v2 .cmp-staggered-image__title h3,
  .staggered-image.v2 .cmp-staggered-image__title h4,
  .staggered-image.v2 .cmp-staggered-image__title p {
    font-size: 100px;
  }
}
