.section-1 .map-container {
  border-radius: 30px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.section-1 .map-container .map {
  width: 100%;
  height: 100%;
}

.section-1 .box-list {
  color: #fff;
}

.section-1 .box-list > li .img-cont {
  background-color: #181d2a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 1.5rem;
  display: flex;
}

.section-1 .box-list > li .img-cont > img {
  width: 60px;
}

.section-1 .box-list > li .train {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: .8rem;
  line-height: 20px;
}

.section-1 .box-list > li .train.train-9 {
  background-color: #b58a00;
}

.section-1 .box-list > li .train.train-5 {
  background-color: #6b2d99;
}

.section-2 {
  margin-top: 10rem;
}

.section-2 > .title {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.section-2 > .sub-title {
  color: #fff;
  margin-bottom: 3rem;
  font-size: 1.2rem;
}

.section-2 .form input[type="text"], .section-2 .form select, .section-2 .form textarea {
  color: #fff;
  resize: none;
  background-color: #29323e;
  border: 1px solid #44546a;
  border-radius: 10px;
  outline: none;
  min-height: 42px;
  margin-bottom: 1rem;
  padding: .5rem;
  font-size: 1rem;
  display: inline-block;
}

.section-2 .form .left {
  width: 40%;
}

.section-2 .form .right {
  width: calc(60% - 1rem);
  margin-left: 1rem;
}

.section-2 .form .btn-container {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-2 .form .btn-container input[type="checkbox"] {
  display: none;
}

.section-2 .form .btn-container .custom-checkbox {
  cursor: pointer;
  background-color: #29323e;
  border: 1px solid #44546a;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: relative;
}

.section-2 .form .btn-container input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #fac001;
  border-color: #fac001;
}

.section-2 .form .btn-container label {
  cursor: pointer;
  margin-right: 1rem;
  font-size: 1rem;
}

.section-2 .form .btn-container a {
  color: #fff;
  font-size: 1rem;
  text-decoration: underline;
}

.section-2 .form .btn-container button {
  color: #fff;
  background-color: #fac001;
  border-radius: 10px;
  padding: .2rem 1rem;
  font-size: 1rem;
}

@media (width <= 768px) {
  .section-1 {
    padding-top: 5rem;
  }

  .section-1 .map-container {
    height: 300px;
  }

  .section-1 .box-list > li .img-cont {
    margin-right: 2rem;
  }

  .section-1 .box-list > li .img-cont > img {
    width: 50px;
  }

  .section-1 .box-list > li .info-cont {
    font-size: 1.3rem;
  }

  .section-1 .box-list > li .info-cont .train {
    margin: .5rem 0;
    font-size: 1rem;
  }

  .section-2 .form input[type="text"], .section-2 .form select, .section-2 .form textarea {
    font-size: 1.5rem;
  }

  .section-2 .form .btn-container label, .section-2 .form .btn-container a, .section-2 .form .btn-container button {
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=contact.d5243433.css.map */
