.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-744 .elementor-element.elementor-element-6a88e87 img{width:220px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-744 .elementor-element.elementor-element-727a444{text-align:center;font-family:"proxima-nova", Sans-serif;font-size:1.25rem;font-weight:400;line-height:1.25rem;color:#FFFFFF;}.elementor-744 .elementor-element.elementor-element-4a4de94{text-align:center;font-family:"proxima-nova", Sans-serif;font-weight:400;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-744 .elementor-element.elementor-element-6a88e87 img{width:180px;}}@media(max-width:767px){.elementor-744 .elementor-element.elementor-element-6a88e87{margin:0 0 calc(var(--kit-widget-spacing, 0px) + 0) 0;}.elementor-744 .elementor-element.elementor-element-6a88e87 img{width:240px;}}/* Start custom CSS */.form-container {
    width: 100%;
}

.form-grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.form-field, 
.form-textarea {
    display: block !important;
    width: 100% !important;
    padding: .5rem 1rem !important;
    border: 1px solid #231F20 !important;
    border-radius: 0.25rem !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    font-size: 1.25rem !important;
    color: #000000 !important;
    height: 62px !important;
    box-sizing: border-box !important;
    line-height: normal !important;
    vertical-align: middle !important;
    background-color: #ffffff !important;
}

select#interest.form-field {
    padding: 0.5rem 2.5rem 0.5rem 1rem !important;
    text-indent: 0px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjMjMxRjIwIj48cGF0aCBkPSJNNDgwLTM2MCAyODAtNTYwaDQwMEw0ODAtMzYwWiIvPjwvc3ZnPg==") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 1.25rem !important;
    height: 62px !important;
    box-sizing: border-box !important;
}

select#interest:focus {
    outline: none !important;
    border-color: #333 !important;
}

select.form-field.is-placeholder,
select.form-field.is-placeholder option:first-child {
    color: #767676 !important;
}

.form-textarea {
    height: auto !important;
    min-height: 100px !important;
    resize: vertical !important;
}

.form-field:focus,
select.form-field:focus,
.form-textarea:focus {
    outline: none !important;
    border-color: #0762c8 !important;
    box-shadow: 0 0 0 1px #0762c8 !important;
}

.form-field::placeholder,
.form-textarea::placeholder {
    color: #767676 !important;
    opacity: 1 !important;
}

.form-field::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
    color: #767676 !important;
}

.form-field::-moz-placeholder,
.form-textarea::-moz-placeholder {
    color: #767676 !important;
    opacity: 1 !important;
}

.form-field:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
    color: #767676 !important;
}

.form-field.has-error,
select.form-field.has-error,
.form-textarea.has-error {
    border-color: #d9534f !important;
    background-color: #fff8f8 !important;
}

.field-error-message {
    display: block;
    color: #d9534f;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    font-weight: 600;
}

.submit-button-wrapper {
    margin-top: 2rem;
}

.submit-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .75rem 2rem;
    border: 3px solid #477BB0 !important;
    border-radius: 12px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: none !important;
    background-color: #0052ff;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.submit-button:hover {
    background-color: #477BB0;
}

.submit-button:focus {
    outline: none;
}

.submit-button-arrow {
    margin-left: 0.5rem;
}

.checkbox-container {
    margin-top: 1.5rem;
    display: flex;
    align-items: flex-start;
}

.checkbox-input {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    height: 1.25rem !important;
    width: 1.25rem !important;
    border: 3px solid #477BB0 !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    display: inline-grid !important;
    place-content: center !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
}

.checkbox-input:focus {
    outline: none !important;
    border-color: #0762c8 !important;
    box-shadow: 0 0 0 1px #0762c8 !important;
}

.checkbox-input:checked {
    background-color: #477BB0 !important;
    border-color: #477BB0 !important;
}

.checkbox-input:checked::before {
    content: "" !important;
    width: 0.4rem !important;
    height: 0.65rem !important;
    border: solid #ffffff !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) translate(-1px, -1px) !important;
}

.checkbox-label {
    margin-left: 1rem;
    margin-top: -.15rem;
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    cursor: pointer !important;
}

.field-group-label {
    font-size: 1.25rem;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 0.5rem;
}

.required-asterisk {
    color: #0762c8;
}

.checkbox-group-container {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    padding: 0.5rem 0;
}

.checkbox-item {
    display: flex;
    align-items: center;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.hover-link {
    text-decoration: none;
    color: inherit;
}

.hover-link:hover {
    text-decoration: underline;
    color: #FFFFFF;
}/* End custom CSS */