section#contact {
  width: 100%;
}
section#contact > nav#m {
  width: 100%;
  background: linear-gradient(105deg, #01bac6 0%, #02a0ac 100%);
  height: 50px;
  overflow: hidden;
}
section#contact > nav#m > h1 {
  max-width: 1120px;
  width: 90%;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
section#contact > nav#m > h1 a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
section#contact > div {
  max-width: 1120px;
  width: 90%;
  margin: 25px auto;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c5f5f8;
  padding: 15px;
  border-radius: 15px;
  gap: 15px;
}
section#contact > div > nav {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #253751;
}
section#contact > div > nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #868692;
}
section#contact > div > div {
  width: 100%;
}
section#contact > div > div > div {
  box-shadow: 0px 0px 5px #e6e5e5;
  border-radius: 25px;
  padding: 30px;
}
@media screen and (min-width: 1121px) {
  section#contact > div > div {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: nowrap;
  }
  section#contact > div > div > nav {
    width: 50%;
  }
  section#contact > div > div > div {
    width: 50%;
  }
}
@media screen and (max-width: 1120px) {
  section#contact > div > div {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
  }
  section#contact > div > div > nav {
    width: 100%;
  }
  section#contact > div > div > div {
    width: 100%;
  }
}
section#contact > div > div > nav > div {
  width: 100%;
  margin-bottom: 15px;
}
section#contact > div > div > nav > div > h1 {
  width: 100%;
  line-height: 1.5;
  color: #252263;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}
section#contact > div > div > nav > div > p {
  width: 100%;
  line-height: 2;
  color: black;
  font-size: 16px;
  padding-right: 15px;
}
section#contact > div > div > nav > div > h2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 15px;
}
section#contact > div > div > nav > div > h2 > a {
  color: #252263;
  font-weight: bold;
  font-size: 16px;
}
section#contact > div > div > div > h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #252263;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
}
section#contact > div > div > div > form > input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: none;
  background-color: white;
  outline: none;
  box-shadow: 0px 0px 5px #94a9c2;
  padding: 0px 15px;
  font-size: 14px;
  color: #252263;
  margin-top: 15px;
}
section#contact > div > div > div > form > select {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: none;
  background-color: white;
  outline: none;
  box-shadow: 0px 0px 5px #94a9c2;
  padding: 0px 15px;
  font-size: 14px;
  color: #252263;
  margin-top: 15px;
}
section#contact > div > div > div > form > button {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: none;
  color: #fff;
  outline: none;
  font-size: 14px;
  background: linear-gradient(105deg, #312D8A 0%, #252263 100%);
  cursor: pointer;
  margin-top: 15px;
}
section#contact > div > div > div > form > div {
  height: 50px;
  width: 100%;
  overflow: hidden;
  border-radius: 50px;
  border: 2px solid #25d366;
  margin-top: 15px;
}
section#contact > div > div > div > form > div > a {
  color: #25d366;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 16px;
}
section#contact nav#n2 {
  max-width: 1120px;
  width: 90%;
  margin: 25px auto 25px auto;
  height: 500px;
  border-radius: 25px;
  overflow: hidden;
}
section#contact nav#n2 > iframe {
  width: 100%;
  height: 500px;
}/*# sourceMappingURL=style.css.map */