/* CSS Document */
.program-logo {
  background-size: contain;
}

/* banners */
.swiper {
  width: 100vw;
}
.swiper figure,
.swiper .banner,
.swiper .banner .image {
  width: 100vw;
}
.swiper .image {
  background-size: cover;
}
.swiper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slideshow {
  height: calc(90vh - 100px);
}
.swiper-slideshow figure,
.swiper-slideshow .banner,
.swiper-slideshow .banner .image {
  height: calc(90vh - 100px);
}
.swiper-slideshow figure * {
  font-family: "Roboto", sans-serif;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #2a70ca;
  background-color: #fff;
  opacity: 100;
}

.swiper-pagination-bullet-active {
  background: #2a70ca;
}

section.slideshow .banner h2 {
  text-transform: uppercase;
  font-size: 17pt;
  padding-bottom: 10px;
  line-height: 1.5;
  text-align: left;
}
section.slideshow .banner .logo {
  display: none;
}
section.slideshow .banner .overlay {
  width: 90%;
  padding: 20px;
  position: absolute;
  left: 5%;
  bottom: 50px;
  background: rgba(255, 255, 255, 0.8);
  color: #1f1f1f;
  border-radius: 10px;
  text-align: center;
}
section.slideshow .banner .overlay p {
  padding-bottom: 15px;
  text-align: left;
}
section.slideshow .banner .overlay a.button-default {
  padding: 2px 10px;
  margin: 0 auto;
}

/* banner catalogue */
section.slideshow .banner .index__catalogue .image {
  background-image: url("/images/index/banner/mobile/bnr-index-catalogue.jpg?95");
}

/* banner 0 */
body.cs section.slideshow .banner .index__0 .image {
  background-image: url("/images/index/banner/mobile/bnr-index-0-cs.jpg?95");
}

body.sk section.slideshow .banner .index__0 .image {
  background-image: url("/images/index/banner/mobile/bnr-index-0-sk.jpg?95");
}

body.pl section.slideshow .banner .index__0 .image {
  background-image: url("/images/index/banner/mobile/bnr-index-0-pl.jpg?95");
}

/* banner extra */
section.slideshow .banner.index-extra-banner .index__extra .image {
  background-image: url("/images/index/banner/mobile/forarch-2024.jpg?95");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100vh !important;
}

/* banner PF */
section.slideshow .banner.banner-pf {
  display: none;
}
section.slideshow .banner.banner-pf.show {
  display: block;
}
section.slideshow .banner.banner-pf .index__pf .image.pf_cs {
  background-image: url("/images/index/banner/mobile/pf2025.cs.jpg?95");
}
section.slideshow .banner.banner-pf .index__pf .image.pf_sk {
  background-image: url("/images/index/banner/mobile/pf2025.sk.jpg?95");
}
section.slideshow .banner.banner-pf .index__pf .image.pf_pl {
  background-image: url("/images/index/banner/mobile/pf2025.pl.jpg?95");
}

/* house list */
section.house-rows {
  padding: 20px 30px 60px;
}
section.house-rows h2 {
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 17pt;
  text-transform: uppercase;
  text-align: left;
  color: #2a70ca;
}
section.house-rows h2 > i {
  float: right;
  font-size: 20pt;
  color: #2a70ca;
}

.swiper-house {
  width: calc(100vw - 60px);
  height: 87.5vw;
  border-radius: 12px;
}
.swiper-house .banner,
.swiper-house .banner img {
  width: calc(100vw - 60px);
  height: 83.3333333333vw;
}
.swiper-house .banner {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.swiper-house .banner .eswebicon.wi-plus {
  font-size: 50pt;
}
.swiper-house .banner a.allrows {
  width: 100%;
  padding: 40px 0;
}
.swiper-house .banner img {
  object-fit: cover;
  border-radius: 12px;
}
.swiper-house .banner img + span {
  display: inline-block;
  padding: 5px 0 10px 0;
}
.swiper-house .banner .house-name {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  background-color: #e31f23;
}
.swiper-house .swiper-pagination {
  bottom: 15%;
}

/* program list */
section.program-rows {
  padding: 40px 30px;
  background-color: #f3f3f3;
}
section.program-rows h2 {
  padding-top: 20px;
  font-size: 17pt;
  text-transform: uppercase;
  text-align: left;
  color: #2a70ca;
}

.swiper-program {
  height: 54vw;
}
.swiper-program .banner {
  height: 43.3333333333vw;
  display: flex;
  flex-direction: column;
}
.swiper-program .banner img + span {
  display: inline-block;
  padding: 5px 0 10px 0;
}
.swiper-program .banner .eswebicon.wi-plus {
  font-size: 50pt;
}
.swiper-program .banner a.program-icon {
  background-size: contain;
}
.swiper-program .banner a.allrows {
  width: 100%;
  padding: 40px 0;
}
.swiper-program .banner img {
  width: 100vw;
}
.swiper-program h3 {
  font-size: 16pt;
}
.swiper-program h3 > a {
  display: inline-block;
  line-height: 3;
  padding-left: 60px;
}
.swiper-program .swiper-pagination {
  bottom: 2%;
}
.swiper-program .swiper-button-next, .swiper-program .swiper-button-prev {
  color: #0b6fc7;
}

body .swiper-program {
  width: calc(100vw - 60px);
  height: 134vw;
  max-height: 500px;
}
body .swiper-program .banner {
  height: 120vw;
  max-height: 450px;
}
body .swiper-program p {
  max-width: 100%;
  display: -webkit-box;
  text-align: left;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .swiper-program .swiper-slide {
  background-color: transparent;
  position: relative;
  justify-content: space-between;
}
body .swiper-program h3 {
  width: 100%;
  text-transform: uppercase;
  padding-top: 40px;
}
body .swiper-program h3 span {
  width: 30%;
  height: 0;
  padding-top: 30%;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
body .swiper-program h3 > a {
  display: block;
  text-align: left;
  padding-left: 0;
  margin-top: 40px;
  line-height: 1.5;
}
body .swiper-program a.button-default {
  padding: 2px 10px;
  margin: 0 auto;
  position: relative;
  bottom: 0;
}

/* gallery list */
section.gallery-rows {
  padding: 20px 30px 40px 30px;
}
section.gallery-rows h2 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 17pt;
  text-transform: uppercase;
  text-align: left;
  color: #2a70ca;
}

.swiper-gallery {
  width: calc(100vw - 60px);
  height: calc(76vh - 80px);
  border-radius: 12px;
}
.swiper-gallery .banner,
.swiper-gallery .swiper-house .banner img,
.swiper-house .banner .swiper-gallery img {
  height: calc(76vh - 180px);
}
.swiper-gallery .banner {
  display: flex;
  flex-direction: column;
}
.swiper-gallery .banner div.motive {
  width: calc(100vw - 60px);
  height: calc(76vh - 100px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
}
.swiper-gallery .banner div.motive .videobutton,
.swiper-gallery .banner div.motive .photobutton {
  background-size: 60px;
  background-position: 50% 60%;
}
.swiper-gallery .banner h3 {
  text-align: left;
  font-size: 15pt;
  text-transform: uppercase;
  padding: 15px 0 30px 0;
}

/* catalogue */
section.catalogue {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
}
section.catalogue > div {
  box-sizing: border-box;
  padding: 0;
}
section.catalogue > div.catalogue {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
section.catalogue > div.catalogue h2 {
  padding: 40px 30px 20px 30px;
  font-size: 17pt;
  text-transform: uppercase;
  text-align: left;
  color: #2a70ca;
}
section.catalogue > div.catalogue a img {
  width: 100%;
}
section.catalogue > div.catalogue div {
  width: 100%;
  padding: 0 0 8px 0;
  text-align: center;
}
section.catalogue > div.catalogue div.order {
  padding: 0 15px 8px 15px;
}
section.catalogue > div.catalogue div span {
  padding-top: 15px;
  padding-bottom: 35px;
  display: block;
  text-align: left;
}
section.catalogue > div.catalogue div span strong {
  font-weight: 500;
}
section.catalogue > div.catalogue .free {
  padding: 1px 5px;
  font-size: 16pt;
  font-weight: normal;
  color: #fff;
  margin-top: 5px;
  display: inline-block;
  background-color: #e31f23;
}
section.catalogue > div.subsidiary {
  width: 100%;
  padding: 40px 5%;
  text-align: center;
  background-color: #fff;
}
section.catalogue > div.subsidiary h3 {
  margin-bottom: 20px;
  font-size: 17pt;
  text-transform: uppercase;
  text-align: left;
  color: #2a70ca;
}
section.catalogue > div.subsidiary .map {
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
  margin: 0 auto;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
}
section.catalogue > div.subsidiary .map.map-cs {
  background-image: url("/images/global/mobile/map.cs.svg?95");
}
section.catalogue > div.subsidiary .map.map-sk {
  background-image: url("/images/global/mobile/map.sk.svg?95");
}
section.catalogue > div.subsidiary .map.map-pl {
  background-image: url("/images/global/mobile/map.pl.svg?95");
}
