.page-contact .main {
  padding-top: 13%;
}

.pagecontact-main {
  padding: 0 0 20%;
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 80%, #cce8f8 99%, #cce8f8 100%);
  position: relative;
  z-index: 0;
}
.pagecontact-main__icon {
  position: absolute;
  width: 30%;
  top: 5%;
  left: 0;
  z-index: -1;
}
.pagecontact-main__icon + .pagecontact-main__icon {
  top: 20%;
  left: auto;
  right: 0;
}
.pagecontact-main__icon + .pagecontact-main__icon + .pagecontact-main__icon {
  top: auto;
  bottom: 35%;
  left: 0;
  right: auto;
}
.pagecontact-main__img {
  width: 30%;
  margin: 0 auto;
}
.pagecontact-main h2 {
  margin-top: 5%;
}
.pagecontact-main p {
  font-size: 3.2vw;
  text-align: center;
  margin-top: 5%;
  color: #103380;
}
.pagecontact-main__errors {
  width: 90%;
  margin: 5% auto 0;
  padding: 4%;
  background: #fff0f0;
  border: 1px solid #c0392b;
  border-radius: 4px;
}
.pagecontact-main__error {
  color: #c0392b;
  font-size: 3.2vw;
  line-height: 1.6;
}
.pagecontact-main__error + .pagecontact-main__error {
  margin-top: 2%;
}
.pagecontact-main__form {
  width: 90%;
  margin: 8% auto 0;
}
.pagecontact-main__row {
  display: flex;
  flex-direction: column;
  padding: 5% 0;
  border-bottom: 1px solid #d0dae8;
}
.pagecontact-main__row:last-child {
  border-bottom: none;
}
.pagecontact-main__label {
  font-size: 3.73vw;
  font-weight: 700;
  color: #1a2d5a;
  margin-bottom: 3%;
}
.pagecontact-main__required {
  color: #c0392b;
  margin-right: 0.3em;
}
.pagecontact-main__field {
  width: 100%;
}
.pagecontact-main__input {
  width: 100%;
  padding: 3.5% 4%;
  border: 1.5px solid #1a2d5a;
  border-radius: 2px;
  font-size: 4vw;
  color: #333;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
  background: #fff;
  -webkit-appearance: none;
  background-color: #fff;
}
.pagecontact-main__input::-moz-placeholder {
  color: #aaa;
  font-size: 3.73vw;
}
.pagecontact-main__input::placeholder {
  color: #aaa;
  font-size: 3.73vw;
}
.pagecontact-main__input:focus {
  border-color: #c0392b;
}
.pagecontact-main__textarea {
  width: 100%;
  padding: 3.5% 4%;
  border: 1.5px solid #1a2d5a;
  border-radius: 2px;
  font-size: 4vw;
  color: #333;
  background: #fff;
  outline: none;
  resize: vertical;
  min-height: 35vw;
  transition: border-color 0.2s;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: #fff;
}
.pagecontact-main__textarea::-moz-placeholder {
  color: #aaa;
  font-size: 3.73vw;
}
.pagecontact-main__textarea::placeholder {
  color: #aaa;
  font-size: 3.73vw;
}
.pagecontact-main__textarea:focus {
  border-color: #c0392b;
}
.pagecontact-main__personalLink {
  display: block;
  font-size: 3.2vw;
  text-decoration: underline;
  text-align: center;
  color: #103380;
  text-underline-offset: 6px;
  margin: 8% auto 0;
}
.pagecontact-main__submit {
  color: #103380;
  font-size: 4vw;
  border: 1px solid #103380;
  width: 45vw;
  height: 45vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 8% auto 0;
  background: none;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: inherit;
}
.pagecontact-thanks__body {
  text-align: center;
  padding: 10% 6%;
}
.pagecontact-thanks__message {
  font-size: 3.73vw;
  line-height: 2.2;
  color: #333;
  margin-bottom: 12%;
}
.pagecontact-thanks__back {
  color: #103380;
  font-size: 4vw;
  border: 1px solid #103380;
  width: 45vw;
  height: 45vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .main {
    padding-top: 13%;
  }
  .pagecontact-main {
    padding: 0 0 20%;
    background: linear-gradient(to bottom, #ffffff 30%, #ffffff 80%, #cce8f8 99%, #cce8f8 100%);
    position: relative;
    z-index: 0;
  }
  .pagecontact-main__icon {
    position: absolute;
    width: 22.08333%;
    top: 10%;
    left: 0;
  }
  .pagecontact-main__icon + .pagecontact-main__icon {
    top: 20%;
    left: auto;
    right: 0;
  }
  .pagecontact-main__icon + .pagecontact-main__icon + .pagecontact-main__icon {
    top: auto;
    left: 0;
    right: auto;
    bottom: 10%;
  }
  .pagecontact-main__img {
    width: 19.427%;
    margin: 0 auto;
  }
  .pagecontact-main h2 {
    color: #103380;
    font-size: 1.92708333vw;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    margin-top: 4%;
  }
  .pagecontact-main h2::before, .pagecontact-main h2::after {
    width: 30.36%;
    height: 153%;
    left: -35%;
  }
  .pagecontact-main h2::after {
    left: auto;
    right: -35%;
  }
  .pagecontact-main h2 span::before, .pagecontact-main h2 span::after {
    width: 15%;
    left: -20%;
  }
  .pagecontact-main h2 span::after {
    left: auto;
    right: -20%;
  }
  .pagecontact-main p {
    font-size: 1.30208333vw;
    text-align: center;
    margin-top: 3%;
  }
  .pagecontact-main__errors {
    width: 40%;
    margin: 3% auto 0;
    padding: 2%;
  }
  .pagecontact-main__error {
    font-size: 0.9vw;
  }
  .pagecontact-main__form {
    width: 40%;
    margin: 4% auto 0;
  }
  .pagecontact-main__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 2.5% 0;
    border-bottom: none;
  }
  .pagecontact-main__label {
    width: 34%;
    padding-top: 1%;
    font-size: 1.041vw;
    font-weight: 700;
    color: #1a2d5a;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .pagecontact-main__required {
    color: #c0392b;
    margin-right: 0.3em;
    font-size: 1.1vw;
  }
  .pagecontact-main__field {
    flex: 1;
  }
  .pagecontact-main__input {
    width: 100%;
    padding: 3% 4%;
    border: 1.5px solid #1a2d5a;
    border-radius: 2px;
    font-size: 1vw;
    color: #333;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
  }
  .pagecontact-main__input::-moz-placeholder {
    color: #aaa;
    font-size: 1vw;
  }
  .pagecontact-main__input::placeholder {
    color: #aaa;
    font-size: 1vw;
  }
  .pagecontact-main__input:focus {
    border-color: #c0392b;
  }
  .pagecontact-main__textarea {
    width: 100%;
    padding: 3% 4%;
    border: 1.5px solid #1a2d5a;
    border-radius: 2px;
    font-size: 1vw;
    color: #333;
    background: #fff;
    outline: none;
    resize: vertical;
    min-height: 12vw;
    transition: border-color 0.2s;
    box-sizing: border-box;
  }
  .pagecontact-main__textarea::-moz-placeholder {
    color: #aaa;
    font-size: 1vw;
  }
  .pagecontact-main__textarea::placeholder {
    color: #aaa;
    font-size: 1vw;
  }
  .pagecontact-main__textarea:focus {
    border-color: #c0392b;
  }
  .pagecontact-main__personalLink {
    font-size: 1.0416667vw;
    text-decoration: underline;
    text-align: center;
    color: #103380;
    text-underline-offset: 10px;
    width: -moz-max-content;
    width: max-content;
    margin: 4% auto 0;
  }
  .pagecontact-main__submit {
    color: #103380;
    font-size: 1.09375vw;
    border: 1px solid;
    width: 10vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 3% auto 0;
    background: none;
    cursor: pointer;
    font-family: inherit;
    letter-spacing: inherit;
  }
  .pagecontact-thanks h2 span::before, .pagecontact-thanks h2 span::after {
    width: 50%;
    left: -69%;
  }
  .pagecontact-thanks h2 span::after {
    left: auto;
    right: -69%;
  }
  .pagecontact-thanks__body {
    padding: 4% 0;
  }
  .pagecontact-thanks__message {
    font-size: 1.09375vw;
    line-height: 1.8;
  }
  .pagecontact-thanks__back {
    font-size: 1.09375vw;
    width: 10vw;
    height: 10vw;
    margin: 3% auto 0;
  }
  .footer {
    position: relative;
    z-index: 1;
  }
}/*# sourceMappingURL=contact.css.map */