.home-expo {
  padding: 5.5555555556vw 0;
  background-color: #f9f6f6;
}
.home-expo-body {
  width: 83.3333333333vw;
  margin: 3.4722222222vw auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.7361111111vw;
}
.home-expo-footer {
  display: flex;
  justify-content: center;
  animation-delay: 0.5s;
}

.home-plan {
  background-image: url("../images/messefrankfurt.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 59.0277777778vw;
  position: relative;
  overflow: hidden;
}
.home-plan-half {
  width: 55vw;
  background-color: #fff;
  height: 100%;
  padding: 2.7777777778vw 2.7777777778vw 0;
  position: absolute;
  right: 0;
  box-sizing: border-box;
  color: #3B3B3B;
}
.home-plan-tags {
  margin-top: 2.0833333333vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 2.0833333333vw;
}
.home-plan-tags span {
  font-size: 1.1111111111vw;
  background-color: rgba(59, 59, 59, 0.1);
  padding: 0.3472222222vw 0.6944444444vw;
  border-radius: 0.3472222222vw;
  cursor: pointer;
}
.home-plan-tags span.active {
  transition: all 0.2s ease-in-out;
  background-color: #3B3B3B;
  color: #fff;
}
.home-plan-timeline {
  margin-top: 2.0833333333vw;
  display: none;
}
.home-plan-timeline.show {
  display: block;
}
.home-plan-item {
  display: grid;
  grid-template-columns: 8.3333333333vw 6.9444444444vw 1fr;
  align-items: center;
  height: 3.4722222222vw;
}
.home-plan-item span {
  text-align: right;
  font-size: 1.1111111111vw;
}
.home-plan-item i {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-plan-item i:before {
  content: "";
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  background: #D30820;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 2;
}
.home-plan-item i:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #D30820;
  z-index: 1;
}
.home-plan-item h4 {
  font-size: 1.1111111111vw;
}

.home-about {
  padding: 5.5555555556vw 0;
  background-color: #f9f6f6;
  overflow: hidden;
}
.home-about-inner {
  width: 83.3333333333vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 24.3055555556vw 1fr;
  grid-column-gap: 2.7777777778vw;
}
.home-about-left img {
  width: 100%;
  aspect-ratio: 9/10;
  object-fit: cover;
  display: block;
}
.home-about-right .button-link {
  margin-top: 2.0833333333vw;
}
.home-about-content h2 {
  font-size: 2.3611111111vw;
  line-height: 2.3611111111vw;
  letter-spacing: 0.0555555556vw;
  color: #3B3B3B;
  margin: 0;
}
.home-about-content h2 span {
  color: #D30820;
}
.home-about-content P {
  color: #3B3B3B;
  margin-top: 1.3888888889vw;
  font-size: 1.3888888889vw;
  line-height: 2.5vw;
}

@media screen and (max-width: 480px) {
  .home-expo {
    padding: 8vw 4vw;
  }
  .home-expo-body {
    width: 100%;
    margin: 5.3333333333vw auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.6666666667vw;
    box-sizing: border-box;
    padding: 0;
  }

  .home-plan {
    height: 152vw;
    background-size: cover;
  }
  .home-plan .section-title {
    text-align: center;
  }
  .home-plan-half {
    width: 100vw;
    padding: 8vw 5.3333333333vw 0;
  }
  .home-plan-tags {
    margin-top: 4vw;
    column-gap: 2vw;
    justify-content: center;
  }
  .home-plan-tags span {
    font-size: 2.9333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 4vw;
  }
  .home-plan-timeline {
    margin-top: 4vw;
  }
  .home-plan-item {
    display: grid;
    grid-template-columns: 17.3333333333vw 13.3333333333vw 1fr;
    align-items: center;
    height: 9.3333333333vw;
  }
  .home-plan-item span {
    font-size: 2.9333333333vw;
  }
  .home-plan-item i:before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-radius: 50%;
  }
  .home-plan-item h4 {
    font-size: 3.2vw;
  }

  .home-about {
    padding: 8vw 0;
  }
  .home-about-inner {
    width: 100%;
    padding: 0 5.3333333333vw;
    grid-template-columns: 33.3333333333vw 1fr;
    grid-column-gap: 4vw;
    box-sizing: border-box;
  }
  .home-about-right .button-link {
    margin-top: 5.3333333333vw;
  }
  .home-about-content h2 {
    font-size: 5.0666666667vw;
    line-height: 5.0666666667vw;
    letter-spacing: 0vw;
  }
  .home-about-content P {
    color: #3B3B3B;
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}

/*# sourceMappingURL=home.css.map */
