@media only screen and (min-width: 0px) {
  .hero {
    background-image: url("../images/contact/contact-hero.webp");
    background-position: center;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .hero {
    background-image: url("../images/contact/contact-hero-mobile.webp");
    background-position: center;
  }
}
@media only screen and (min-width: 0px) {
  .thank-you-hero {
    background-image: url("../images/contact/thank-you-hero.webp");
    background-position: center;
  }
}
@media only screen and (min-width: 0px) {
  #form {
    background: var(--background);
    background-image: url(../images/index/corner1.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .form-inner {
    width: 90%;
    margin: 0 auto;
    padding: clamp(50px, 5vw, 75px) 0;
    display: flex;
    flex-direction: row;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .form-inner .below {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1200px) {
  .form-inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .form-inner .below {
    display: inline;
  }
  .form-inner .about-image {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  .contact-header {
    margin: 0 auto;
    max-width: 600px;
  }
  .contact-header h1 {
    margin-bottom: 15px;
  }
  .contact-header p {
    margin-bottom: 25px;
    max-width: 500px;
  }
  .contact-header strong a:hover {
    color: var(--background3);
  }
  .contact-header .about-image {
    position: relative;
  }
  .contact-header .about-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    max-height: 625px;
    border: 10px solid var(--background);
    box-shadow: var(--boxShadow);
    max-width: 500px;
  }
  .contact-header .about-image .anne {
    position: absolute;
    display: block;
    background: var(--white);
    z-index: 3;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 25px;
    left: 20px;
    box-shadow: var(--boxShadow);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  .contact-header .about-image .anne {
    bottom: 25px;
    right: 20px;
  }
}
@media only screen and (min-width: 0px) {
  .contact-header .about-image .anne P {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8px 12px;
    box-shadow: var(--boxShadow);
    margin-bottom: 0;
  }
  .contact-form {
    max-width: 1100px;
    margin: 0 auto;
    font-family: "Signika", system-ui, "Segoe UI", "Trebuchet MS", Verdana, Arial, sans-serif;
    box-shadow: var(--boxShadow);
    padding: clamp(25px, 4vw, 50px) clamp(25px, 4vw, 50px);
    background: var(--background2T);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-shadow: var(--boxShadow);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .contact-form {
    display: flex;
    flex-direction: column;
  }
  .contact-form .right {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 0px) {
  .contact-form h2 {
    margin: 0 0 6px;
    font-size: 1.6rem;
  }
  .contact-form .form-checkboxes {
    display: flex;
    flex-direction: row;
    gap: clamp(25px, 3vw, 75px);
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .contact-form .form-checkboxes {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (min-width: 0px) {
  .contact-form .form-subtext {
    margin: 0 0 18px;
    color: #555;
    font-size: 0.95rem;
    max-width: 400px;
  }
  .contact-form .form-group {
    margin-bottom: 16px;
  }
  .contact-form .form-group label {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
  }
  .contact-form .form-group .checkbox:hover {
    color: var(--background3);
  }
  .contact-form .required {
    color: var(--background3);
  }
  .contact-form .optional {
    font-weight: 400;
    color: #777;
    font-size: 0.9em;
  }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 1rem;
  }
  .contact-form input:hover,
  .contact-form textarea:hover {
    border-color: #222;
  }
  .contact-form input:focus,
  .contact-form textarea:focus {
    outline: none;
    border-color: #222;
  }
  .contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
    font-family: "Signika", system-ui, "Segoe UI", "Trebuchet MS", Verdana, Arial, sans-serif;
    color: rgb(150, 150, 150);
  }
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    font-family: "Signika", system-ui, "Segoe UI", "Trebuchet MS", Verdana, Arial, sans-serif;
    color: rgb(150, 150, 150);
  }
  .contact-form fieldset {
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 16px;
    font-family: "Signika", system-ui, "Segoe UI", "Trebuchet MS", Verdana, Arial, sans-serif;
  }
  .contact-form fieldset legend {
    font-weight: 700;
    margin-bottom: 0px;
    padding-top: 5px;
  }
  .contact-form .checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 5px 0;
    font-weight: 500;
  }
  .contact-form .checkbox input {
    width: auto;
    margin-top: 3px;
  }
  .contact-form .childcare {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #eee;
  }
  .contact-form .submit-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    background: var(--background3);
    color: #fff;
  }
  .contact-form .submit-btn:hover {
    opacity: 0.92;
  }
}
@media only screen and (min-width: 0px) {
  #thank-you {
    background-image: url(../images/index/flowers-bg2.webp);
  }
  .thank-you-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(50px, 5vw, 75px) 0;
    text-align: center;
  }
  .thank-you-inner h1 {
    margin-bottom: 5px;
  }
  .thank-you-inner p {
    margin-bottom: 50px;
  }
  .thank-you-inner .thank-you-anne img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    max-height: 625px;
    border: 10px solid var(--background);
    box-shadow: var(--boxShadow);
    max-width: 425px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) {
  #cta {
    background: var(--background3);
    background-image: url("../images/index/coast.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom left;
    border-top: 10px solid var(--background3);
    border-bottom: 10px solid var(--background3);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #cta {
    background-image: url("../images/index/coast-mobile.webp");
    background-attachment: local;
  }
}
@media only screen and (min-width: 0px) {
  #cta .cta-inner {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), hsla(31, 71%, 89%, 0.5), rgba(0, 0, 0, 0));
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: clamp(100px, 10vw, 200px) clamp(0px, 1vw, 150px);
  }
  #cta .cta-inner .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #cta .cta-inner .text h1 {
    margin-bottom: 15px;
    color: var(--textColor);
    font-size: clamp(32px, 5vw, 36px);
    line-height: 1.25;
  }
  #cta .cta-inner .text p {
    margin-bottom: 50px;
    max-width: 650px;
    font-size: clamp(16px, 5vw, 18px);
  }
  #cta .cta-inner .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 25px;
    margin: 0 auto;
  }
  #cta .cta-inner .button a {
    font-size: 16px;
    color: var(--textColor);
  }
  #cta .cta-inner .button button {
    background: var(--button);
    border-radius: 100vw;
    padding: 20px 25px;
    transition: 0.2s;
    box-shadow: 0px 0px 3px black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #cta .cta-inner .button button:hover {
    background: var(--buttonHover);
  }
  #cta .cta-inner .button button:hover a {
    color: var(--black);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #cta .cta-inner .button {
    gap: 15px;
  }
}/*# sourceMappingURL=contact.css.map */