.pd1 {
  margin-bottom: 1rem;
}
.pd2 {
  margin-bottom: 2rem;
}
.pd3 {
  margin-bottom: 3rem;
}
.pd4 {
  margin-bottom: 4rem;
}
.pd5 {
  margin-bottom: 5rem;
}
.logo-img {
  max-width: 200px;
}
.indexIcon .cards {
  padding: 30px 20px;
  background-image: linear-gradient(160deg, #333, #1d201d);
  text-align: center;
  border-radius: 20px;
}
.indexIcon .cards img {
  max-width: 300px;
  max-height: 300px;
  margin: auto;
}
.indexIcon .cards h2 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px;
}
.indexIcon .cards p {
  font-size: 1.4rem;
  color: #a9a9a9;
}
.MsoNormal {
  color: #ffffff;
}
.MsoNormal strong {
  font-size: 1.5rem;
}
.error-message {
  color: red;
}
.cardPositions h2 {
  font-size: 3rem;
  font-weight: bold;
}
.cardPositions .card {
  border: 1px solid #eeeeee;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.cardPositions .title-top {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.cardPositions .title-top .lf {
  font-size: 20px;
}
.cardPositions .title-top .rt {
  transition: transform 0.3s ease;
  font-size: 20px;
  font-weight: bold;
}
.cardPositions .title-top.active .rt {
  transform: rotate(45deg);
}
.cardPositions .bottom {
  padding-top: 20px;
  display: none;
  transition: all 0.3s ease;
}
.cardPositions .bottom strong {
  font-size: 1.5rem;
  display: inline-block;
  padding-top: 20px;
}
.cardPositions .bottom.active {
  display: block;
}
.Careers {
  align-items: center;
  margin-top: 30px;
}
.Careers h2 {
  font-size: 3rem;
  font-weight: bold;
}
.Careers p {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.Careers img {
  border-radius: 20px;
}
.introduce .cards {
  background-image: linear-gradient(160deg, #333, #1d201d);
  padding: 40px  20px;
  border-radius: 20px;
}
.introduce h4 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.introduce p {
  font-size: 1.2rem;
}
.join {
  text-align: center;
}
.join h2 {
  font-size: 3rem;
  font-weight: bold;
}
.join p {
  font-size: 1.3rem;
}
.join a {
  padding: 10px 20px;
  background-color: #0061fe;
  border-radius: 20px;
}
/*# sourceMappingURL=style.css.map */