@charset "UTF-8";

.uc-about-bps {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #EEF4F4 url("../images/bg-1.png") center top no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .uc-about-bps {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .uc-about-bps {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1260px) {
  .uc-about-bps {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.uc-about-bps .uc-bps-wrap {
  max-width: 70rem;
  margin: 0 auto;
}

.uc-about-bps .uc-bps-cards {
  gap: 1.25rem;
  display: flex;
}

@media (max-width: 760px) {
  .uc-about-bps .uc-bps-cards {
    flex-direction: column;
    gap: .2rem;
  }
  .uc-about-bps .uc-bps-cards .uc-bps-card {
    width: 100%;
  }
}

.uc-about-bps .uc-bps-frame {

  padding: 1.25rem;

  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .uc-about-bps .uc-bps-frame {
    padding: 1.75rem;
    border-radius: 0.625rem;
  }
}

.uc-about-bps .uc-bps-frame img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.uc-about-bps .uc-bps-download {
  margin-top: 1.5rem;
  background: url("../images/bg-bps.png") center/100% 100% no-repeat;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.uc-about-bps .uc-bps-download .left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.uc-about-bps .uc-bps-download .left .icon {
  width: 2.125rem;
  height: 2.125rem;
  flex: 0 0 auto;
}

.uc-about-bps .uc-bps-download .left .txt {
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: bold;
  color: #242F3E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uc-about-bps .uc-bps-download .uc-btn {
  height: 2.5rem;
  padding: 0 1.75rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .uc-about-bps .uc-bps-download {
    flex-direction: column;
    align-items: stretch;
  }
  .uc-about-bps .uc-bps-download .uc-btn {
    width: 100%;
  }
}

.uc-about-contact {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fff;
}

@media (min-width: 768px) {
  .uc-about-contact {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .uc-about-contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1260px) {
  .uc-about-contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.uc-about-contact .uc-contact-map {
  max-width: 62.5rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.08);
}

.uc-about-contact .uc-contact-map img {
  display: block;
  width: 100%;
  height: auto;
}

.uc-about-contact .uc-contact-info {
  max-width: 62.5rem;
  margin: 0.75rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 2rem;
  color: #6F7782;
  font-size: 0.875rem;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .uc-about-contact .uc-contact-info {
    justify-content: flex-start;
  }
}

.uc-about-contact .uc-contact-info .item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.uc-about-contact .uc-contact-info img {
  width: 1rem;
  height: 1rem;
  display: block;
}

.uc-about-contact .uc-contact-info a {
  color: inherit;
}

.uc-about-contact .uc-contact-info a:hover {
  color: #FF6301;
}

