.distilled-blue[class*="distilled-"],
.distilled-brown[class*="distilled-"],
.distilled-green[class*="distilled-"],
.distilled-orange[class*="distilled-"],
.distilled-purple[class*="distilled-"],
.distilled-red[class*="distilled-"] {
  background: var(--gradient);
  background-size: 100% 100vh;
  background-attachment: fixed;
}
.culture-module {
  overflow: hidden
}
.culture-module__background-animation-top, .culture-module__background-animation-left {
	opacity: 0.8;
}
.culture-module__lt-card a {
  color: var(--text-color);
}
.culture-module__card-content p strong {
  font-family: var(--font-urw-regular);
}
.culture-module__lt-card a:hover {
  color: var(--white);
  background-color: var(--text-color);
}
.culture-module__card-con a {
  color: var(--white);
}
.culture-module__card-con a:hover {
  color: var(--white);
  background-color: var(--text-color);
}
.culture-module::before {
  content: "";
  background: rgba(0,0,0,.09);
  width: 84.4vw;
  bottom: 0;
  position: absolute;
  z-index: 0;
  margin: auto;
  top: 10%
}
.culture-module__row {
  gap: var(--lg-2);
  margin-bottom: var(--lg-2)
}
.culture-module__bottom-row {
  gap: var(--lg-2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}
.culture-module__stat-card {
  min-height: 35.7rem;
  margin-right: -1.6rem
}
.culture-module__card-bg {
  height: 100%;
  width: 100%;
  margin-right: -1.6rem
}
.culture-module__card-bg::before {
  content: "";
  background: linear-gradient(197deg,rgba(0,0,0,0) 51.25%,rgba(0,0,0,.6) 83.73%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0
}
.culture-module__card-body {
  padding-bottom: var(--md-4)
}
.culture-module__lt-card {
  position: relative;
/*   min-height: 22.6rem */
  min-height: 25.6rem
}
.culture-module__lt-card-body {
  position: absolute;
  color: var(--text-color);
  bottom: var(--md-4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: var(--md-4);
  gap: 0;
}
.culture-module__lt-card-overlay {
  width: 100%;
  background: rgba(225,225,225,.7);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
/*   min-height: 22.6rem; */
  min-height: 25.6rem;
  margin-left: -1.6rem;
  bottom: 0
}
.culture-module__number .stat {
  padding-left: 0
}
.culture-module__number .stat::before {
  content: none
}
@media (min-width:768px) {
  .distilled .culture-module__stat-card {
    margin-right: -4.8rem
  }
  .distilled .__background-animation-top {
    display: none
  }
  .distilled .__background-animation-bottom {
    display: none
  }
}
@media (min-width:992px) {
  .culture-module::before {
    z-index: 0;
/*     top: 54.6%; */
/*     bottom: 58%; */
    width: 140rem;
/*     height: 64rem; */
    pointer-events: none;
    top:calc(var(--lg-1) + 174px + var(--md-2));
    bottom:24.3rem;
  }
  .culture-module__row {
    gap: unset
  }
  .culture-module__bottom-row {
    gap: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: var(--md-4)
  }
  .culture-module__stat-card {
    margin-right: calc(var(--bs-gutter-x) * .5 * -1);
    height: 52.8rem;
	top: calc(-1 * var(--lg-1) + var(--md-2));
  }
  .culture-module__card-bg {
    height: 52.8rem;
    top: -20%
  }
  /*
  .culture-module__card-body {
    padding-bottom: 0
  }*/
  .culture-module__lt-card {
    min-height: 33.9rem;
    height: 100%;
    bottom:7%;
  }
  .culture-module__lt-card-overlay {
    width: 180.4vh;
/*     min-height: 33.9rem; */
	min-height: 36.9rem;
    right: 0;
    bottom: calc(-1 * var(--md-4))
  }  
  .culture-module__lt-card-body {
    /*bottom: 0;*/
    gap: 2.9rem;
  }
  .culture-module__number .stat {
    padding-left: 0
  }
  .culture-module__number .stat::before {
    content: none
  }
  .culture-module__background-animation-top {
    position: absolute;
    height: 80rem;
    width: 80rem;
    right: -40%;
    top: 10%;
    background-color: transparent;
    rotate: 25deg;
  }
  .culture-module__background-animation-left {
    position: absolute;
    height: 45rem;
    width: 45rem;
    left: -20%;
    bottom: 0;
    rotate: 5deg
  }
}
@media (min-width:1200px) {
  .culture-module__background-animation-top {
    height: 90rem;
    width: 90rem;
    right: -30%;
    top: 5%
  }
  .culture-module__background-animation-left {
    height: 55rem;
    width: 55rem;
    left: -15%;
    bottom: 0rem
  }
.culture-module__lt-card-overlay {
/*   min-height:31.4rem; */
  min-height:36.5rem;
  right: 0;
}  
.culture-module__lt-card-body {
  bottom: -4rem;
  right: 0rem;
}
.culture-module__lt-card-body {
  padding: var(--md-4);
}
}
@media (min-width:992px) and (max-width:1120px) {
.culture-module__lt-card-con{
    width: 80%;
}
@media (min-width:1121px) and (max-width:1200px) {
.culture-module__lt-card-con{
    width: 85%;
}
}

}

/*with corp theme*/
.culture-module.corpTheme .stat-unit{font-weight: 400 !important;}
.culture-module.corpTheme .culture-module__main-title h2{text-transform: none !important;}
.culture-module.corpTheme .culture-module__row{margin-bottom: var(--xs-1) !important;}
.culture-module.corpTheme .culture-module__lt-card-svg{min-width: 200px}
.culture-module.corpTheme .culture-module__card-content em{font-weight: 500;}
.culture-module.corpTheme .culture-module__card-content b{font-weight: 600;}
.culture-module.corpTheme .culture-module__lt-card-overlay{background: none; backdrop-filter: none;}

@media (min-width:992px){
.culture-module.corpTheme .culture-module__stat-card .culture-module__suffix{margin-bottom: var(--sm-4) !important;}
.culture-module.corpTheme .culture-module__bottom-row{padding-bottom: var(--lg-3) !important;}
}
@media (min-width:1200px){
.culture-module.corpTheme .culture-module__suffix{margin-bottom: var(--sm-4) !important;}
}
@media (min-width:1298.98px){
.culture-module.corpTheme .culture-module__lt-card-svg{min-width: 254px}
}
@media (max-width:991.98px){
.culture-module.corpTheme .culture-module__row{margin-bottom: var(--lg-3) !important;}
}