My focuses dont appear

some of my focuses don't appear, even though they have the same variables

Here's the debug log thats related to focuses:
[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 475" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 494
[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 497" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 525
[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 528" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 549
[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 552" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 579
[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 582" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 604
[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 607" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 625
[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 628" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 639
[20:45:23][persistent.cpp:52]: Error: "Unexpected token: focus, near line: 642" in file: "common/national_focus/kingdom-of-latveria.txt" near line: 660

And here's an example of one of the focuses that has line 497:
#Forcibly Taking Land
    focus = {                                                                                                                                                                                         <-- this is line 497
        id = LTV_forcibly_taking_land
        icon = GFX_goal_continuous_non_factory_construct
        x = 10
        y = 3
        cost = 5
        search_filters = {
            FOCUS_FILTER_INDUSTRY
        }
        prerequisite = { focus = LTV_land_appropriation  }
        ai_will_do = { factor = 5 }
        completion_reward = {
            every_owned_state = {   
            add_extra_state_shared_building_slots = 2
            }
           
            add_stability = -0.05
           
        }
    }

The focus "Military Industrial Complex" has a } missing in the reward. Not too sure why this has happened, but that does seem to be the only focus with an error

So where do i add the missing }?

At the end of the reward box