.elementor-3236 .elementor-element.elementor-element-f964ef2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0rem 0rem;--row-gap:0rem;--column-gap:0rem;}.elementor-3236 .elementor-element.elementor-element-c15ec18{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-3236 .elementor-element.elementor-element-17163a5{--display:flex;border-style:solid;--border-style:solid;border-width:3px 3px 3px 3px;--border-top-width:3px;--border-right-width:3px;--border-bottom-width:3px;--border-left-width:3px;border-color:var( --e-global-color-primary );--border-color:var( --e-global-color-primary );--border-radius:32px 32px 32px 32px;--padding-top:2rem;--padding-bottom:2rem;--padding-left:2rem;--padding-right:2rem;}.elementor-3236 .elementor-element.elementor-element-17163a5:not(.elementor-motion-effects-element-type-background), .elementor-3236 .elementor-element.elementor-element-17163a5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f33f535 );}@media(max-width:1366px){.elementor-3236 .elementor-element.elementor-element-c15ec18.e-con{--order:-99999 /* order start hack */;}.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-3236 .elementor-element.elementor-element-f964ef2{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:2rem 2rem;--row-gap:2rem;--column-gap:2rem;}.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for image, class: .elementor-element-fdedf18 */.elementor-3236 .elementor-element.elementor-element-fdedf18 {
    /*width: 104%;
    max-width: unset !important */
    transition: all .4s ease-in-out;
    
    img{
        transition: all .4s ease-in-out;
        width: 100%;
    }
}

#reg-img{transition: all .4s ease-in-out;}

#reg-img{
    position: fixed;
    width: 838px;
    top: 6rem;
    
    @media (max-width: 1200px){
        display: flex;        
    }
    
    @media (max-width: 1024px){
        display: unset;
        position: unset;
        width: auto;
        top: unset;
    }
    img{
        width: 100%;
        @media (max-width: 1200px){
            width: 70%;
        }
        @media (max-width: 1024px){
            width: 70%;
        }

    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-1eb307e */.elementor-3236 .elementor-element.elementor-element-1eb307e{
    .petchip-forgot-password-form{
        display: flex;
        gap: 1.5rem;
        flex-direction: column;
        
        h2{
            margin: 0;
            text-align: center;
        }
    }
    
    form{
        display: flex;
        gap: 1.5rem;
        flex-direction: column;
    
    
        p{
            margin: 0;
        }
        label{
            color: #9B9B9B;
            font-size: 14px;
            line-height: 120%;
            margin: 0 0 0.5rem;
            @media (max-width: 1024px){
                display: flex;
                justify-content: center;
            }
        }
        input[type="text"],
        input[type="email"],
        input[type="password"]{
            border: 2px solid #5C5C5C;
            color: #9B9B9B;
            outline: 0;
            font-family: "Noto Sans", Sans-serif;
            font-weight: 600;
            font-size: 20px;
            line-height: 1;
            padding: 20px 24px;
            display: block;
            border-radius: 100px;
            
            @media (max-width: 1024px){
                text-align: center;
            }
        }
        
        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="password"]:focus,
        .file-upload-button:focus{
            border: 2px solid var( --e-global-color-6fa5135 );
        }
        
        .checker-label{
            display: block;
            @media (max-width: 1024px){
                display: table;
                margin: 0 auto;
            }
        }
        
        /* Hide the native checkbox */
        .the-check-box {
            display: none;
        }
    
        /* The span that will show the SVG */
        .the-check-spanner {
            display: inline-block;
            width: 24px;
            height: 24px;
            background-repeat: no-repeat;
            background-size: contain;
            vertical-align: middle;
        }
    
        /* Unchecked state */
        .the-check-box:not(:checked) + .the-check-spanner {
            background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z" stroke="%235C5C5C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                padding: 0 0 0 31px;
                display: flex;
                width: 100%;
                font-size: 1rem;
                line-height: 150%;  
            @media (max-width: 600px) {
                font-size: 12px;
            }
        }
    
        /* Checked state */
        .the-check-box:checked + .the-check-spanner {
            background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z" stroke="%235C5C5C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.75 11.9999L10.58 14.8299L16.25 9.16992" stroke="%235C5C5C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
                padding: 0 0 0 31px;
                display: flex;
                width: 100%;
                font-size: 1rem;
                line-height: 150%;  
                @media (max-width: 600px) {
                    font-size: 12px;
                }
        }
        
        button[type="submit"] {
            background-color: var( --e-global-color-accent );
            font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
            font-weight: var( --e-global-typography-accent-font-weight );
            line-height: var( --e-global-typography-accent-line-height );
            border: 0;
            width: 100%;
        }
        
        .flex-support{
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 2rem;
            
            @media (max-width: 767px) {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                gap: 1rem

            }
            
            .btn{
                transition: all 0.3s ease-in-out;
                background-color: var( --e-global-color-f33f535 );
                fill: var( --e-global-color-accent );
                color: var( --e-global-color-accent );
                border-style: solid;
                border-width: 3px 3px 3px 3px;
                border-color: var( --e-global-color-accent );
                border-radius: 75px 75px 75px 75px;
                padding: 16.4px 26px;
                @media (max-width: 767px) {
                    width: 100%;
                    padding: 16.4px 1rem;
                }
            }
            .btn:hover{
                background-color: var( --e-global-color-accent );
                color: var( --e-global-color-6fa5135 );                
            }
        }
        
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-17163a5 */.elementor-3236 .elementor-element.elementor-element-17163a5 {
    z-index: 2;
    position: relative;
}/* End custom CSS */