/** Shopify CDN: Minification failed

Line 113:9 Expected ":"

**/
.home-form {
    margin: 8.333vw 0;
    padding: 0 5.208vw;
    display: flex;
}

.home-formleft {
    width: 39%;
    padding: 3.333vw 5.208vw;
    background: var(--Primary-Black, #202020);
}

.home-formleft h1 {
    color: #FFF;
    margin: 0;
    margin-bottom: 0.278vw;
}

.home-formleft p {
    color: #FFF;
    margin: 0;
}

.home-formleft strong {
    font-weight: 700;
    text-transform: uppercase;
}

.hf-svgs {
    margin-top: 2.778vw;
    display: flex;
    flex-direction: column;
    gap: 1.667vw;
}

.hf-svg img {
    width: 2.292vw;
    margin-bottom: 1.111vw;
}


.home-formright {
    width: 61%;
    padding: 0 5vw;
    display: flex;
    align-items: center;
    background: var(--Lighter-Grey, #F7F7F7);
}

.home-formright form {
    display: block;
    width: 100%;
}

.home-formrow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.667vw;
    margin-bottom: 1.667vw;
}


.home-formright input,
.home-formright select,
.home-formright option {
    width: 100%;
    height: 2.778vw;
    border: 0;
    border-bottom: 0.5px solid var(--Grey, #434343);
    background: var(--Lighter-Grey, #F7F7F7);
    color: var(--Grey, #434343);
    font-family: DM Sans;
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.556vw;
}

.home-formright .form-options {
    margin-top: 1.667vw;
}
.home-formright label {
    color: var(--Grey, #434343);
    font-family: DM Sans;
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.556vw;
}
.home-formright .form-options-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.833vw;
    margin-top: 0.833vw;
}
.home-formright .options-roundinput {
    position: relative;
}
.home-formright .options-roundinput input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}
.home-formright .options-roundinput .p-small {
    color #434343;
    border: 1px solid #434343;
    border-radius: 0.28vw;
    padding: 0.42vw 0.833vw;
}
.home-formright .options-roundinput input:checked + .p-small {
    background: #434343;
    color: #fff;
    border: 1px solid #434343;
}

.home-formright textarea {
    margin-top: 1.667vw;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 7.57vw;
    max-height: 7.57vw;
    min-height: 7.57vw;
    border: 0;
    border-bottom: 0.5px solid var(--Grey, #434343);
    background: var(--Lighter-Grey, #F7F7F7);
    color: var(--Grey, #434343);
    font-family: DM Sans;
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.556vw;
}

.home-formright button {
    margin: auto;
    margin-top: 2.778vw;
    display: block;
    background: #F69A2E;
    border: 1px solid #F69A2E;
}
.home-formright button:hover {
    cursor: pointer;
}

.home-formright input:hover,
.home-formright select:hover,
.home-formright option:hover,
.home-formright textarea:hover,
.home-formright input:focus,
.home-formright select:focus,
.home-formright option:focus,
.home-formright textarea:focus {
    box-shadow: none;
    outline: none;
}

.home-formright input::placeholder,
.home-formright select::placeholder,
.home-formright textarea::placeholder {
    color: var(--Grey, #434343);
    font-family: DM Sans;
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.556vw;
}

@media screen and (max-width:989px) {
    .home-form {
        margin: 7.674vw 0;
        padding: 0 4.796vw;
        flex-direction: column;
    }

    .home-formleft {
        width: 100%;
        padding: 5.755vw 5.755vw;
    }

    .home-formleft h1 {
        margin-bottom: 0.480vw;
        text-align: center;
    }

    .home-formleft p {
        font-size: 1.439vw;
        line-height: 2.014vw;
        text-align: center;
    }

    .home-formleft .hf-p {
        padding: 0 20.384vw;
    }

    .hf-svgs {
        margin-top: 2.878vw;
        gap: 2.878vw;
        flex-direction: row;
    }

    .hf-svg {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 25.659vw;
    }

    .hf-svg img {
        width: 3.837vw;
        margin-bottom: 1.918vw;
    }


    .home-formright {
        width: 100%;
        padding: 3.837vw 6.715vw;
    }

    .home-formrow {
        gap: 2.878vw;
        margin-bottom: 2.878vw;
    }


    .home-formright input,
    .home-formright select,
    .home-formright option {
        height: 4.796vw;
        font-size: 1.439vw;
        line-height: 2.014vw;
    }

    .home-formright .form-options {
        margin-top: 2.878vw;
    }
    .home-formright label {
        font-size: 1.439vw;
        line-height: 2.014vw;
    }
    .home-formright .form-options-container {
        gap: 1.439vw;
        margin-top: 1.439vw;
    }
    .home-formright .options-roundinput .p-small {
        font-size: 1.679vw;
        line-height: 2.28vw;
        border-radius: 0.48vw;
        padding: 0.72vw 1.439vw;
    }

    .home-formright textarea {
        margin-top: 2.878vw;
        height: 14.75vw;
        max-height: 14.75vw;
        min-height: 14.75vw;
        font-size: 1.439vw;
        line-height: 2.014vw;
    }

    .home-formright button {
        margin-top: 4.796vw;
    }

    .home-formright input::placeholder,
    .home-formright select::placeholder,
    .home-formright textarea::placeholder {
        font-size: 1.439vw;
        line-height: 2.014vw;
    }
}

@media screen and (max-width:749px) {
    .home-form {
        margin: 48px 0;
        padding: 0;
    }

    .home-formleft {
        padding: 40px 6.075vw;
    }

    .home-formleft h1 {
        margin-bottom: 4px;
    }

    .home-formleft p {
        font-size: 12px;
        line-height: 16.8px;
    }

    .home-formleft .hf-p {
        padding: 0;
    }

    .hf-svgs {
        margin-top: 24px;
        gap: 24px;
        flex-direction: column;
        align-items: center;
    }

    .hf-svg {
        width: 100%;
    }

    .hf-svg img {
        width: 32px;
        margin-bottom: 16px;
    }


    .home-formright {
        padding: 24px 6.075vw;
    }

    .home-formrow {
        gap: 24px;
        grid-template-columns: 1fr;
        margin-bottom: 24px;
    }


    .home-formright input,
    .home-formright select,
    .home-formright option {
        height: 40px;
        font-size: 12px;
        line-height: 16.8px;
    }

    .home-formright .form-options {
        margin-top: 24px;
    }
    .home-formright label {
        font-size: 12px;
        line-height: 16.8px;
    }
    .home-formright .form-options-container {
        column-gap: 2.8vw;
        row-gap: 12px;
        margin-top: 12px;
    }
    .home-formright .options-roundinput .p-small {
        font-size: 14px;
        line-height: 19.6px;
        border-radius: 4px;
        padding: 6px 2.8vw;
    }

    .home-formright textarea {
        margin-top: 24px;
        height: 123px;
        max-height: 123px;
        min-height: 123px;
        font-size: 12px;
        line-height: 16.8px;
    }

    .home-formright button {
        margin-top: 40px;
    }

    .home-formright input::placeholder,
    .home-formright select::placeholder,
    .home-formright textarea::placeholder {
        font-size: 12px;
        line-height: 16.8px;
    }
}