.elementor-999 .elementor-element.elementor-element-0f4ef4b{--display:flex;--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;--padding-top:2%;--padding-bottom:2%;--padding-left:2%;--padding-right:2%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-999 .elementor-element.elementor-element-1bc9f8f > .elementor-widget-container{margin:020px 0px 0px 0px;}.elementor-999 .elementor-element.elementor-element-1bc9f8f .elementor-heading-title{font-family:"Arial Narrow", Sans-serif;font-weight:400;color:#1D1D1B;}#elementor-popup-modal-999 .dialog-widget-content{animation-duration:0.3s;border-radius:5px 5px 5px 5px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-999{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-999 .dialog-message{width:70vw;height:auto;}#elementor-popup-modal-999 .dialog-close-button{display:flex;}@media(max-width:767px){.elementor-999 .elementor-element.elementor-element-0f4ef4b{--padding-top:020%;--padding-bottom:3%;--padding-left:3%;--padding-right:3%;}.elementor-999 .elementor-element.elementor-element-1bc9f8f > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-999 .elementor-element.elementor-element-1bc9f8f{text-align:center;}.elementor-999 .elementor-element.elementor-element-1bc9f8f .elementor-heading-title{font-size:20px;}#elementor-popup-modal-999 .dialog-message{width:95vw;}}/* Start custom CSS for html, class: .elementor-element-15b1681 */#payment-form label {
    font-size: 1rem;
    margin-bottom: 10px;
}

#payment-form input {
    margin-bottom: 20px;
    border-radius: 3px;
}

#payment-form button {
    font-weight: bold;
}

#payment-form .subscribe-payment {
    display: flex;
    align-items: center;
    gap: 20px;
}

#payment-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#payment-form .payment-field {
    width: 48%;
}

@media (max-width: 767px) {
    #payment-form .subscribe-payment {
        flex-direction: column;
        width: 100%;
    }
    
    #payment-form .payment-field {
        width: 100%;
    }
}/* End custom CSS */