/* _setting CSS */
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* Use !important to prevent extensions from overriding this font. */
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  .page_title {
    font-size: 7.1794871795vw;
    font-weight: bold;
    margin: 5.1282051282vw 0;
    padding-bottom: 2.5641025641vw;
    border-bottom: 2px solid #1E1B4A;
  }
  .wpcf7 {
    background: #E8E8E8;
    padding: 5.1282051282vw;
    border-radius: 3.0769230769vw;
    margin-top: 5.1282051282vw;
  }
  .wpcf7 p {
    margin-bottom: 6.4102564103vw;
  }
  .wpcf7 p:last-of-type {
    margin-bottom: 0;
    text-align: center;
  }
  .wpcf7 label {
    display: block;
    font-size: 4.1025641026vw;
    margin-bottom: 3.8461538462vw;
    color: #2B2B2B;
  }
  .wpcf7 label br {
    display: none;
  }
  .wpcf7 .wpcf7-text,
  .wpcf7 .wpcf7-textarea {
    width: 100%;
    padding: 3.0769230769vw 3.8461538462vw;
    border: 1px solid #505050;
    border-radius: 1.5384615385vw;
    font-size: 4.1025641026vw;
    font-family: inherit;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
    margin-top: 2.5641025641vw;
  }
  .wpcf7 .wpcf7-text:focus,
  .wpcf7 .wpcf7-textarea:focus {
    outline: none;
    border-color: #9CC9B5;
  }
  .wpcf7 .wpcf7-textarea {
    height: 76.9230769231vw;
    line-height: 1.6;
  }
  .wpcf7 .wpcf7-submit {
    appearance: none;
    background-color: #FD3260;
    color: #fff;
    font-weight: bold;
    padding: 1.5384615385vw 10.2564102564vw;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-size: 4.6153846154vw;
  }
  .wpcf7 .wpcf7-not-valid-tip {
    color: #E61D15;
    font-size: 4.1025641026vw;
    font-weight: normal;
    margin-top: 1.2820512821vw;
    display: block;
  }
  .wpcf7 .wpcf7-response-output {
    margin: 5.1282051282vw 0 0;
    padding: 3.8461538462vw;
    border: 2px solid transparent;
    border-radius: 1.5384615385vw;
    text-align: center;
    font-size: 4.1025641026vw;
  }
  .wpcf7[data-status=sent] .wpcf7-response-output {
    border-color: #46b450;
    background-color: #f0fdf4;
  }
  .wpcf7[data-status=validation-failed] .wpcf7-response-output, .wpcf7[data-status=aborted] .wpcf7-response-output {
    border-color: #E61D15;
    background-color: #fef2f2;
  }
  .wpcf7 .wpcf7-spinner {
    display: block;
    margin: 2.5641025641vw auto 0;
  }
}
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  .page_title {
    font-size: 3.2rem;
    font-weight: bold;
    margin: 30px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #1E1B4A;
  }
  .wpcf7 {
    background: #E8E8E8;
    padding: 30px;
    border-radius: 12px;
    margin-top: 20px;
  }
  .wpcf7 p {
    margin-bottom: 25px;
  }
  .wpcf7 p:last-of-type {
    margin-bottom: 0;
    text-align: center;
  }
  .wpcf7 label {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2B2B2B;
  }
  .wpcf7 label br {
    display: none;
  }
  .wpcf7 .wpcf7-text,
  .wpcf7 .wpcf7-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #505050;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .wpcf7 .wpcf7-text:focus,
  .wpcf7 .wpcf7-textarea:focus {
    outline: none;
    border-color: #9CC9B5;
  }
  .wpcf7 .wpcf7-textarea {
    height: 300px;
    line-height: 1.6;
  }
  .wpcf7 .wpcf7-submit {
    appearance: none;
    background-color: #FD3260;
    color: #fff;
    font-weight: bold;
    padding: 6px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 2rem;
    display: block;
    margin-left: auto;
  }
  .wpcf7 .wpcf7-not-valid-tip {
    color: #E61D15;
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 5px;
    display: block;
  }
  .wpcf7 .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 15px;
    border: 2px solid transparent;
    border-radius: 6px;
    text-align: center;
    font-size: 1.6rem;
  }
  .wpcf7[data-status=sent] .wpcf7-response-output {
    border-color: #46b450;
    background-color: #f0fdf4;
  }
  .wpcf7[data-status=validation-failed] .wpcf7-response-output, .wpcf7[data-status=aborted] .wpcf7-response-output {
    border-color: #E61D15;
    background-color: #fef2f2;
  }
  .wpcf7 .wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
  }
}/*# sourceMappingURL=contact.css.map */