.list{
  background:#fff; 
  padding:0px;
}
.list .list .category-wrap{
  background: transparent; 
}
.list .fluid-container{
  width:100%;
  max-width:1920px;
  margin:auto;
}
.list .fluid-container .row{
  margin-right:0px;
  margin-left:0px;
}
.list .fluid-container .col-12{
  padding:0px; 
}
.list .nav-list{
  background:#F0EBF1;
}
.list .nav-list .link-cat{
  padding:20px;
  width:100%;
  border-bottom:2px solid #F0EBF1;
  color:#3C1E5C;
  font-size:1.125rem;
  display:inline-block;
  text-decoration:none;
}
.list .nav-list .link-cat:hover{
  border-bottom:2px solid #B622AE;
  text-decoration:none;
}
.list .nav-list .categories{
  list-style:none;
  text-align:center;
  padding:0px;
  margin:0px;
  position:relative;
  z-index:50;
}
.list .nav-list .categories li{
    display: inline-block;
    width: 20%;
    margin: 0 -2px;
}
.list .category-wrap h2 {
    margin-top: 100px;
    text-align: center;
}

.list .lightbox-link {
    background: #fff;
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    overflow:hidden;
  text-decoration:none !important;
}
.list .category-wrap .logo {
    height:100%;
    width:auto;
    max-height:85px;
}
.list .category-wrap .background {
    position: relative;
    height: 100%;
    display: block;
    min-height: 750px;
}
.list .category-wrap .category{
  text-align:center;
  background: #EB503A;
  width:100%;
  color:#fff;
  font-family:'LGEI Bold', sans-serif;
  font-size:1.25rem;
  padding:10px 10px;
  text-align:center;
  border-radius: 15px 15px 0 0;
   display: block;
    margin-bottom: 30px;
}
.list .category-wrap .category.lifestyle{
  background:#A50034; 
}
.list .category-wrap .category.mobility{
  background:#72166B; 
}
.list .category-wrap .category.metaverse{
  background:#B622AE; 
}
.list .category-wrap .category.health{
  background:#3C1E5C; 
}
.list .category-wrap .text-wrap p {
    color: #000;
    margin-top: 20px;
}
.list .category-wrap .text-wrap .presentation {
    font-family:'LGEI Bold', sans-serif !important;
    margin-bottom: 0px;
}
.list .category-wrap .text-wrap{
    padding: 0;
    margin: 20px auto 30px;
    max-width: 660px;
    box-shadow: 0px 4px 15px rgba(60, 30, 92, 0.15);
    border-radius: 15px;
}
.list .category-wrap .text-wrap .box-content{
  
    padding: 0 80px 65px 80px;
}
.list .category-wrap .bg{
  width:100%;
  max-width:960px;
}
.list .yt-video{
  color:#ce007c;
  margin-left:15px;
  font-size:1.25rem;
  
}
.list .link{ 
  font-size:1.25rem;
}
.fancybox-bg {
    background: #3C1E5C;
}
.lightbox {
    max-width: 570px;
    border-radius: 10px;
    padding: 420px 100px 90px;
    position:relative;
}
.lightbox .bg{
  width:100%;
  max-width:570px;
  top:0px;
  left:0px;
    position: absolute;
}
.lightbox .fancybox-close-small {
    top: 340px;
}
.lightbox-content .logo {
    max-height: 85px;
    height:100%;
    width:auto;
}
.lightbox p {
    font-size: 1rem;
    margin-top: 35px;
}
.anchor-spot {
    height: 80px;
    margin-top: -80px;
    display:block;
    visibility:hidden;
}
@media all and (max-width:1500px){
  .list .category-wrap .text-wrap{
     max-width: calc(40vw);
  }
@media all and (max-width:1200px){
  .list .cateogry-wrap .background{
    min-height:650px; 
  }
  .list .category-wrap .text-wrap .box-content{
    padding:0px 40px 50px 40px; 
  }
}

@media all and (max-width:991px){
  
  .list .category-wrap .background{
    min-height:680px; 
  }
  
  .list .category-wrap .text-wrap{
     max-width: 660px;
    margin-top: 50px;
    margin-bottom: 90px;
  }
}

@media all and (max-width:767px){
   .list .category-wrap .background{
    min-height:340px;  
  }
  .list .category-wrap .text-wrap{
    min-height:0px;
    margin: 30px auto 90px auto;            
    max-width: calc(90vw);
  }
  .list .nav-list {
    display: none;
  } 
  .lightbox {
    padding: 200px 25px 70px;
    max-width: 300px;
  }
  .lightbox .fancybox-close-small {
    top: 175px;
  }
  .list .link {
    display: block;
    margin: 20px 0 15px 0;
  }
}