.elementor-2371 .elementor-element.elementor-element-3a8fa93{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2371 .elementor-element.elementor-element-3a8fa93.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2371 .elementor-element.elementor-element-607177f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2371 .elementor-element.elementor-element-3a8fa93{--width:100%;}}/* Start custom CSS */.elementor img{
    height: 100%;
}

/* =========================================
   CTA CONTACT FORM 7
   ========================================= */

.cta-form {
    width: 100%;
    max-width: 100%;
    padding: 35px 36px 50px;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 4px;
}

/* -----------------------------------------
   FIELD
   ----------------------------------------- */

.cta-form .field {
    margin: 0 0 16px;
    padding: 0;
}

.cta-form .field label {
    margin: 0 0 6px;
    padding: 0;
    color: #005A68;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

/* -----------------------------------------
   INPUTS & SELECT
   ----------------------------------------- */

.cta-form input[type="email"],
.cta-form input[type="text"],
.cta-form select {
    width: 100%;
    height: 56px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid #BEBEBE;
    border-radius: 3px;
    background: #ffffff;
    color: #005A68;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 56px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease,
                box-shadow 0.2s ease;
}

/* Select */
.cta-form select {
    padding-right: 42px;
    cursor: pointer;
    appearance: auto;
}

/* Placeholder */
.cta-form input::placeholder {
    color: #777777;
    opacity: 1;
}

/* Focus */
.cta-form input[type="email"]:focus,
.cta-form input[type="text"]:focus,
.cta-form select:focus {
    border-color: #005A68;
    box-shadow: 0 0 0 1px #005A68;
}

/* -----------------------------------------
   SUBMIT BUTTON
   ----------------------------------------- */

.cta-form .btn-primary,
.cta-form input[type="submit"] {
    display: block;
    width: 100%;
    height: 47px;
    margin: 24px 0 0;
    padding: 0 20px;
    border: 0;
    border-radius: 3px;
    background: #18B5C1;
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: background 0.2s ease,
                transform 0.2s ease;
}

/* Button Hover */
.cta-form .btn-primary:hover,
.cta-form input[type="submit"]:hover {
    background: #079EAA;
    color: #ffffff;
}

/* -----------------------------------------
   FORM NOTE
   ----------------------------------------- */

.cta-form .form-note {
    margin: 16px 0 0;
    padding: 0;
    color: #0089A0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

/* -----------------------------------------
   CF7 WRAPPER FIX
   ----------------------------------------- */

.cta-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.cta-form p {
    margin: 0;
}

/* Remove unwanted CF7 paragraph spacing */
.cta-form .field p {
    margin: 0;
}

/* -----------------------------------------
   CF7 VALIDATION
   ----------------------------------------- */

.cta-form .wpcf7-not-valid {
    border-color: #dc3545 !important;
}

.cta-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 5px;
    color: #dc3545;
    font-size: 12px;
    line-height: 1.4;
}

/* -----------------------------------------
   CF7 RESPONSE MESSAGE
   ----------------------------------------- */

.cta-form ~ .wpcf7-response-output,
.wpcf7 .cta-form .wpcf7-response-output {
    margin: 15px 0 0 !important;
    padding: 10px 12px !important;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.4;
}

/* -----------------------------------------
   MOBILE
   ----------------------------------------- */

@media (max-width: 767px) {

    .cta-form {
        padding: 25px 20px 35px;
    }

    .cta-form .field {
        margin-bottom: 15px;
    }

    .cta-form .field label {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .cta-form input[type="email"],
    .cta-form input[type="text"],
    .cta-form select {
        height: 52px;
        padding: 0 15px;
        font-size: 15px;
        line-height: 52px;
    }

    .cta-form .btn-primary,
    .cta-form input[type="submit"] {
        height: 48px;
        margin-top: 22px;
        font-size: 14px;
        line-height: 48px;
    }

    .cta-form .form-note {
        margin-top: 14px;
        font-size: 12px;
    }
}/* End custom CSS */