<style>
    /* SECTION */

    #gf1fws {
        font-family: "geomanist" !important;
        width: 100vw;
        margin: 0;
        margin-left: calc(50% - 50vw);
    }

    #gf1fws .form_1_section {
        background: #f4f4f4 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: var(--gap-section) !important;
        align-items: center !important;
        justify-content: center !important;
        padding: var(--padding-section-x) 5vw !important;
    }

    #gf1fws .form_1_contained_img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }

    #gf1fws .form_1_custom_css_vars a {
        color: inherit !important;
        margin: 0 !important;
        padding: 0 !important;
        text-decoration: none !important;
    }

    #gf1fws .form_1_custom_css_vars a:hover {
        text-decoration: underline !important;
    }

    #gf1fws .form_1_custom_css_vars {
        --padding-section-x: 60px !important;

        --gap-section: 40px !important;
        --gap-cols: 80px !important;
        --gap-bracket-title: 20px !important;

        --width-col-container: 1280px !important;

        --font-size-h4: 28px !important;
        --font-size-p: 28px !important;
    }



    /* BRACKET TITLE */

    #gf1fws .form_1_bracket_title_container {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: var(--gap-bracket-title) !important;
    }

    #gf1fws .form_1_bracket_img_container {
        height: 160px !important;
        width: auto !important;
    }

    #gf1fws .form_1_bracket_img_container img {
        height: 100% !important;
        width: auto !important;
        object-fit: contain !important;
    }

    #gf1fws .form_1_bracket_title {
        font-weight: 700 !important;
        margin: 0 !important;
        font-size: 64px !important;
        line-height: 110% !important;
        letter-spacing: -1% !important;
        font-family: "geomanist" !important;
        text-align: center !important;
    }



    /* COLUMNS CONTAINER */

    #gf1fws .form_1_columns_container {
        max-width: var(--width-col-container);
        display: flex;
        justify-content: center;
        gap: var(--gap-cols);
    }

    #gf1fws .form_1_columns_container>* {
        flex: 1;
    }




    /* COLUMN 1 - TEXT */

    #gf1fws .col_1 {
        display: flex !important;
        flex-direction: column !important;
        justify-content: start !important;
        gap: var(--gap-bracket-title) !important;
    }

    #gf1fws .col_1 * {
        font-family: "geomanist" !important;
        line-height: 150% !important;
        margin: 0 !important;
    }

    #gf1fws .col_1 h4 {
        font-size: var(--font-size-h4) !important;
        font-weight: 700 !important;
    }

    #gf1fws .col_1 p {
        font-size: var(--font-size-p) !important;
    }

    #gf1fws .form_1_img_text_row {
        display: flex !important;
        align-items: center !important;
        gap: 20px !important;
    }

    #gf1fws .form_1_img_text_row .form_1_img_container {
        height: 30px !important;
        width: auto !important;
        margin: auto 0 !important;
    }

    #gf1fws .form_1_img_text_row img {
        min-height: 30px !important;
        min-width: 30px !important;
    }

    #gf1fws .form_1_img_text_row p,
    #gf1fws .form_1_img_text_row a.form_1_hq_address {
        line-height: 130% !important;
    }



    /* COLUMN 2 - FORM */

    #gf1fws .col_2 .form-title {
        display: none !important;
    }

    #gf1fws .hsfc-Step__Content {
        padding: 0 !important;
    }

    #gf1fws .hsfc-Step__Content .hsfc-Row {
        margin-bottom: 20px !important;
    }

    #gf1fws .hsfc-Step__Content label {
        font-weight: 700 !important;
        font-size: 28px !important;
        color: black !important;
        margin-right: 5px !important;
    }

    #gf1fws .hsfc-Step__Content span {
        color: black !important;
    }

    #gf1fws .hsfc-Step__Content input,
    #gf1fws .hsfc-Step__Content textarea {
        border-radius: 7px !important;
        border: 1px solid rgba(0, 0, 0, 0.5) !important;
        background-color: white !important;
    }

    #gf1fws .hsfc-Step__Content textarea {
        min-height: 230px !important;
    }

    #gf1fws .hsfc-NavigationRow {
        margin-top: 20px !important
    }

    /* Checkbox */

    #gf1fws .hsfc-CheckboxField input[type="checkbox"] {
        margin-right: 20px !important;
        border-radius: 5px !important;
        border: 3px solid rgba(0, 0, 0, 0.5) !important;
    }

    #gf1fws .hsfc-CheckboxField label span span {
        font-weight: 400 !important;
        font-size: 20px !important;
        color: black !important;
        margin-right: 5px !important;
        line-height: 110% !important;
    }

    #gf1fws .hsfc-CheckboxField label {
        line-height: 110% !important;
    }

    /* Bottom Rich Text + Link */

    #gf1fws .hsfc-RichText p {
        margin-top: 20px !important;
    }

    #gf1fws .hsfc-RichText p a {
        font-weight: 700 !important;
        margin-top: 10px !important;
        text-decoration: underline !important;
    }

    /* BUTTON */

    #gf1fws .hsfc-NavigationRow__Buttons {
        justify-content: start !important;
    }

    #gf1fws .hsfc-Step__Content button {
        width: fit-content !important;

        text-transform: uppercase !important;
        font-weight: bold !important;
        text-align: center !important;
        font-size: 20px !important;
        line-height: 150% !important;
        letter-spacing: 0 !important;
        font-family: "geomanist" !important;
        color: #FFFFFF !important;
        padding: 12px 35px !important;
        border-radius: 35px !important;
        background-color: #00605B !important;
        cursor: pointer !important;
        min-width: 180px !important;

        border: 3px solid transparent !important;
        outline: 3px solid transparent !important;
        outline-offset: 2px !important;
    }

    #gf1fws .hsfc-Step__Content button:focus {
        border: 3px solid transparent !important;
        outline: 3px solid #00605B !important;
        outline-offset: 2px !important;
    }

    #gf1fws .hsfc-Step__Content button:hover {
        background-color: #01423E !important;
    }

    #gf1fws .hsfc-Step__Content button:active {
        border: 3px solid #01423E !important;
    }

    #gf1fws .hsfc-Step__Content button:disabled {
        opacity: 50% !important;
        cursor: default !important;
    }

    #gf1fws .hsfc-Step__Content button:disabled:hover {
        background-color: #00605B !important;
    }

    @media (max-width: 320px) {
        #gf1fws .hsfc-Step__Content button {
            font-size: 15px !important;
            padding: 7px 21px !important;
        }
    }


    /* HIDDEN FIELD - First Name + Surname */

    #gf1fws .hsfc-Form .hsfc-Row:first-child,
    #gf1fws .hsfc-Form .hsfc-Row:nth-child(2) {
        display: none !important;
    }

    /* HIDDEN FIELD - custom_source */

    #gf1fws .hsfc-TextField:has(input[name="0-1/custom_source"]) {
        display: none !important;
    }


    /* MOBILE */

    @media (max-width: 1000px) {



        /* SECTION */

        #gf1fws .form_1_custom_css_vars {
            --padding-section-x: 60px !important;

            --gap-cols: 40px !important;

            --font-size-h4: 24px !important;
            --font-size-p: 24px !important;
        }



        /* COLUMNS CONTAINER */

        #gf1fws .form_1_columns_container {
            flex-direction: column;
        }



        /* BRACKET TITLE */

        #gf1fws .form_1_bracket_img_container {
            height: 60px !important;
        }

        #gf1fws .form_1_bracket_title_container {
            display: inline-flex !important;
            width: auto !important;
            gap: 5px !important;
        }

        #gf1fws .form_1_bracket_title {
            font-size: 32px !important;
            line-height: 36px !important;
            display: inline-block !important;
        }



        /* COLUMN 1 - TEXT */



        /* COLUMN 2 - FORM */

        #gf1fws .hsfc-Step__Content label {
            font-size: 20px !important;
        }

        /* Labels in the same field row */

        #gf1fws .hsfc-TextField,
        #gf1fws .hsfc-EmailField,
        #gf1fws .hsfc-TextareaField {
            flex-direction: column !important;
            align-items: stretch !important;
        }

        #gf1fws .hsfc-TextField .hsfc-FieldLabel,
        #gf1fws .hsfc-EmailField .hsfc-FieldLabel,
        #gf1fws .hsfc-TextareaField .hsfc-FieldLabel {
            flex: unset !important;
        }

    }



    /* MOBILE XXS */

    @media (max-width: 420px) {

        /* SECTION */

        #gf1fws .form_1_custom_css_vars {
            --padding-section-x: 60px !important;

            --gap-cols: 40px !important;

            --font-size-h4: 20px !important;
            --font-size-p: 20px !important;
        }

        /* BRACKET TITLE */

        #gf1fws .form_1_bracket_title_container {
            gap: 4px !important;
        }

        #gf1fws .form_1_bracket_title {
            font-size: 24px !important;
        }

    }



    /* ##### COMPACT FORM VERSION */
    /*
    DETAILS:
        - "compact" class gets dynamically added to the "col_2" <div> through the Hubspot custom field "compact_form" TOGGLE option
        - Places fields Labels in the same row of the field
    */

    /* SECTION */

    #gf1fws .form_1_section.compact {
        background: transparent !important;
        padding-top: 0 !important;
    }

    /* Hide BRACKET TITLE */

    #gf1fws .form_1_bracket_title_container.compact {
        display: none !important;
    }

    /* Hide COLUMN 1 */

    #gf1fws .form_1_columns_container>.col_1.compact {
        display: none !important;
    }

    /* Labels in the same field row */

    #gf1fws .col_2.compact .hsfc-TextField,
    #gf1fws .col_2.compact .hsfc-EmailField,
    #gf1fws .col_2.compact .hsfc-TextareaField {
        display: flex !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    #gf1fws .col_2.compact .hsfc-Step__Content textarea {
        min-height: 230px !important;
    }

    #gf1fws .col_2.compact .hsfc-TextField .hsfc-FieldLabel,
    #gf1fws .col_2.compact .hsfc-EmailField .hsfc-FieldLabel,
    #gf1fws .col_2.compact .hsfc-TextareaField .hsfc-FieldLabel {
        flex: 0 0 15% !important;
        margin: 0 !important;
    }

    #gf1fws .col_2.compact .hsfc-TextField .hsfc-TextInput,
    #gf1fws .col_2.compact .hsfc-EmailField .hsfc-TextInput,
    #gf1fws .col_2.compact .hsfc-TextareaField .hsfc-TextareaInput {
        flex: 1 !important;
    }

    /* Checkbox + rich text rows */

    #gf1fws .col_2.compact .hsfc-CheckboxField,
    #gf1fws .col_2.compact .hsfc-RichText {
        /* Width - checkbox box border - (label/field above gap) */
        width: calc(85% - 2px - 10px) !important;
        margin-left: auto !important;
    }

    /* Button */

    #gf1fws .col_2.compact .hsfc-Button {
        /* Width - checkbox box border - (label/field above gap) */
        width: 180px !important;
        margin-left: calc(15% + 2px + 10px) !important;
        margin-right: auto !important;
    }

    @media (max-width: 1000px) {

        /* Labels in the same field row */

        #gf1fws .col_2.compact .hsfc-TextField,
        #gf1fws .col_2.compact .hsfc-EmailField,
        #gf1fws .col_2.compact .hsfc-TextareaField {
            flex-direction: column !important;
            align-items: stretch !important;
        }

        #gf1fws .col_2.compact .hsfc-TextField .hsfc-FieldLabel,
        #gf1fws .col_2.compact .hsfc-EmailField .hsfc-FieldLabel,
        #gf1fws .col_2.compact .hsfc-TextareaField .hsfc-FieldLabel {
            flex: unset !important;
        }

        /* Checkbox + rich text rows */

        #gf1fws .col_2.compact .hsfc-CheckboxField,
        #gf1fws .col_2.compact .hsfc-RichText {
            width: 100% !important;
            margin-left: unset !important;
        }

        #gf1fws .col_2.compact .hsfc-CheckboxField * {
            font-size: 18px !important;
        }

        /* Button */

        #gf1fws .col_2.compact .hsfc-Button {
            /* Width - checkbox box border - (label/field above gap) */
            margin-left: auto !important;
        }

    }

    /* HIDDEN FIELD - custom_source */

    #gf1fws .hsfc-TextField:has(input[name="0-1/custom_source"]) {
        display: none !important;
    }

#gf1fws .hsfc-Row:has(input[name="0-1/custom_source"]) {
  display: none !important;
}


</style>