.banner-component {
  height: 540px;
  position: relative;
}

.banner-component .banner-pagination {
  margin-bottom: 30px;
}

.banner-component .banner-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background: #FFFFFF;
  opacity: 0.4;
  border-radius: 3px;
}

.banner-component .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner-component .banner-title {
  font-weight: 600;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 58px;
  margin-bottom: 20px;
}

.banner-component .banner-desc {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 70px;
  word-break: break-all;
}

.banner-component .banner-slide {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.banner-component .banner-tags-container .banner-tags {
  padding: 5px 16px;
  color: #4E5969;
  margin-right: 16px;
  background-color: white;
}

.banner-component .comp-banner-content-center .comp-banner-content-container {
  align-items: center;
}

.banner-component .comp-banner-content-left .comp-banner-content-container {
  align-items: flex-start;
}

.banner-component .comp-banner-content-right .comp-banner-content-container {
  align-items: flex-end;
}

.comp-banner-modal-container .comp-banner-modal-content {
  padding: 50px 42px;
  background: #EDF4FF;
}

.comp-banner-modal-container .comp-banner-modal-content .comp-banner-modal-title {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  text-align: left;
  font-style: normal;
}

.comp-banner-modal-container .comp-banner-modal-content .comp-banner-modal-desc {
  margin-top: 7px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.comp-banner-modal-container .comp-banner-modal-content .comp-banner-modal-form-title {
  margin-top: 45px;
  margin-bottom: 10px;
}

.comp-banner-modal-container .comp-banner-modal-content .comp-banner-modal-form-title span {
  font-weight: 500;
  font-size: 16px;
  color: #1060BC;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #1060BC;
}

.comp-banner-modal-container .comp-banner-modal-content .comp-banner-modal-forms-inp {
  margin-bottom: 12px;
}

.comp-banner-modal-container .comp-banner-modal-content .comp-banner-modal-forms-btn {
  margin-top: 40px;
  height: 48px;
  background: #1060BC;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  color: white;
  width: 100%;
}
