.elementor-2403 .elementor-element.elementor-element-0d1e3d1{--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:70px;--padding-bottom:70px;--padding-left:15px;--padding-right:15px;}.elementor-2403 .elementor-element.elementor-element-4d93f5b{--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:10px 10px;--row-gap:10px;--column-gap:10px;--border-radius:20px 20px 20px 20px;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-2403 .elementor-element.elementor-element-4d93f5b:not(.elementor-motion-effects-element-type-background), .elementor-2403 .elementor-element.elementor-element-4d93f5b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#124B71;}.elementor-2403 .elementor-element.elementor-element-8d674ae{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:20px 20px 20px 20px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.11);--margin-top:-10px;--margin-bottom:-10px;--margin-left:0px;--margin-right:0px;}.elementor-2403 .elementor-element.elementor-element-8d674ae:not(.elementor-motion-effects-element-type-background), .elementor-2403 .elementor-element.elementor-element-8d674ae > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.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 );}.elementor-2403 .elementor-element.elementor-element-502e713{--display:flex;--justify-content:center;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:20px;--padding-bottom:15px;--padding-left:0px;--padding-right:0px;}.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-2403 .elementor-element.elementor-element-65509ee .elementor-heading-title{font-family:"Bebas Neue", Sans-serif;font-size:28px;font-weight:500;color:#FFFFFF;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2403 .elementor-element.elementor-element-8d674ae{--width:15%;}.elementor-2403 .elementor-element.elementor-element-502e713{--width:80%;}}@media(max-width:767px){.elementor-2403 .elementor-element.elementor-element-4d93f5b{--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;--flex-wrap:nowrap;}.elementor-2403 .elementor-element.elementor-element-65509ee.elementor-element{--align-self:center;}}/* Start custom CSS for shortcode, class: .elementor-element-6bceb89 */#usp_form {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

.elementor-2403 .elementor-element.elementor-element-6bceb89 input {
    width: 100% !important;
}
.usp-name, .usp-email{
    width: 48%;
}


@media (max-width: 768px) {
    .usp-name, .usp-email{
    width: 100%;
}

#usp-submit {
    width: 100% !important;
}

}
.elementor-2403 .elementor-element.elementor-element-6bceb89 label {
        font-family: "Inter", Sans-serif;
        font-weight: 600;
}
.elementor-2403 .elementor-element.elementor-element-6bceb89 input[type="text"], .elementor-2403 .elementor-element.elementor-element-6bceb89 input[type="email"], .elementor-2403 .elementor-element.elementor-element-6bceb89 textarea {
    border-radius: 10px;
    border-color: #0003;
}

.usp-images {
    margin: 0 !important;
}

fieldset {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
}
div#user-submitted-posts {
    max-width: 100% !important;
}
.usp-title, .usp-content, .usp-images {
    width: 100%;
}

.usp-submit {
    background: #124b71;
    border: 1px solid #124b71;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s ease;
}

.usp-submit:hover {
        background: #fff;
        color: #124b71;
}/* End custom CSS */