.form-page-background {
    width: 100%;
    height: 938px;
    flex-shrink: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -50;
    top: 0;
}

.form-page {
    min-height: 100vh;
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

.form-page.active .form {
    padding: 20px;
}

.form {
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #C8C8C8;
    background: #FFF;
    max-width: 600px;
    margin: 0 auto;
}

.form h1 {
    color: #333;
    text-align: center;
    font-family: 'Literata';
    font-size: 32px;
    font-weight: 400;
    line-height: 1.18;
    width: 100%;
    margin-bottom: 28px;
}

.wpcf7-form p:has(.wpcf7-submit) {
    margin-top: 28px;
}

.wpcf7-form p .wpcf7-submit {
    border-radius: 8px !important;
    background: #0F4F1E !important;
    color: #FFF !important;
    font-family: 'Figtree' !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 1.12px !important;
    text-transform: uppercase !important;
    height: 48px !important;
    width: 100% !important;
}

.form-title {
    display: inline-block;
    margin-bottom: 8px;
    color: #333;
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}

.form-title strong {
    color: #FC6A5D;
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}

.wpcf7-form-control-wrap input {
    border-radius: 8px;
    border: 1px solid #C8C8C8;
    background:  #FFF;
    height: 40px;
    padding: 18px 12px;
    color: #333;
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.wpcf7-form-control-wrap input::placeholder{
    color: #888;
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.wpcf7-form p {
    margin-bottom: 12px;
}

.wpcf7-form p,
.wpcf7-form label,
.wpcf7-form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-form-control-wrap input {
    width: 100%;
    max-width: 100%;
}

.form__shop-button {
    padding: 8px;
    text-align: center;
}

.form__shop-button a {
    width: 100%;
    color: #888;
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.12px;
    text-decoration: underline;
    text-transform: uppercase;
}

.thankyou,
.thankyou__image {
    margin-bottom: 32px;
}

.thankyou__image img {
    max-width: 100%;
}

.thankyou h2 {
    width: 100%;
    text-align: center;
    color: #333;
    font-family: 'Figtree';
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.thankyou__green-banner {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    border-radius: 8px;
    background: #EEF9F1;
    padding: 20px;
}

.thankyou__green-banner span {
    color: #333;
    font-family: 'Figtree';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
}