.w5-project{width:100%;padding:2em 1em;background-color:white;color:var(--text-color-w);}.w5-project__group{max-width:120em;margin:0 auto;}.w5-project__heading{text-align:center;display:block;}.w5-project__heading__main{font-weight:700;font-size:3em;line-height:1.6em;}.w5-project__heading__line{margin-top:2em;border-bottom:0.2em solid rgba(var(--main-color-w), 1);width:15em;display:inline-block;}.w5-project__heading__sub{margin-top:2em;font-weight:300;font-size:1.5em;line-height:1.8em;}.w5-project__item{margin-top:2em;display:grid;grid-template-columns:repeat(3, minmax(20em, 1fr));grid-template-rows:repeat(3, minmax(30em, 1fr));grid-gap:2em;}@media only screen and (max-width:37.5em){.w5-project__item{grid-template-columns:repeat(3, minmax(10em, 1fr));grid-template-rows:repeat(3, minmax(15em, 1fr));grid-gap:1em;}}.w5-project__item__card{position:relative;border-radius:2em;overflow:hidden;transition:all 0.5s;}.w5-project__item__card--1{grid-row:1 / span 2;grid-column:1/2;background-position:center;background-repeat:no-repeat;background-size:cover;}.w5-project__item__card--2{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:1 / 2;grid-column:2 / 3;}.w5-project__item__card--3{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:1 / 2;grid-column:3 / 4;}.w5-project__item__card--4{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:2 / 3;grid-column:2 / 3;}.w5-project__item__card--5{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:2 / span 2;grid-column:3 / 4;}.w5-project__item__card--6{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:3 / 4;grid-column:2 / 3;}.w5-project__item__card--7{background-position:center;background-repeat:no-repeat;background-size:cover;grid-row:3 / 4;grid-column:1 / 2;}@media only screen and (max-width:37.5em){.w5-project__item__card{border-radius:1em;}}.w5-project__item__card__imgbox{max-width:39em;background-size:contain;background-position:center;}.w5-project__item__card__imgbox__img{max-width:100%;}.w5-project__item__card__info{position:absolute;top:50%;text-align:center;width:100%;color:white;display:none;}.w5-project__item__card__info__name{font-size:1.7em;}.w5-project__item__card__info__des{margin-top:2em;font-size:1.4em;font-weight:300;}.w5-project__item__card__overlay{position:absolute;height:100%;width:100%;top:0;left:0;transition:all 0.2s;}.w5-project__item__card:hover .w5-project__item__card__overlay{background-color:rgba(var(--second-color-w), 1);}.w5-project__item__card:hover .w5-project__item__card__info{display:block;}.w5-project__item__card:hover .w5-project__item__card__imgbox__img{transition:all 0.2s;opacity:0;}.w26-topbar{width:100%;position:relative;background-color:white;background-color:#303030;padding:.5em;}.w26-topbar__group{max-width:120em;margin:0 auto;display:flex;justify-content:space-between;}.w26-topbar__first{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;margin-top:1em;}.w26-topbar__first__info{font-size:1.2em;margin-bottom:.5em;font-weight:300;text-align:justify;padding:0 1em;line-height:1.8em;color:white;}.w26-topbar__first__info:not(:last-child){border-right:1px solid rgba(238, 238, 238, 0.2);}.w26-topbar__second{display:flex;}@media only screen and (max-width:37.5em){.w26-topbar__second{display:none;}}.w26-topbar__second__info{display:flex;align-items:center;padding:0 1em;text-align:center;}.w26-topbar__second__info__icon{font-size:1em;margin:0 0.5em;color:white;}.w26-topbar__second__info__text{font-size:1.2em;font-weight:400;text-decoration:none;color:white;}.w26-topbar__second__btn{outline:none;padding:.5em 1em;background-color:rgba(var(--main-color-w), 1);border:1px solid rgba(var(--main-color-w), 1);color:white;border-radius:2em;font-weight:bold;cursor:pointer;transition:all .2s;font-size:1em;display:inline-block;line-height:2em;}.w26-topbar__second__btn:hover{filter:brightness(90%);text-shadow:0 5px 5px black;}.w25-banner-1{width:100%;background-color:white;padding:0 1em 1em 1em;}.w25-banner-1__group{max-width:120em;position:relative;margin:0 auto;display:flex;align-items:center;flex-wrap:wrap;}.w25-banner-1__slider{width:100%;overflow:hidden;}.w25-banner-1__slider .swiper-pagination{text-align:left;padding-left:10%;margin-bottom:2%;}.w25-banner-1__slider .swiper-pagination-bullet{background-color:white;width:2em;border-radius:.5em;}.w25-banner-1__slider .swiper-pagination-bullet-active{width:4em;}.w25-banner-1__slider__main{display:flex;align-items:center;position:relative;}@media only screen and (max-width:37.5em){.w25-banner-1__slider__main{flex-wrap:wrap;}}.w25-banner-1__slider__main__imgbox{cursor:pointer;width:100%;background-size:contain;background-position:center;}@media only screen and (max-width:37.5em){.w25-banner-1__slider__main__imgbox{width:100%;padding:0;}}.w25-banner-1__slider__main__imgbox__img{width:100%;}.w25-banner-1__slider__main__info{text-align:center;z-index:1;display:flex;flex-direction:column;color:white;width:100%;padding:1em;position:absolute;}@media only screen and (max-width:37.5em){.w25-banner-1__slider__main__info{width:100%;}}.w25-banner-1__slider__main__info__name{font-size:4em;position:relative;display:inline-block;font-weight:600;}@media only screen and (max-width:37.5em){.w25-banner-1__slider__main__info__name{font-size:2em;}}.w25-banner-1__slider__main__info__sub{font-size:2em;line-height:1.6em;margin-top:1em;display:inline-block;}@media only screen and (max-width:37.5em){.w25-banner-1__slider__main__info__sub{font-size:1.3em;}}.w25-banner-1 .gallery-thumbs .swiper-slide-thumb-active{opacity:1;}.w25-banner-1 .gallery-thumbs .swiper-slide-thumb-active figure{border:2px solid rgba(var(--main-color-w), 1);}@media only screen and (max-width:37.5em){.w25-banner-1 .gallery-thumbs .swiper-slide-thumb-active figure{border:none;}}.w25-banner-1 .swiper-button-next{color:white;}.w25-banner-1 .swiper-button-prev{color:white;}