/* :root {
    --primary_color: #E40297;
    --secondary_color: #0D4DFF;
    --accent1_color: #252b42;
    --background1_color: #ffffff;
} */

.grecaptcha-badge {
    display: block !important;
}

.modern-contact__container {
    max-width: 1940px;
    margin: 0 auto;
    overflow-x: clip;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* BEGIN Contact form */
.modern-form-bg-mobile {
    display: none;
}

.form-banner-bg {
    position: absolute;
    top: 200px;
    right: 0;
    width: 1940px;
}

.banner01__objects-content {
    height: 700px;
}

.modern-contact-form__container {
    padding: 50px 10%;
    flex-direction: row;
    display: flex;
    margin-top: 100px;
    position: relative;
    column-gap: 20px;
}

.modern-form-bg-desktop {
    position: absolute;
    height: 700px;
    min-width: 1440px;
    right: 0;
    overflow-x: auto;
    width: 100%;
    z-index: -10;
}

.contact-us-image {
    width: 431px;
}

.contact-form-customer-info {
    column-gap: 33px !important;
}

.contact-us-image__container {
    position: relative;
    margin-top: 80px;
}

.icon-like {
    position: absolute;
    top: 100px;
}

.contact-form__container {
    background: rgba(246, 250, 255, 0.7);
    backdrop-filter: blur(50px);
    border-radius: 32px;    
}

.agreement-text {
    flex-wrap: wrap;
}

.contact-form-label,
.contact-form-label-error,
.contact-form-input,
.contact-form-input-error  {
    font-family: 'Inter' !important;
}
/* ENDS Contact form */


/* BEGIN Find store */
.find-store__container {
    margin: 50px 10%;
    min-height: 431px;
    position: relative;
    background: rgba(246, 250, 255, 0.7);
    backdrop-filter: blur(50px);
    border-radius: 1000px;
    z-index: 1;
    margin-top: initial;
}

.left-ellipse {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.right-ellipse {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.find-store-card {
    backdrop-filter: blur(50px);
    border-radius: 1000px;
    position: relative;
    min-height: 431px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(246, 250, 255, 0.85);
}

.find-store-image {
    width: 390px;
}

.find-store-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 56px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #565656;
}

.find-store-subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    font-feature-settings: 'liga' off;
    color: #565656; 
}

.find-store-information {
    display: flex;
    flex-direction: column;
    padding: 20px 10%;
    width: 60%;
    row-gap: 20px;
}

.find-store-button__container {
    border: 1px solid var(--secondary_color);
    border-radius: 30px;
    width: 277px;
}

.location-icon {
    width: 42px;
}

.find-store-button {
    background: var(--secondary_color);
    border-radius: 15px;
    display: flex;
    margin: 15px;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    padding: 5px;
    min-height: 54px;
    box-shadow: inset 0px 4px 20px rgba(255, 255, 255, 0.5);
}

.find-store-button:hover {
    opacity: 0.8;
}
  
.find-store-button:active {
    opacity: 0.6;
}

.find-store-button-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;    
}
/* ENDS Find store */


/* BEGIN Faq */
.faq__container {
    margin: 50px 10%;
    margin-top: 77px;
    width: 80%;
}

.store-faq__container {
    padding: 20px;
    border-radius: 32px;
}
/* ENDS Faq */


/*Desktop ultra wide*/
@media (min-width: 1440px) {
    #modern-contact-form {
        width: 90%;
    }

    .contact-form-customer-info {
        column-gap: 25px !important;
    }

    .contact-us-image__container {
        display: flex;
        width: 431px;
        margin-bottom: 40px;
    }

    .contact-us-image {
        width: auto;
        object-fit: cover;
    }
}                                          
/*Desktop - Special Queries cases to change Desktop -> Tablet*/
@media (min-width: 1001px) and (max-width: 1150px) {
            /* BEGIN Contact form */
            .modern-contact-form__container {
                flex-direction: column;
            }    
        
            .contact-us-image__container {
                position: relative;
                margin-top: initial;
                height: 500px;
            }
        
            .contact-us-image {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
        
            .icon-like {
                left: 4%;
                z-index: 1;
            }
            /* ENDS Contact form */
        
            /* BEGIN Find store */
            .find-store-card {
                flex-direction: column;
            }
        
            .left-ellipse {
                top: 0;
            }
        
            .right-ellipse {
                bottom: 0;
                top: initial;
            }
        
            .find-store-information {
                padding-top: 120px;
                align-items: center;
                row-gap: 30px;
            }    
        
            .find-store-title,
            .find-store-subtitle {
                text-align: center;
            }
        
            .find-store-image__container {
                position: relative;
                height: 400px;
                width: 100%;
            }
        
            .find-store-image {
                width: 500px;
                position: absolute;
                right: 7px;
                bottom: 75px;
            }
            /* ENDS Find store */
}
/*Desktop 13"*/
@media (min-width: 1001px) and (max-width: 1439px) {
}
/*Tablet / iPads*/
@media (min-width: 763px) and (max-width: 1000px) {

    /* BEGIN Contact form */
    .modern-contact-form__container {
        flex-direction: column;
    }    

    .contact-us-image__container {
        position: relative;
        margin-top: initial;
        height: 500px;
    }

    .contact-us-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .icon-like {
        left: 4%;
        z-index: 1;
    }
    /* ENDS Contact form */

    /* BEGIN Find store */
    .find-store-card {
        flex-direction: column;
    }

    .left-ellipse {
        top: 0;
    }

    .right-ellipse {
        bottom: 0;
        top: initial;
    }

    .find-store-information {
        padding-top: 120px;
        align-items: center;
        row-gap: 30px;
    }    

    .find-store-title,
    .find-store-subtitle {
        text-align: center;
    }

    .find-store-image__container {
        position: relative;
        height: 400px;
        width: 100%;
    }

    .find-store-image {
        width: 500px;
        position: absolute;
        right: 7px;
        bottom: 75px;
    }
    /* ENDS Find store */
}
/*Tablet - Mobile*/
@media (min-width: 1px) and (max-width: 762px) {
    /* BEGIN Contact form */
    .modern-contact-form__container {
        margin-top: initial;
    }

    .modern-contact-form__container {
        flex-direction: column;
    }    

    .contact-us-image__container {
        position: relative;
        margin-top: initial;
        height: 500px;
    }

    .contact-us-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .icon-like {
        left: 4%;
        z-index: 1;
    }

    .contact-form-title {
        font-size: 32px !important;
        line-height: 32px !important;
    }

    .contact-form-subtitle {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .contact-form-agreement__container {
        align-items: flex-start !important;
    }
    /* ENDS Contact form */

    /* BEGIN Find store */
    .find-store-card {
        flex-direction: column;
    }

    .left-ellipse {
        top: 0;
    }

    .right-ellipse {
        bottom: 0;
        top: initial;
    }

    .find-store-information {
        padding-top: 120px;
        align-items: center;
        row-gap: 30px;
    }    

    .find-store-title,
    .find-store-subtitle {
        text-align: center;
    }

    .find-store-image__container {
        position: relative;
        height: 400px;
        width: 100%;
    }

    .find-store-image {
        position: absolute;
        right: 7px;
        bottom: 75px;
    }
    /* ENDS Find store */    
}
/*Mobile - Special Queries cases to change Tablet -> Mobile*/
@media (min-width: 1px) and (max-width: 450px) {
    .faq__container {
        margin: initial;
        width: 80%;
        padding: 50px 5%;
    }
}