main {
  padding: 130px 30px 0;
}
main h2 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
main a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
main .f {
  display: flex;
  flex-wrap: wrap;
}
main .f.locked_form {
  position: relative;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .f.locked_form::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5647058824);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
main .f.locked_form::before {
  content: "Please log in first";
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 1;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}
main .f input, main .f textarea {
  display: block;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
}
main .f span {
  color: rgba(255, 255, 255, 0.7529411765);
  margin: 30px 0 10px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .f input {
  margin-top: -10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7529411765);
}
main .f textarea {
  resize: vertical;
  padding: 12px;
  min-height: 150px;
  max-height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.7529411765);
  border-radius: 6px;
}
main .f button {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 30px;
  padding: 12px 20px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.7529411765);
  color: rgba(255, 255, 255, 0.7529411765);
  font-size: 14px;
}
main .f button:hover {
  border: 1px solid #fff;
  color: #fff;
}
main div.c {
  margin-top: 60px;
}
main div.c img.h {
  max-width: 100%;
  margin-bottom: 30px;
}
main div.c div:not(.soc) {
  display: flex;
  padding-bottom: 10px;
}
main div.c div:not(.soc) span {
  display: block;
  width: 30px;
}
main div.c div:not(.soc) p {
  width: 300px;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
}
main div.c a {
  display: flex;
}
main div.c a > span.c {
  display: block;
  width: 70px;
}
main div.c .soc {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
main div.c .soc a {
  margin-right: 10px;
}
main div.c .soc a img {
  max-width: 15px;
}

@media screen and (min-width: 650px) {
  main .h {
    display: flex;
    align-items: center;
  }
  main .h .f, main .h div.c {
    width: 50%;
  }
  main .h div.c {
    margin: 0;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  main {
    padding-left: 230px;
  }
  main h2 {
    text-align: left;
    font-size: 32px;
  }
  main .h {
    padding-top: 20px;
    justify-content: flex-start;
  }
  main .h .f {
    width: 70%;
    max-width: 600px;
    flex: 1;
    padding-right: 60px;
  }
  main .h .c {
    width: 30%;
    max-width: 300px;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  main {
    padding-left: 250px;
  }
  main .h .f {
    padding-right: 100px;
  }
  main .h .c {
    max-width: 400px;
  }
}
@media screen and (min-width: 1440px) {
  main .h .f {
    padding-right: 140px;
  }
}
@media screen and (min-width: 1280px) and (min-height: 900px) {
  footer {
    width: 100%;
  }
}/*# sourceMappingURL=contact.css.map */