@font-face {
    font-family: 'Termina';
    src: url('Termina-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Steamed';
    src: url('Steamed-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Termina';
    src: url('Termina-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Termina';
    src: url('Termina-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.pooch-form-holder {
    width: 100%;
    margin: 40px auto;
}
.pooch-form-holder .d-none {
    display: none;
}
.pooch-form {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}
@media (max-width: 700px) {
    .pooch-form {
        margin-top: 23px !important;
   }
}
.pooch-form .w-100 {
    width: 100% !important;
}
.pooch-form h2 {
    width: 100% !important;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.pooch-form .form-group {
    display: flex;
    flex-flow: column;
    margin-bottom: 32px;
}
@media (max-width: 700px) {
    .pooch-form .form-group .row-item:has(input[type="radio"]) {
        margin-bottom: 33px;
   }
}
@media (max-width: 700px) {
    .pooch-form .form-group {
        margin-bottom: 8px;
   }
}
.pooch-form .form-group label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Termina', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #004d43;
    margin-bottom: 7px;
}
@media (max-width: 700px) {
    .pooch-form .form-group label {
        font-size: 12px;
        line-height: 18px;
   }
}
.pooch-form .form-group label .pooch-form-terms-cta {
    text-decoration: underline;
    color: #004d43;
}
.pooch-form .form-group label .pooch-form-terms-cta:hover {
    cursor: pointer;
}
.pooch-form .form-group .progress-container {
    border: 1px solid lightgrey;
    border-radius: 25px;
    margin-top: 20px;
}
.pooch-form .form-group .progress-container .progress {
    width: 0;
    height: 10px;
    display: flex;
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: 25px;
}
.pooch-form .form-group [type='text'], .pooch-form .form-group input:where(:not([type])), .pooch-form .form-group [type='email'], .pooch-form .form-group [type='url'], .pooch-form .form-group [type='password'], .pooch-form .form-group [type='number'], .pooch-form .form-group [type='date'], .pooch-form .form-group [type='datetime-local'], .pooch-form .form-group [type='month'], .pooch-form .form-group [type='search'], .pooch-form .form-group [type='tel'], .pooch-form .form-group [type='time'], .pooch-form .form-group [type='week'], .pooch-form .form-group [multiple], .pooch-form .form-group textarea, .pooch-form .form-group select {
    font-family: 'Termina', Arial, sans-serif;
    font-size: 14px;
    border: 1px solid #628d83;
    border-radius: 7px;
    padding: 10px 14px;
    outline: none;
    background: #fff;
    color: #004d43;
    transition: border 0.2s;
}
.pooch-form .form-group ::placeholder {
    color: rgba(98, 141, 131, 0.50);
    font-size: 14px;
    font-family: Termina;
    font-weight: 500;
    line-height: 19.2px;
}
@media (max-width: 700px) {
    .pooch-form .form-group ::placeholder {
        font-size: 12px;
   }
}
.pooch-form .form-group select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
@media (max-width: 700px) {
    .pooch-form .form-group .submit {
        width: 100% !important;
        margin-bottom: 30px !important;
   }
}
.pooch-form .form-group .submit {
    background: #8dbb9b;
    color: #fff;
    font-family: 'Termina', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    padding: 14px 60px;
    cursor: pointer;
    margin-top: 18px;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    width: 266px;
    margin: auto;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.pooch-form .form-group .submit:hover {
    color: #fff;
    background: #6ec9b0;
    filter: opacity(0.65);
}
.pooch-form .form-group .submit.disabled {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    filter: opacity(0.65);
}
.pooch-form .form-group input[type="checkbox"] {
    accent-color: #628d83 80;
    margin-top: 5px;
    font: inherit;
    width: 13px;
    height: 13px;
    border: 0.15em solid #628d83 80;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
@media (min-width: 701px) {
    .pooch-form .form-group input[type="checkbox"] {
        margin-top: 9px !important;
   }
}
.pooch-form .form-group input[type="checkbox"]::before {
    content: "";
    width: 0.85em;
    height: 0.85em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: CanvasText;
}
.pooch-form .form-group input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
}
.pooch-form .form-group input[type="radio"] {
    accent-color: #628d83 80;
}
.pooch-form .form-group .error {
    border: 1px solid #830027;
}
.pooch-form .form-group .warning {
    color: red;
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 14px;
}
.pooch-form .form-group-checkbox {
    margin-bottom: 15px;
}
.pooch-form .form-group-submit {
    margin-top: 30px;
    margin-bottom: 0;
    width: 100%;
}
.pooch-form .form-group-submit input {
    text-wrap: auto;
}
.pooch-form .w-50 {
    width: 47.5% !important;
}
@media (max-width: 700px) {
    .pooch-form .w-50 {
        width: 100% !important;
   }
}
.pooch-form .form-group-label {
    margin-bottom: 15px;
    font-family: 'Termina', Arial, sans-serif;
    color: #004d43;
    font-size: 14px;
    font-weight: 700;
}
@media (max-width: 700px) {
    .pooch-form .form-group-label {
        font-size: 12px;
        margin-bottom: 10px;
   }
}
.pooch-form .form-row {
    flex-flow: row;
    gap: 20px;
}
.pooch-form .form-row .row-item {
    display: flex;
    align-items: normal;
    gap: 10px;
}
.pooch-form .form-row .row-item label {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
}
.form-result {
    width: 100%;
}
.form-result .error {
    background: #f8f8f8;
    padding: 15px 15px 15px 15px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-left: solid 6px #830027;
}
.form-result .error p {
    padding: 0;
    margin: 0;
}
.form-result .success {
    padding-bottom: 40px;
    font-family: "Termina";
    color: #88ac89;
}
.pooch-form-terms {
    display: none;
}
.pooch-form-terms.active {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10000;
}
.pooch-form-terms .form-container {
    background-color: #fff;
    border: 1px solid lightgray;
    border-radius: 0;
    padding: 20px;
    overflow: hidden;
    width: 90%;
    max-width: 800px;
    min-height: 300px;
    max-height: 80vh;
    display: flex;
    flex-flow: column;
}
.pooch-form-terms .form-container .form-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.pooch-form-terms .form-container .form-heading .form-close {
    width: 24px;
    height: 24px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.pooch-form-terms .form-container .form-heading .form-close:hover {
    font-weight: 600;
    cursor: pointer;
}
.pooch-form-terms .form-container .form-body {
    overflow: auto;
}
.pooch-form-terms .form-container .form-footer {
    padding-top: 20px;
}
.pooch-form-terms .form-container .form-close-cta {
    padding: 8px 43px;
    border: 1px solid black;
    color: black;
    background-color: white;
    text-transform: uppercase;
    width: fit-content;
    margin-top: auto;
    cursor: pointer;
}

.d-none {
    display: none;
}

.form-container {
    max-width: 880px;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .form-container {
      padding: 0 24px;
    }
}


.form-hr {
    height: 1px;
    background: #628D8380;
    margin-bottom: 37px;
    border: 0;
}

.form-container {
    max-width: 880px;
    margin: 0 auto;
}

.form-title {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    color: #004d43;
    font-family: "Termina";
    margin-bottom: 38px;
}

.form-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 38px;
}

.description-details {
    display: flex;
    flex-direction: column;
    gap: 28px;
    flex: 1;
    margin-right: 32px;
}

.highlight-prize {
    border: 1px solid #88AC89;
    border-radius: 10px;
    text-align: center;
    font-family: "Steamed", serif;
    color: #88AC89;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    background-color: #fff;
}

.highlight-plus {
    display: inline-flex;
    width: 72px;;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #88AC89;
    font-family: "Steamed", serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 1;
    margin-bottom: -15px;
}

.highlight-icon {
    width: 46px;
    height: 46px;
}

.description-item {
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 485px;
    margin-bottom: 13px;
}

.description-badge {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Steamed", serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    text-align: center;
    word-wrap: break-word;
    padding: 0;
    flex-shrink: 0;
}

.description-badge.badge-1 {
    background-color: #F3D483;
}

.description-badge.badge-2 {
    background-color: #88AC89;
}

.description-badge.badge-3 {
    background-color: #B6DBD2;
}

.description-text {
    color: #004d43;
    font-size: 14px;
    line-height: normal;
    font-family: "Termina";
}

@media (max-width: 700px) {
    .form-hr {
        display: none;
    }

    .form-container {
        padding: 0 24px;
    }

    .form-title {
        font-size: 18px;
        margin-bottom: 28px;
        line-height: 1.5;
    }

    .form-description {
        flex-direction: column;
        gap: 18px;
        margin-bottom: 24px;
    }

    .description-details {
        width: 100%;
        margin-right: 0;
    }

    .highlight-prize {
        font-size: 18px;
        padding: 20px;
    }

    .highlight-plus {
        width: 52px;
        height: 52px;
        font-size: 54px;
        margin-bottom: -30px;
    }

    .description-item {
        max-width: 100%;
        gap: 10px;
    }

    .description-badge {
        width: 30px;
        height: 30px;
        font-size: 25px;
    }

    .description-item .description-text {
        font-size: 14px;
        line-height: 1.5;
    }
    .description-image img {
        max-width: 100%;
        height: auto; 
    }
    .highlight-prize .highlight-text {
        font-size: 24px;
        margin: 0;
        margin-bottom: -5px;

    }
    .highlight-prize .highlight-icon {
        margin-top: -50px;
    }
    .description-item {
        border-bottom: 1px solid #88AC89;
        margin-bottom: 0;
    }
}

.rc-anchor {
    display: none;
}

@media (min-width: 900px) {
    .description-items {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }
    .description-item {
        flex-direction: column;
        gap: 0;
    }
    .description-text {
        text-align: center;
    }
    div.description-image {
        width: 40%;
    }
    .description-details {
        width: 60%;
    }
    .highlight-prize .highlight-text {
        margin: 10px;
        margin-bottom: 0;
    }
    .highlight-prize .highlight-icon {
        margin-top: -35px;
     }
     .description-item {
        border-right: 1px solid #88AC89;
    }
}
 .description-item:nth-child(3) {
    border-right: none;
    border-bottom: none;
}
img.description-image {
    border-radius: 10px;
}