.elementor-kit-5{--e-global-color-primary:#131313;--e-global-color-secondary:#006EFE;--e-global-color-text:#2D2D2D;--e-global-color-accent:#FF7F68;--e-global-color-77a3a10:#1CC198;--e-global-color-140db85:#FAFAFA;--e-global-color-a067a38:#F8F9FD;--e-global-color-0a2b394:#98A7CE;--e-global-color-6cc73b1:#0094BA;--e-global-color-35b9fec:#A148ED;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lexend";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:#181818;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{text-transform:none;text-decoration:none;}.elementor-kit-5 h1{font-size:3rem;font-weight:800;line-height:3.5rem;}.elementor-kit-5 h2{font-size:2.5rem;line-height:2.5rem;}.elementor-kit-5 h3{font-size:2.1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.show{
    opacity: 1 !important;
    z-index: 1 !important;
}

.hidden{
    opacity: 0 !important;
    z-index: -1 !important;
}

.input-width-button, .input-width-button-mobile {
    position: relative;
    width: 100%;
    
}

/* === INPUT DESKTOP === */
.input-width-button{
    display: visible;
    @media screen and (max-width: 992px){
        display: none;
    }
}
.input-width-button input[type="text"] {
    width: 100%;
    height: 80px;
    border-radius: 40px;
    padding-right: 165px;
}
.input-width-button button {
    position: absolute;
    right: 17px;
    top: -80px;
    width: auto !important;
    height: 100%;
    border: none;
    border-radius: 40px !important;
    cursor: pointer;
}

.input-width-button-mobile .elementor-message{
    display: none !important;
}

.input-width-button .elementor-message{
    display: none !important;
}


/* === TEXTAREA MOBILE === */
.input-width-button-mobile textarea {
    width: 100%;
    height: 160px;
    border-radius: 10px;
    padding-bottom: 60px !important;
    resize: none;
    box-sizing: border-box;
}
.input-width-button-mobile button {
    position: absolute;
    right: 15px;
    top: -60px;
    width: calc(100% - 30px);
    height: 100%;
    border: none;
    border-radius: 10px !important;
    cursor: pointer;
}
.input-width-button-mobile{
    display: visible;
    @media screen and (min-width: 992px){
        display: none;
    }
}

/* === ERROR MESSAGE INPUT === */
.error-message-ipt{
    width: 100%;
    margin: 0;
    color: red;
    text-align: center;
}

 /*=== LOADING TEMPLATE === */
#loading-tp{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .4s ease;
    z-index: -1;
}

/* === iFRAME TEMPLATE === */
#home-frame-container{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .4s ease;
    z-index: -1
}
#home-frame-container iframe{
    min-height: 750px;
    border-radius: 10px;
    box-shadow: 0px 1px 5px 0px #00000026;
}/* End custom CSS */