:root {
  --green-dark: #00220a;
  --Mint-Light: #00d6c4;
  --default-font: "TTNorms Regular";
  --Mint-Dark: #007f74;
  --Mint-Default: #00ad9e;
  --Green-Default: #014c45;
  --Off-white: #fffff0;
  --gold-yellow: #fef8bd;
  --green-light: #007f74;
  --Green-Dark: #00220a;
  --green-lable: #054f48;
  --Yellow-Default: #f0e891;
  --Grey: #e5e5e5;
  --Light-grey: #f5f5f5;
  --Grey2: #f0f0f0;
  --Yellow-Light: #fef8bd;
  --Green-Light: #6eada6;
  --Off-white-dark: #f9f3dc;
  --White: #fff;
  --Error: #d11414;
}

.z-index-1 {
  z-index:1;
}

.z-index-2 {
  z-index:2;
}

.z-index-3 {
  z-index:3;
}

.z-index-4 {
  z-index:4;
}

.z-index-5 {
  z-index:5;
}

.z-index-6 {
  z-index:6;
}

.dark-green-section {
  background: var(--Green-Dark);
  border-radius: 0 0 30px 30px;
  margin-top: -30px;
  padding-top: 30px;
  position: relative;
  z-index: 0;
  padding-bottom: 120px;
}

.industry-carousel .slider {
padding: 60px 0 30px;
}

.industry-carousel .slider .slick-track {
  margin:0;
}

.industry-carousel .slider .slick-track, .industry-carousel .slider .slick-list {
  height:320px;
}

.industry-carousel .slider .slick-list {
  overflow: visible;
}


  .industry-carousel .bottom a {
    font-size: 14px;
  }

  .industry-carousel .slider .pagination {
    width: 100%;
  margin-top: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}
.industry-carousel .slider .pagination .arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.industry-carousel .slider .pagination .arrows .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.industry-carousel .slider .pagination .lbl {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--Yellow-Default);
  font-family: var(--default-font);
}

.industry-carousel .slider,
.industry-carousel .slider .part {
  width: 100%;
}

.industry-carousel .slider .part {
  display: flex;
  flex-direction: column;
}

.industry-carousel .slider .list {
  /*padding: 60px 0;
  padding-bottom: 20px;*/
  height:320px;
}

.industry-carousel .slider .pagination {
  margin-top: 0;
  padding: 30px 0;
  justify-content: flex-start;
}

.industry-carousel .slider .list .item {
  border-radius: 16px;
  border: 1px solid var(--Mint-Dark);
  background-color: var(--Green-Dark);
  margin: 0 5px;
  transition: 0.3s all;
  aspect-ratio: 475 / 370;
  background-size: cover;
  
}

.industry-carousel .slider .list .item .tint {
padding: 30px 40px 40px 40px;
background-color: rgba(0,0,0,0.2);
display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:100%;
}

.industry-carousel .slider .list .item:not(.slick-active) {
  opacity:0.5;
}

.industry-carousel .slider .list .item:last-of-type {
  margin-right: 15vw;
}

.industry-carousel .slider .list .item .sub-title {
  margin-top: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: var(--default-font);
  color: var(--Yellow-Light);
  display: inline-flex;
  margin-bottom: 5px;
  text-align: center;
}
.industry-carousel .slider .list .item .title {
  line-height: 1;
  font-size: 18px;
  text-align: center;
  color: var(--Off-white);
}
.industry-carousel .slider .list .item .title a {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 103%;
  color: var(--Off-white);
  font-family: var(--default-font);
}
.industry-carousel .slider .list .item .buttons {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.industry-carousel .slider .list .item .buttons > span {
  display: inline-flex;
  padding: 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background-color: var(--Green-Default);
  color: var(--White);
  font-family: var(--default-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}