diff --git a/.DS_Store b/.DS_Store index 7b9d337..0f01229 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.RData b/.RData new file mode 100644 index 0000000..dc242b5 Binary files /dev/null and b/.RData differ diff --git a/.Rapp.history b/.Rapp.history new file mode 100644 index 0000000..e69de29 diff --git a/.Rhistory b/.Rhistory new file mode 100644 index 0000000..e69de29 diff --git a/To-do list Markdown.Rmd b/To-do list Markdown.Rmd new file mode 100644 index 0000000..9affa34 --- /dev/null +++ b/To-do list Markdown.Rmd @@ -0,0 +1,102 @@ +--- +title: "RMarkdown Admissions_Survey2021" +output: html_document +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +## R Markdown + +This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see . + +When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this: + +```{r cars} +summary(cars) +``` + +## Including Plots + +You can also embed plots, for example: + +```{r pressure, echo=FALSE} +plot(pressure) +``` + +Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot. + +# Upload Data +```{r Upload Data} +TSR_data <- read.csv("./data/TSR data complete.csv") +``` + +# Basic summary visualisations (RH): +- Q2 (respondent age) +```{r respondent age} +TSR_data$Age <- factor(TSR_data$Age, levels = c(1, 2, 3, 4, 5, 6, 7, 8), labels = c("15 or under", "16", "17", "18", "19", "20", "21 or over", "Prefer not to say")) +age_pie <- pie(table(TSR_data$Age)) + +``` +- Q3 (year of study) +```{r year of study} +TSR_data$MOST.RECENT.year.of.study <- factor(TSR_data$MOST.RECENT.year.of.study, levels = c(1, 2, 3, 4, 5, 6, 7, 8, 9), labels = c("Year 11/S4/Year 12(NI)", "Year 12/S5/Year 13(NI)", "Year 13/S6/Year 14(NI)", "I am currently on a gap year", "I am currently on an undergraduate/HE college course", "I am in full-time employment", "I am unemployed", "Other", "Prefer not to say")) + +Year_study_pie <- pie(table(TSR_data$MOST.RECENT.year.of.study)) + +``` +- Q16 (gender identity) +```{r gender identity} + +TSR_data$Gender <- factor(TSR_data$Gender, levels = c(1, 2, 3, 4), labels = c("Male", "Female", "I identify my gender in another way", "Prefer not to say")) + +gender_pie <- pie(table(TSR_data$Gender)) +``` +- Q17 (ethnic self-id) +```{r ethnic self-id} + +TSR_data$Ethnicity <- factor(TSR_data$Ethnicity, levels = c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ,18, 19), labels = c("Arab", "Asian/Asian British - Indian", "Asian/Asian British - Pakistani", "Asian/Asian British - Bangladeshi", "Asian/Asian British - Chinese", "Asian/Asian British - Any other Asian background", "Black/Black British - African", "Black/Black British - Caribbean", "Black/Black British - Any other Black background", "Mixed/Multiple Ethnic Groups - White and Black Caribbean", "Mixed/Multiple Ethnic Groups - White and Black African", "Mixed/Multiple Ethnic Groups - White and Black Asian", "Mixed/Multiple Ethnic Groups - Any other Mixed/Multiple Ethnic background", "White - English/Welsh/Scottish/Northern Irish/British", "White - Irish", "White - Gypsy or Irish Traveller", "White - Any other White background", "Other Ethnic group, please describe", "Prefer not to say")) + +#Ethnicity_bar <- ggplot(TSR_data, aes(x = Ethnicity) + geom_bar(position = "stack")) +``` +- Q18 (religion) +```{r religion} +TSR_data$Religious.Affliation <- factor(TSR_data$Religious.Affliation, levels = c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19), labels = c("Agnostic", "Atheist", "Baha'i", "Buddhist", "Christian", "Confucian", "Jain", "Jewish", "Hindu", "Indigenous Traditional Religious", "Muslim", "Pagan", "Shinto", "Sikh", "Spiritual but not religious", "Zoroastrian", "No religion", "Prefer not to say", "Other")) + +#Religious_affiliation_bar <- ggplot(TSR_data, aes(x = Religious.Affliation) + geom_bar(position = "stack")) + +``` + +# Visualisations of LIKERT responses (RH): +- For questions Q6 (subject interest) / Q5 (subject knowledge) / Q7 employability prospects: + - visualisation as summaries for all subjects LIKERT data as stacked bar chart (colours for bar segments from cool to warm) + +```{r Visualization by Subject} +### Each Subject is a different column so will need to figure out how to code the columns together into one graph + +#Q6 Subject Interest + +#Q5 Subject Knowledge + +#Q7 Employability Prospects + + +``` + - separate visualisation of summary data as pie chart only for 4 key subjects: Philosophy, Ethics, Theology, Religious Studies, but with data represented as aggregated "Positive" / "Negative" responses + - subsetted visualisations of responses with separate subsetting by response to Q8-9, Q18, Q17, Q16 +- For question Q8 + Q9 (for religious people) + - visualisation summary of responses + - show subsetted visualisations of responses by response to, Q18, Q17, Q16, Q13, Q14 +- For responses to Q10-12 (what subjects are involved in...): + - represent answer counts as descending bar chart for each Q + - subset answers by Q6 (positive / negative) and Q5 (positive / negative) + +# Correlation testing: +- For Q6 (subject interest) / Q5 (subject knowledge) / Q7 employability prospects, test for nature / strength of correlation with responses to: + - Q8-9 responses + - Q18 responses + - Q17 + - Q18 + + diff --git a/data/.DS_Store b/data/.DS_Store index 8010667..5567183 100644 Binary files a/data/.DS_Store and b/data/.DS_Store differ diff --git a/data/TSR data complete.csv b/data/TSR data complete.csv new file mode 100644 index 0000000..6335503 --- /dev/null +++ b/data/TSR data complete.csv @@ -0,0 +1,934 @@ +Respondent ID,Consent,Age,MOST RECENT year of study,Considering University in Future,Good understanding of Philosophy,Good understanding of Sociology,Good understanding of Psychology,Good understanding of History,Good understanding of Ethics,Good understanding of Theology,Good understanding of Religious Studies,Good understanding of Politics,Good understanding of English,Good understanding of Math,Good understanding of Computer Science,Good understanding of Business,Interest in studying Philosophy,Interest in studying Sociaology,Interested in Studying Psychology,Interested in studying History,Interested in studying Ethics,Interested in studying Theology,Interested in studying Religious Studies,Interested in studying Politics,Interested in studying English,Interested in studying Math,Interested in studying Computer Science,Interested in studying Business,Philosophy employability,Sociology employability,Psychology Employability,History employability,Ethics employability,Theology employability,Religious Studies employability,Politics employability,English employability,Math employability,Computer Science employability,Business employability,Theology a subject for religious people,Religion a subject for religious people,Theology degree includes Prefer not to say,Theology degree includes Psychology,Theology degree includes Arts,Theology degree includes Sociology,Theology degree includes Politics,Theology degree includes History,Theology degree includes Philosophy,Theology degree includes Ethics,Theology degree includes Archaeology,Theology degree includes Textual Studies,Theology degree includes Literature,Theology degree includes Law,Theology degree includes Economics,Theology degree includes Science,Religious Studies degree includes Prefer not to say,Religious studies degree includes Psychology,Religious studies degree includes Arts,Religious studies degree includes Sociology,Religious studies degree includes Politics,Religious studies degree includes History,Religious studies degree includes Philosophy,Religious studies degree includes Ethics,Religious studies degree includes Archaeology,Religious studies degree includes Tectual studies,Religious studies degree includes Literature,Religious studies degree includes Law,Religious studies degree includes Economics,Religious studies degree includes Science,Philosophy degree includes Prefer not to say,Philosophy degree includes Politics,Philosophy degree includes History,Philosophy degree includes Ethics,Philosophy degree includes Theology,Philosophy degree includes Religion,Philosophy degree includes Law,Philosophy degree includes Economics,Philosophy degree includes Math,Philosophy degree includes Logic,Currently or intending to study A level religious studies,GCSE Religious Studies,GCSE Religious Studies reason prefer not to say,GCSE Religious studies wanted to,GCSE religious studies parents wanted,GCSE religious studies compulsory,Gender,Ethnicity,EthnicityOther,Religious Affliation,ReligiousAffiliationOther +12793342279,1,2,1,1,3,2,2,3,3,5,3,4,2,2,3,2,5,4,4,5,4,5,4,5,4,4,4,3,4,3,3,3,4,3,3,2,1,2,1,2,3,4,,,,3,4,5,6,7,8,,,,,,,,,,,5,6,7,8,,,,,,,,2,3,4,5,,,,,2,2,,,,,1,7,,5, +12792130849,1,3,2,2,0,4,4,2,4,4,2,3,2,1,2,3,5,5,5,5,5,5,3,5,5,1,4,4,4,3,3,4,4,4,4,3,4,1,1,2,3,3,,,,,,5,,7,,9,10,,,13,,1,,,,5,6,7,,9,,,,,,,2,3,4,5,,,,9,2,2,,,,,1,3,,11, +12792081693,1,3,2,2,2,4,4,1,2,4,2,3,3,2,1,4,5,5,5,4,5,5,5,5,5,5,3,5,4,3,1,2,4,4,5,2,4,2,1,2,5,4,,1,2,3,4,5,6,7,8,9,10,,12,,,1,2,3,4,5,6,,8,9,10,11,,,,1,2,3,4,5,,,,9,2,1,,,,3,1,14,,0,Pastafarian +12790043342,1,3,2,3,4,3,4,1,4,5,3,3,2,2,1,3,4,4,4,2,4,4,4,5,4,3,1,3,4,3,3,2,4,4,4,2,3,2,1,2,2,2,,,2,,,,6,7,,9,,,,,,,,3,,5,,7,,9,,,,,,,2,3,,,,,,9,2,2,,,,,1,14,,1, +12789989198,1,2,1,1,2,1,1,1,1,2,1,1,1,1,1,1,3,3,3,4,3,3,4,4,2,4,4,4,3,3,3,2,4,4,2,3,1,2,3,2,3,3,,,,,,,,,,,10,,,,,,,,4,5,6,7,,9,10,,,,,1,,3,4,,,,,,1,1,,,,3,2,14,,17, +12789615374,1,3,2,2,2,1,5,3,1,5,2,2,1,5,5,2,5,3,5,5,0,5,5,5,5,5,0,5,3,4,2,3,4,5,3,2,1,2,1,2,6,1,0,,,,,,,,,,,,,,,,,3,,5,6,7,,,,,,,,,2,3,,5,,,,9,2,1,,,,3,1,7,,5, +12789612220,1,2,1,1,2,,5,1,4,4,2,1,2,1,1,2,4,4,4,4,4,4,4,4,4,2,1,2,4,4,3,3,5,5,4,2,3,2,1,1,3,2,,,,,,,6,,,,,,,,,,2,,4,,6,7,,,,11,,,,,2,3,4,5,6,,,9,2,1,,,,3,1,14,,5, +12789018347,1,2,1,2,3,3,1,2,2,2,2,2,2,2,2,2,4,4,2,5,4,5,4,3,2,3,4,2,5,5,4,3,5,5,4,4,3,1,1,2,4,3,,,,3,,5,6,7,,9,10,,,,,,,3,,5,6,7,,9,,,,,,,2,3,4,5,,,,9,2,3,,,,,2,14,,17, +12788645338,1,2,1,1,5,3,2,2,4,5,2,3,2,1,2,1,5,3,4,5,3,5,5,4,5,5,4,1,4,2,3,4,3,4,4,3,3,1,1,1,5,5,,,,,,,,,,9,,,,,,,,,,,,7,,,,,,,,,,,,,,,,9,2,1,,,,3,2,7,,5, +12788426761,1,2,1,1,1,4,2,1,1,4,1,3,1,1,3,1,2,3,4,4,2,3,2,5,3,5,3,2,3,3,2,3,2,4,2,3,2,1,1,2,5,5,0,,,,,,,,,,,,,,,,,3,,5,6,7,,,10,11,,,,,2,3,,5,6,,,,1,1,,1,,,1,3,,11, +12787012328,1,2,1,1,3,4,4,4,4,3,1,4,1,1,1,4,5,4,5,4,5,5,4,5,4,2,2,3,4,5,5,3,4,4,5,3,4,1,1,1,5,4,,,,3,,5,6,7,,9,10,11,,,,,,,,5,6,7,,9,10,,,,,1,2,,4,5,6,,,9,2,1,,1,,3,1,2,,5, +12786903663,1,2,1,1,2,3,2,2,4,3,2,0,1,1,1,1,5,5,2,4,5,5,5,5,2,1,2,2,0,0,3,3,0,0,0,0,2,2,1,1,4,5,0,,,,,,,,,,,,,,,,2,,4,5,6,7,8,9,10,11,,13,0,,,,,,,,,,2,1,,1,2,3,1,2,,5, +12785647917,1,3,2,1,3,4,2,4,3,4,2,5,3,1,3,2,5,2,3,5,4,5,3,5,5,5,5,4,3,4,3,3,3,4,4,3,2,1,2,1,4,5,,,2,,,,6,,8,9,,,,,,,,,,,,7,,9,10,,,,,,2,,4,,,,,9,2,1,,,,3,2,6,,9, +12785516152,1,2,1,1,5,4,2,5,5,5,5,5,4,3,4,5,2,4,4,5,4,5,5,5,5,1,4,5,4,5,3,4,4,5,5,2,3,1,1,2,1,4,,,,,,,6,7,8,,10,,,,,,,,,5,6,7,,,10,,,,,,,3,,5,6,,,9,2,1,,,,3,3,2,,2, +12785379410,1,2,2,2,2,4,3,2,4,2,2,3,4,2,2,2,2,4,4,3,2,4,4,4,4,1,1,2,3,3,3,2,3,3,3,3,3,2,1,2,4,4,,,,3,4,5,6,7,,9,10,11,,,,,,3,,5,6,7,,9,10,11,,13,,,,3,4,5,,,,9,2,1,,,,3,1,3,,11, +12784454137,1,2,2,1,5,3,4,2,5,5,4,1,4,3,3,2,5,3,5,2,5,5,5,1,5,4,5,5,5,1,2,3,5,0,5,2,5,2,1,1,5,5,,1,,3,,,6,7,,,10,,,,,,,3,,,6,7,,,,,,,,,,,4,5,,,,,2,2,,,,,1,14,,5, +12783696551,1,3,2,1,4,1,3,2,4,4,4,2,2,2,4,4,4,3,2,3,4,4,4,4,4,5,5,3,4,3,3,3,4,4,4,3,4,2,2,3,5,5,,,,,,,6,7,,,,,,,,,,3,,5,6,7,,,,,,,,,,3,4,5,,,,,2,1,,,,3,2,14,,5, +12782710625,1,2,1,2,2,2,2,1,4,5,1,2,1,1,2,2,1,2,1,2,2,2,3,5,4,5,2,4,4,3,3,3,4,4,4,2,3,3,2,2,5,5,,1,,3,,,,7,,,,,12,,,1,,3,,5,6,7,,,,,,,,,2,3,4,,,,,9,2,1,,,,3,2,14,,17, +12782558062,1,4,3,1,4,2,1,2,2,4,2,4,2,2,2,4,2,1,1,3,2,2,4,4,1,5,4,2,5,3,2,2,5,5,4,3,2,1,1,2,5,5,,,,,,5,6,7,,,10,,,,,,,3,,,6,7,,9,10,,,,,,,3,4,5,,,,9,2,1,,1,,3,2,2,,5, +12782034206,1,2,1,1,4,2,1,1,4,2,1,2,1,1,3,2,3,2,2,3,3,3,3,3,3,3,3,2,3,1,1,4,4,3,3,1,1,1,1,1,2,1,,1,,3,4,5,6,7,,,,,,,,,,,,5,6,7,,,,,,13,,1,,3,4,5,,,,9,2,1,,,,3,2,6,,5, +12781823056,1,2,1,1,1,5,4,4,2,1,1,2,2,1,2,2,1,5,2,4,2,2,4,4,5,3,1,2,1,5,5,3,3,3,4,2,5,1,1,2,5,5,,1,,,,5,6,,,9,10,,,,,1,,,,,6,7,,9,10,,,,,,,3,4,,,,,9,2,1,,1,,,1,3,,11, +12781478999,1,2,1,2,2,4,2,3,3,4,3,4,2,2,2,2,2,4,2,3,3,4,3,3,4,1,1,2,3,3,2,2,4,5,5,3,2,1,1,2,5,5,,,2,,,5,6,7,,9,10,,,13,,,2,,,5,6,7,,9,10,,,,,1,2,3,4,5,,,8,9,2,2,,,,,1,12,,17, +12781120027,1,2,2,1,2,3,2,2,4,3,3,1,1,2,3,1,1,2,3,2,3,4,1,4,3,4,4,3,2,3,2,4,2,3,3,1,2,3,1,2,3,1,,,2,,4,,6,,,,,,,,,,,3,4,,,,,,,,,13,,,2,,,5,,,8,,3,1,,,2,,1,4,,14, +12780940666,1,2,2,1,5,4,2,2,4,5,5,3,0,1,2,3,5,5,5,5,5,5,5,5,5,1,2,5,4,3,3,4,5,5,5,3,4,1,1,3,2,1,,,,,,5,6,7,,,,,,,,,,,,,6,7,,,,,,,,,,3,,,,,,9,2,2,,,,,1,14,,17, +12780884209,1,3,2,1,5,2,2,2,4,1,2,2,1,1,1,1,5,5,5,5,5,5,5,5,2,5,2,2,4,4,3,5,3,5,5,3,2,1,1,3,2,1,,1,,,,,,,,,,,,,,,,,,,6,,8,,,,,13,,,,,,,,,,9,1,1,0,,,,1,1,,11, +12780761322,1,3,2,1,5,5,5,1,5,5,3,1,3,1,4,3,5,5,5,2,5,5,5,1,5,5,5,5,5,5,2,2,4,5,4,1,3,1,1,1,5,5,0,,,,,,,,,,,,,,,,,,4,5,6,7,,,,11,,,,,,3,,5,,,,,2,2,,,,,1,14,,2, +12780737593,1,3,3,1,2,4,3,1,2,2,4,3,1,1,2,4,2,4,2,4,2,2,4,4,3,2,2,5,2,4,1,1,3,3,4,3,3,2,1,3,3,3,,1,,,,5,6,7,,,10,,,,,,,,,5,,7,,,,,,,,,,3,4,,,,8,9,2,2,,,,,1,14,,2, +12780661815,1,3,2,1,3,2,2,1,2,4,3,3,2,1,2,2,3,4,2,4,4,3,4,3,4,1,2,2,3,2,3,2,4,0,4,2,4,1,1,2,6,4,0,,,,,,,,,,,,,,,1,2,3,4,5,6,7,,9,10,,,13,,,,3,,5,6,7,8,9,2,2,,,,,1,0,Turkish,11, +12780611980,1,3,2,1,2,2,2,1,2,3,3,1,1,1,3,1,2,2,3,3,3,3,4,4,5,2,4,2,4,2,2,3,2,4,5,2,3,1,1,1,5,5,,,,3,,5,6,7,8,,10,,,,,,,3,,5,6,7,,9,,,,,,,2,3,,,,,,9,2,2,,,,,1,14,,1, +12780609083,1,3,2,1,2,5,2,2,3,4,2,4,2,1,3,4,5,4,4,4,5,5,5,4,5,2,2,4,4,2,2,2,4,3,2,2,1,1,1,2,5,5,,,,3,,,6,7,,9,,,,,,,,,,5,6,7,,9,,11,,,,,2,3,4,5,,,,9,2,1,,,,3,1,6,,1, +12780532323,1,2,2,2,2,5,1,2,4,5,2,3,2,2,2,2,5,5,3,3,5,5,5,4,2,5,3,2,5,3,3,1,3,0,3,2,2,1,2,1,6,5,0,,,,,,,,,,,,,,,,,3,4,5,6,7,8,,,11,,,,1,2,3,,5,6,,,9,2,2,,,,,1,14,,1, +12780479693,1,3,2,1,2,5,5,2,2,2,1,3,3,3,2,2,3,5,5,5,4,2,3,4,5,5,4,2,2,4,4,3,5,3,2,3,4,2,1,1,5,4,,,,3,4,5,6,7,,,,11,,,,,,,4,5,6,7,,,,11,,,,,2,3,4,,6,,,,2,1,,1,,,1,4,,11, +12780444903,1,3,2,1,3,4,3,2,4,5,2,3,2,2,2,2,3,4,2,3,4,4,4,4,4,2,3,2,3,2,4,3,2,,2,5,3,5,5,4,4,4,,,,,,,,,,,,,,,,,,,4,5,6,7,,,10,11,,,,1,2,3,4,,6,,,,2,2,,,,,1,2,,14, +12780371030,1,3,2,1,5,5,5,5,5,5,5,5,5,1,1,5,5,5,5,5,5,5,5,5,5,2,2,5,5,4,3,,4,4,4,2,1,1,2,1,5,5,0,,,,,,,,,,,,,,,1,,,,5,6,,,,,,,13,,,,3,,5,,,,9,2,2,,,,,1,14,,1, +12780230269,1,3,2,1,3,2,3,2,3,4,2,3,1,1,3,3,4,4,4,4,4,4,4,5,3,5,5,5,4,4,3,2,4,4,4,2,2,2,3,2,5,5,,,,,,,6,7,,,10,11,,,,,,,,,6,7,,,,11,,,,1,,3,4,5,6,,8,9,2,1,,1,,,1,14,,2, +12780052651,1,2,1,3,3,4,2,2,4,5,2,2,2,2,2,2,4,5,4,3,5,5,5,2,5,3,3,3,5,4,3,0,5,5,4,3,2,1,1,3,3,2,,,,,4,,6,7,,,,,,,,1,,3,,,6,7,,,,,,,,,,3,4,5,,,,,2,2,,,,,1,14,,17, +12779624841,1,2,1,1,4,4,1,1,4,5,2,4,1,1,2,4,4,4,2,2,4,4,4,4,4,2,4,2,3,5,2,2,4,5,5,3,1,1,3,2,1,5,,,,,,5,6,7,,,,,,,,,,3,4,,6,7,,,,,,,,,,3,,,,,,9,2,2,,,,,1,14,,17, +12779482924,1,2,1,1,,4,2,2,2,4,2,2,1,1,1,3,5,5,5,5,5,5,5,5,5,2,5,5,1,1,1,1,1,1,1,1,1,1,1,1,3,4,,,,,,,6,,,,,,,,,,2,,,5,6,,,,,,,,,,,,,,,7,,,,,,,,,4,0,,17, +12779431369,1,2,1,1,3,4,2,2,4,4,2,3,2,1,1,2,5,5,4,5,5,5,5,4,5,1,1,3,3,4,1,5,5,4,5,3,5,2,1,2,5,3,,,2,,,5,6,,,,,,,,,,,,,5,6,7,,9,,,,,,,,,4,5,,,,9,2,2,,,,,1,4,,11, +12779414281,1,3,2,1,5,4,3,1,5,5,5,4,5,1,3,5,5,4,5,4,5,5,5,5,5,2,4,3,5,4,5,4,5,3,5,2,3,1,2,1,5,5,,1,,3,,5,,7,,9,10,,,,,,,,,,6,7,,9,,,,,,,,,,,,,,,2,2,,,,,1,14,,2, +12779340472,1,2,1,1,3,2,1,1,4,4,4,2,1,1,2,1,4,2,1,2,4,4,4,1,4,3,3,2,2,1,1,2,1,3,2,2,2,1,1,2,5,5,,1,2,,4,5,6,,8,9,10,11,,13,,1,2,,4,5,6,7,,,10,11,12,13,,1,2,3,4,5,6,,8,9,2,2,,,,,2,3,,11, +12779306592,1,3,2,1,4,4,5,5,5,5,4,5,5,2,4,4,5,5,3,5,5,5,5,5,5,3,5,5,2,3,2,3,2,3,3,2,3,1,3,2,3,4,,,,,,,6,7,,,,,,,,,,,,,6,7,,,,,,,,,,3,4,5,,,,9,2,1,,,,3,1,4,,11, +12779269435,1,2,1,2,2,3,2,2,2,2,2,4,2,2,2,4,2,5,5,5,3,2,3,5,5,2,5,3,4,3,3,3,4,4,4,3,1,1,1,1,5,5,,,,,,,6,7,,,10,,,,,,,3,,5,6,7,,,10,,,,,,,3,4,5,6,,,9,2,1,,1,,,1,5,,2, +12779159438,1,2,1,2,2,4,2,3,4,5,3,2,1,1,1,2,5,4,3,2,4,4,4,1,1,1,1,2,4,4,1,4,3,4,4,2,2,1,1,1,3,1,,1,2,3,,5,,7,,9,10,,,,,,2,,4,5,6,,,9,,,,,,1,2,3,4,5,6,7,,9,2,2,,,,,1,12,,17, +12779133518,1,2,1,1,1,4,2,1,1,3,2,1,1,2,4,2,2,4,4,2,3,4,2,1,2,4,4,3,2,5,4,2,4,3,2,3,2,1,1,1,5,5,,,,,,5,6,7,,9,,,,,,,,,,,6,7,,9,,,,,,,,3,4,5,,,,9,1,1,,1,,,1,14,,1, +12779120180,1,2,1,2,3,3,3,3,3,3,3,3,3,3,2,3,5,5,5,5,4,5,4,5,5,3,2,4,4,4,2,4,4,5,4,5,4,3,1,2,5,5,0,,,,,,,,,,,,,,,,,,,5,6,7,,9,10,,,,0,,,,,,,,,,2,2,,,,,1,14,,8, +12779117434,1,3,2,1,2,3,2,2,4,5,3,3,2,1,2,2,5,5,5,5,5,5,5,5,5,3,5,4,1,2,2,2,3,3,4,1,2,1,1,1,3,2,0,,,,,,,,,,,,,,,1,2,3,,5,6,7,,9,10,,,,,1,2,,,,6,7,8,9,2,2,,,,,1,14,,2, +12779061538,1,2,1,2,3,5,5,2,3,5,3,5,2,1,1,5,3,5,5,3,5,5,5,5,5,3,1,5,5,3,2,4,3,5,5,3,3,1,1,2,5,3,,,,,,,,7,,,,,,,,1,,,,5,6,7,8,9,10,,,,,,2,3,4,5,,,,9,2,2,,,,,1,14,,1, +12779037270,1,2,1,2,1,4,4,1,1,3,3,1,1,2,2,2,1,3,3,1,2,5,5,2,1,5,5,1,2,3,4,3,2,5,4,3,1,1,1,1,2,2,,1,2,,,5,6,7,,9,,,,,,,,,4,5,6,7,,9,,,,,,,2,3,4,5,6,,,9,2,1,,,,3,1,17,,2, +12779030543,1,3,2,2,3,3,3,3,3,3,3,3,3,3,3,3,4,3,2,4,4,4,4,3,3,4,4,3,4,3,3,4,4,4,4,3,3,2,1,2,1,2,,,,,,,6,7,,,,,,,,,,,,5,6,7,8,,,,,,,,2,3,4,5,,,,,2,1,,,,3,1,14,,17, +12779028742,1,2,1,1,5,4,2,3,4,4,5,4,4,2,2,3,5,5,4,5,5,5,5,3,4,1,2,2,2,1,1,3,3,0,4,1,2,1,1,1,5,5,,,,,,,6,7,,9,,,,,,,,,4,5,,7,,9,10,,,,,,,3,,,,,,9,2,2,,,,,1,4,,11, +12779026587,1,2,1,1,3,4,1,2,5,5,1,2,1,1,2,2,5,4,1,4,5,5,5,5,5,3,5,2,5,3,1,2,4,4,4,2,2,1,1,2,1,5,,,,,,,6,7,8,9,10,,,,,,,,,,6,7,,,,,,,,,,3,4,5,,,,9,2,1,,,,3,1,0,Latin American ,5, +12778964427,1,2,1,1,5,3,1,2,3,5,2,4,1,1,1,2,5,5,3,5,5,5,5,5,4,1,1,2,5,5,2,3,4,5,4,3,2,1,1,2,4,5,,1,,3,,5,6,7,,9,10,11,,13,,,,3,4,5,6,7,8,9,10,11,,,,1,2,3,4,5,6,,,9,2,2,,,,,1,3,,11, +12778949909,1,3,2,1,3,3,3,2,3,2,3,3,2,1,2,2,4,4,4,4,4,4,4,4,5,1,2,4,3,3,3,3,4,3,3,2,3,1,1,1,3,2,,1,2,3,4,5,6,7,8,9,10,11,12,13,,1,2,3,4,5,6,7,8,9,10,11,12,13,,1,2,3,4,5,6,7,8,9,2,1,,,,3,1,6,,5, +12778930881,1,2,1,1,5,5,3,1,5,5,2,4,2,1,5,4,5,5,5,2,4,4,4,3,3,2,2,4,3,5,4,3,5,5,3,3,5,1,1,2,5,2,,,2,,,5,6,7,8,9,,,,13,,,,3,,5,6,7,,9,10,,,,,,2,3,4,5,,,,9,2,1,,,,3,1,15,,5, +12778923231,1,2,1,1,3,5,5,2,2,5,1,4,2,1,2,5,1,5,2,5,4,5,4,5,5,2,2,5,5,3,1,1,3,3,2,1,2,1,1,1,3,5,,,,,,,6,7,,9,10,,,,,,,,,5,6,7,,9,10,,,,,,2,3,4,5,,,,9,2,1,,1,,,1,1,,11, +12778913188,1,3,2,1,5,5,5,4,5,5,4,5,3,1,5,4,5,5,5,5,5,5,5,5,5,4,4,5,5,4,3,3,5,5,5,4,3,2,1,4,2,1,,,,,4,5,6,7,,,10,11,,,,,,,4,5,6,,,,10,11,,,,1,2,3,4,5,6,,,9,2,1,,,,3,1,14,,2, +12778904831,1,3,2,1,3,4,2,4,3,3,3,3,2,1,2,5,5,5,5,5,5,5,5,5,5,2,5,5,0,0,0,0,0,0,0,0,0,3,3,0,6,5,,,,,,,6,7,,9,,,,13,,,,,,,,7,,9,,,,,,,,,,,,,8,9,2,2,,,,,1,14,,5, +12778876672,1,2,1,3,3,4,3,3,4,4,2,4,2,2,2,3,2,4,2,5,4,4,4,5,4,2,2,4,3,3,2,3,4,4,4,3,3,1,1,2,6,5,0,,,,,,,,,,,,,,,,,,4,5,,,,9,10,11,,,,,2,3,,,,,8,9,2,1,,,,3,1,2,,11, +12778874917,1,3,2,1,5,5,5,3,5,5,3,3,3,1,2,2,5,5,5,5,5,5,5,5,5,3,2,4,5,5,5,5,5,5,5,,4,3,1,2,3,5,,1,,3,,5,6,7,,9,10,,,,,1,,3,,5,,7,,9,10,,,,,1,2,3,4,5,,,,,2,2,,,,,1,11,,5, +12778867481,1,3,2,1,5,5,5,5,5,5,5,5,5,1,2,4,5,5,5,5,5,5,5,5,5,1,1,5,5,5,5,4,5,4,5,2,4,1,1,2,3,2,,1,,,,5,6,7,8,,,,,,,,,,4,,6,7,,9,10,11,,,,1,,,4,,,,,9,2,2,,,,,1,6,,1, +12778856982,1,2,2,1,3,3,2,2,4,4,4,2,2,1,1,2,4,5,5,5,4,5,5,4,5,1,1,4,2,3,2,2,3,2,3,1,1,1,1,1,5,5,,,,3,,,6,7,,9,,,,,,,,,,,6,7,,9,10,,,,,1,,3,4,5,,,,,2,1,,,,3,1,14,,5, +12778851143,1,2,1,1,2,3,2,1,2,5,1,3,1,1,1,2,3,4,4,4,4,4,3,5,4,3,3,2,2,4,2,2,3,4,2,3,2,1,1,1,3,2,,,2,,,,6,,,,,,,,,1,2,,,5,6,7,,9,10,,,,,1,,3,4,5,6,,,9,1,1,,,,3,1,3,,11, +12778846959,1,2,1,1,4,4,4,2,4,4,4,2,4,2,5,1,2,5,5,2,4,4,4,1,4,3,5,5,3,5,2,1,5,5,5,2,1,1,1,2,3,4,,,2,3,,,,7,,,10,,,,,,,,,,6,7,,9,10,,,,,,,3,4,,,,,9,2,2,,,,,1,3,,11, +12778838708,1,3,2,2,3,2,1,1,2,5,4,3,4,4,5,4,5,4,1,2,4,5,5,4,5,5,5,5,4,4,2,4,4,5,4,3,3,1,2,2,3,3,,,,3,,,6,7,8,,,,,,,,,,,,6,7,,,,,,,,,,3,4,5,,,,9,2,2,,,,,1,14,,2, +12778837811,1,3,2,1,4,2,2,2,4,4,2,1,2,1,2,4,4,4,3,5,2,5,4,2,4,2,4,5,4,3,3,4,4,4,4,2,4,1,1,3,4,2,,,,3,,5,,7,8,9,,,,,,,,3,,5,6,7,8,9,10,11,,,,,2,3,4,5,6,,,9,2,1,,,,3,1,14,,2, +12778834284,1,2,1,1,4,4,4,3,4,5,3,5,3,2,3,4,4,5,5,5,4,5,5,5,5,2,4,4,3,3,1,4,3,4,4,3,2,1,1,1,2,1,0,,,,,,,,,,,,,,,,,,,5,6,7,,,,,,,,1,,3,,5,6,,,,2,2,,,,,1,14,,2, +12778832993,1,2,1,1,5,5,5,1,5,5,1,5,2,1,5,5,5,5,5,3,5,5,3,5,5,2,5,5,3,3,3,1,3,3,3,0,2,4,4,2,5,5,,1,,3,,,6,7,,,,11,12,,,1,,,,5,,7,,9,,,,13,,1,2,3,4,,,7,,9,2,1,,,,3,1,7,,11, +12778830557,1,3,2,2,,5,5,4,4,5,5,5,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,4,3,2,5,3,5,5,5,5,3,1,2,1,1,,1,,3,4,5,6,7,8,,,,,,,1,,3,4,5,6,7,,,10,,,,,1,2,3,4,5,6,7,,9,2,2,,,,,1,14,,17, +12778818905,1,3,2,2,3,3,2,3,4,3,3,1,3,1,2,3,4,4,4,4,4,4,4,3,5,3,3,4,3,2,2,2,3,5,3,4,3,2,1,1,3,3,,,2,,4,5,6,7,,9,10,11,,,,,,3,,5,6,7,,,,11,,,,1,2,3,4,5,6,,,9,2,1,,,,3,1,14,,2, +12778808402,1,3,2,3,3,2,2,2,3,2,3,2,2,2,1,2,3,2,2,3,3,3,3,3,2,2,1,2,0,0,1,1,0,0,0,2,1,1,1,1,6,1,0,,,,,,,,,,,,,,,,,,,5,,,,9,,,,,0,,,,,,,,,,2,2,,,,,1,14,,15, +12778802419,1,3,3,1,3,3,3,1,2,3,2,1,1,1,1,2,5,3,2,3,4,5,4,3,3,1,1,2,4,1,1,3,5,4,4,1,3,1,1,1,5,5,,,,3,,5,6,7,,,10,11,,,,,,,4,5,6,7,8,9,10,11,,,,1,,3,4,5,6,,,9,2,1,,,,3,1,14,,5, +12778800432,1,3,2,1,3,3,3,1,3,2,3,1,1,2,3,4,3,5,5,1,5,5,5,2,2,5,5,5,3,3,3,2,4,4,4,2,3,3,2,2,5,5,,1,2,3,4,5,6,7,8,9,10,11,,,,1,2,3,4,5,6,7,8,9,10,11,,,,1,2,3,4,5,6,7,8,9,2,1,,,,3,1,14,,1, +12778792639,1,3,2,1,2,1,3,2,4,2,2,2,,1,1,2,4,4,3,4,5,5,5,2,4,4,3,2,4,3,2,4,5,4,4,2,4,1,1,3,4,4,,1,2,3,4,5,6,7,,,10,11,,,,,2,,,5,6,7,8,9,10,11,,13,,1,2,3,4,5,6,,,9,2,2,,,,,1,14,,2, +12778790152,1,2,2,2,4,3,4,4,4,5,4,2,3,2,2,1,4,4,4,4,4,4,4,2,4,5,5,1,0,0,0,0,0,0,0,2,0,3,2,1,6,6,0,,,,,,,,,,,,,,0,,,,,,,,,,,,,,0,,,,,,,,,,2,2,,,,,1,2,,9, +12778786799,1,3,2,1,1,3,5,3,2,3,2,3,3,2,3,3,3,3,4,4,3,2,2,3,4,5,4,3,3,4,,4,4,4,4,4,5,2,3,4,5,4,,,,,,,6,7,,,,,,,,,,,,,6,7,,,,,,,,,,3,4,5,,,,9,2,1,,,,3,1,3,,11, +12778773936,1,2,1,1,2,1,1,1,2,2,1,1,1,2,2,1,2,1,1,5,2,3,5,4,4,5,4,4,3,3,2,4,2,2,3,3,1,1,1,1,5,5,,1,,,,,6,,,,,,12,13,,1,,,4,5,6,7,,,,11,,,,1,2,3,4,,6,,,9,2,2,,,,,1,14,,17, +12778769621,1,2,1,1,2,2,2,2,1,2,2,2,1,1,3,2,2,4,4,1,2,3,4,1,3,5,3,2,4,5,3,2,2,4,4,3,2,1,1,3,5,5,,,,,,,6,7,,9,10,,,,,1,,3,4,5,6,7,8,9,10,,,,,,,3,,,,,8,9,2,1,,1,,,1,3,,11, +12778681687,1,3,3,1,4,2,1,1,3,4,2,1,2,2,2,2,5,5,5,5,5,5,5,5,5,5,5,5,5,3,1,2,5,5,4,3,2,1,1,1,5,5,,,,,,,6,7,,,,,,,,,,,,,6,7,,,,,,,,,,3,4,,,,,9,2,1,,1,,,1,14,,12, +12778593798,1,3,2,1,,1,4,2,,0,2,2,2,1,2,1,4,2,4,4,5,4,2,3,4,4,2,1,3,4,2,3,3,4,2,3,3,1,1,1,3,3,0,,,,,,,,,,,,,,,,,,,5,6,7,,9,,11,,13,,,2,,,5,,7,,,2,1,,,,3,1,2,,11, +12778563833,1,3,2,2,4,2,1,2,3,4,3,1,2,2,4,4,4,4,2,4,4,4,4,2,4,4,4,2,,5,2,5,0,3,0,1,3,,3,2,6,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +12778450402,1,3,2,1,4,5,5,5,4,5,5,3,4,1,1,3,5,5,5,5,4,5,5,4,5,1,2,3,0,0,0,0,0,0,0,0,0,1,1,0,6,6,0,,,,,,,,,,,,,,0,,,,,,,,,,,,,,0,,,,,,,,,,2,2,,,,,1,4,,11, +12778421430,1,2,1,1,1,2,3,1,2,1,2,1,1,1,1,2,3,3,3,1,1,1,3,1,1,1,1,3,2,2,2,1,,2,2,1,1,1,1,2,5,5,,,,,,5,,7,,9,10,,,,,,,3,,,6,7,,,,11,12,,,,,3,4,5,,,,9,2,2,,,,,1,14,,1, +12778420755,1,3,2,1,5,3,1,5,5,5,5,5,5,5,1,5,5,5,5,5,5,5,5,5,5,5,5,5,0,0,0,0,0,0,0,0,0,0,0,,6,6,,,2,,4,5,,7,,,10,11,,,,,2,,4,5,,7,,,,,,,,,,,4,,,,,9,2,2,,,,,1,,,17, +12778405321,1,3,2,2,3,2,1,1,3,3,2,2,1,1,2,1,5,4,2,3,5,5,5,2,4,3,3,2,4,5,3,1,4,4,2,1,1,1,1,1,2,4,,1,,3,4,5,6,,,,10,11,,,,1,,3,4,5,6,7,,,10,11,,,,1,2,3,4,5,6,,,9,2,2,,,,,2,0,,17, +12778008177,1,2,1,1,4,3,1,3,2,2,5,4,2,1,2,2,5,5,2,5,5,5,5,5,5,1,2,5,3,3,2,4,2,3,5,3,4,1,1,1,5,5,,,,,,5,6,7,,9,10,,,,,,,,,5,6,7,,9,,,,,,,2,3,4,,,,,9,2,1,,,2,,2,0,Mixed,17, +12776733948,1,3,1,1,5,5,5,5,5,5,4,5,2,1,5,2,5,5,5,5,5,5,5,5,2,1,5,4,2,3,3,2,3,3,4,2,1,1,3,2,3,3,,,,,,5,,,,,,,,,,,,,4,,,7,,,,,,,,,,3,4,,,,,,2,2,,,,,2,7,,5, +12776388219,1,2,1,1,,5,2,2,5,5,2,2,4,1,2,5,2,5,4,5,5,5,5,2,5,1,1,5,2,2,2,3,3,3,5,2,4,1,1,5,3,5,,1,,3,,5,,,,9,10,,,,,,,,4,5,6,7,,,10,,,,,,2,3,4,,,,,9,2,2,,,,,1,14,,1, +12776308808,1,4,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,5,5,1,1,4,4,5,4,4,2,2,4,5,4,2,4,2,1,1,1,2,,,,3,,5,6,,,9,10,,,,,,,,,5,,,8,9,,,,,,1,2,3,4,5,6,,,9,2,2,,,,,1,17,,17, +12776227983,1,2,1,1,4,4,3,2,4,4,1,3,1,1,1,4,4,3,1,4,3,4,3,5,4,5,2,4,4,3,3,2,4,4,3,4,1,1,1,2,5,5,,,,3,,5,6,7,,,,,,,,,,3,,5,6,7,,,,,,,,,2,3,4,5,6,,,9,2,1,,1,,,2,14,,2, +12776128384,1,3,2,1,3,2,1,1,3,4,3,4,1,2,4,4,3,2,1,2,3,4,5,4,1,4,5,5,4,1,1,4,3,4,4,2,3,1,3,1,3,3,,,,,,,6,,,9,,,,,,,,3,,,6,,,9,,,,,,1,,3,4,5,,,,9,2,2,,,,,2,14,,2, +12775124145,1,3,2,1,3,1,1,2,4,4,2,4,2,2,2,2,4,2,1,4,4,4,4,4,2,4,2,2,3,4,1,1,4,3,3,2,2,1,1,1,6,2,0,,,,,,,,,,,,,,,1,,,4,5,,7,,,,11,,13,,,,3,4,5,6,,,9,2,2,,,,,2,4,,11, +12775009473,1,2,1,1,2,4,2,2,3,5,3,2,1,1,1,2,3,2,2,3,4,3,4,3,1,2,1,2,3,2,2,3,3,5,5,2,5,1,1,1,5,5,,1,,3,,5,6,7,,9,,,,,,1,,3,4,5,,,,9,10,,,,,1,2,3,4,5,,7,,9,2,2,,,,,2,3,,11, +12774983544,1,2,1,1,2,3,3,1,2,3,2,2,1,1,1,4,2,3,4,4,3,3,4,3,2,1,1,2,5,5,3,3,5,5,5,3,3,1,1,2,3,5,,,,3,,,6,7,,9,10,,,,,,,3,,5,6,7,,9,10,11,,,,1,,3,4,5,6,,8,9,2,1,,1,,,2,2,,1, +12774786235,1,4,3,1,2,2,1,1,3,3,2,3,2,2,3,3,4,5,4,1,4,4,4,5,5,5,5,4,3,3,1,1,3,4,4,2,1,1,1,1,,2,,,,3,,,6,7,,,,,,,,,,,,,6,7,,,,,,,,,2,,4,,,,,,2,2,,,,,2,5,,1, +12773680439,1,2,1,1,4,4,4,2,4,4,2,3,2,2,3,2,4,3,4,4,4,4,2,4,2,3,4,2,3,2,3,3,0,0,4,2,3,1,2,2,5,5,,,,,,5,6,,,,10,,,,,,,3,4,5,6,7,,,,,,,,,2,3,,5,,,,,2,1,,,,3,2,4,,11, +12773641398,1,2,1,1,4,4,2,4,3,5,5,5,3,1,2,1,4,3,2,4,4,4,5,4,3,1,2,2,5,4,3,4,3,3,5,1,2,2,1,1,3,3,,,,3,4,,6,,8,9,10,,,,,,,3,,,6,7,,,,,,,,,,3,4,5,,,,9,2,2,,,,,1,2,,5, +12773533407,1,4,3,1,4,4,2,2,4,5,2,4,2,2,4,2,5,4,4,5,5,3,5,5,5,5,5,5,4,3,2,4,4,0,4,3,3,1,2,3,5,5,,,,,,,,7,,9,10,,,,,,,,4,5,6,7,,9,10,11,,,,,2,3,,5,6,,,9,2,2,,,,,2,14,,2, +12773213299,1,3,3,1,1,3,1,1,1,2,5,1,1,1,5,2,3,3,3,1,3,4,5,1,2,5,5,2,4,4,2,3,4,2,5,2,3,1,1,1,5,4,,,,,,,6,7,8,9,10,,,,,,,,,,,7,8,9,10,,,,,,2,3,4,5,,,,9,2,2,,,,,1,2,,1, +12773179445,1,3,2,2,4,4,5,3,4,5,4,2,2,2,1,1,5,5,5,5,5,5,5,5,5,5,4,2,4,2,2,2,3,4,5,1,1,1,1,1,5,4,,,,,,5,6,,,,10,,,,,1,,,,5,6,,,,10,,,,,,2,,4,5,,,,,2,2,,,,,1,14,,2, +12772515396,1,3,3,1,4,2,1,2,3,4,2,2,3,1,1,2,5,3,2,5,5,5,5,5,5,4,1,3,4,3,3,5,4,4,5,5,3,3,1,3,3,5,0,,,,,,,,,,,,,,,,,3,,5,,,,,10,,,,,,2,3,4,,,,,,2,2,,,,,2,14,,17, +12772253413,1,2,1,3,5,5,4,5,5,5,5,5,5,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,4,1,3,5,2,4,5,5,4,5,4,2,3,3,0,,,,,,,,,,,,,,,,,,,,,,,9,,,,,,,,3,,,,7,,9,2,2,,,,,2,14,,17, +12772250775,1,2,1,1,4,3,4,4,4,5,2,5,2,3,2,3,5,4,5,5,4,4,3,4,5,4,3,2,3,2,3,4,0,0,3,2,4,1,1,1,5,5,,,,,,,,7,,9,,,,,,,,,4,5,,7,,,,,,,,,2,3,4,5,,,,,2,1,,,,3,2,7,,5, +12770650499,1,3,2,1,2,2,2,3,4,5,2,4,3,1,4,3,5,5,3,5,5,5,5,5,5,2,5,4,4,3,3,4,4,3,4,3,3,2,1,3,5,2,,1,,3,4,,6,7,,,,,,13,,1,,3,4,5,6,7,,,10,,,13,,1,,3,4,5,6,,8,9,2,1,,1,,,2,2,,11, +12770433881,1,3,2,1,2,2,2,2,3,4,2,3,2,2,2,1,4,3,2,5,3,3,5,3,5,4,5,2,3,2,1,5,3,3,4,2,4,1,1,1,5,5,,,,,,,,,,,,,,,,,,3,,5,6,7,,,10,11,,,,,2,3,4,5,6,,,9,2,1,,,,3,2,7,,0, +12770404440,1,4,3,1,2,3,3,1,2,2,2,2,1,1,3,3,4,4,4,3,4,4,4,4,3,2,4,4,3,4,4,3,4,3,3,3,2,1,1,2,5,4,,,2,,,,,7,,9,10,,,,,,2,,,5,6,7,,9,10,,,,,1,2,3,4,,,,,,2,1,,,,3,2,14,,5, +12769668362,1,2,1,1,2,4,2,3,4,2,2,4,2,2,3,4,2,3,2,4,4,2,4,4,5,2,4,4,4,2,3,3,2,3,2,3,2,1,1,2,5,5,,1,2,3,4,,6,7,,,,,,13,,1,2,3,,5,6,7,,9,,,,13,,1,2,3,4,5,6,,,9,2,1,,,,3,2,4,,11, +12769498656,1,4,3,1,1,2,1,1,2,2,1,1,1,1,1,1,,4,3,1,3,3,2,2,2,5,5,4,3,2,1,2,4,4,3,,1,2,1,2,5,4,,,2,,,5,6,,,,10,,,,,,2,,,5,6,7,,9,,,,,,,2,3,4,5,,,,,2,1,,,,3,2,14,,5, +12769278181,1,3,3,3,4,2,2,3,4,5,5,,2,2,4,4,2,2,2,2,2,3,4,2,1,2,2,2,5,4,5,4,5,5,5,3,4,2,1,2,6,6,,,,,,,6,7,,,,,,,,,,,4,,,,,,,,,,,,,3,,,,,,9,2,2,,,,,2,14,,17, +12769260391,1,4,3,1,5,4,3,3,5,5,3,5,3,1,2,2,5,5,4,5,5,3,5,5,5,1,2,3,3,2,2,3,3,3,2,1,3,1,1,2,5,5,,1,,3,,,,,8,9,,,12,,,1,,,,5,6,7,,,,,,,,1,2,3,,,,,,9,2,2,,,,,2,17,,5, +12769200495,1,3,2,1,4,4,4,4,3,4,3,5,3,2,3,4,4,4,3,5,3,5,5,4,5,2,3,3,4,2,2,4,3,3,4,2,4,1,1,2,4,5,,1,,,,5,,7,,,,11,,13,,,,3,,5,6,,,,,,,,,,2,3,4,5,6,,,,2,1,,,,3,2,14,,2, +12769185130,1,2,2,3,4,4,3,2,4,5,3,3,2,1,3,2,3,3,2,5,4,4,4,3,5,4,3,2,3,3,2,3,3,3,3,2,3,3,2,2,6,5,0,,,,,,,,,,,,,,,,,,,5,6,7,,,,11,,,0,,,,,,,,,,2,2,,,,,1,7,,5, +12769156592,1,4,3,1,4,2,4,2,4,4,4,4,1,1,2,4,2,5,5,5,5,5,5,5,4,2,4,5,5,3,3,3,5,5,5,2,3,1,1,1,4,3,,,,,,5,6,,8,9,,,,13,,,2,,,5,6,,8,9,,,,,,,2,3,4,5,,,,9,2,2,,,,,2,14,,17, +12769067309,1,3,2,1,3,5,4,2,4,3,3,2,1,1,2,2,2,3,4,4,4,2,5,1,3,2,3,1,5,4,5,3,5,5,4,2,4,1,1,1,1,5,,,,3,,5,6,7,,9,10,,,,,,,,,,,7,,9,,,,,,1,2,3,4,5,6,7,,9,2,2,,,,,2,7,,5, +12768316286,1,4,2,1,1,2,1,1,4,2,2,2,2,1,1,1,2,2,2,1,3,5,5,1,2,4,4,2,4,2,2,4,4,2,2,2,2,1,1,1,5,5,,1,,3,4,5,6,7,,9,10,,,,,1,,3,,5,6,7,,9,10,,,,,1,2,3,4,5,6,,8,9,2,2,,,,,2,5,,1, +12768073120,1,4,3,3,4,2,2,2,2,5,2,5,2,1,1,2,5,5,5,5,5,5,5,5,5,5,1,2,4,3,3,3,3,4,3,3,3,1,1,2,5,5,,,,3,,5,6,7,,9,10,,,13,,,2,3,,5,6,7,,9,,,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,2,,11, +12767814574,1,3,2,1,3,3,2,2,1,4,2,2,3,1,1,2,3,4,3,4,3,3,3,3,4,1,1,3,3,3,3,4,4,3,4,1,3,1,1,1,5,5,,,2,3,4,5,6,7,8,,10,,,13,,1,2,3,4,5,6,7,8,,10,,,,,1,2,3,4,5,,,,9,2,1,,,,3,2,6,,4, +12767785927,1,2,1,1,4,4,4,1,4,5,2,2,1,1,2,3,4,4,4,5,5,0,5,4,5,1,4,4,4,3,3,3,4,0,4,3,1,1,1,1,6,5,0,,,,,,,,,,,,,,,,,,4,5,,7,,9,,11,,13,,,,3,,,,,,9,2,2,,,,,2,9,,0, +12767651724,1,3,2,2,2,2,1,1,3,5,2,2,2,2,2,1,5,5,2,5,5,5,5,5,5,4,5,3,5,3,3,4,5,5,5,2,2,1,3,1,6,5,,,,,,,6,7,,,,,,,,,,,,5,6,,,,,,,,,,2,3,4,5,,,,9,2,2,,,,,2,14,,17, +12767625379,1,4,3,1,2,2,1,2,2,2,2,3,4,3,4,3,2,2,1,4,2,2,2,4,4,5,5,4,2,1,1,2,2,2,2,2,1,2,1,1,3,3,,,,,,5,6,7,,9,,,,,,,,,,5,6,7,,9,,,,,,,,3,4,5,,,,,2,1,,1,,3,2,14,,1, +12767608164,1,4,3,1,2,3,2,3,4,5,3,4,1,1,1,3,2,5,4,5,4,3,5,5,4,3,2,4,4,4,3,3,4,4,4,2,3,2,1,1,3,4,,1,,3,,,6,7,,9,,,,,,,2,3,,,6,,,9,10,,,,,1,2,3,,,,,,,2,2,,,,,2,12,,15, +12767484295,1,4,3,1,3,2,3,2,3,4,3,2,1,2,2,3,4,3,4,4,4,4,4,4,3,4,4,4,4,3,3,3,4,4,4,2,4,2,2,2,5,5,,,,3,,,6,7,,,,,,,,,,3,,,6,7,,,,,,13,,1,,3,4,5,,,,9,2,1,,,,3,2,2,,1, +12767442506,1,2,2,1,3,4,2,2,3,2,3,3,1,2,4,4,3,2,2,3,2,1,1,2,1,3,5,4,4,4,2,3,3,3,4,2,3,2,1,2,5,5,,,2,,4,5,6,,,,10,11,,,,1,2,3,4,5,6,7,,9,10,11,,,,,2,3,4,5,6,,,9,2,1,,,,3,2,14,,1, +12767411842,1,2,1,2,4,5,4,2,5,5,3,4,2,1,5,2,4,5,3,5,4,3,5,5,5,2,2,2,4,3,2,3,3,4,4,1,1,1,1,3,5,5,,,,,4,5,6,7,,,10,,,,,,,,,,6,7,,,10,,,,,1,,3,4,5,,,,9,2,1,,,,3,2,7,,5, +12767143311,1,4,3,1,4,4,2,1,2,5,2,3,1,1,2,3,5,5,5,5,5,5,5,5,2,5,5,5,4,2,3,2,4,4,4,2,3,2,4,2,5,5,,,,,,,,,,,,,,,,,2,,,5,,7,,,10,,,,,,,,4,,,,,9,2,1,,,,3,2,14,,2, +12767130560,1,2,1,1,4,4,2,2,5,4,2,2,2,1,2,2,2,4,4,5,4,4,5,4,5,1,1,2,3,3,2,4,3,4,4,2,3,1,1,2,3,3,,,,3,,,6,7,,9,10,,,,,,2,,,5,6,7,,9,10,,,,,1,2,3,4,5,,,,,2,1,,,,3,2,14,,2, +12766939305,1,4,3,1,4,5,3,1,5,4,2,2,2,1,5,4,4,3,2,1,4,4,4,4,5,1,5,4,4,3,2,2,4,5,2,2,1,1,1,1,3,5,,,,3,4,5,6,7,,,,,,,,,,3,,,6,7,,,,,,,,,2,3,4,,,,,9,2,1,,,,3,2,15,,5, +12766785314,1,2,1,1,3,2,1,1,4,4,1,2,1,1,1,2,3,2,2,3,5,4,5,4,5,4,5,2,5,2,1,3,5,4,3,4,2,1,1,1,5,5,,1,,,,5,6,,,,10,,,,,1,,3,,5,6,7,8,,,,,,,1,2,3,4,5,,,,,2,2,,,,,2,7,,2, +12766714422,1,3,2,1,2,4,4,2,2,3,2,2,2,1,1,3,3,4,3,3,4,3,3,4,5,1,1,3,3,4,3,2,4,4,4,3,3,2,1,2,3,5,,,,,,5,6,,,9,,,,,,,2,3,,5,6,,,9,10,,,,,,2,3,4,5,,,,9,2,1,,,,3,1,2,,5, +12766662861,1,2,1,1,4,4,4,2,4,4,2,4,2,1,5,1,5,5,5,5,5,5,5,5,5,5,5,5,4,2,1,2,3,5,3,1,3,3,2,1,3,5,,,,,,,6,,,,,,,,,,,,,,6,7,,,,,,,,,,3,4,5,,,,,1,1,,1,,,2,14,,5, +12766445272,1,3,2,1,4,4,3,4,4,4,4,4,3,1,3,4,3,5,5,5,5,5,5,5,5,1,4,5,5,3,2,5,4,4,5,3,3,2,1,2,5,5,,1,,,,5,6,,,,,11,,,,,,,4,5,6,7,,,,11,,13,,,,3,4,,,,8,9,2,2,,,,,2,14,,2, +12766299557,1,4,3,1,4,4,2,2,4,5,3,4,2,2,3,3,5,5,5,5,5,5,5,5,5,4,5,5,0,0,0,0,0,0,0,2,3,1,1,2,6,3,0,,,,,,,,,,,,,,0,,,,,,,,,,,,,,0,,,,,,,,,,2,2,,,,,2,14,,17, +12766294471,1,2,1,2,1,4,4,2,2,2,1,1,2,1,2,1,2,4,5,3,3,3,2,4,4,5,4,2,4,4,4,4,4,4,4,2,3,3,1,1,,5,0,,,,,,,,,,,,,,,,,3,4,5,6,7,,,,,,,,,2,3,,5,6,,,9,2,1,,,,3,2,14,,2, +12766235825,1,4,3,1,3,4,2,2,2,5,4,5,2,1,2,4,2,2,1,2,2,3,5,4,4,1,2,5,3,4,2,2,4,3,4,3,4,1,1,2,3,4,,,2,,,5,6,7,8,9,10,,,,,1,,,4,5,,7,8,9,10,11,,,,,2,3,4,5,6,,,9,2,2,,,,,2,5,,4, +12766192753,1,4,3,1,5,2,2,1,4,5,5,2,2,2,4,4,5,4,4,3,5,5,5,3,3,5,5,5,5,2,2,1,5,5,5,2,2,1,1,3,1,2,,,,,4,5,6,7,8,9,10,11,,13,,,2,,,5,6,7,,9,10,,,,,1,2,,4,5,6,,,9,2,2,,,,,2,14,,17, +12766188573,1,4,3,1,2,4,1,3,3,5,2,3,4,2,3,5,4,2,1,5,2,4,3,4,5,3,5,5,4,2,2,4,2,5,5,3,4,1,1,2,5,5,,,,3,,5,6,7,,,10,,,,,,,3,,5,6,7,,,10,,,,,,,,4,5,,,,,2,1,,1,,,2,4,,11, +12766177234,1,3,2,1,3,2,2,3,3,4,2,4,2,2,2,4,4,4,4,4,4,4,4,4,4,2,4,4,3,4,2,2,4,4,3,4,2,1,1,2,3,3,,,,,,,,7,,9,,,,,,,,3,,5,6,7,,,10,,,,,1,2,3,4,,6,,,,2,1,,,,3,2,0,,11, +12766113514,1,4,3,1,4,4,2,4,3,4,2,2,1,1,3,4,5,5,4,4,4,5,5,4,4,2,2,2,4,3,2,4,5,5,5,2,2,1,1,1,4,5,,1,,3,,5,6,7,,9,,,,,,,,3,,5,6,7,,9,,,,,,,2,3,4,5,,,,,2,1,,1,,,2,14,,17, +12766055917,1,2,2,1,2,2,2,2,2,2,2,1,2,5,5,4,4,2,4,3,4,4,5,1,5,5,5,5,5,3,5,5,3,5,5,3,4,1,1,3,3,3,,1,,,,,6,7,,,,,,,,,,,4,5,6,,,,,,,,,,,,4,5,,,,9,2,1,,1,,,1,4,,11, +12765948691,1,2,1,1,5,3,2,2,4,3,2,2,2,4,4,3,5,5,5,2,5,5,5,2,2,5,5,5,0,4,0,2,0,0,3,1,2,1,2,3,5,5,0,,,,,,,,,,,,,,,1,,,,,6,7,,9,,,,13,0,,,,,,,,,,2,1,,,,3,2,8,,5, +12765884852,1,4,3,1,2,2,2,2,3,2,2,2,2,2,2,2,2,4,2,2,4,4,4,2,2,4,2,3,3,3,2,3,4,4,4,2,2,1,1,1,5,3,,,,,,,6,7,,,,,,,,,,,,,6,7,,,,,,,,,,3,4,5,,,,,2,1,,,,3,2,2,,5, +12765686033,1,2,1,2,5,2,2,2,4,4,4,2,2,2,5,4,4,2,1,4,4,5,5,2,1,5,5,5,4,3,3,2,4,4,3,2,1,2,2,1,5,5,,1,,3,4,,6,7,,,,,,,,,,3,,,6,7,,9,,,,,,1,,3,4,5,,,,,2,2,,,,,2,14,,2, +12765597735,1,2,1,1,5,5,3,2,5,5,5,5,3,2,3,3,5,5,2,3,5,5,5,5,5,2,2,4,4,3,3,3,4,4,4,3,3,2,1,2,5,3,,,,3,,5,6,7,,9,,,,,,,,,,5,6,7,,9,,,,,,,2,3,,,6,,,9,2,1,,,,3,1,5,,1, +12765568771,1,2,1,1,2,3,1,2,3,4,3,2,2,2,4,3,4,3,1,3,5,5,4,3,4,5,5,4,3,3,3,2,4,5,3,2,2,2,1,1,1,2,,,,,,,6,7,,,,,,,,,,,,,6,7,,,,,,,,1,2,3,4,5,,,,,2,2,,,,,2,5,,5, +12765460306,1,3,2,2,5,5,5,2,5,5,5,5,5,5,2,5,5,2,2,5,5,5,5,5,5,5,5,5,4,2,2,3,3,3,3,2,4,1,1,2,5,5,,,,,,,6,,,,,,,,,,,3,,,6,7,,,,,,,,,,3,4,5,,,,,2,1,,,,3,2,7,,5, +12765455607,1,4,3,1,4,4,4,4,3,5,3,3,3,1,2,3,4,4,4,4,4,4,4,4,3,1,2,4,3,2,2,3,3,3,3,2,2,1,1,1,3,3,,1,,,4,,,7,,9,10,11,,,,,,,,5,,7,,9,10,,,,,,2,3,4,5,,,,9,2,1,,1,,,1,5,,4, +12765415517,1,3,2,1,2,2,2,2,2,5,2,4,2,4,2,4,5,5,2,5,5,5,5,4,5,5,5,5,3,2,1,2,4,3,3,2,2,2,2,2,4,5,,,,,,,6,7,,9,10,,,,,,,,,5,6,7,,9,,,,,,,,3,4,5,,,,9,1,1,,,,3,2,2,,11, +12765382154,1,3,2,1,2,2,2,1,4,4,1,3,2,1,5,4,3,4,3,5,3,4,2,4,5,2,5,5,5,,2,3,4,3,4,2,2,2,2,,4,5,,,,,,5,6,7,,9,,,,,,,2,,,5,6,7,,,,,,,,,2,3,4,5,6,,8,,2,1,,,,3,2,14,,5, +12765335216,1,2,1,1,5,5,4,4,5,5,1,4,1,1,1,3,5,5,4,5,5,5,5,5,5,3,4,5,2,4,3,2,3,3,5,3,2,1,1,1,1,2,,,,3,4,5,6,7,,,10,11,,,,,2,3,4,5,6,7,,,10,11,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,14,,5, +12765331725,1,3,2,1,4,4,4,4,4,4,4,4,2,2,2,2,,,,,,,,,,,2,2,3,5,1,3,5,5,5,3,3,1,1,1,1,5,,1,,3,,,6,7,,,,,,,,1,,3,,,6,,,,,11,,,,1,,3,,5,6,,,9,2,2,,,,,1,12,,5, +12765242216,1,4,3,2,3,3,2,2,2,3,2,3,1,1,2,2,3,3,4,4,3,3,4,5,5,3,4,3,3,3,,2,3,0,4,3,1,2,3,1,6,5,0,,,,,,,,,,,,,,,,2,,,,,7,8,9,,,,,,,,3,,,,,,9,2,1,,,,3,2,14,,2, +12765207636,1,2,2,1,3,2,2,4,4,2,3,2,2,1,1,1,2,4,4,5,3,5,5,1,1,1,1,3,3,2,2,4,4,4,5,1,1,1,1,1,5,2,,1,2,3,4,5,6,7,8,9,10,11,12,13,,,,3,4,,6,,,9,10,,,,,1,2,3,4,5,,,,,2,2,,,,,2,2,,14, +12764999343,1,3,2,1,3,3,3,3,4,5,5,4,1,2,1,2,3,4,4,5,4,4,5,5,2,2,1,2,,3,,4,3,0,4,4,3,2,1,1,6,2,0,,,,,,,,,,,,,,,,2,,,5,6,,,9,10,,,,,,,,,,,,,,2,2,,,,,2,2,,9, +12764934227,1,4,2,1,3,4,2,2,3,,4,4,2,2,2,2,5,5,2,5,3,5,5,5,2,4,2,2,0,0,3,0,0,0,0,2,3,2,1,1,5,5,,,,3,,5,,7,8,,10,,,,,1,,,4,5,6,7,,9,,,,,,,,,,,,,,9,2,2,,,,,2,6,,11, +12764398495,1,3,2,2,2,2,1,2,2,4,2,2,2,1,2,2,4,4,2,5,4,5,4,5,4,5,5,5,3,4,2,3,4,4,3,2,2,3,1,1,4,3,,,,3,,,6,7,,9,10,,,,,,,,,5,6,7,,9,,,,,,,2,3,4,5,,,,9,2,1,,,,3,2,14,,15, +12764391807,1,3,2,1,4,4,4,4,4,4,4,4,4,1,2,4,4,5,5,5,3,5,3,3,5,1,2,4,3,3,3,4,4,4,2,3,4,1,1,1,5,5,,,,,4,5,6,7,,,10,,,,,1,,,4,5,6,7,,9,10,,,13,,1,2,3,4,5,6,7,8,9,2,1,,,,3,1,7,,1, +12764374470,1,2,1,1,5,5,3,2,0,5,2,5,2,1,1,2,5,5,5,5,5,5,5,5,5,1,5,2,0,3,4,4,5,0,4,2,2,1,1,1,5,5,,,2,,,5,6,7,8,,10,,,13,,1,,,,5,6,7,,9,,,,13,,,,3,4,5,,,,9,2,1,,,,3,2,2,,9, +12764341691,1,2,3,2,4,4,4,2,4,4,2,2,4,1,1,2,5,5,5,5,5,5,5,5,5,2,2,5,3,3,2,3,4,4,3,3,3,2,1,2,2,2,,1,,,4,5,,7,,,,,,,,1,,3,,5,6,7,,,10,11,,,,,,3,4,5,6,,,,2,2,,,,,2,17,,5, +12764284385,1,4,3,1,4,1,4,1,2,3,2,1,1,1,3,1,2,2,2,2,5,5,4,1,2,5,5,2,,,,,,,,,,,,,6,4,0,,,,,,,,,,,,,,,1,,3,,5,6,7,,9,,,,,,1,2,,,,6,,,9,2,1,,,,3,2,7,,5, +12764278104,1,2,2,2,3,2,2,2,3,4,3,2,2,2,2,3,4,3,4,1,4,3,4,3,3,4,4,3,4,4,3,3,4,4,4,3,3,2,1,2,3,5,,,2,3,4,5,6,7,,,10,,,,,,,3,,5,6,7,,,,,,,,1,2,3,4,5,,,,,2,2,,,,,2,14,,15, +12764152925,1,2,1,1,3,2,1,2,4,4,3,2,2,2,2,1,4,4,1,4,4,4,4,1,4,4,4,2,3,2,1,2,3,2,2,1,2,1,1,2,5,5,,1,,3,4,5,6,7,8,,10,,,13,,1,2,3,4,5,6,7,8,,10,11,12,13,,1,2,3,4,5,6,7,8,9,2,2,,,,,2,3,,11, +12764104741,1,4,3,1,1,4,1,4,3,3,2,4,2,3,4,4,4,4,3,4,4,4,4,4,4,4,4,4,4,3,3,3,4,3,4,1,4,3,1,3,5,5,,,,,,,6,7,,,,11,12,,,1,,,,,6,7,,,,11,,,,,2,3,4,5,6,,,9,2,1,,1,,,2,0,,11, +12764004595,1,3,2,1,3,3,3,2,4,4,2,2,3,1,2,2,5,4,4,4,5,4,4,4,5,2,1,4,3,3,2,2,3,3,3,2,4,1,1,2,5,5,,1,,3,,,6,7,,,,11,,,,1,,,4,5,6,7,,,,,,,,,,3,4,5,,,,,2,1,,,,3,2,14,,17, +12763995343,1,2,1,2,4,2,5,1,4,5,2,4,1,2,4,1,1,1,2,1,2,3,2,2,2,5,1,1,4,2,2,1,4,3,4,3,3,1,1,1,5,5,,,,3,4,,6,7,,9,,,,,,,,3,4,5,6,7,,9,10,11,,,,,2,3,4,5,,,,9,2,1,,,,3,4,0,,2, +12763990985,1,3,2,1,1,4,2,1,1,2,1,1,1,4,4,4,2,4,2,1,2,2,2,2,1,4,4,4,4,5,4,3,5,4,4,1,2,2,1,1,5,5,,,2,3,,5,6,7,,,10,11,,,,,,3,4,5,,7,,,10,,,,,1,2,3,,,6,,,,2,1,,1,,,2,14,,1, +12763946483,1,3,2,1,5,5,1,2,4,4,2,2,2,1,4,4,4,4,2,4,4,4,3,5,4,4,5,4,3,3,1,3,2,3,2,1,2,3,1,1,3,5,,,,,,,6,7,,,,,,,,1,,,4,5,6,7,,,,,,,,,,3,4,5,,,,,2,1,,1,,,2,14,,5, +12763935995,1,2,1,1,1,3,3,2,2,2,2,3,2,1,2,3,1,4,2,3,3,4,4,4,2,1,3,3,3,2,3,2,3,5,3,2,1,1,1,1,3,5,,,2,,,5,6,7,,9,,,,,,,2,,4,,6,7,,9,10,,,,,1,2,3,4,5,,,8,9,2,1,,,,3,1,17,,8, +12763854878,1,3,2,1,2,3,2,1,1,2,1,1,,1,3,1,2,5,5,5,5,5,5,5,5,4,3,5,2,3,2,4,4,3,5,4,2,1,1,2,5,5,,1,,,,5,6,7,8,9,10,,,,,,,,,,6,,,9,10,,,,,,2,3,4,5,,,,9,2,1,,,,3,4,0,,0, +12763844230,1,3,2,1,3,3,1,1,3,3,2,2,1,1,1,2,4,3,1,4,3,4,3,4,2,1,4,4,,3,1,3,3,3,3,2,1,1,1,1,6,6,,1,,3,,,,7,,9,,11,,,,,,,,,,7,,,,,,,,,,3,4,5,6,,,9,2,1,,,,3,2,3,,11, +12763815497,1,3,3,1,3,5,5,1,4,2,3,3,1,1,5,4,1,5,5,1,4,2,4,2,2,1,3,4,5,4,2,5,5,5,5,3,3,2,1,1,5,5,,,,,4,5,6,7,,9,10,,,,,,,,4,5,6,7,8,9,10,,,,,1,,3,,,,,,9,2,2,,,,,1,3,,11, +12763805308,1,4,3,1,5,3,2,1,4,5,2,3,1,1,3,3,3,3,3,1,2,3,5,3,3,5,4,4,5,5,3,5,5,5,5,5,5,1,1,3,3,2,,1,2,3,,5,,,,,,,,,,,,3,,5,6,7,,,,,,,,,,3,4,,,,,,2,1,,,,3,2,2,,0, +12763789958,1,2,3,1,4,2,4,2,4,4,4,2,2,2,3,3,4,2,4,4,4,4,4,2,4,4,5,5,3,2,3,3,3,3,4,2,2,3,1,2,3,2,,,,,,,6,7,,9,10,,,,,,,,,,,7,,9,10,,,,,,,,4,5,,,,9,2,2,,,,,2,17,,2, +12763760217,1,2,1,1,4,4,4,2,3,2,1,4,1,2,3,3,5,5,5,5,5,5,5,5,2,2,5,5,4,4,3,2,3,3,5,2,2,1,1,2,3,3,,1,,3,,,,7,,,,,,,,,,,,,6,7,,,,,,,,,,3,4,5,,,,9,2,1,,,,3,2,17,,5, +12763721959,1,3,3,1,3,1,3,1,3,3,3,3,3,3,3,1,2,1,2,1,2,3,3,1,4,5,2,1,3,3,2,3,3,3,3,1,3,1,1,1,1,3,,,,,,,6,,8,9,,11,,,,,,,,5,6,7,,9,,,,,,,,3,4,5,,,,9,2,2,,,,,2,17,,5, +12763719434,1,3,2,2,5,5,5,2,5,5,5,1,2,5,5,1,5,5,5,4,5,5,5,1,2,5,5,1,4,4,4,4,4,4,4,3,2,1,1,1,6,4,,1,,3,4,5,6,7,,9,10,11,,13,,1,,,4,5,6,7,,9,10,11,,,,1,2,3,4,5,,,8,9,2,1,,,,3,2,14,,0, +12763712915,1,4,3,1,3,3,3,2,4,3,3,3,2,2,2,2,4,5,4,2,4,5,4,3,5,3,3,2,4,4,3,2,4,4,4,2,3,1,1,3,2,2,,,,,,5,6,7,,9,10,,,,,,,,,5,6,7,,9,10,,,,,1,2,3,4,5,,,,9,2,2,,,,,2,14,,2, +12763702856,1,4,3,1,4,4,4,1,4,4,4,1,2,2,4,3,5,3,3,5,5,5,5,5,5,5,5,5,5,4,2,5,5,4,5,4,3,2,1,1,3,2,,,,,,,,7,8,9,10,,,,,,,,,,6,7,,9,10,,,,,,,3,,,,,,9,2,2,,,,,2,14,,2, +12763683560,1,2,1,2,5,2,4,4,4,4,5,2,3,5,3,4,5,2,4,4,2,5,5,1,4,2,3,3,5,1,2,2,4,4,5,3,3,1,2,1,3,4,,,,,,5,6,7,,9,10,,,,,,2,,,,6,7,,9,10,,,,,,2,3,4,,,,,,2,2,,,,,1,14,,1, +12763673795,1,2,1,1,1,1,1,1,3,3,3,3,1,1,1,1,1,4,1,1,5,5,5,5,1,5,5,4,4,3,1,2,5,3,4,1,1,2,1,1,3,2,,,,3,,,6,,8,,10,,,,,,,3,,,6,,8,,,,,,,1,2,,4,5,6,,,,2,2,,,,,2,2,,9, +12763663431,1,2,1,1,3,1,1,1,3,3,3,2,2,2,2,2,4,1,2,1,2,4,4,2,4,5,3,1,3,1,1,1,2,3,1,2,1,1,1,1,5,5,,1,,3,4,5,6,7,,,,,,13,,,,3,4,5,6,7,,,,11,,,,,2,3,4,5,6,,8,9,2,1,,,,3,2,3,,11, +12763656564,1,2,1,2,2,2,2,2,3,3,2,3,2,3,1,1,2,2,2,5,3,2,3,4,2,5,2,3,4,3,3,3,4,4,5,4,2,2,2,3,5,5,,1,2,3,4,5,6,7,,9,10,11,,13,,,2,3,,5,6,7,,9,,,,,,1,2,3,4,5,6,,,9,2,2,,,,,2,14,,2, +12763654307,1,3,3,1,2,2,2,1,2,3,1,2,1,1,4,3,2,5,4,1,5,3,3,5,2,5,5,5,4,2,3,1,4,4,4,4,1,2,2,2,3,3,,,,3,,,6,,,9,,,,,,,,3,,5,6,,,9,,,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,14,,1, +12763652479,1,2,1,1,3,1,2,1,2,4,2,3,2,2,2,3,2,2,2,2,4,4,5,5,5,5,4,2,4,1,1,1,4,3,2,3,1,1,1,1,5,5,,1,,3,4,5,6,7,,,10,11,,,,1,,3,4,,6,7,,9,,,,,,,,3,4,5,6,,,9,2,1,,,,3,2,3,,11, +12763638808,1,2,1,1,4,3,4,2,4,5,3,3,2,1,5,2,4,3,4,2,4,4,4,4,4,4,4,4,3,2,2,2,2,4,2,3,3,3,1,1,4,4,,,,3,4,,6,7,,,,,,,,1,,,4,5,,7,,,,,,,,,,,,5,6,,,9,2,2,,,,,2,14,,5, +12763616380,1,4,3,1,4,4,4,2,4,4,4,4,2,1,4,4,2,3,2,2,3,3,4,3,2,1,1,4,5,5,4,3,5,5,5,2,5,1,1,3,2,1,,1,,3,4,5,,7,,,,,,,0,,,,,,,,,,,,,,,1,2,3,,5,6,,,9,2,2,,,,,2,17,,17, +12763594066,1,4,3,1,2,2,2,2,5,4,4,2,2,3,3,2,3,2,4,2,3,2,2,3,3,5,4,1,3,2,2,3,3,4,3,3,4,1,1,2,3,4,,1,,3,,5,6,7,,,10,11,,,,,,3,4,5,6,7,,,,11,12,,,1,2,3,4,5,6,7,8,9,2,2,,,,,1,0,Kurdish,0,Theist +12763574889,1,3,2,1,1,4,4,1,1,5,1,4,1,1,5,5,5,5,5,5,5,5,5,5,5,5,5,5,4,2,2,3,2,2,3,2,2,1,1,1,5,5,,,,,,,6,7,,9,,,,,,,,,,,6,7,,9,,,,,,,,3,4,5,,,,,2,1,,1,,,2,14,,5, +12763558079,1,2,1,1,2,2,2,2,1,4,1,1,2,1,1,3,4,5,5,5,5,5,5,2,5,1,1,5,3,2,2,3,2,0,5,1,4,1,1,2,3,5,,1,,3,4,5,6,7,,,10,,,,,,2,,4,5,6,7,,9,10,,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,14,,2, +12763479209,1,4,3,1,1,2,1,2,2,2,1,2,2,1,2,3,4,4,2,5,5,4,4,5,5,1,4,5,4,3,3,4,3,4,4,1,2,1,1,1,5,5,,,,,4,5,6,7,,9,10,,,,,,,3,4,5,,7,,,10,11,,,,,,3,4,5,,,,9,2,1,,1,,,2,14,,5, +12763458408,1,4,3,1,2,1,2,1,2,2,2,1,1,1,2,3,3,3,4,4,2,4,2,2,4,5,3,5,4,2,1,2,3,4,4,1,1,1,2,1,5,5,,,,3,,5,6,7,8,9,,,,,,,2,3,,5,6,7,8,9,10,,,,,1,2,3,4,5,,,,9,2,2,,,,,2,14,,5, +12763438868,1,4,3,1,3,3,1,2,2,4,3,2,1,1,2,1,3,3,2,5,3,3,5,5,4,4,5,3,3,4,4,5,3,3,5,3,4,3,2,3,3,5,,,,,,,6,7,,,,,,,,1,,,,5,6,,,,,11,,13,,1,,3,,5,,7,,,2,2,,,,,2,2,,9, +12763392299,1,2,1,1,5,4,2,1,4,5,2,1,1,2,2,2,4,5,5,2,4,5,4,1,1,4,5,4,4,3,3,1,4,4,3,1,2,1,2,2,3,5,,1,2,3,4,5,6,7,,,,,,,,,,3,4,5,6,7,,,,,,,,,,3,4,5,,,,,2,2,,,,,2,14,,5, +12763367252,1,4,3,1,4,4,1,4,4,4,4,4,4,1,4,4,2,4,1,5,4,5,5,4,5,5,3,4,5,5,3,5,5,5,5,5,5,2,1,3,1,1,,,,3,4,5,6,7,,9,,,,,,,,3,4,5,6,7,,9,10,11,,,,1,2,3,,5,,,,,2,1,,,,3,2,17,,1, +12763338252,1,2,1,2,2,3,1,2,2,3,2,2,1,4,4,3,3,2,1,2,2,3,4,1,1,4,4,3,3,3,3,3,4,4,4,3,2,2,1,2,3,4,,,,3,,,6,7,,,,,,,,,,,,5,6,7,,9,,,,,,,,3,4,5,,,,9,2,1,,,2,3,1,14,,17, +12763334960,1,3,3,1,2,5,2,1,5,4,2,2,1,1,2,5,1,4,4,4,4,2,5,5,1,2,5,5,3,3,1,2,3,3,3,3,3,1,1,1,4,4,,1,2,3,4,5,6,7,8,9,10,,,13,,1,2,,,5,6,7,,9,10,11,,13,,1,2,3,4,5,6,,8,9,2,2,,,,,2,14,,5, +12763314414,1,4,3,1,3,4,2,2,2,5,2,2,5,1,1,2,4,5,5,5,3,5,3,3,5,1,1,2,2,3,3,2,3,3,3,3,1,1,1,3,3,5,,,2,,,5,6,,,,10,,,,,,,,,5,6,7,,,,,,,,,,,4,5,,,,9,2,1,,,,3,2,12,,12, +12763305224,1,2,1,1,5,5,3,4,5,5,4,5,2,3,5,5,3,3,2,5,4,3,4,4,2,5,5,4,0,0,2,3,4,0,4,3,1,1,3,1,5,5,0,,,,,,,,,,,,,,,,,,,5,6,7,8,,10,,,,,,2,3,4,5,6,,,,2,1,,,,3,2,14,,17, +12763278605,1,3,2,1,2,2,2,1,2,2,2,2,1,2,2,2,5,5,3,2,5,5,5,5,2,5,5,4,5,4,5,2,5,5,5,5,2,2,1,2,3,1,,1,,,4,,6,7,,,,,,,,,,3,4,,6,7,,,,,,,,1,,3,,5,,,,9,2,1,,,2,,2,14,,17, +12763278046,1,3,3,1,3,3,2,1,5,5,3,4,2,1,4,2,3,3,1,3,2,4,4,2,3,1,2,2,1,3,1,2,3,4,3,2,1,1,1,1,4,5,,,,3,,5,6,,8,9,10,,,,,,,,,5,,7,8,9,,,,13,,1,2,3,,,6,,,9,2,2,,,,,2,13,,17, +12763273650,1,3,3,1,3,4,4,1,4,4,2,3,2,2,4,5,3,4,4,3,4,4,4,3,3,4,4,4,4,4,3,3,4,3,3,2,3,2,1,2,4,3,,,2,,4,5,6,,,9,10,,,,,,,,,5,6,7,,9,10,,,,,1,2,3,4,5,,,,9,2,1,,,,3,1,14,,17, +12763268597,1,2,1,1,3,3,1,2,5,3,2,3,2,1,3,1,0,2,3,0,5,3,5,0,2,2,5,2,2,4,4,2,4,4,4,3,1,1,1,2,3,3,,,,3,,,6,7,,,10,,,,,,,,,,6,7,,,,,,13,,,,3,4,,6,,,9,2,2,,,,,2,6,,11, +12763249317,1,3,3,1,3,2,1,1,4,3,2,2,1,1,2,2,2,2,2,1,3,4,3,1,1,2,5,5,5,5,2,3,5,5,5,3,3,1,1,2,5,5,,,,,,,6,7,,,,,,,,,,,,5,6,7,,,10,,,,,1,2,3,4,5,6,,,9,2,2,,,,,2,14,,1, +12763214157,1,2,1,2,2,4,2,1,2,4,1,2,1,1,2,4,4,4,4,4,4,4,4,4,4,5,5,4,2,3,2,3,3,3,4,1,1,2,1,1,3,3,0,,,,,,,,,,,,,,,,,,4,,6,7,,9,10,11,,,,1,2,,4,5,,,,9,2,1,,,,3,2,7,,15, +12763205670,1,4,3,1,3,3,3,3,3,3,2,3,2,1,3,1,5,5,5,5,5,5,5,5,5,1,5,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,,1,,,,,6,7,,,10,,,13,,,,,,,6,,8,9,,,,,,,,3,4,5,,,,9,2,1,,,,3,1,14,,0, +12763169533,1,3,2,2,5,5,4,5,5,5,5,5,5,5,5,5,5,5,2,5,5,5,5,5,5,5,5,5,5,5,4,5,5,5,5,3,5,5,5,5,2,2,,1,2,3,4,5,6,7,8,9,10,11,12,13,,1,2,3,4,5,6,7,8,9,10,11,12,13,,1,2,3,4,5,6,7,8,9,2,1,,,,3,1,14,,17, +12763167918,1,3,2,1,3,2,1,1,4,5,2,2,1,1,2,4,3,2,2,5,4,3,3,3,5,4,5,5,4,4,1,1,4,4,1,1,1,1,3,1,3,5,,,,,,5,6,7,,,,,,,,,,3,,5,6,7,,,,11,,,,1,,3,4,5,,,,,2,2,,,,,2,14,,1, +12763143324,1,3,2,2,3,2,1,3,2,3,2,3,1,5,5,4,4,3,2,4,4,4,4,4,3,5,4,4,3,2,2,1,3,3,3,2,1,1,1,1,5,5,,,,3,,,6,,,,10,11,,,,,2,3,,5,6,,8,9,10,,,,,,,3,4,5,6,,,9,2,1,,1,,,2,14,,2, +12763131348,1,4,3,2,3,2,1,3,3,4,2,,2,2,5,5,4,4,2,4,4,4,5,4,5,5,5,4,4,3,1,3,3,4,3,2,3,2,1,1,6,5,0,,,,,,,,,,,,,,,,,3,4,5,,7,,,,,,,,,2,3,,,,,,,2,1,,,,3,2,14,,17, +12763095298,1,2,1,1,2,2,2,2,2,2,2,3,2,2,4,2,1,3,2,4,2,1,1,3,2,5,4,4,4,5,3,4,3,3,4,4,4,2,1,4,5,5,,,2,3,4,5,6,7,8,,10,11,,13,,,2,3,4,5,6,7,8,9,10,11,,13,,1,2,3,4,5,6,,8,9,1,1,,,,3,2,10,,5, +12763035737,1,4,3,1,3,4,4,2,2,5,3,4,2,1,4,4,1,3,1,1,1,4,3,1,1,1,1,2,3,3,2,3,3,3,3,1,2,2,1,1,5,5,,,,,,,6,7,,,,,,,,,,,,,6,7,,,,,,,,,,,4,5,,,,,2,2,,,,,2,5,,17, +12763006666,1,4,3,1,4,2,2,2,4,5,2,4,1,1,2,2,5,2,2,4,4,3,5,4,2,4,2,2,4,1,1,3,4,4,4,3,2,2,1,1,5,5,,,,,,,6,7,,,10,,,,,,,,,,,,,,10,,,,,,2,3,,,,,,9,2,2,,,,,2,17,,17, +12762974565,1,4,3,2,2,2,1,2,2,2,2,3,1,2,4,4,1,5,1,2,1,2,3,3,1,4,5,4,4,5,5,3,4,3,4,3,2,1,1,4,3,4,,1,,,,5,6,7,8,9,10,,,,,1,,3,4,,6,7,,9,10,,,,,,2,3,4,5,,,,9,2,1,,1,,3,2,14,,5, +12762966135,1,3,2,1,5,3,1,2,5,5,4,4,2,2,2,3,3,2,1,3,3,4,5,3,4,4,4,5,4,3,3,2,3,3,3,2,3,2,1,1,4,3,,,2,3,4,5,6,7,,9,10,11,,,,,,3,4,5,6,7,,9,,11,,,,,2,3,4,5,,,,9,2,2,,,,,3,2,,2, +12762941389,1,2,1,1,5,5,5,5,1,5,4,5,5,1,1,3,5,5,3,5,5,5,5,4,4,1,2,2,3,3,2,4,3,3,3,4,3,1,1,2,3,2,,1,2,,4,,6,7,,9,10,,,,,,,,,,6,7,,9,10,,,,,1,2,3,4,5,6,,,9,2,1,,1,2,,2,3,,11, +12762921608,1,2,1,1,3,3,2,2,3,3,2,3,2,2,2,3,2,2,2,2,2,3,3,2,2,4,3,3,3,3,3,3,3,3,3,3,3,1,1,1,4,4,,,,3,,5,6,7,,,,11,,,,1,,3,,5,6,7,8,,,11,,,,,2,3,4,5,6,,,9,2,1,,,,3,2,2,,5, +12762888773,1,2,1,2,2,,1,2,3,2,2,3,2,3,2,4,3,3,1,5,2,3,3,2,1,5,5,5,4,3,1,3,2,2,2,2,2,1,1,3,5,5,0,,,,,,,,,,,,,,,1,,3,4,5,6,7,,9,10,11,,13,,1,2,3,4,5,6,7,,9,2,1,,,,3,2,4,,1, +12762870081,1,2,1,1,4,2,1,2,5,5,4,4,1,1,4,1,2,2,2,3,2,0,4,1,5,5,5,4,4,4,2,3,5,5,5,2,4,1,1,2,5,5,,,,3,,5,6,7,,9,,,,,,,,3,,5,6,,,9,10,11,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,10,,17, +12762868265,1,2,1,1,5,4,2,4,5,5,5,4,2,5,4,2,5,5,2,5,5,5,5,5,5,5,5,5,5,2,2,4,5,5,5,1,4,2,1,2,4,5,,,,3,4,5,6,7,,,10,11,,,,,,3,4,5,6,7,,,10,11,,13,,1,2,3,4,5,6,,,9,2,2,,,,,2,10,,17, +12762858013,1,4,3,2,5,5,3,3,4,5,2,3,3,2,3,2,2,5,3,3,4,5,3,5,5,2,3,2,0,2,3,3,0,3,3,1,3,1,1,1,6,5,0,,,,,,,,,,,,,,,,,,,5,6,7,,9,,11,,13,,,2,3,,5,,,,9,2,1,,1,,3,2,3,,11, +12762819814,1,3,2,1,2,1,1,1,2,3,1,2,1,4,4,3,1,1,4,1,1,1,1,2,4,4,4,4,4,3,4,3,3,3,3,4,3,2,2,2,5,5,,1,,3,,5,6,7,,,,,,,,,2,3,4,5,6,7,,9,,11,12,13,,,2,3,4,5,,,,9,2,2,,,,,2,10,,15, +12762770519,1,3,2,3,2,3,2,2,2,4,2,1,2,2,2,1,5,5,5,5,5,5,5,2,5,5,5,2,3,4,3,4,4,5,4,3,3,2,1,2,5,5,,1,,,,5,,7,8,9,10,,,13,,1,,,,5,6,7,,9,10,,,,,,,3,4,5,6,,,9,2,2,,,,,2,14,,2, +12762761109,1,2,2,1,4,5,2,3,4,5,3,5,4,2,4,4,5,5,4,4,5,5,5,5,5,5,5,5,3,3,2,3,4,3,4,2,3,2,1,1,5,5,0,,,,,,,,,,,,,,,,,,,,6,7,,9,,,,,,,,3,4,5,,,,9,2,2,,,,,2,14,,5, +12762758514,1,3,3,2,1,3,3,3,1,1,1,2,1,3,2,1,1,4,4,1,1,1,1,4,1,5,4,1,1,1,1,1,1,1,1,1,1,1,1,1,5,5,,,,,,5,6,7,,9,,11,,,,,,,4,5,6,7,,9,,11,,,,1,2,3,4,5,6,,,9,1,1,,1,,,2,3,,11, +12762743083,1,2,1,1,2,4,1,4,1,2,2,4,1,2,4,4,2,3,2,5,2,2,2,2,1,4,4,4,4,2,2,3,4,4,4,1,3,1,1,3,4,4,,,,,,5,6,7,,,10,11,,13,,,,3,,5,6,7,,,10,,,,,1,2,3,4,5,6,,,9,2,1,,1,,,2,2,,2, +12762732125,1,4,3,1,3,3,2,2,3,3,4,3,2,2,2,4,2,2,2,2,2,4,4,2,3,4,4,4,4,1,1,3,4,4,3,4,4,1,1,2,4,3,,,,,,5,6,7,8,,10,,,,,,,,4,5,6,7,8,,10,,,,,1,2,3,4,5,6,7,,9,2,2,,,,,2,14,,17, +12762725067,1,4,3,1,5,4,4,3,4,4,2,3,2,1,3,2,2,4,2,4,3,3,2,2,4,1,2,1,4,4,2,3,3,4,3,1,1,1,1,2,5,5,,1,2,3,4,5,6,7,,,10,11,,13,,,,3,4,5,6,7,,,,11,,13,,1,2,3,4,5,,,8,9,2,1,,1,,,2,14,,5, +12762697201,1,4,3,1,3,3,2,2,3,3,2,2,2,1,1,1,4,5,4,4,4,3,5,2,5,1,2,1,3,2,1,4,3,5,4,2,3,1,1,2,2,2,,,,,,5,6,7,,9,,,,,,1,,3,4,5,6,7,,9,,,,,,1,2,3,4,,,,,9,2,2,,,,,1,14,,17, +12762689225,1,4,3,1,2,4,2,2,3,5,2,2,2,2,3,5,4,3,2,3,4,3,4,5,2,4,5,4,4,4,3,3,4,5,4,4,3,2,2,3,5,5,,1,2,,4,5,,7,,,,11,,,,1,,3,4,5,6,7,,,10,,,,,1,2,3,4,5,,,8,9,2,1,,,,3,2,14,,17, +12762677035,1,3,2,1,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,1,2,5,5,5,1,3,1,1,1,3,3,,,,,,5,6,,,,10,,,,,,,,,,,7,,9,,,,,,,,,4,,,,,,2,2,,,,,2,2,,16, +12762663007,1,3,2,2,3,1,1,1,3,0,4,3,2,1,2,4,2,4,1,1,2,3,5,1,4,0,2,4,5,3,2,4,4,3,4,2,3,1,2,1,6,4,,,2,3,,5,6,7,,9,10,11,,,,,2,3,4,,6,7,,9,10,11,,,,1,2,3,4,5,6,,,9,2,2,,,,,1,7,,0,Apatheistic +12762649984,1,3,2,1,1,2,2,1,1,1,1,2,1,3,2,3,2,5,4,2,2,3,2,3,1,5,5,5,2,3,2,2,2,2,2,2,2,1,1,1,4,4,,,2,,,5,6,7,,9,10,,,,,,2,,,5,6,7,,,10,,,,,1,2,3,4,5,,,,,1,1,,1,,,2,14,,2, +12762636233,1,4,3,1,0,0,0,2,5,4,4,5,3,1,1,0,5,4,4,2,5,4,0,5,5,1,1,3,4,5,3,4,5,5,5,3,4,1,1,2,4,4,,1,,3,,5,6,7,,,10,,,,,,,3,4,,6,7,,,,,12,,,1,2,3,4,5,6,,,,2,1,,,,3,1,6,,5, +12762627245,1,3,2,2,4,4,4,4,4,4,4,2,4,2,4,3,5,4,3,5,4,4,5,2,5,3,5,2,3,2,2,4,4,4,3,2,4,2,1,2,5,5,,,2,3,,5,6,7,,9,10,,,,,,,,,5,,7,,,10,,,,,,2,3,4,5,,,,9,2,2,,,,,2,14,,2, +12762626831,1,2,1,1,1,4,1,1,3,1,1,2,1,1,1,2,2,3,2,2,3,2,3,3,1,1,1,3,2,3,1,3,3,3,3,2,1,1,1,1,4,4,,,2,,,5,6,7,,9,10,,,,,,,3,,5,6,7,,9,10,,,13,,1,2,3,,5,6,,,9,2,2,,,,,2,4,,11, +12762626575,1,2,1,1,2,3,1,1,5,2,2,4,2,2,3,4,5,4,2,1,5,4,4,3,5,5,5,5,3,2,3,4,3,3,4,2,1,1,1,1,5,5,,,,,,,6,7,,,10,,,,,,,,,5,6,7,,,,11,,,,,,3,,5,,,,9,2,1,,,,3,2,14,,5, +12762624198,1,3,2,1,2,2,2,2,2,4,4,2,4,2,5,5,2,2,4,5,5,4,4,5,5,5,5,5,4,3,2,4,3,,4,3,3,1,1,2,3,4,,,,,,5,6,,8,9,10,,,,,,,,,5,6,7,,9,10,,,,,1,,3,,5,6,,,9,2,2,,,,,1,15,,5, +12762622168,1,3,2,1,3,2,2,2,3,3,2,4,3,2,4,1,4,4,3,4,3,4,4,4,5,3,3,1,4,3,1,3,4,4,3,1,3,1,1,1,4,5,,,,,,5,6,7,8,9,10,,,,,1,,3,4,5,6,7,8,9,10,11,,13,,1,2,3,4,5,6,,,9,2,1,,,,3,2,3,,11, +12762611787,1,4,3,2,4,4,2,2,4,5,2,4,1,1,4,1,2,4,4,4,4,5,5,4,2,4,5,1,5,4,3,5,4,3,4,2,2,1,1,1,2,2,,1,,3,,5,6,7,,,,11,,,,,,3,4,5,6,7,,9,,11,,,,,,3,4,5,,,,9,2,1,,,,3,2,14,,5, +12762608631,1,4,3,1,4,2,1,2,4,4,2,4,2,2,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,3,1,5,4,5,5,2,5,3,2,1,5,5,,,2,,,5,6,7,8,9,10,,,,,,,,4,5,,7,,9,,,,,,,2,3,4,5,,,,9,2,2,,,,,2,14,,2, +12762607888,1,4,3,1,2,4,2,2,2,2,2,2,1,2,1,2,5,5,5,5,5,5,5,5,1,5,4,5,3,3,2,3,3,3,3,3,3,2,1,2,5,5,,,,,,5,6,7,,9,10,,,13,,,2,,4,5,6,7,,9,10,,,,,1,2,3,4,5,,,,9,2,1,,,,3,2,14,,2, +12762600982,1,4,3,1,1,2,1,1,2,1,1,2,1,1,3,2,2,3,2,2,3,2,2,4,1,5,5,5,5,2,1,3,5,3,4,3,4,2,2,1,4,5,,,2,,,5,6,7,,9,10,,,,,,2,3,4,5,6,7,8,9,10,,,13,,1,2,3,4,5,,,,9,2,1,,1,,3,2,14,,1, +12762595696,1,2,1,2,1,2,1,2,4,3,3,3,1,5,5,3,4,1,1,4,3,3,3,3,1,5,5,2,3,2,1,2,3,3,3,1,1,1,1,1,5,5,,1,2,3,,5,6,7,8,9,10,,,,,1,2,3,,5,6,7,,9,10,,,,,1,2,3,4,5,,,,9,2,2,,,,,2,2,,7, +12762583762,1,4,3,1,2,4,3,1,3,2,1,1,1,1,1,1,2,3,4,4,3,5,4,3,5,4,1,3,5,4,3,4,5,5,5,4,3,2,1,1,3,5,,,,,,,6,7,,9,,,,,,,,,,5,6,7,,9,,,,,,,2,3,,,,,,,2,1,,1,,,3,14,,1, +12762573322,1,2,1,2,2,2,2,3,2,3,2,3,2,1,3,2,3,3,3,4,4,4,4,4,4,2,5,3,4,3,3,3,3,3,4,3,2,1,1,1,4,3,,,,3,,,6,7,,,10,11,,,,1,,3,4,5,6,7,,,10,11,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,14,,0,Believe in something - not sure what - governed by morals. +12762523668,1,4,3,1,4,4,2,2,4,5,4,5,1,2,5,4,2,2,2,2,5,5,5,5,1,5,5,2,4,3,2,3,4,4,4,4,3,3,3,1,6,4,,1,,,,5,6,7,,9,10,11,,,,,,3,,5,6,7,,9,10,,,,,,2,3,4,5,6,,,9,2,2,,,,,1,14,,2, +12762507409,1,2,1,1,4,4,2,2,4,4,1,2,1,1,2,4,4,4,2,4,4,4,4,2,4,2,4,2,3,3,1,4,3,4,4,3,3,1,1,1,3,5,,,,,,5,,7,,9,10,,,,,,,,,,6,7,,9,,,,,,,,3,4,,,,,9,2,1,,,,3,2,3,,11, +12762503403,1,3,3,1,4,1,1,2,4,2,1,1,2,3,1,3,4,1,1,3,3,3,1,5,3,5,5,2,3,1,1,3,5,4,3,2,2,4,1,1,6,6,,,,3,,,6,7,,,,,,,,,,,,,6,7,,,,,,,,,2,3,,,,,,9,2,2,,,,,2,1,,11, +12762496023,1,2,1,2,2,1,1,1,3,2,2,1,2,2,4,2,5,5,1,5,4,3,5,5,2,5,5,3,5,3,2,3,5,4,4,2,2,1,1,1,5,5,,,,,,5,,7,,9,,,,,,,,,,5,6,7,,9,,,,13,,1,,3,4,5,6,,,9,2,2,,,,,2,10,,15, +12762495697,1,3,2,1,3,3,5,2,4,4,5,4,2,5,5,4,4,4,5,1,5,5,5,5,1,5,5,4,4,4,3,3,4,5,5,2,4,3,2,2,5,5,,1,,,4,,6,,,,10,11,,,,,,3,,,6,7,,,,,,,,1,,3,4,,,,,,2,1,,,,3,2,15,,0,Roman Catholic +12762487558,1,4,3,1,3,2,1,1,3,3,2,3,1,1,3,3,5,5,2,5,5,5,5,5,0,5,5,5,4,3,2,3,4,3,4,4,3,3,4,4,5,5,,,,,,5,6,,,,,,,,,1,2,3,4,5,6,7,8,9,10,11,12,13,,,,3,4,5,,,,,2,1,,,,3,2,14,,5, +12762483790,1,2,2,2,3,4,4,2,4,5,3,2,2,2,2,2,5,2,5,4,5,5,5,4,2,5,2,2,4,3,3,2,4,3,3,2,2,2,2,1,6,5,0,,,,,,,,,,,,,,,,,3,,,6,7,,,10,,,,,,,3,,5,6,,,,2,2,,,,,1,14,,1, +12762480206,1,4,3,1,2,3,3,4,4,2,1,5,2,1,1,3,2,4,3,5,3,1,2,5,4,1,1,3,3,3,1,3,3,3,4,2,3,1,1,2,5,5,,,,,,,6,7,,,,,,13,,1,,3,,,6,7,,,,11,,,,,2,3,,,,,8,9,2,1,,,,3,1,2,,5, +12762478446,1,3,2,1,4,2,2,2,4,3,2,3,2,2,2,3,5,5,5,5,5,5,5,5,5,5,5,5,3,2,2,3,0,3,2,2,2,2,2,2,6,6,,,,,4,5,6,,,,,11,,13,,,,,,5,,,,9,,11,,13,0,,,,,,,,,,2,1,,,,3,2,7,,11, +12762470102,1,2,1,3,4,1,4,2,4,4,4,4,1,2,4,2,5,2,5,5,5,5,5,5,5,5,5,5,5,2,3,5,3,5,5,1,4,1,1,3,3,5,0,,,,,,,,,,,,,,,,,,,,6,7,,,,,,,0,,,,,,,,,,2,2,,,,,1,14,,2, +12762464135,1,2,1,1,3,4,3,2,4,5,4,3,2,1,1,2,4,5,3,4,4,0,5,3,5,1,1,3,4,3,2,4,4,0,4,2,2,2,1,2,1,1,,1,,3,,,6,7,,,,,,,,,,3,,5,6,7,,,10,,,,,1,2,3,4,5,,,,9,2,2,,,,,1,14,,2, +12762438768,1,4,3,2,2,4,2,2,4,3,2,4,2,2,2,2,2,3,2,5,5,5,5,5,5,5,5,5,4,0,2,3,3,3,3,3,3,2,1,3,6,5,0,,,,,,,,,,,,,,0,,,,,,,,,,,,,,0,,,,,,,,,,2,2,,,,,2,14,,2, +12762437190,1,4,3,1,2,5,1,1,2,5,4,2,1,1,5,1,2,5,5,5,3,5,3,5,5,5,5,5,4,4,3,4,5,5,4,4,3,1,1,1,5,5,,,,3,,,6,7,,,,,,,,,,,,5,6,7,,,,,,,,1,,3,4,5,,,,,2,1,,,,3,2,14,,2, +12762425823,1,4,3,1,4,1,1,2,3,5,2,4,2,2,4,2,5,2,1,5,5,5,5,5,5,5,5,3,4,2,2,4,4,4,4,3,4,2,2,1,3,5,,,2,,,,6,7,8,,10,,,,,1,,3,,5,6,7,,,,,,,,,2,3,4,5,,,,,2,2,,,,,2,14,,17, +12762421352,1,4,3,2,4,3,3,1,4,5,4,2,1,5,4,4,4,3,4,2,4,4,4,2,4,5,5,5,4,3,2,3,4,4,3,2,4,1,1,1,,3,,,2,3,4,5,6,7,8,9,,,,,,,,,,5,6,7,,9,,,,,,1,2,3,4,5,6,,,,2,2,,,,,2,14,,17, +12762415790,1,2,2,1,2,3,2,2,2,4,3,3,2,2,3,3,5,5,5,5,5,5,5,5,5,5,5,5,3,3,,3,3,3,3,3,2,1,1,2,4,3,,,,3,,,6,7,,9,,,,,,,,3,4,,6,7,,9,10,,,,,1,2,3,4,5,6,,,,2,2,,,,,2,14,,1, +12762400338,1,4,3,1,2,2,1,1,2,2,2,2,1,1,1,2,1,3,2,1,3,3,4,2,1,1,1,2,3,2,1,2,3,4,4,1,3,1,1,1,3,2,,,2,,4,,6,7,,,10,11,,,,,,,4,5,6,7,,,,11,,,,1,2,3,4,,6,,8,9,2,2,,,,,2,14,,2, +12762379768,1,4,3,1,2,2,2,1,2,3,3,2,1,2,4,4,2,4,3,2,2,2,4,2,2,3,5,3,2,3,2,2,2,4,4,2,2,1,1,3,5,5,,,2,,4,5,6,,,,,,,,,,,3,,5,6,7,,,10,,,,,1,,3,4,5,,,,9,2,2,,,,,1,17,,1, +12762376635,1,3,3,1,2,4,1,3,2,5,2,4,2,1,1,3,2,1,1,5,3,3,2,2,3,1,1,1,4,3,2,4,3,3,4,2,3,2,1,1,4,3,,1,,3,4,5,6,7,,9,10,11,,,,1,2,3,4,5,6,7,,9,10,11,,13,,,2,3,,,6,,,9,2,2,,,,,2,2,,11, +12762375533,1,2,1,1,3,2,2,1,2,4,2,1,2,1,2,2,2,2,2,1,2,5,4,1,4,4,4,4,4,2,2,3,3,5,4,2,4,2,1,2,4,4,,1,,,,5,6,,8,9,,,,,,,2,3,4,5,6,,,9,,,,,,1,2,3,,,,,,9,2,2,,,,,1,10,,2, +12762373950,1,4,3,2,1,3,2,1,1,1,1,4,1,2,3,3,5,4,2,1,2,2,2,4,4,4,5,4,4,3,1,2,3,4,4,2,2,1,1,1,4,5,,,,3,,5,6,7,,9,,,,,,,,3,,5,6,7,,9,,,,,,,2,,4,5,,,,9,1,1,,1,,3,1,17,,1, +12762364170,1,2,3,1,2,5,5,1,2,2,2,4,1,1,1,4,3,4,4,2,3,4,4,2,4,1,1,1,2,3,2,4,4,4,5,1,3,1,1,1,4,2,,,2,3,4,,6,7,,9,10,,,,,,,3,4,5,6,7,,9,,,,,,1,2,3,,,,,,9,2,2,,,,,1,14,,0, +12762362301,1,3,2,1,3,4,1,1,3,4,2,4,2,2,4,4,5,2,1,2,5,5,5,5,5,5,5,5,4,2,1,3,4,4,4,2,4,2,1,1,3,5,,,,,,,6,,,,,,,,,,,,,,6,7,,,,,,,,,,,4,,,,,,2,1,,1,,,2,14,,17, +12762349550,1,2,1,2,2,2,1,4,3,0,2,5,1,4,5,2,2,2,1,5,2,3,3,4,4,4,5,5,3,2,2,3,4,4,4,2,3,3,2,2,3,5,,,,,4,,6,7,8,,,,,13,,,,,4,5,6,7,8,,,11,,13,,1,2,,4,5,,,,9,1,1,,1,,,2,3,,11, +12762341196,1,4,3,1,3,5,2,2,2,5,5,2,1,2,4,2,5,5,2,5,3,5,5,3,5,2,5,5,5,4,2,3,5,5,5,1,3,1,1,1,,1,,,,,,5,,,8,,,,,,,,,,,,6,,,9,,,,,,1,2,3,,5,,,,9,2,2,,,,,2,14,,2, +12762339457,1,4,3,1,2,3,2,2,2,3,2,2,2,2,3,1,5,5,5,5,5,5,5,5,5,5,5,1,0,0,0,0,0,0,0,0,0,0,0,2,4,3,,,2,3,4,5,6,7,,9,10,11,,13,,1,,,,5,6,7,,,10,11,,,,,2,3,4,5,6,,,,2,2,,,,,2,7,,5, +12762324391,1,3,2,1,1,2,1,1,1,5,1,1,1,1,1,1,2,2,1,1,,,4,1,1,5,,4,3,3,1,1,5,4,5,1,1,1,1,2,3,2,0,,,,,,,,,,,,,,,,,,,,6,7,,9,10,,,,,,2,3,,5,,,,,2,1,,,,3,2,7,,15, +12762316234,1,3,2,3,3,4,2,1,2,4,2,2,2,1,4,3,4,4,4,2,4,4,4,4,4,1,4,4,3,3,3,2,3,4,4,2,2,1,1,1,5,5,,,,,,5,6,7,8,,,,,,,,,3,4,,,7,,,,,,,,,2,,4,,,,,9,2,2,,,,,2,14,,2, +12762314056,1,2,1,1,4,4,3,2,5,4,4,3,2,2,2,2,5,5,4,5,5,5,5,5,5,4,3,2,5,5,3,5,5,5,4,2,3,2,1,1,2,3,,,,,,5,6,7,8,,10,,,,,,2,3,,5,6,7,8,9,10,,,,,,,3,4,,,,,9,2,2,,,,,2,2,,9, +12762310881,1,4,3,1,2,2,2,1,2,2,2,1,2,2,3,2,2,2,2,2,2,2,4,1,3,3,5,2,4,1,1,1,4,3,4,1,3,2,1,1,5,5,,,2,,,5,,7,,9,10,,,,,,,,,5,6,7,,,,,,,,1,2,3,4,5,,,,9,2,1,,1,2,3,2,7,,5, +12762306599,1,3,3,1,3,2,2,2,4,3,3,3,2,2,2,2,4,4,4,4,4,4,5,5,4,5,4,3,4,3,2,3,4,4,4,2,2,3,1,1,4,3,,,,,,5,6,7,,,,,,,,1,,,,5,,7,,9,10,,,,,,2,3,4,5,,,,,2,1,,,,3,2,14,,2, +12762305610,1,4,2,1,1,1,2,1,1,1,1,1,1,1,2,2,1,1,3,1,1,1,1,1,1,4,4,4,2,3,1,1,3,2,2,2,3,2,1,2,5,5,,1,2,3,4,5,6,7,8,9,10,11,12,13,,1,2,3,4,5,6,7,,9,10,11,12,13,,1,2,3,4,5,6,7,8,9,1,1,,1,,,2,14,,1, +12762304191,1,4,3,1,4,4,4,4,3,3,3,4,3,2,3,2,5,5,5,5,5,5,5,5,5,4,4,2,0,0,0,0,0,0,0,0,0,1,0,1,6,6,0,,,,,,,,,,,,,,0,,,,,,,,,,,,,,0,,,,,,,,,,2,1,,,,3,1,7,,5, +12762291487,1,3,2,1,5,4,1,5,4,4,4,4,4,4,4,2,4,4,2,5,4,4,4,4,4,5,4,2,5,3,1,2,3,0,4,1,3,1,1,1,4,4,,,2,,,5,6,7,8,,,,,,,1,,,,5,6,7,,,10,,,,,,2,3,4,5,,,,9,2,2,,,,,2,7,,5, +12762289221,1,3,2,1,2,3,2,2,2,3,2,3,2,1,1,1,2,4,2,4,3,4,3,3,4,1,1,2,3,3,2,3,4,3,3,1,2,2,1,1,6,5,,,2,3,,,6,7,,,,11,,,,,,,,5,6,,,9,10,,,,,,,3,4,,6,,,,2,2,,,,,2,7,,5, +12762279072,1,3,2,1,3,5,4,2,4,2,2,4,2,1,4,5,4,4,4,4,5,5,5,4,5,2,4,4,2,4,3,1,2,3,3,1,1,1,1,1,4,4,,1,,,,,6,7,,9,10,,,,,,,,,5,6,7,,9,10,,,,,,,3,4,5,,,,9,2,1,,,,3,1,6,,1, +12762274505,1,3,2,1,4,4,1,2,4,1,2,3,2,4,3,4,3,4,2,2,4,2,2,4,4,4,4,2,3,3,1,3,3,1,2,2,3,2,2,2,5,5,,,2,,,,6,7,,9,10,,,,,,2,,,5,6,7,,9,10,,,,,,2,3,4,5,6,,,9,2,2,,,,,2,14,,5, +12762269137,1,3,2,1,4,2,1,2,4,4,3,2,1,2,4,1,5,4,1,5,5,5,5,5,2,5,5,2,3,2,1,2,3,3,3,1,3,1,1,1,4,3,,1,2,3,4,5,6,7,8,,10,11,,13,,1,,,4,5,6,,8,,10,11,,,,1,2,,4,5,6,,,,2,2,,,,,2,14,,5, +12762247233,1,2,1,2,4,2,2,2,3,4,2,2,2,2,3,2,4,3,3,4,4,4,4,3,4,4,4,4,3,1,2,2,2,2,2,1,2,1,1,1,3,3,,1,,3,,,,7,,,,,12,,,,,,4,5,,7,,,,11,,,0,,,,,,,,,,2,2,,,,,2,3,,11, +12762233631,1,3,2,1,4,5,1,2,4,5,2,4,1,2,5,5,5,5,2,5,5,5,5,5,1,5,5,5,4,4,1,3,4,5,5,1,1,1,1,2,5,5,,1,,3,4,,6,7,,,,,,,,,,,,5,,7,,9,,,,,,,,3,4,5,,,,,2,2,,,,,2,14,,17, +12762231310,1,4,3,1,5,5,4,1,5,5,4,5,4,2,4,2,5,5,5,5,5,5,5,5,5,5,5,1,5,4,3,5,5,5,5,3,3,2,2,1,5,5,,,,,4,5,,7,,,,,,,,,,,,5,6,,,,,,,,,,,3,4,,,,,9,2,1,,,,3,2,14,,5, +12762224298,1,3,3,2,2,2,3,3,1,1,1,4,3,2,5,3,2,2,2,4,2,3,3,4,5,5,5,5,2,2,2,3,4,4,4,3,2,2,4,4,5,5,,,,,,,6,7,,9,,,,,,,,,,,6,7,,9,10,,,,,,,3,4,5,,,,,1,1,,,,3,2,14,,5, +12762217827,1,2,1,1,5,3,2,1,5,5,5,3,2,1,1,1,5,5,5,5,5,5,5,4,5,1,3,1,5,3,2,3,5,5,4,2,4,2,1,1,3,2,,,,,,,6,7,,9,10,,,,,,,3,4,,6,7,,,,,,,,1,,3,,5,,,,9,2,1,,,,3,1,14,,1, +12762215287,1,4,3,1,3,2,1,4,4,5,3,4,1,1,3,4,3,3,2,5,4,3,5,4,4,3,4,4,3,2,1,4,3,3,5,2,2,1,1,1,3,1,,1,,3,,,6,,8,,,,,,,,,,,5,,,,9,10,,,,,,2,,,,,,,,2,1,,,,3,2,14,,2, +12762210428,1,4,3,1,2,2,2,3,5,4,2,2,2,1,3,2,5,5,5,5,5,5,5,5,5,2,5,5,4,4,3,4,4,4,4,4,3,1,2,1,4,3,,1,,,4,,6,7,8,,10,,,,,,,3,,5,,,,,,11,,13,,1,,3,4,,,7,,,2,2,,,,,2,8,,17, +12762205732,1,5,3,1,1,1,1,1,1,1,1,1,1,1,0,1,4,1,1,4,4,4,4,4,1,4,4,4,1,1,1,1,3,2,1,1,1,1,2,1,6,6,0,,,,,,,,,,,,,,,1,,,,,6,7,,,,,,,,1,,,,,,,8,9,2,1,,,,3,3,14,,5, +12762205703,1,3,2,3,1,1,4,2,2,2,2,2,1,2,4,4,1,2,4,2,2,2,2,4,1,4,4,5,2,2,2,3,4,4,4,3,2,3,4,3,3,5,,,,,,5,6,,,9,10,,,,,,,,,5,,7,,,10,,,,,,2,3,,5,,,,9,2,1,,1,,,2,10,,17, +12762204308,1,4,3,1,2,2,2,2,2,2,4,2,2,2,2,2,5,5,5,2,5,5,5,5,2,5,5,2,4,4,1,2,4,4,4,3,3,2,1,1,3,3,,,2,,,5,6,7,8,9,10,,,,,1,2,3,4,5,6,7,8,9,10,,,,,,2,3,4,,,,,9,2,2,,,,,2,17,,15, +12762203493,1,2,2,1,2,1,2,1,2,3,2,2,2,1,4,4,3,4,1,4,3,5,5,3,5,4,5,3,5,5,1,4,5,3,5,2,3,2,3,1,2,1,,,,,,5,6,,,9,,11,,,,,2,,,5,6,7,,,,11,,,,1,,3,4,5,6,,,9,2,1,,,,3,2,14,,1, +12762196321,1,3,2,2,0,0,0,0,0,0,0,2,2,2,0,0,5,5,5,5,5,5,5,5,5,3,5,5,4,2,1,1,1,3,5,1,3,1,1,1,5,5,,,,3,,5,6,,8,,,,,,,1,,3,,5,6,7,,,,,,,,1,2,3,4,5,6,,,9,2,2,,,,,2,3,,11, +12762183754,1,3,3,1,2,2,2,1,1,2,1,1,1,1,2,1,5,5,5,4,4,5,5,5,4,5,5,5,5,5,5,1,5,5,5,2,1,1,1,1,5,5,,1,2,3,4,5,6,7,8,9,10,11,12,13,,1,2,3,4,5,6,7,8,9,10,11,12,13,,1,2,3,4,5,6,7,,9,2,1,,1,,,2,14,,15, +12762175478,1,2,1,1,4,5,1,4,5,5,4,3,2,1,2,1,5,5,3,5,5,5,5,5,5,2,1,4,4,4,2,2,4,4,4,2,3,1,1,2,5,5,,,,3,,,6,7,,9,10,,,,,,,3,,5,6,7,,9,10,,,,,1,2,3,4,5,6,,,9,2,2,,,,,1,3,,11, +12762175408,1,3,2,1,3,2,2,1,2,2,1,2,1,1,5,1,4,2,2,1,4,4,3,4,1,3,5,2,2,2,1,1,2,3,2,1,1,1,1,1,4,5,,,,,,,6,7,,,,,,,,,,,,5,6,7,,,10,,,,,,2,3,4,5,,,,,2,1,,,,3,2,14,,5, +12762171454,1,2,2,1,2,4,2,2,2,4,2,2,2,2,3,2,5,5,5,5,5,5,5,3,5,5,5,5,3,4,1,3,2,3,3,2,3,3,1,1,5,5,,1,,,,,6,7,,,,,,,,1,2,3,4,5,6,7,,,,,,,,,,3,4,,,,,,2,1,,,,3,2,14,,2, +12762168429,1,3,2,1,5,5,4,5,5,5,5,5,5,1,4,2,5,5,2,5,5,5,5,5,5,1,2,4,5,4,4,4,4,4,4,3,4,1,1,1,2,5,,,,3,4,,6,7,,9,,,,,,,,,4,,,7,,9,10,,,,,,2,3,,,,,,9,2,2,,,,,1,6,,9, +12762147580,1,2,1,1,3,2,3,2,3,3,2,3,2,5,2,4,5,3,4,3,5,5,5,5,5,1,1,3,4,4,3,4,4,5,5,3,4,2,1,3,4,5,,1,,3,4,,,7,,,,,,,,,,,,5,6,7,,,10,,,,,,2,,4,5,,,,,2,1,,,,3,2,0,,, +12762140472,1,3,2,1,2,2,2,2,2,2,2,1,2,2,2,4,3,3,4,1,4,4,4,2,4,5,5,4,,3,2,2,3,3,3,3,3,1,2,2,3,5,,,,3,,5,6,7,,9,10,,,,,,,,,5,6,7,,9,10,,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,14,,1, +12762128684,1,3,2,3,1,5,5,2,1,1,1,5,4,2,5,1,5,5,5,5,5,5,5,5,5,5,5,5,3,,1,1,4,4,4,2,2,1,1,1,1,1,0,,,,,,,,,,,,,,,,,,,,6,7,,,10,,,,,,2,3,4,5,6,,,9,1,1,,1,,,2,7,,5, +12762093317,1,4,3,1,5,2,1,1,5,5,5,1,1,2,1,1,2,2,1,5,5,5,5,2,2,2,1,1,5,4,2,5,5,5,5,3,2,1,1,2,2,1,,1,,3,,5,6,7,,,10,,,,,1,,3,,5,6,7,,,10,,,,,,,3,4,5,,,,9,2,2,,,,,2,0,Nepali,1, +12762071855,1,2,1,1,4,5,4,1,5,2,2,4,2,1,4,1,5,5,2,5,5,5,5,1,4,1,1,1,4,4,2,2,4,4,4,2,1,1,1,1,5,5,,,,,,5,6,7,,,,,,,,,,3,,5,6,7,,,,,,,,,,3,4,5,,,,9,2,2,,,,,2,6,,11, +12762045645,1,2,3,1,2,2,3,1,2,1,1,2,2,1,1,2,1,3,2,2,4,2,2,2,3,1,1,4,2,3,3,3,3,3,3,2,3,1,1,3,5,5,,,,3,4,5,6,7,8,9,10,,,,,,,3,4,5,6,7,8,9,10,,,,,1,2,3,,,,,8,9,2,2,,,,,1,2,,9, +12762039186,1,4,3,1,4,4,4,4,4,4,4,4,4,1,4,2,4,4,4,4,4,4,4,4,5,1,2,2,5,4,4,4,4,5,5,3,3,1,1,1,5,5,,,,,,,6,7,,,,,,,,1,,3,4,5,6,7,,,,,,13,,,,3,4,5,,,,9,2,1,,,,3,2,14,,5, +12762017994,1,3,3,1,4,4,2,2,4,4,4,2,3,1,1,1,5,4,2,5,5,4,4,3,5,1,2,1,5,2,1,2,5,4,4,2,3,1,1,1,5,5,,,,,,,6,7,,,10,,,,,1,,,,5,6,7,,,,,,,,1,,3,,5,,,,9,2,1,,,,3,1,17,,1, +12762006895,1,3,2,1,2,1,3,4,3,4,4,4,3,1,3,1,2,5,3,2,4,4,5,1,3,1,1,1,4,5,3,4,5,4,5,3,5,1,1,1,4,2,,,,,,,6,,,9,10,,,,,,,,,5,6,7,,9,10,,,,,,2,3,4,5,,,,9,2,2,,,,,1,6,,11, +12761896746,1,2,1,1,3,3,3,3,3,3,3,3,2,2,3,3,3,4,4,4,4,3,3,3,1,1,4,3,2,2,1,1,2,3,3,1,2,2,1,2,3,4,,,2,,,5,6,7,,9,10,,,,,,2,,,5,6,7,,9,10,,,,,1,,3,4,5,,,,9,2,2,,,,,1,2,,9, +12761853502,1,4,3,3,4,2,2,2,4,5,2,3,3,4,2,2,2,2,1,3,3,3,4,5,5,4,5,4,4,3,2,3,4,0,4,3,5,1,1,1,5,4,,1,2,3,4,5,6,7,8,9,10,11,,,,,2,,,5,6,7,,,10,,,,,,2,3,4,5,,,,9,2,2,,,,,2,12,,1, +12761746251,1,4,3,1,3,2,1,2,2,4,2,3,2,1,3,3,3,3,3,4,3,3,4,4,3,1,2,5,4,3,2,3,4,4,4,3,3,1,1,3,5,5,,,,,,5,6,7,,9,,,,,,,,,4,5,6,7,,9,,,,,,,2,3,4,5,,,,9,2,2,,,,,2,17,,1, +12761676310,1,3,2,1,2,3,2,2,4,5,2,4,2,2,2,3,1,2,2,2,2,3,2,2,2,5,2,3,2,2,1,1,2,3,3,2,1,2,1,1,5,5,,,2,,,5,6,,8,,10,11,,,,,,3,,5,6,7,8,9,10,,,,,1,2,3,4,5,,,,9,2,2,,,,,1,14,,15, +12761659106,1,2,1,1,2,4,2,4,2,4,1,4,3,2,4,4,4,4,2,5,4,4,4,4,4,4,5,4,5,3,2,5,4,4,3,2,3,1,1,1,3,3,,,,,,,6,7,,9,,,,,,,,,4,5,6,7,,9,,,,,,,,3,4,5,6,,,9,2,1,,1,2,,2,4,,11, +12761648892,1,4,3,1,4,4,4,4,4,4,2,5,2,2,4,5,2,4,3,4,4,4,4,5,4,1,1,4,1,5,3,5,4,0,4,2,4,2,1,3,3,3,0,,,,,,,,,,,,,,,1,2,3,4,5,6,7,8,9,10,11,,13,,1,2,3,4,5,6,,8,9,2,1,,,,3,2,7,,5, +12761638084,1,4,3,1,2,3,2,2,3,3,3,2,2,1,2,3,3,3,2,4,5,5,5,3,3,1,2,3,3,2,2,3,3,4,4,2,2,2,1,2,1,5,,,,3,,,6,7,,9,10,11,,,,,,,,5,6,7,,9,10,11,,13,,1,2,3,4,5,6,,,9,2,2,,,,,1,14,,2, +12761624514,1,3,2,1,3,2,2,5,5,5,5,5,3,2,4,5,4,3,3,5,5,5,5,5,3,3,5,5,4,5,2,5,5,5,5,3,2,1,1,1,5,3,,,,,,5,6,7,,9,10,,,,,,,,,5,6,7,,9,10,,,,,1,2,3,4,5,,,,9,2,2,,,,,2,0,Asian- Chinese,5, +12761563764,1,2,1,3,3,3,3,2,3,3,2,3,2,2,3,2,3,3,3,2,3,3,3,3,3,4,5,3,3,3,2,3,3,3,4,1,1,1,1,1,5,5,,1,,,,,6,,,,,,,,,,,,,,,7,,,,,,,,,,,4,,,,,,2,1,,,,3,2,14,,2, +12761544808,1,3,3,1,1,1,2,1,4,4,1,2,1,1,1,2,5,5,2,4,2,3,4,4,1,5,5,5,5,3,1,3,5,4,3,3,1,1,2,3,5,5,,,,3,,5,6,7,,,10,,,,,,,3,4,5,6,7,,9,10,,,,,,2,3,4,5,,,,,2,2,,,,,2,14,,17, +12761537499,1,4,3,1,3,4,3,2,3,5,4,5,2,1,1,3,5,5,5,5,5,5,5,5,5,2,1,5,4,4,2,3,4,4,4,3,2,1,1,2,6,3,0,,,,,,,,,,,,,,0,,,,,,,,,,,,,,0,,,,,,,,,,2,2,,,,,1,14,,2, +12761502957,1,2,1,1,3,4,4,2,5,5,3,5,3,1,1,3,5,5,5,4,5,5,5,4,5,1,1,4,4,5,3,4,5,3,4,1,2,1,1,1,5,5,,1,,3,,,6,7,,9,,11,,13,,,,,4,5,6,7,,9,10,,,,,1,,3,4,,,,8,9,2,2,,,,,1,2,,9, +12761487525,1,4,3,1,3,1,1,2,5,4,2,2,2,2,3,2,5,1,4,5,5,5,5,3,5,5,5,4,5,1,2,3,4,5,5,1,2,1,1,1,3,5,,,,,,5,6,7,8,9,,,,,,,,,,,6,7,8,9,,,,,,,,3,4,5,,,,,2,1,,,,3,2,14,,2, +12761486723,1,4,3,1,2,4,5,5,2,5,4,4,2,1,1,5,2,2,4,5,2,3,5,4,5,1,2,5,4,3,1,3,3,4,5,3,2,1,1,2,5,5,,,,,,,6,7,,9,,,,,,,,,,5,6,7,,9,,,,,,,,3,4,,,,,9,2,1,,,,3,2,14,,1, +12761480320,1,2,1,1,2,2,2,1,2,2,2,1,1,1,2,1,4,4,2,2,5,5,5,1,5,5,5,2,3,2,2,2,4,4,3,1,2,1,1,1,5,5,,1,,,,,6,7,,9,,,,13,,1,,,,,6,7,,,,,,13,,,,3,4,5,,,,9,2,2,,,,,2,14,,2, +12761458339,1,4,3,1,1,1,2,2,1,2,2,2,2,3,5,4,1,2,5,5,2,5,5,5,3,5,5,5,3,2,3,3,3,4,4,3,2,1,1,1,5,5,,,,,,5,6,7,,9,,,,,,,,,,5,6,7,,9,10,,,,,,,3,,,,,,,2,2,,,,,2,17,,2, +12761448948,1,3,2,1,4,4,1,2,2,4,1,3,1,2,2,3,3,3,2,3,3,3,4,5,3,4,5,3,4,3,1,3,4,4,3,3,1,2,2,3,3,2,,1,,3,4,,6,7,,,,11,,13,,,,,,5,6,7,,,,11,,,,,2,3,4,5,,,,9,2,1,,,,3,2,14,,0, +12761420563,1,3,2,1,2,2,1,1,2,4,2,2,2,2,2,2,3,2,2,2,4,4,4,5,5,5,5,4,2,2,3,3,3,3,3,2,2,3,3,3,5,5,,1,2,3,,,6,7,,,,,,,,,,,,,6,7,,,,,,,,,2,,4,,,,,9,2,2,,,,,2,2,,2, +12761419064,1,2,1,1,3,5,3,1,3,5,4,3,2,1,4,2,2,2,2,4,2,4,3,3,3,2,3,4,1,3,3,3,1,4,5,2,1,1,1,1,1,1,,,,,,,,,,,,,,,,,,,,5,6,7,,,,,,13,,,2,3,,5,,,,9,2,2,,,,,2,14,,8, +12761414458,1,4,3,1,2,3,1,4,3,4,3,4,2,2,2,3,3,2,1,5,3,5,5,5,5,2,4,2,3,3,2,4,3,4,5,3,3,1,1,2,2,2,,,,,,,6,7,,9,,,,,,,,,,,6,7,8,9,,,,,,,,3,4,5,,,8,9,2,2,,,,,2,2,,9, +12761409341,1,3,2,1,1,1,1,1,1,1,1,1,1,1,1,1,5,5,5,5,5,5,5,5,5,1,2,5,3,1,1,2,4,3,4,1,2,1,1,1,1,1,,,,,4,5,6,7,,,,,,,,,,,,5,6,7,,9,,,,,,1,2,3,4,,,,8,9,2,2,,,,,3,14,,2, +12761408577,1,2,1,1,2,5,5,2,5,5,5,2,2,2,1,4,2,4,4,2,4,3,5,2,1,4,1,2,5,3,3,3,5,5,5,2,4,1,1,1,3,3,,,,3,,,6,7,,9,,,,,,,,,,,6,7,,,,,,,,1,2,3,4,5,,,,9,2,1,,,,3,1,3,,17, +12761392173,1,4,3,1,3,4,3,3,4,5,2,3,2,1,3,3,3,4,2,5,4,3,5,4,5,5,5,3,3,3,3,4,3,4,4,,3,2,2,2,6,3,0,,,,,,,,,,,,,,,,,,4,5,,,,,10,,,,0,,,,,,,,,,2,1,,,,3,2,5,,0, +12761385437,1,4,3,1,3,3,2,2,3,2,2,2,2,2,2,2,4,4,4,3,4,5,4,4,4,5,4,4,4,3,2,2,3,2,4,3,3,2,2,3,2,3,,,,,,5,6,7,,,,,,,,,,,,5,6,7,,,,,,,,1,2,,4,,,,,9,2,2,,,,,2,14,,5, +12761365235,1,3,3,1,2,2,2,3,4,5,2,3,2,,1,4,3,4,2,4,3,4,4,4,5,5,1,4,2,3,2,3,4,0,4,4,3,1,1,2,2,5,0,,,,,,,,,,,,,,,,,,4,5,6,7,,,,,,,,1,2,3,,5,,7,,9,2,1,,,,3,2,3,,2, +12761354177,1,4,3,1,1,3,2,2,1,1,1,2,1,2,4,3,2,4,2,4,2,4,4,2,1,4,5,1,3,3,3,3,3,2,1,3,1,3,5,3,5,4,,,,,,5,6,7,8,9,10,,,,,,,,,5,6,7,8,9,10,,,,,,2,3,4,5,6,,,9,2,2,,,,,2,17,,8, +12761353411,1,3,3,1,5,3,3,2,4,5,2,3,2,2,3,2,5,5,4,5,5,5,5,4,5,5,5,5,4,4,2,3,5,2,4,2,3,1,1,2,2,1,,1,,3,4,5,6,7,,9,10,,,,,,,3,4,5,6,7,,9,10,,,,,,2,3,4,5,,,,9,2,1,,,,3,1,14,,1, +12761351027,1,4,3,1,2,2,1,1,2,4,4,2,2,2,5,4,5,2,1,2,4,4,4,2,5,5,5,4,4,5,3,4,4,4,5,3,2,1,1,1,5,5,,1,,3,,,6,7,,,,,,,,,,,4,5,6,7,,,,11,,13,,1,2,3,4,5,6,,,,2,1,,,,3,2,14,,2, +12761333356,1,3,3,2,5,2,2,2,5,4,4,2,2,2,2,2,2,2,2,5,5,5,5,5,5,5,2,5,3,3,3,4,4,3,3,2,3,1,1,1,5,5,,,,,4,5,6,7,,9,10,,,,,,,3,4,5,6,7,8,9,10,,,13,,1,2,3,4,5,,,,9,2,1,,,,3,2,4,,11, +12761324890,1,4,3,1,4,3,1,2,5,4,5,5,1,2,2,4,4,2,2,2,3,4,4,3,2,2,3,4,4,3,2,4,5,4,4,2,2,1,1,2,5,5,,,,3,,,6,7,,9,,,,,,,,3,4,5,6,7,,9,10,,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,17,,5, +12761323391,1,2,1,1,4,5,5,1,5,5,3,3,3,2,5,5,2,5,5,2,3,5,5,3,3,3,5,5,3,5,5,3,5,5,5,4,4,3,3,4,5,5,,,2,,4,5,6,7,,9,10,11,,,,,,,,5,6,7,,9,10,11,,,,,,3,4,5,6,,8,,2,2,,,,,2,3,,11, +12761312976,1,3,3,1,5,2,4,4,4,4,4,3,3,3,5,5,5,5,3,5,5,5,5,3,5,5,5,5,2,4,2,2,2,3,4,2,2,1,2,1,5,5,,1,,,4,5,6,7,,,10,11,,,,,,3,4,5,6,7,,9,,,,,,,,,,,6,7,8,9,2,2,,,,,2,14,,15, +12761310336,1,4,3,1,3,2,2,2,4,4,3,2,2,2,2,2,5,5,4,5,5,5,5,4,5,5,5,5,4,4,2,3,4,4,4,1,2,1,1,1,5,5,,,,,,5,6,7,,,,,,,,,,,4,5,6,7,,,10,,,,,1,,3,4,5,,,,9,2,2,,,,,2,3,,11, +12761310233,1,3,2,2,5,4,4,5,4,5,5,3,4,1,2,2,5,3,3,5,5,5,5,5,5,2,1,1,4,2,2,5,4,4,4,3,1,2,1,1,5,5,,,,,,5,6,7,,9,,,,,,,,,,5,,,,9,,,,,,,2,3,4,5,,,,,2,2,,,,,1,3,,11, +12761305749,1,3,2,1,2,5,2,2,2,2,2,4,2,2,5,4,3,3,1,5,2,2,2,2,4,2,5,5,5,4,5,4,3,4,5,3,3,1,1,2,5,5,,1,2,,4,,6,,,9,10,11,12,,,,2,,4,5,6,7,,9,10,11,12,,,,,3,4,5,6,,8,9,2,1,,,,3,2,15,,2, +12761300029,1,4,3,2,4,4,4,2,5,5,2,4,2,1,2,2,3,3,3,3,3,3,3,3,3,3,1,1,3,3,3,3,3,5,3,3,3,1,1,1,5,5,,1,,3,,,6,,8,9,10,,,,,1,,3,,,6,,8,,,,,,,1,2,3,4,5,,,,,2,1,,,,3,1,3,,11, +12761295026,1,2,1,1,1,2,2,4,2,2,2,5,4,2,5,5,3,4,3,5,4,3,3,5,5,5,5,5,5,5,4,4,5,3,4,3,4,1,1,2,2,5,,,,3,,5,6,7,8,,,,,13,,,,3,,5,6,7,,,,,,,,1,,3,4,5,,,,9,1,1,,,,3,2,14,,5, +12761292828,1,4,3,2,4,4,4,2,4,5,1,4,2,1,1,2,4,2,2,3,3,5,3,3,4,3,2,2,4,3,3,3,3,4,5,3,4,1,1,1,5,5,,1,,3,4,,6,7,8,,10,,12,,,1,,3,4,,6,7,8,9,10,,,,,1,,,4,,,,,,2,1,,,,3,1,3,,0,J +12761290274,1,3,2,1,2,,,2,2,,2,2,1,1,2,2,5,5,5,5,5,5,5,5,5,2,5,5,4,4,3,4,4,3,4,3,2,1,1,3,5,5,,,,,,,6,7,,,10,,,13,,1,,3,4,,6,7,,,10,,,13,,1,2,3,4,5,6,,,9,2,1,,1,,,2,0,,0, +12761284821,1,4,3,1,4,4,3,2,4,4,2,2,3,1,2,2,4,4,3,3,5,4,4,3,5,3,5,3,2,3,4,2,3,4,3,2,3,1,1,3,5,5,,,,3,,,6,7,,9,,11,,,,,,,,5,6,7,,9,10,11,,,,,2,3,4,5,6,,,9,2,2,,,,,1,2,,9, +12761279918,1,4,3,1,4,4,4,2,4,4,2,4,1,2,4,4,4,3,1,4,3,4,4,4,3,5,5,4,0,2,2,3,0,3,3,0,2,1,1,2,5,5,,,,3,,5,6,7,8,9,,,,,,,2,,,5,6,7,8,9,,,,13,,1,2,3,4,5,6,,,9,2,1,,,,3,2,15,,2, +12761277300,1,2,2,1,3,1,2,1,3,5,2,3,1,5,5,2,2,2,2,3,4,3,5,2,3,5,5,4,3,3,3,3,2,4,3,1,2,3,3,1,5,5,,,,,,,,7,,,10,,,13,,,,,,5,,7,,,,,,13,,,,3,,,,,,9,2,1,,,,3,2,7,,5, +12761275940,1,4,3,2,4,4,4,2,4,4,4,3,3,2,2,2,3,5,3,3,4,4,4,2,4,4,4,4,2,4,4,2,4,3,3,1,3,1,1,3,5,5,,,2,,4,5,6,7,8,9,,11,,,,,,,,5,6,,8,9,10,,,,,,2,3,4,,6,,,9,2,2,,,,,1,2,,9, +12761274471,1,3,2,3,1,5,2,3,2,1,2,3,4,1,2,5,2,5,4,5,3,1,1,4,5,4,4,4,2,2,4,2,3,3,5,2,3,1,1,3,5,5,,,2,,,5,6,,,,,,,,,,,,,5,,,,9,10,,,,,,2,3,4,5,,,,,2,1,,1,,,1,14,,5, +12761273259,1,2,1,2,5,5,4,1,5,5,3,4,4,1,2,1,5,5,5,5,5,5,5,5,5,1,2,5,4,3,2,2,4,4,4,2,3,1,1,1,2,4,,1,,3,,,6,7,,9,,,,,,,,3,,5,6,7,,9,,,,,,1,2,3,4,5,,,,,2,2,,,,,2,14,,2, +12761270783,1,4,3,1,4,3,3,2,3,5,2,3,2,2,3,3,3,3,2,5,4,3,4,4,2,5,3,4,0,1,2,2,3,0,3,2,1,2,3,1,3,3,,,,,,,6,7,8,9,10,,,,,,,,,5,,7,,9,10,,,,,1,,3,4,5,,,,9,2,1,,,,3,2,14,,17, +12761267205,1,3,2,2,5,5,3,5,5,5,5,5,2,1,4,2,3,1,1,2,4,5,1,1,2,5,3,1,5,5,2,5,5,5,5,5,3,1,1,1,5,5,,,,3,,,6,7,,,10,,,,,,,,,5,6,7,,9,10,,,,,1,,3,4,5,6,,,9,2,1,,1,,3,2,0,,5, +12761262234,1,3,2,1,3,3,3,3,3,3,3,3,3,2,3,2,5,5,5,5,5,5,5,5,5,2,3,3,4,4,3,4,4,4,4,2,4,1,1,2,1,3,,,,,,,6,7,,,,11,,,,,,3,,5,6,7,,9,10,,,,,,2,,4,,6,,,,2,2,,,,,2,12,,5, +12761256854,1,3,3,1,1,1,2,2,1,2,1,2,2,2,4,3,5,1,2,4,5,3,3,3,3,5,5,3,5,3,2,3,5,3,3,2,3,1,1,3,5,5,,,,3,4,,6,7,,,,,,,,,,3,4,,6,7,,,,,,,,,2,3,4,5,,,,,1,1,,,,3,2,4,,11, +12761251276,1,3,2,2,4,3,2,4,4,4,4,4,4,4,4,4,4,3,2,4,5,5,5,4,4,5,4,5,5,3,2,3,5,5,5,2,3,2,1,1,3,2,,,,,,5,6,7,,,,,,,,,,,,5,6,7,,,,,,,,,2,3,,5,,,,9,2,2,,,,,1,14,,17, +12761250171,1,2,1,1,3,3,2,2,2,3,2,3,2,1,3,2,2,2,3,2,2,3,2,3,3,1,3,2,0,0,0,0,0,0,0,3,4,2,1,4,6,3,,,,,,,6,7,,,,,,,,,,,4,5,,,,,,,,13,0,,,,,,,,,,2,1,,1,,,2,14,,0, +12761249385,1,3,2,1,2,2,3,5,1,2,1,4,1,1,5,5,2,5,5,5,2,3,4,5,2,2,5,5,4,3,4,4,3,3,3,3,2,1,1,3,5,5,,1,,3,,,6,7,,,,,,,,,,3,,,6,7,,9,,,,,0,,,,,,,,,,2,1,,1,,,2,2,,11, +12761247412,1,4,3,1,2,1,1,1,2,1,4,2,2,1,1,2,5,5,2,5,5,5,5,,5,4,2,5,5,4,3,2,3,5,5,3,5,1,1,4,1,1,,,,,,,6,7,,,,,,,,,,,,,6,,,,,,,,,,,3,,,,,,,2,2,,,,,2,14,,15, +12761246546,1,3,3,1,4,4,4,2,2,2,2,2,1,2,4,4,4,5,5,4,5,5,5,2,5,2,2,5,4,5,5,3,5,5,5,3,5,1,1,4,5,4,,,,,,5,6,7,,,10,11,,,,,,3,,5,6,7,,9,10,,,,,,2,3,4,5,,,,9,2,2,,,,,1,14,,1, +12761241548,1,2,1,1,5,2,2,2,4,4,4,4,1,2,5,4,5,2,5,5,5,3,5,5,1,5,5,5,3,2,1,3,3,3,3,1,1,1,2,1,5,5,,1,,3,,5,6,,,,,,,,,,,3,,,,7,,,10,,,,,,2,3,,5,,,,,2,2,,,,,2,7,,5, +12761241378,1,2,1,1,2,3,2,2,2,2,1,3,2,1,2,3,2,2,2,5,2,2,4,5,4,5,5,3,5,3,3,3,5,5,4,2,1,1,1,1,5,5,,,,,,,6,7,,,,,,,,,,,,,6,7,,,,,,,,,,3,4,5,,,,,1,1,,1,,,2,14,,2, +12761240352,1,3,2,1,2,3,2,3,2,3,3,2,2,2,2,3,2,4,2,4,4,4,4,4,4,4,3,4,3,1,2,1,2,4,4,1,1,1,1,1,3,2,,1,2,3,,5,6,,,,10,,,13,,1,2,3,,5,6,7,,,10,11,,13,,1,2,3,4,5,,,8,9,2,2,,,,,2,3,,11, +12761223889,1,2,1,1,1,2,2,1,1,1,1,2,1,2,2,3,1,4,2,1,2,1,1,2,2,4,3,4,2,3,2,2,2,3,2,2,2,3,1,2,5,5,,,,,,5,6,7,,9,10,,,,,1,2,3,4,5,6,7,8,9,10,11,,,,1,2,3,4,5,6,,8,9,1,1,,1,,,2,14,,2, +12761218716,1,3,1,1,1,1,2,1,1,2,2,1,1,1,2,1,1,1,3,2,2,3,3,1,1,1,4,1,1,2,2,4,2,4,4,2,1,1,3,2,5,5,,,,,,,6,,,9,,11,,,,,,3,,5,6,,,9,,11,,,,1,2,3,,5,6,,,9,2,2,,,,,2,7,,17, +12761217728,1,2,2,1,2,3,4,3,2,4,4,3,4,2,4,3,4,4,4,4,4,4,4,4,4,2,4,4,3,3,4,2,3,3,3,1,3,1,2,2,2,5,,,,,,5,6,7,,,10,,,,,1,,,,,6,7,,,,,,,,1,2,3,4,,,,,9,2,2,,,,,2,17,,5, +12761207232,1,3,2,1,1,2,1,2,1,1,2,3,2,1,2,4,5,5,5,5,5,5,5,5,5,5,5,5,4,3,3,3,4,4,4,4,2,1,1,3,5,5,,1,,3,4,5,6,7,,,10,,,,,1,2,3,4,5,6,7,8,9,10,11,,13,,1,2,3,4,5,6,,,9,2,1,,1,,3,2,14,,0,Non practicing agnostic Catholic +12761206903,1,4,2,1,3,2,3,3,4,5,3,4,2,3,4,4,5,4,2,5,5,5,5,5,4,5,5,5,4,4,3,3,5,0,5,4,3,2,2,2,5,5,,,,,,,6,7,,9,10,,,13,,,,,,,6,7,,9,10,11,,13,,1,2,3,4,5,6,7,,9,2,1,,,,3,2,17,,1, +12761204649,1,4,3,1,4,5,2,2,2,2,2,3,2,1,1,3,4,5,4,4,4,4,4,5,2,4,4,4,3,5,3,3,5,4,4,2,3,1,1,2,3,1,,1,,3,,,6,7,,,,,,,,,2,,,,,,,9,10,,,,,,,,,,,,8,9,2,1,,,,3,2,7,,5, +12761202422,1,2,1,1,2,4,1,4,3,5,1,3,1,1,2,3,4,3,1,4,3,5,4,3,5,5,4,1,5,2,1,4,5,3,5,1,2,2,1,1,3,5,,,,,4,,,7,,,,11,,,,,,3,4,,6,7,,,,11,,,,1,,3,4,5,6,,,9,2,1,,,,3,2,17,,5, +12761197158,1,2,1,1,4,4,3,2,3,5,3,4,1,1,1,4,5,4,4,2,5,4,5,5,2,2,2,4,4,3,2,2,4,5,4,3,3,1,1,2,3,3,0,,,,,,,,,,,,,,,,,3,,5,,7,,9,10,11,,,,1,2,3,,,6,,,,2,2,,,,,3,14,,12, +12761193917,1,3,2,3,3,2,1,1,3,4,1,2,1,1,2,1,2,2,2,4,2,3,4,3,3,5,3,4,3,2,2,3,3,0,3,2,1,1,2,2,6,4,,1,,3,4,5,6,7,,,,11,12,13,,1,,3,4,5,6,7,,,,,,,,,2,3,4,,6,,,9,2,1,,,,3,2,14,,0,I’m not sure. +12761193586,1,3,2,1,2,1,1,1,2,3,1,2,1,2,2,2,4,4,3,3,4,5,5,5,4,5,5,5,4,4,3,2,4,4,5,3,3,1,1,3,5,4,,,,,,5,6,7,,,10,,,,,,,,,5,,7,,,10,11,,,,1,2,3,,5,,,,,2,2,,,,,2,7,,11, +12761188306,1,4,3,1,1,1,1,1,1,1,1,1,2,1,1,1,1,5,2,1,1,2,3,1,5,1,2,5,5,3,3,3,5,5,5,2,3,1,1,2,3,3,,,,,,5,6,7,,9,10,11,,,,,,,,5,6,7,,9,10,11,,,,1,2,3,4,5,,,,9,2,2,,,,,1,4,,11, +12761181648,1,2,1,2,5,1,4,2,4,5,4,5,1,2,5,5,5,2,5,5,3,5,5,5,1,5,5,5,5,4,1,3,5,4,5,3,2,2,2,3,5,5,,,,,4,5,6,7,,9,,11,,,,,,,,,6,7,,,,,,,,,,3,,5,,,,,2,2,,,,,2,14,,17, +12761179370,1,3,2,1,2,3,2,2,3,2,2,1,1,1,3,2,5,5,5,5,5,5,5,1,3,2,5,5,3,3,3,2,3,3,4,1,2,1,2,1,4,3,,1,,3,,5,6,7,,9,,11,,,,,,,,5,6,7,,9,,,,,,,,3,4,5,6,,,9,2,2,,,,,1,14,,2, +12761177527,1,4,3,1,2,2,4,2,1,1,1,2,2,4,4,4,1,4,4,1,1,1,1,2,4,5,5,4,4,5,4,4,4,3,4,3,3,5,2,2,4,4,,,,,,,6,7,,,,,,,,,,,4,,6,7,,9,,,,,,,,3,4,,,,,,1,1,,1,,,2,14,,5, +12761174012,1,3,2,1,4,2,2,2,2,4,2,2,2,4,4,2,2,2,2,2,2,2,2,3,4,4,5,2,5,4,4,3,4,4,4,2,3,1,2,3,5,5,,1,,3,,5,6,7,,,10,,,13,,,,3,4,5,6,7,,,10,,,13,,1,2,3,4,5,6,,,9,2,2,,,,,2,10,,2, +12761167193,1,4,3,1,3,3,4,1,3,3,3,3,1,2,5,4,3,2,2,2,2,5,4,2,3,5,5,3,4,4,3,1,5,5,3,1,1,1,1,1,3,3,,,,3,4,,6,7,,,10,,,,,,,3,4,5,6,7,,,,,,,,,2,3,4,5,,,,,2,2,,,,,2,7,,5, +12761163615,1,2,1,1,3,3,2,2,4,5,2,2,1,1,1,3,4,3,1,3,4,4,4,2,4,2,1,2,4,4,2,3,4,4,4,1,2,2,1,1,5,5,,,,,,5,6,7,,,10,,,,,,,,,5,6,,,,,,,,,,,,,5,,,,,2,1,,,,3,2,11,,1, +12761154735,1,4,3,1,4,1,2,1,2,3,3,4,2,5,5,5,4,1,3,2,2,3,2,4,4,5,5,5,3,2,2,3,4,3,3,4,3,4,2,1,3,5,,1,,3,4,5,6,7,,,10,,,13,,1,,3,4,5,6,7,,,10,,,,,1,2,3,4,5,,,,,2,1,,1,,,2,14,,17, +12761141179,1,4,3,1,1,3,5,1,2,5,2,1,1,2,1,2,1,5,5,3,5,5,5,2,5,2,4,5,4,3,3,,,4,5,4,3,1,1,5,5,4,,,,,,5,6,7,,9,,,,13,,,,,,5,6,7,,9,,,,13,,,2,3,4,5,6,,8,9,2,2,,,,,1,4,,1, +12761137579,1,3,3,1,2,3,2,2,3,4,1,2,1,1,4,1,3,3,2,5,3,3,5,5,5,5,4,3,3,3,2,4,3,3,3,1,2,3,3,1,3,5,,,,,,,6,7,,,,,,,,1,,,,,6,7,,9,10,,,,,,,3,4,,,,,,2,2,,,,,2,14,,17, +12761133280,1,2,1,1,3,2,2,1,3,2,1,2,1,1,2,2,4,2,2,4,4,3,3,4,1,4,4,4,3,3,2,2,3,3,3,1,1,1,1,1,2,1,,1,,3,,5,6,7,,,10,11,,,,1,,3,4,,6,7,,,,,,,,1,2,3,,,6,,,,2,1,,1,,,2,14,,5, +12761132188,1,2,1,1,4,3,2,1,5,4,2,4,2,1,3,2,4,3,2,1,2,4,3,4,2,3,5,5,4,2,2,4,3,4,3,1,1,1,2,1,3,5,,1,,3,,5,6,7,,9,,,,,,1,,,4,5,6,7,,9,,,,,,,,3,4,,,,,9,2,1,,,,3,2,2,,11, +12761131522,1,4,3,1,4,3,1,2,3,5,3,3,1,1,4,3,5,3,1,5,5,5,5,5,5,5,5,5,3,2,1,1,3,3,3,2,1,1,2,2,5,5,,,,,4,5,,7,,,10,,,,,1,2,,4,5,,7,,,10,,,,,,2,,,5,6,,,,2,2,,,,,2,12,,17, +12761130526,1,2,1,3,3,1,3,1,2,3,2,4,2,4,5,3,3,2,3,1,2,3,2,5,2,4,5,4,3,2,3,5,2,4,4,3,1,1,4,1,4,5,0,,,,,,,,,,,,,,,1,,3,,5,,7,,,,,,,,1,2,3,,5,,,,,2,1,,1,,,2,14,,2, +12761129523,1,3,2,1,4,2,2,2,3,3,2,3,2,1,1,1,1,4,3,2,5,3,5,4,5,1,3,5,3,3,1,3,4,3,4,2,2,1,1,1,5,5,,,2,3,,5,6,7,8,9,10,,,,,,2,,,5,6,7,,9,10,,,,,1,2,3,4,5,,,,9,2,1,,,,3,2,7,,5, +12761123869,1,3,2,1,3,4,4,3,3,4,4,4,3,1,2,3,3,4,3,4,4,5,5,5,5,2,3,4,3,3,3,3,3,4,4,2,3,1,1,2,5,5,,,,,4,5,,7,,9,10,,,,,,,,4,5,6,7,,9,10,,,,,,2,3,4,5,,,,9,2,2,,,,,1,14,,1, +12761120017,1,2,1,1,2,2,4,2,4,4,1,,1,1,3,3,5,2,2,5,5,5,5,5,5,2,5,5,2,2,4,4,3,4,5,4,3,1,1,1,5,5,,,2,,4,,,7,,,,11,,,,1,2,3,4,,,7,,,,,,,,1,2,3,,5,,,,9,2,1,,,,3,2,14,,0,Roman Catholic +12761117803,1,4,3,1,4,4,2,2,2,4,4,1,2,2,5,1,4,4,2,2,3,4,4,1,4,4,4,1,4,4,3,3,5,5,5,4,4,1,1,2,4,4,,,,,,5,6,7,,,,,,,,,,,,5,6,7,,,,,,,,,,3,,,,,,,2,2,,,,,2,14,,17, +12761115670,1,3,2,1,4,3,1,4,4,4,2,4,4,3,4,2,4,4,3,0,4,4,4,4,4,4,4,4,3,2,2,2,4,4,3,1,3,2,1,2,3,3,,,,3,4,5,6,7,,,10,11,,,,1,,3,4,5,6,7,,9,10,11,,,,1,2,3,4,5,6,,8,9,2,1,,1,,3,2,15,,5, +12761115090,1,2,1,1,5,5,3,2,4,5,4,4,2,2,1,1,5,4,2,5,2,5,4,2,5,2,1,5,4,5,3,2,5,4,4,2,1,1,1,1,5,5,,,,,,5,6,7,,,,,,,,1,,,,5,6,,,,,,,13,,,2,,4,,,,,9,2,2,,,,,2,3,,2, +12761114080,1,4,3,1,2,2,2,2,2,4,1,2,1,1,1,1,3,2,2,2,3,2,3,3,4,3,4,1,4,3,3,4,4,3,4,2,4,2,2,2,5,5,,1,,3,,,,,,,,,,,,,,,,5,6,7,,,,,,,,,,3,,5,,,,,2,1,,,,3,2,17,,5, +12761113833,1,2,1,2,4,2,2,5,3,5,2,4,1,2,3,2,4,3,3,5,5,5,5,4,4,5,5,5,4,3,3,5,1,4,5,1,1,1,1,1,6,6,,1,,,,,6,7,,,,,,,,1,,,4,5,6,7,,,10,11,,13,,1,,3,4,5,6,,,,2,1,,,,3,2,4,,11, +12761110743,1,2,2,3,5,5,5,4,5,5,5,5,4,2,4,4,4,5,4,5,4,4,5,5,5,2,3,5,3,2,3,3,4,4,4,2,3,1,1,1,3,1,,,,,,5,6,,8,,10,,,,,,,,,5,,7,,,,11,,,,1,,3,,,,7,,9,2,1,,,,3,2,5,,17, +12761101815,1,2,3,1,5,4,4,2,3,3,2,4,1,1,4,1,5,5,5,5,5,5,5,5,5,2,2,3,0,5,2,5,5,0,5,4,3,1,1,3,6,1,0,,,,,,,,,,,,,,,1,,3,,,,7,,,,,,,,,,3,,5,,,,9,2,2,,,,,1,3,,11, +12761100891,1,3,3,1,4,4,4,3,4,4,4,4,3,3,4,4,4,4,3,3,4,4,4,5,5,4,5,4,4,4,3,3,4,4,4,4,3,4,3,2,3,5,,,,,,,,,,9,10,,,,,,,,,,,,,9,,,,,,,,,,5,,,,9,2,2,,,,,2,14,,5, +12761099388,1,4,3,1,2,2,2,4,2,2,2,3,2,3,4,3,3,2,2,4,3,3,3,3,4,4,5,4,3,2,2,3,3,3,3,3,2,2,1,1,5,5,,,,,,,6,7,,,10,,,,,,,,,,6,7,,9,10,,,,,,2,3,4,5,,,,,2,1,,1,,,2,3,,11, +12761093887,1,3,2,1,4,4,2,2,4,4,2,2,2,2,2,2,3,2,2,5,5,5,5,5,1,5,4,5,5,4,2,3,5,5,4,4,2,1,1,1,3,5,,,,,,,6,,,,,,,,,,,,,,6,7,,,,,,,,1,,3,4,5,6,,,9,2,2,,,,,2,14,,2, +12761092217,1,2,1,1,4,4,2,5,4,2,2,4,2,2,4,2,3,5,3,5,3,4,4,5,4,5,5,5,3,3,1,3,3,3,2,1,1,1,2,1,5,4,,,,,,,6,7,,9,,,,,,,,,,5,6,7,,,,,,,,,,3,4,5,,,,,2,1,,,,3,2,6,,11, +12761090900,1,4,3,1,3,3,1,2,3,4,2,2,2,3,5,1,5,5,2,5,5,5,5,5,5,5,5,1,4,3,2,3,4,4,5,1,3,3,1,1,5,5,,,2,,,,6,,,,10,,,,,,2,,,5,6,7,8,,,,,13,,1,2,3,4,5,,,,9,2,1,,,,3,2,13,,5, +12761087505,1,2,1,1,1,3,2,1,1,1,2,1,1,1,2,1,1,2,2,1,1,2,2,1,2,1,5,2,1,2,1,2,1,3,3,2,1,1,1,2,4,4,,,2,3,,5,6,7,,9,10,,,13,,,,,4,5,6,7,8,9,10,,,,,1,2,3,4,5,6,7,8,9,2,2,,,,,1,0,,1, +12761087008,1,3,2,2,5,2,5,3,5,5,5,5,3,5,5,2,3,2,3,3,3,3,3,1,3,3,3,1,5,2,1,5,5,,5,1,1,1,1,1,6,3,0,,,,,,,,,,,,,,,1,,3,4,,6,7,,,,,12,,0,,,,,,,,,,2,1,,1,,,2,7,,11, +12761085590,1,3,2,3,3,3,1,1,3,3,2,3,2,2,3,2,4,3,1,4,4,4,4,5,4,4,5,5,3,3,2,2,3,3,3,2,1,1,1,1,5,5,,,2,,4,5,6,,,,10,11,,,,,2,,4,5,,,,,10,,12,,,1,2,,4,5,6,,,,2,1,,,,3,3,14,,17, +12761083865,1,2,1,1,5,3,4,5,5,5,5,5,2,4,5,2,5,1,3,2,5,5,5,5,2,5,5,2,5,1,1,3,5,5,5,3,1,1,2,1,3,5,,,,,,,,,,,10,,,,,1,,3,4,,,,,,,11,,,,1,,3,,5,,7,8,,1,2,,,,,2,9,,5, +12761082417,1,3,2,1,3,3,3,3,3,3,3,3,3,1,3,3,5,5,5,5,5,5,5,5,5,2,2,3,3,2,3,2,3,3,3,2,2,1,2,2,3,6,0,,,,,,,,,,,,,,,,,,,,,,,9,10,,,,0,,,,,,,,,,2,1,,,,3,1,2,,9, +12761073632,1,3,2,1,3,1,2,1,4,5,2,4,1,3,4,3,5,4,5,1,5,5,5,5,1,5,5,5,5,3,2,2,5,0,4,1,1,2,2,1,6,5,0,,,,,,,,,,,,,,,,2,3,4,5,6,7,8,9,10,11,,,,,2,3,4,5,6,,,9,2,1,,,,3,2,14,,2, +12761073256,1,4,3,1,5,3,3,5,5,5,5,5,3,3,5,3,5,3,5,5,5,5,5,5,3,5,5,5,5,3,5,5,5,5,3,3,3,1,1,5,3,3,,,,,,5,6,7,8,,,,,,,1,,,,,6,7,8,9,,,,13,,,2,3,4,5,,,,9,2,2,,,,,1,17,,17, +12761071527,1,2,1,1,4,5,4,2,5,5,1,4,2,2,4,5,4,4,1,4,4,5,2,5,4,2,4,4,3,3,1,4,,4,2,4,3,2,4,3,4,4,,,,,4,,6,7,8,9,10,,,,,,,,,,,7,8,9,,11,,,,1,,3,4,5,6,,,9,2,1,,1,,,2,1,,11, +12761071489,1,4,3,1,4,2,1,1,4,2,1,4,1,2,2,2,2,1,2,5,4,2,5,5,2,5,5,5,4,3,3,3,2,4,3,2,3,1,1,2,5,5,,,,,,5,6,,,9,,,,,,,2,3,,5,,,,9,10,,,,,,,,,,,,,9,2,2,,,,,2,12,,1, +12761071297,1,4,3,1,4,5,4,1,4,5,2,4,2,1,3,2,4,4,2,4,2,3,5,5,5,2,4,1,3,3,2,2,4,4,4,3,2,1,1,1,3,1,,1,,,,,,7,,,10,,,13,,,,,4,5,6,7,,9,,,,,,1,2,3,,5,,,,9,2,1,,,,3,2,14,,17, +12761070514,1,2,1,1,5,5,2,2,4,4,2,5,1,2,1,2,3,4,4,5,4,5,5,4,4,2,2,2,2,0,3,2,4,5,5,2,1,1,2,2,2,1,,,,,,5,,7,,,,,,,,,,,,5,,,,,,,,,,1,2,3,4,5,6,,,9,2,2,,,,,1,14,,0, +12761070011,1,2,1,1,2,3,3,3,3,5,4,4,3,2,1,1,5,5,5,5,5,5,5,5,5,3,1,5,2,4,3,3,4,3,3,2,5,1,1,2,5,1,0,,,,,,,,,,,,,,,,,,,,6,7,,,10,,,,,,,3,,,,,,,2,1,,,,3,1,3,,11, +12761067690,1,4,3,1,2,2,2,1,4,2,2,4,1,2,4,1,4,4,1,4,4,4,4,4,1,5,4,4,2,3,1,4,5,5,3,1,3,1,1,1,5,5,,1,,,,,6,,,,,,,13,,1,,3,,,,7,,,,,,,,,,,4,,,,,,2,1,,,,3,2,7,,5, +12761063827,1,4,3,1,2,5,2,4,2,2,1,4,2,1,5,5,2,5,5,5,2,2,2,2,2,5,5,5,2,5,2,5,5,3,5,2,3,1,1,1,2,5,,1,2,3,4,5,6,7,,,10,,,13,,1,2,3,,,6,7,,,10,,,13,,1,2,3,4,5,6,,,9,2,1,,,,3,2,14,,5, +12761062925,1,2,1,2,2,3,2,2,4,5,2,2,3,4,4,4,2,2,2,2,2,3,2,4,4,4,3,2,3,3,3,3,3,3,3,3,3,3,3,3,5,5,,,2,,,,6,7,,,10,,,,,,,3,4,5,6,7,,,,,,,,,2,3,4,5,,,,9,1,1,,1,,,2,14,,1, +12761061445,1,3,3,1,4,4,2,2,3,4,3,2,2,2,4,3,3,3,2,2,4,4,4,4,3,3,4,4,3,2,1,2,3,3,3,2,2,1,2,1,3,3,0,,,,,,,,,,,,,,,,,,4,5,6,7,8,9,10,,12,13,,,2,3,4,5,,,,,2,2,,,,,2,14,,17, +12761060664,1,2,1,1,2,2,2,1,2,3,2,2,2,2,2,2,5,4,3,4,3,5,5,5,5,5,5,5,5,1,1,3,3,3,4,2,4,1,1,1,5,5,,,,3,4,5,6,7,,9,10,,,,,,,,,5,6,7,,9,10,11,,,,1,2,3,4,5,6,7,,9,2,2,,,,,2,2,,14, +12761058676,1,4,3,1,2,3,2,2,4,4,2,2,2,1,1,3,3,4,3,5,3,3,4,4,5,1,1,4,4,4,3,4,3,3,3,3,3,3,2,4,6,2,0,,,,,,,,,,,,,,,,,,,,6,,,,,,,,,,,,,,,,,9,2,2,,,,,2,6,,11, +12761058421,1,2,1,1,2,5,3,2,2,4,2,2,2,3,2,2,3,5,,2,2,5,3,2,2,,3,2,4,5,5,2,4,3,,3,2,1,1,1,5,5,,,,,,5,6,,,9,,,,,,,,,,,6,7,,,,,,,,,2,3,4,5,,,,,1,2,,,,,2,4,,11, +12761055021,1,4,3,1,3,3,4,2,3,2,3,2,5,2,1,1,5,5,5,2,5,5,5,5,5,4,2,1,3,4,4,4,4,4,,3,4,2,1,1,5,4,,,,3,4,,6,7,,9,,,,,,,,3,4,5,,7,,,,,,,,,2,3,4,5,,,,,2,2,,,,,1,14,,17, +12761043820,1,3,3,1,3,5,5,5,2,2,2,5,5,2,5,5,5,5,5,5,5,5,5,5,5,4,5,5,3,3,1,4,3,4,3,2,2,1,2,2,4,4,,,,,,,6,7,,9,,,,,,,,,,5,6,7,,9,,,,,,,,,4,,,,,,2,1,,,,3,2,4,,11, +12761035861,1,2,2,1,3,4,3,2,4,4,4,2,2,2,2,3,5,5,5,5,5,5,5,5,5,2,4,5,4,2,2,2,4,4,3,2,4,1,1,1,4,3,,,,3,,,6,7,,9,,,,,,,,,,,6,7,,9,,,,,,,2,3,4,5,,,,9,2,1,,,,3,2,17,,8, +12761033563,1,2,2,2,3,4,4,4,4,3,4,2,3,2,3,1,4,4,4,4,4,4,4,2,4,4,4,1,5,3,3,5,4,4,5,3,4,2,1,1,2,1,,1,,3,,,,7,,9,,,,,,1,,3,,5,,7,,9,,,,,,,,3,4,,,,,9,2,2,,,,,1,2,,9, +12761028059,1,3,2,2,2,2,1,5,3,5,2,5,2,3,5,1,3,2,1,5,3,5,2,2,2,5,5,1,3,1,1,3,3,3,3,1,1,3,3,1,5,5,0,,,,,,,,,,,,,,,,,3,,,6,,,,,,,,,,,,4,5,6,,,9,2,1,,,,3,2,4,,11, +12761024859,1,4,3,1,2,5,2,1,2,2,2,2,1,1,2,1,2,5,2,1,2,4,2,2,1,1,2,1,4,3,4,4,5,5,4,1,3,1,2,2,3,2,,,,3,4,5,6,7,,9,10,,,,,,,3,4,5,6,7,,,10,,,,,,2,3,4,5,,,,9,2,1,,,,3,2,14,,17, +12761023691,1,3,2,1,4,2,1,1,2,4,2,3,1,2,2,2,4,2,1,4,3,3,3,5,2,5,4,3,3,3,3,1,2,3,3,4,1,1,2,1,3,3,,,,,,5,6,7,,9,10,11,,,,,2,,4,5,6,7,,9,10,11,,,,,2,3,,5,,,,9,2,2,,,,,2,14,,2, +12761022717,1,2,2,2,2,1,2,2,2,5,2,4,2,1,3,3,5,5,5,5,5,5,5,5,5,5,5,5,3,3,3,3,3,3,3,1,1,1,3,1,3,1,,,,,,5,6,,,,,,,13,,,,,,,6,7,,,,,,13,,,,3,,5,,,,,2,1,,,,3,2,9,,5, +12761022670,1,4,3,1,4,3,3,2,4,4,2,4,2,2,4,2,4,4,4,2,4,4,4,4,4,2,4,2,3,3,2,3,3,3,3,3,2,2,2,2,3,5,,,,,,5,6,7,,9,10,,,13,,,,,,5,6,7,8,9,10,,,13,,1,,3,4,5,,,,9,2,1,0,,,,2,14,,17, +12761018413,1,4,3,1,2,3,2,2,2,4,2,2,4,2,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,2,1,4,5,0,3,3,4,2,2,2,6,5,0,,,,,,,,,,,,,,,,,,,,6,7,,,,,,,,1,,3,4,,,,,,2,2,,,,,2,2,,14, +12761014097,1,4,3,1,3,3,2,1,3,3,2,2,1,1,2,3,5,4,4,4,4,4,4,5,3,3,5,5,3,3,1,3,3,4,3,2,3,1,1,1,5,5,,,,,,5,6,7,8,9,10,,,,,,,,,5,6,7,,9,10,,,,,,2,3,4,5,,,,9,2,1,,,,3,2,9,,5, +12761013546,1,4,3,1,2,2,2,2,2,2,2,2,2,2,2,2,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,,,,,4,5,6,7,,,,,,13,,,,,4,,6,7,,9,,11,,13,,1,2,3,,,6,,,,1,1,,,,3,2,14,,17, +12761010664,1,3,2,1,3,3,3,2,2,3,2,2,2,1,1,2,3,5,5,4,3,4,4,4,5,2,2,4,4,3,3,4,4,4,5,1,3,2,1,2,3,3,,1,,3,,5,6,7,,,,,,,,1,,3,,5,6,7,8,,10,,,,,,2,3,4,5,,,,9,2,1,,,,3,4,0,,2, +12761009843,1,3,2,3,3,2,1,2,4,4,3,2,1,4,5,3,5,3,2,2,4,5,5,2,2,5,4,5,4,3,1,4,5,4,4,1,3,1,1,1,5,5,0,,,,,,,,,,,,,,,,,,,5,6,7,,,10,,,,0,,,,,,,,,,2,2,,,,,2,14,,1, +12761008759,1,2,1,1,5,4,2,1,3,2,1,4,3,1,2,4,4,4,4,5,5,4,4,5,5,2,2,4,3,3,2,2,3,3,2,1,2,1,1,2,5,5,,,,,4,5,,7,,9,10,11,,,,,,,4,5,6,7,,9,,11,,,,1,2,3,4,5,6,,,9,2,1,,1,,,2,7,,5, +12761007915,1,3,2,1,2,2,1,1,4,2,1,1,1,2,5,5,1,1,1,2,1,2,4,1,5,5,5,5,4,3,4,1,2,4,4,2,5,2,1,5,5,5,,,,3,,5,6,7,,9,10,11,,,,,2,3,,,6,7,,,10,,,,,1,2,3,4,5,6,7,8,9,2,1,,,,3,2,4,,17, +12761006498,1,2,1,1,4,4,2,2,,4,2,3,2,4,2,4,5,5,2,2,5,5,5,5,5,5,5,5,4,4,2,4,5,3,4,3,2,2,1,3,5,5,,1,,,,,,7,,,,,,,,,,3,,,6,7,,,,,,,,,,3,,5,,,,,2,1,,1,,,2,14,,1, +12761005521,1,4,3,1,4,5,1,2,3,4,3,2,3,1,3,4,5,5,3,5,5,5,5,5,5,2,5,5,3,3,3,3,4,4,3,2,3,2,1,3,2,2,,1,,,,5,6,,,9,,,,,,,,,,5,6,,,9,,,,,,,2,3,4,5,,,,,2,2,,,,,2,14,,17, +12761002443,1,4,3,1,2,4,2,1,2,2,2,3,1,5,5,2,2,5,4,1,5,4,5,2,1,5,5,5,2,4,3,1,3,3,3,2,1,1,1,3,4,4,,1,,3,,5,6,7,,9,10,,,,,,,3,4,5,6,7,,9,10,11,,,,,2,3,4,5,,,,9,2,1,,1,,3,2,14,,1, +12761002177,1,2,1,3,5,5,5,5,5,3,2,5,2,2,2,4,3,4,3,5,4,4,4,5,4,2,2,4,4,3,2,2,4,0,4,3,2,1,1,1,5,5,0,,,,,,,,,,,,,,,,,,,5,6,7,,9,10,,,,,,,3,,5,,,8,9,2,1,,1,,3,1,2,,11, +12760999532,1,3,2,1,2,2,1,2,2,5,2,4,1,2,4,2,5,2,2,5,5,5,5,5,2,5,5,5,3,1,1,3,3,0,4,2,2,3,1,1,6,4,0,,,,,,,,,,,,,,,,2,3,4,5,6,7,,9,10,11,,,,1,2,3,,5,6,,,9,2,2,,,,,3,14,,2, +12760997890,1,4,3,1,3,3,3,2,2,3,2,3,2,2,3,2,4,,5,5,5,5,5,5,5,5,5,3,4,3,3,3,3,3,3,3,3,1,1,1,4,1,,,,,,,6,7,8,,10,,,,,,,,,,6,7,8,9,,,,,,1,,3,4,,6,,,,2,2,,,,,2,6,,5, +12760996543,1,3,3,1,2,4,2,1,4,5,5,2,1,1,1,1,5,5,5,5,5,5,5,2,5,1,1,5,3,3,3,4,3,5,5,2,3,1,1,1,1,1,,,,,,5,,,,9,,,,,,,,,,,,,,9,,,,,,1,2,3,,5,6,,,9,2,2,,,,,1,14,,2, +12760995905,1,2,1,1,2,2,1,1,1,1,1,3,1,1,1,1,4,5,4,4,5,5,5,3,5,2,3,2,4,,5,4,3,4,4,3,3,1,1,2,3,4,,,,,,,6,7,,,,,,,,,,,,,6,,,,,,,,,,,3,4,5,6,,,9,2,2,,,,,2,6,,4, +12760991947,1,2,2,1,,,,,,,,,,1,,,,,,,,,,,,3,,,2,2,1,2,3,2,3,1,3,1,1,1,5,5,,1,,3,4,5,6,7,,,,11,12,,,,2,3,,5,6,7,,,10,11,,13,,1,2,3,4,5,6,7,8,9,2,1,,1,,,2,3,,11, +12760984728,1,4,3,2,4,5,2,4,4,5,5,4,2,1,5,4,3,3,3,5,3,4,4,4,4,3,5,5,4,3,2,4,3,4,5,3,3,4,2,2,5,4,,,,3,,5,6,7,,,10,,,,,,,3,4,5,6,7,,,10,11,,,,,2,3,4,5,6,,,,2,1,,,,3,2,14,,5, +12760984589,1,3,2,2,5,5,4,5,4,5,4,5,3,1,3,3,5,5,5,5,5,5,5,5,5,5,5,5,4,4,4,5,3,5,5,3,3,1,3,1,5,3,0,,,,,,,,,,,,,,,,,3,4,,,7,,,,,,,0,,,,,,,,,,2,2,,,,,2,3,,11, +12760984369,1,4,3,1,1,3,2,1,3,1,1,2,1,2,4,5,2,4,4,1,3,1,1,4,2,5,5,4,2,3,2,1,4,2,2,1,2,1,1,2,5,5,,1,2,,,5,6,7,,,10,,,,,1,2,,,5,6,7,,,10,,,,,,2,3,4,5,,,,9,1,1,,1,,3,2,13,,5, +12760980360,1,3,2,1,4,1,1,1,2,4,1,2,1,1,2,5,2,4,1,1,4,4,2,5,4,4,5,5,4,4,1,2,3,4,2,4,1,1,1,3,4,4,,,,3,,,6,7,,,,11,,,,,,3,,,6,7,,,,11,,,,,2,3,4,5,6,,,9,2,1,,1,,,2,12,,17, +12760979822,1,3,2,2,3,2,1,2,3,3,3,2,1,1,2,4,4,5,2,3,4,4,5,3,4,4,3,4,4,4,2,3,4,5,4,3,3,1,1,2,5,5,,1,,3,,5,6,7,,,,,,13,,1,,3,,5,6,7,,9,,,,13,,,2,3,4,5,,,,9,2,1,,,,3,2,14,,17, +12760978575,1,3,2,1,3,3,4,2,1,1,1,2,2,1,4,3,4,3,3,5,3,3,2,2,5,1,5,4,3,3,3,4,2,5,4,2,5,1,1,1,5,4,,,2,,,5,6,7,,,10,11,,,,1,,3,4,5,6,7,,,10,11,,,,1,,3,4,5,,,,9,2,1,,1,2,3,2,15,,5, +12760976105,1,2,1,1,4,2,2,2,4,4,2,4,2,,5,2,4,1,1,4,4,4,4,2,1,5,5,4,4,4,3,2,3,5,3,1,1,2,2,1,5,5,,1,,3,4,,,7,,,10,,,13,,,,3,,,6,7,,,,,,,,,,3,4,5,,,,,2,2,,,,,2,14,,17, +12760973914,1,3,2,1,3,2,1,2,3,4,2,2,2,2,2,2,3,2,1,4,3,4,4,4,4,4,4,2,4,3,2,3,4,4,3,3,4,2,1,1,2,2,,,,,,5,,7,,,10,,,,,,,,,5,6,7,,9,10,,,,,,2,3,4,5,,,,,2,1,,,,3,2,14,,0, +12760972218,1,4,3,2,1,2,2,1,1,1,1,2,1,2,2,2,2,2,1,5,2,1,1,2,1,3,2,5,4,3,2,2,5,3,4,3,2,2,1,3,5,5,,,,,,5,6,,,9,10,,,,,,,3,,,6,7,,9,,,,,,,,3,4,5,,,,9,1,1,,,,3,2,3,,11, +12760966556,1,2,2,1,2,3,2,5,2,5,4,1,3,1,2,3,5,5,5,5,5,5,5,3,5,3,5,1,3,3,1,5,3,5,3,2,4,1,1,1,3,5,,,,,,5,6,7,,,,,,,,,,3,,,6,,,,,11,,,,,,,4,5,,,,9,2,2,,,,,2,1,,11, +12760964033,1,4,3,1,4,4,2,2,4,4,2,4,2,2,4,3,4,4,1,4,4,4,4,4,4,4,2,3,3,3,2,1,3,5,4,2,1,2,1,1,5,3,,,2,,,5,,7,8,,10,,,,,,,,,5,6,7,,9,10,,,13,,1,2,3,,5,6,,,,2,1,,,,3,2,3,,11, +12760962746,1,4,3,1,4,4,2,4,3,4,2,4,4,2,4,4,5,5,3,5,4,5,4,4,5,3,5,5,4,3,3,3,4,3,3,3,3,1,2,2,3,5,,,,3,4,,6,,,9,10,11,,13,,,,,,,6,7,,9,,11,,,,,,,4,5,6,,,9,2,1,,1,,,2,3,,11, +12760958261,1,3,2,1,2,1,1,1,2,5,2,2,1,1,5,5,5,1,1,5,5,5,5,5,5,5,5,5,2,1,1,2,2,2,3,1,1,1,1,1,5,5,,,,,4,,6,7,,,,11,,,,,,,,,6,7,,,,,,,,,,3,4,5,6,,,9,2,1,,,,3,2,4,,11, +12760955290,1,4,3,1,1,2,4,2,1,2,2,2,1,2,5,2,1,2,3,4,1,2,2,4,1,4,5,5,4,3,1,2,4,4,4,2,2,1,1,1,5,5,,,,3,,5,6,7,,,,11,,,,,,3,,5,6,7,,,,11,,13,,1,2,3,4,5,6,,,9,2,1,,,,3,2,14,,5, +12760952466,1,4,3,1,3,0,3,2,2,3,3,3,3,1,3,1,5,5,2,4,2,5,5,4,5,5,5,3,1,1,3,3,3,1,5,1,4,1,1,1,5,5,,,2,,,,,,,,,,,,,,,,,5,6,7,,,10,,,,,,,3,,,,,,9,2,1,,,,3,2,6,,9, +12760949596,1,2,1,2,4,4,3,1,5,5,4,4,2,2,5,1,5,3,3,2,4,4,5,3,5,5,5,3,4,4,2,1,1,5,4,1,4,1,1,2,5,3,0,,,,,,,,,,,,,,,,,,,5,6,7,8,9,10,,,,,,2,3,4,5,,,,,2,2,,,,,2,7,,5, +12760949117,1,3,2,1,4,3,3,4,4,4,4,4,3,4,4,3,4,3,3,4,4,4,4,4,4,4,4,3,2,2,1,2,2,3,2,1,2,1,1,1,3,4,,,,,,,6,7,,,,,,,,,,,,5,6,7,,,,11,,,,,,3,4,,,,,,2,1,,,,3,2,13,,5, +12760948816,1,4,3,1,2,4,3,2,2,4,4,4,4,2,1,3,1,2,2,2,1,5,5,2,4,2,1,2,4,2,2,3,3,4,3,1,1,1,1,1,2,2,,,,,,5,6,7,8,9,10,,,,,,,,,5,6,7,8,9,10,,,,,,2,3,4,5,6,,8,9,2,2,,,,,2,0,,1, +12760944908,1,4,3,1,2,2,2,2,5,5,2,2,2,2,2,2,5,2,2,5,5,5,5,5,2,5,5,5,2,,5,3,2,,3,5,3,5,5,4,6,5,0,,,,,,,,,,,,,,,,2,3,4,5,6,7,,,10,11,,,,,2,3,4,5,,,,,2,2,,,,,2,1,,5, +12760943188,1,3,2,2,4,4,2,2,4,5,2,2,2,2,2,1,4,4,4,2,4,4,4,4,4,4,5,1,4,4,3,2,4,4,4,3,2,2,1,3,5,5,,1,2,,,,6,,,9,10,,,,,,,,,5,,,,,,,,,,1,2,,4,5,,,,,2,2,,,,,2,4,,11, +12760942810,1,3,2,1,4,1,2,4,1,2,1,2,1,1,4,4,5,2,2,5,2,4,4,5,4,1,4,3,4,2,4,5,4,4,5,3,4,2,1,1,5,5,,,,,4,5,6,7,,,10,,,,,,,,,,6,7,,9,10,,,,,1,2,3,4,5,,,,9,2,1,,1,,,2,2,,14, +12760938725,1,2,2,1,2,3,2,2,5,4,4,2,2,2,5,3,5,5,2,2,2,5,5,1,5,5,3,5,4,4,2,1,,4,4,,2,1,1,1,5,5,,,2,,4,,6,7,,,,,,13,,,2,,,5,,7,,,10,,,13,,,2,3,4,5,,,,9,2,1,,,,3,2,4,,11, +12760937111,1,2,1,1,5,5,4,2,3,4,2,,2,2,3,3,4,4,4,4,5,4,4,4,5,4,5,4,3,1,,1,2,4,1,3,2,1,2,1,1,2,,1,,,,,6,7,,,,,,,,1,,3,4,5,6,7,8,9,,,,,,,,3,4,5,6,,,,2,2,,,,,2,14,,2, +12760934098,1,4,3,1,2,4,2,1,4,2,2,2,1,1,2,4,4,3,3,1,4,4,4,3,2,4,5,4,4,3,3,3,4,4,4,2,4,2,2,1,4,4,,,,,,,6,,,,,,,,,,,,,5,6,7,,,,,,,,,2,3,4,5,,,,9,2,2,,,,,2,14,,2, +12760933214,1,3,2,1,3,5,5,5,5,5,5,5,3,1,1,2,5,5,5,5,5,5,5,5,5,1,2,3,4,3,4,3,5,4,4,3,4,1,1,3,5,5,,1,,3,4,,6,,,,10,11,,,,,,3,,5,6,7,,,10,,,,,1,2,,4,,,,,9,2,1,,,,3,1,4,,11, +12760931465,1,4,3,1,3,4,2,2,4,4,2,2,2,1,3,1,2,2,2,2,4,3,4,4,5,5,5,2,4,4,3,3,4,4,4,3,3,1,1,1,5,5,,1,,,,5,6,7,8,9,10,,,,,,,3,,5,6,7,8,9,10,,,,,1,2,3,4,5,6,,,9,2,1,,1,,,2,6,,9, +12760930725,1,2,1,1,2,2,2,3,3,5,2,1,1,1,4,3,3,3,1,5,2,3,5,1,4,1,5,4,5,3,1,4,4,3,4,2,3,2,2,3,6,5,0,,,,,,,,,,,,,,,1,,,4,5,,7,,9,10,,,,,1,2,3,4,5,6,,,9,2,2,,,,,3,14,,2, +12760930448,1,4,3,2,1,2,2,2,5,3,2,1,2,2,5,4,1,5,5,4,4,4,4,1,4,4,5,5,4,3,1,2,4,4,4,2,2,1,1,3,1,5,,,,,,5,6,7,,9,10,,,,,,,,,,6,7,,9,,,,,,,,3,,5,,,,9,2,2,,,,,1,14,,1, +12760930444,1,4,3,1,4,1,1,3,4,5,3,3,2,2,4,2,5,5,2,3,5,5,5,5,2,4,5,5,3,4,2,2,4,4,3,2,1,1,1,1,3,3,,,,,,,6,7,,,,,,,,1,,3,4,5,6,7,,,,11,,,,1,2,3,4,5,,,,9,2,1,,,,3,2,14,,2, +12760929969,1,3,2,1,4,3,2,3,4,5,4,5,3,2,3,4,4,5,4,5,5,5,5,5,5,1,4,5,2,4,4,2,4,3,3,3,2,1,1,2,5,5,,,,3,4,5,6,7,,,,11,,,,,,3,4,5,6,7,,,10,11,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,14,,5, +12760928970,1,3,2,1,5,3,3,2,4,4,5,4,2,1,3,3,4,4,4,1,3,3,4,4,4,1,4,4,5,3,3,2,5,5,5,2,2,1,1,4,6,3,,,,,,,,7,,,10,,12,,,1,2,3,4,5,6,7,8,9,10,11,12,13,,,,3,4,5,6,,,9,2,2,,,,,2,2,,9, +12760928525,1,4,3,1,2,4,5,1,4,2,2,2,1,5,5,1,5,4,2,4,5,5,5,1,2,5,5,5,4,3,3,3,5,5,5,2,2,1,1,3,5,5,,1,,3,,,,7,,,,,,,,1,,,4,,6,,,,,,,,,,,3,4,,,,,,2,2,,,,,2,2,,9, +12760926489,1,2,1,1,4,2,4,1,4,4,4,1,4,5,5,5,4,4,5,1,4,5,5,2,5,5,5,5,4,5,4,4,5,5,4,4,4,2,1,1,5,5,0,,,,,,,,,,,,,,,,,3,4,5,6,7,,,,,,,,1,2,3,4,5,6,,,,2,1,,,,3,1,14,,2, +12760921675,1,2,1,1,4,4,3,2,3,4,2,4,1,1,1,4,5,5,3,4,5,5,5,5,2,1,2,5,3,2,4,2,3,3,3,2,2,1,1,1,3,4,0,,,,,,,,,,,,,,,,,,,5,6,7,,,10,11,,,,,,3,,5,6,,,9,1,1,,,,3,2,5,,1, +12760918365,1,2,1,1,2,4,1,3,2,5,1,2,2,2,4,2,1,3,5,4,2,3,3,1,1,5,5,3,2,4,3,3,2,4,5,3,1,1,1,1,3,5,,1,,,,,6,7,,,,,,13,,,,3,4,5,6,7,,9,,11,,,,,,3,4,5,,,,9,2,1,,1,,,2,17,,5, +12760916564,1,4,3,1,2,2,2,1,3,4,3,2,1,1,2,2,4,2,2,4,4,4,5,4,3,3,4,4,3,3,3,2,4,4,4,3,1,1,2,3,3,1,,,,,4,5,6,7,,9,10,11,,,,,,,,,6,7,,9,10,,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,14,,17, +12760913735,1,2,2,1,4,2,4,3,4,4,2,2,2,2,4,1,4,3,3,4,4,4,4,3,3,5,5,4,3,2,1,2,4,4,2,1,1,1,2,1,5,5,,1,,,,5,6,7,,,10,,,,,,,,,5,6,7,,,10,,,,,,2,3,4,5,,,,9,2,1,,,,3,2,14,,5, +12760913499,1,2,1,1,2,4,4,3,2,1,1,2,3,3,5,4,2,5,4,3,2,2,1,3,3,5,5,4,3,4,3,2,3,3,2,2,2,2,1,3,5,5,,,,,4,5,6,7,,,,,,,,,,,4,5,6,7,,,,,,,,1,,3,4,,6,,,,1,1,,1,,3,2,14,,5, +12760911797,1,4,3,1,3,2,1,2,2,3,2,2,2,2,4,4,4,2,1,2,3,4,4,2,2,5,4,5,3,3,3,3,3,3,3,3,3,3,3,3,5,5,,,,3,4,,6,7,,,10,11,,,,,,,,5,6,7,8,,10,,,,,,2,3,4,5,,,,,2,2,,,,,2,14,,12, +12760911303,1,2,2,1,5,5,3,5,5,2,5,5,4,1,5,5,5,5,5,5,5,5,5,5,4,3,4,5,5,2,1,2,5,5,5,2,5,1,3,1,5,5,,1,2,3,4,5,6,7,8,,10,11,,,,1,2,3,,5,6,7,,,10,11,,,,1,2,3,4,5,6,7,,9,3,3,,,,,4,0,,0, +12760909433,1,4,3,1,4,4,1,4,4,5,5,4,2,4,4,2,2,2,1,5,3,5,4,4,2,5,5,5,3,2,3,3,4,3,4,4,4,2,4,2,4,5,,,,3,,,6,7,,,,,,,,1,,,4,5,6,,8,,,11,,13,,,,,,5,6,7,,9,2,2,,,,,2,14,,1, +12760909054,1,2,1,1,3,3,1,2,2,5,1,1,2,1,1,2,4,4,2,4,3,5,5,1,5,1,1,4,5,3,4,3,3,4,4,2,2,1,1,3,6,5,,1,,,,,6,7,,9,,11,,,,,,,4,5,6,7,,9,,11,,,,,,3,4,5,,,,9,2,1,,1,,,1,5,,2, +12760908935,1,4,3,1,5,2,1,2,4,5,4,5,4,1,2,4,3,2,1,4,4,3,5,4,4,2,4,5,3,2,3,3,3,3,3,2,2,1,1,1,6,5,,,,,,5,6,7,,,,,,,,,,,4,5,6,,,9,,,,,,1,2,3,,5,,,,9,2,2,,,,,2,5,,1, +12760908087,1,3,2,1,5,3,1,2,5,5,4,4,1,2,5,4,5,5,3,5,5,5,5,5,4,5,5,5,5,3,2,4,4,5,5,1,3,1,2,1,5,5,,,2,,,5,,7,,,10,,,,,,,3,,5,6,7,,,,,,,,1,2,,,,6,,,,2,1,,,,3,2,1,,5, +12760906649,1,4,3,1,5,5,5,5,5,5,5,5,5,3,2,4,5,5,5,5,5,5,5,5,5,5,2,5,5,5,4,5,5,5,5,5,5,2,1,4,5,5,,,,,,,6,,,,,,,,,,,,,,,,,9,,,,,,,,,,,,,,,2,1,,,,3,2,2,,9, +12760902488,1,3,3,1,2,1,1,2,2,5,2,1,2,2,4,2,1,1,2,4,2,2,4,1,4,5,5,4,5,3,1,2,3,4,5,2,2,1,1,1,5,4,,1,,3,4,,6,7,,,,11,,,,,,3,4,5,6,7,,,,11,,,,1,2,3,4,5,6,,,9,2,2,,,,,2,14,,17, +12760899532,1,3,2,1,4,4,2,3,4,4,3,3,2,2,4,4,4,4,4,4,4,4,4,4,2,4,4,4,4,2,2,3,4,5,4,3,2,2,2,2,2,3,,,,,,5,6,,,,,,,,,1,2,,,5,,7,,,10,11,,,,,,3,4,5,6,,,9,2,1,,,,3,2,14,,17, +12760898908,1,2,1,1,2,4,2,4,4,5,5,2,2,2,5,3,1,2,1,5,4,3,4,1,1,5,5,4,2,1,1,2,2,3,4,3,2,3,2,2,3,4,,,,3,4,,6,7,,9,,,,,,,2,,4,5,6,7,8,9,10,11,,,,,,,4,5,6,,,,2,2,,,,,2,14,,15, +12760898449,1,2,1,2,3,2,1,4,3,4,2,1,1,3,5,2,2,2,2,5,4,4,3,2,5,4,5,2,,2,1,3,4,3,3,,2,1,1,1,5,4,,,,3,4,,6,7,,,,11,,13,,,,,,5,6,7,,,,11,,,,,2,3,4,5,6,,8,9,2,2,,,,,2,6,,11, +12760898258,1,2,1,1,3,2,1,1,2,4,2,2,2,1,2,2,4,4,3,4,5,4,5,4,5,2,3,4,4,2,2,3,4,4,4,2,2,1,1,1,5,3,,,,,,,6,,,,,,,,,,,,,5,6,7,,,,,,,,,2,3,4,,,,,,2,1,,,,3,2,14,,5, +12760894735,1,2,1,2,5,2,2,2,5,4,3,4,1,4,4,4,3,2,4,4,3,3,3,3,2,5,5,3,5,4,4,4,5,5,5,3,4,2,1,3,5,5,0,,,,,,,,,,,,,,,,,,,5,6,7,,,,11,,,,,,3,4,5,,,,9,2,2,,,,,2,14,,17, +12760892337,1,4,3,1,3,4,3,3,2,4,2,3,3,1,4,1,2,4,3,4,3,3,3,4,4,3,4,2,3,3,3,2,3,3,3,2,3,1,1,1,5,5,,1,2,3,4,5,6,7,8,9,10,11,,,,1,,3,4,5,6,7,,9,,11,,,,1,2,3,4,5,,,,9,2,1,,,,3,2,2,,9, +12760892112,1,4,3,1,2,1,2,2,2,2,2,1,2,2,2,1,2,2,3,3,4,4,5,2,3,3,4,1,2,3,1,3,3,3,4,2,2,1,1,1,2,2,,1,2,3,,5,6,7,8,9,10,,,,,,2,3,4,5,6,7,8,9,,,12,13,,1,2,3,4,5,6,7,8,9,2,1,,,,3,2,17,,5, +12760891642,1,3,2,1,3,4,2,1,2,5,1,1,2,1,1,1,2,4,4,5,2,3,5,1,5,4,5,2,2,3,1,2,2,5,3,1,2,1,1,1,3,3,0,,,,,,,,,,,,,,,,,3,,,6,7,,,,,,,,1,,3,4,5,6,,,9,2,2,,,,,2,14,,2, +12760891564,1,4,2,1,5,5,1,5,4,4,5,5,2,2,5,3,4,4,3,4,4,4,4,2,4,1,2,2,1,4,4,3,4,4,4,1,1,1,1,1,5,5,,,,3,4,,6,,,,,11,12,,,,2,3,4,5,6,7,,,10,11,,,,1,2,,,5,6,,,9,2,1,,,,3,2,2,,9, +12760890871,1,3,2,1,1,4,1,2,1,1,2,1,5,4,5,2,1,4,1,1,1,2,2,1,3,5,5,3,2,3,3,4,,3,3,3,2,1,1,2,5,3,,,,,,5,6,7,,9,,,,,,,,,,5,6,7,8,,,,,,,,2,3,4,5,,,,9,1,2,,,,,2,7,,5, +12760890731,1,3,3,1,2,4,2,2,2,2,2,1,2,2,1,1,5,5,5,4,5,5,5,4,5,2,2,2,5,2,3,2,5,5,4,2,5,2,1,2,5,5,,,2,,,,6,7,,9,10,,,,,,2,,,5,6,7,,9,,11,,,,1,,3,4,5,6,7,,9,2,1,,,,3,1,15,,1, +12760888236,1,2,2,1,4,2,1,5,5,5,5,5,2,3,5,4,4,3,1,5,5,4,5,5,4,5,5,5,4,3,2,3,4,4,4,3,3,2,3,2,4,4,,,,,,5,6,7,8,,,,,,,,,,,5,6,7,,,,,,,,,2,3,4,5,,,,9,2,2,,,,,2,14,,17, +12760886432,1,2,3,1,1,2,1,2,4,4,3,1,1,3,3,3,2,2,2,3,5,5,4,1,2,5,4,5,4,5,3,5,4,5,5,3,2,3,2,4,3,5,,,,,,,6,,,,,,,,,,,,,,6,,,,,,,,,1,,,4,5,,,,,2,2,,,,,2,17,,1, +12760885313,1,3,2,1,2,,2,2,3,5,2,2,1,1,5,5,4,5,4,5,4,5,,4,5,5,5,5,5,5,2,5,5,5,5,1,4,2,2,1,5,3,,1,,3,4,,6,7,,,,11,,,,1,2,3,,5,6,7,,,10,11,,13,,1,2,3,4,5,6,,,9,2,2,,,,,2,14,,5, +12760884151,1,4,3,1,1,3,2,1,2,2,1,2,1,2,2,2,2,3,4,3,2,2,2,3,1,4,5,5,3,3,2,1,3,3,3,2,1,1,1,2,5,5,,,2,3,,5,6,7,,9,,,,,,,2,3,,,6,7,,,,,,,,,2,3,4,5,,,,9,1,1,,1,,,2,14,,2, +12760881169,1,2,1,1,2,2,2,1,2,3,2,2,1,1,1,2,3,3,3,1,3,3,3,3,2,4,4,4,4,3,3,2,4,4,4,4,1,1,2,2,2,2,,,,3,,5,6,,,,,,,,,,2,3,4,5,6,7,,,10,,,,,,2,3,4,5,,,,,2,2,,,,,1,17,,12, +12760880751,1,3,2,1,2,4,2,2,2,2,2,2,2,2,2,2,3,4,4,4,4,4,4,2,4,4,4,2,4,5,1,1,5,5,3,2,3,1,1,1,6,4,,1,,3,,,,,,,,,,,,,,3,,,6,,,,10,,,,,,2,,,,,,,,2,2,,,,,1,17,,5, +12760878755,1,4,3,1,5,2,2,5,5,5,2,4,2,3,5,3,4,4,3,5,4,5,3,5,2,5,5,5,3,4,5,3,5,5,3,2,2,4,5,2,1,5,,,,3,,5,6,,,,10,,,,,,2,,,5,6,7,8,9,,,,,,,2,,4,5,,,,9,2,1,,,,3,2,14,,5, +12760876584,1,3,2,1,3,2,1,2,2,5,3,2,2,2,3,3,5,3,2,5,3,5,5,3,5,4,5,3,5,2,1,5,3,4,5,2,3,2,3,1,5,1,,,,,4,,6,,,,,11,,13,,,,,4,5,,,,,,,,,,,2,,,,,,,9,2,,,,,,2,14,,17, +12760875351,1,3,2,1,3,2,2,2,4,4,2,3,2,3,4,2,4,3,2,5,5,4,4,5,5,3,4,1,4,3,2,3,3,4,4,1,2,2,3,1,5,5,,,,,,,6,,,,,,,,,,,,,,6,7,,,,,,,,,,,,5,,,,,2,1,,1,,,2,7,,17, +12760875327,1,3,2,1,4,4,3,2,4,4,3,4,2,2,2,2,4,4,4,4,4,4,4,4,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,3,5,,,,3,,,6,7,,9,,,,,,,,,4,,6,7,,,,,,,,,,3,4,5,,,,,2,2,,,,,2,2,,5, +12760874330,1,3,2,3,5,5,5,5,5,5,4,5,3,1,3,2,5,5,5,5,5,5,5,5,5,2,5,5,4,4,4,3,5,5,5,3,2,1,1,2,3,3,,1,,,4,5,,7,,,,,,,,,2,,,5,,7,,,,,12,,,,,,4,5,,,,9,2,2,,,,,1,6,,4, +12760873025,1,4,3,1,5,5,3,1,1,3,1,2,1,1,2,4,5,5,5,4,5,5,4,5,5,1,5,3,5,4,3,4,5,5,3,4,4,1,1,1,2,1,,,,,,,6,7,,9,10,,,,,,,,,,6,7,,9,,,,,,,,3,4,5,,,,9,2,1,,,,3,2,15,,5, +12760872202,1,4,2,1,1,1,1,4,2,4,1,3,1,4,5,2,2,2,1,5,2,5,3,4,5,5,5,5,4,1,1,4,2,3,3,4,3,2,1,4,3,4,,,2,,,5,6,,8,9,,,,,,,,,,,6,7,,9,,,,,,,2,,4,5,,,,,2,1,,,,3,2,6,,5, +12760871287,1,2,1,2,2,1,2,1,1,4,2,2,1,1,3,1,5,2,5,5,5,5,5,4,2,5,5,3,5,5,5,2,5,0,5,3,2,1,2,1,5,5,,,,,4,5,6,7,8,,,,,,,,,3,,5,,7,8,9,10,,,,,,2,3,4,5,,,,9,2,1,,,,3,2,14,,17, +12760869016,1,4,3,2,4,3,2,2,5,5,4,4,1,3,5,2,4,4,5,3,4,4,4,3,2,4,4,3,4,3,3,3,3,3,3,3,3,3,3,3,3,3,,,,,,5,,,,,,11,,,,,,3,,5,6,7,8,,10,11,,,,,2,,4,5,6,,,9,2,2,,,,,2,15,,17, +12760867380,1,3,2,1,4,5,2,2,5,5,2,3,4,1,2,4,5,5,5,5,5,5,5,5,5,2,2,5,4,5,4,4,4,4,4,3,3,3,1,3,3,3,,,,3,,5,6,7,,,,,,,,,,,4,,6,7,,,,,,,,,,3,4,5,,,,,2,1,,1,,,2,14,,1, +12760866227,1,4,3,1,1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,1,1,1,1,1,2,5,5,4,1,2,1,1,3,2,1,2,3,2,3,2,5,5,,,,,,,6,7,,9,,,,,,,,,,,6,7,,9,,,,,,,,3,4,5,,,,9,2,1,,,,3,1,14,,5, +12760865476,1,2,1,1,1,2,2,1,1,3,1,3,1,1,4,4,1,2,1,2,1,1,2,2,1,4,4,4,3,3,1,3,4,3,3,2,1,1,1,1,5,5,,1,2,3,4,5,6,7,,,10,11,,,,1,2,3,4,5,6,7,8,,10,11,,,,,2,3,4,5,,,,9,2,1,,1,,3,2,17,,0, +12760864022,1,4,3,1,1,4,4,2,2,1,1,2,2,2,4,5,2,5,5,1,2,1,1,1,4,5,5,5,2,5,3,3,3,5,4,4,,1,1,4,5,5,,,2,3,4,5,6,7,8,9,10,11,,,,,,3,4,5,6,7,,9,10,,,,,1,2,3,4,5,6,,,9,1,1,,1,,,2,14,,5, +12760862184,1,4,3,1,3,3,3,2,4,5,2,2,2,1,4,2,4,4,4,2,3,4,5,3,5,3,5,3,4,3,3,3,3,5,4,3,5,1,2,2,3,5,,1,2,3,,5,6,7,8,9,10,,,13,,,,3,4,5,,7,8,9,,,,,,1,2,3,4,5,6,7,8,9,2,1,,,,3,1,14,,, +12760862054,1,4,3,1,3,3,2,3,4,3,2,2,2,1,3,,4,2,1,4,1,4,3,2,2,1,1,4,3,2,3,3,2,3,3,2,3,2,2,1,5,5,,1,,3,,,6,7,,9,10,,,,,,,,,5,6,7,,9,10,,,,,,2,3,4,5,,,,9,2,2,,,,,1,17,,5, +12760860580,1,2,1,1,2,4,2,2,2,2,2,2,1,1,2,3,2,3,4,1,2,2,2,3,1,4,5,4,3,3,2,3,3,3,3,3,3,2,2,2,2,2,,,2,3,4,5,6,7,,9,10,,,,,1,,3,4,,6,7,,9,10,,,,,,2,3,4,5,,,,9,1,1,,1,,,2,14,,5, +12760858723,1,4,3,1,2,2,1,1,3,5,2,2,2,1,2,3,1,1,1,1,3,4,2,3,1,4,4,1,0,2,3,4,0,0,0,2,3,3,1,1,5,5,,,,,4,,6,,8,9,10,11,,13,,,,,,,,7,,9,,11,,,,,,3,4,5,,,,9,2,2,,,,,2,3,,11, +12760857904,1,3,2,1,5,5,2,2,4,5,2,4,2,2,1,2,4,4,2,5,4,5,4,4,4,4,4,2,4,3,3,4,5,5,3,2,3,1,1,2,5,5,,,,,4,5,6,7,,9,10,11,,13,,,,,4,5,6,7,,9,,11,,13,,1,2,3,4,5,6,7,,9,2,1,,,,3,2,2,,9, +12760856790,1,2,1,1,1,2,2,1,1,5,2,1,2,1,3,5,1,1,3,1,1,2,1,1,5,5,5,5,3,4,2,3,4,5,5,2,2,1,1,3,5,5,,,,,,,6,7,,,,,,,,,,3,4,5,6,7,,,,,,13,,,2,3,4,5,,,,9,2,1,,,,3,2,4,,11, +12760855445,1,3,2,1,3,2,3,2,2,5,2,4,3,3,3,1,3,2,2,3,4,4,4,4,5,3,3,2,4,3,2,3,4,3,4,1,3,2,1,1,3,5,,1,,3,,5,6,7,8,9,10,,,,,1,,3,,5,6,7,,9,,,,13,,1,2,3,4,5,6,,,9,2,1,,,,3,2,3,,11, +12760854158,1,4,3,1,2,2,2,2,2,4,2,2,2,4,4,4,2,2,2,2,4,4,2,1,4,5,5,2,2,3,2,2,3,3,4,3,2,1,1,2,5,5,,1,,,4,,6,7,,9,10,,,,,1,,3,4,5,6,7,,9,10,11,,13,,1,2,3,4,5,,,,9,2,2,,,,,2,6,,9, +12760852427,1,2,1,1,3,3,3,2,2,5,2,3,2,1,1,2,5,5,5,4,5,5,5,5,2,3,2,5,4,5,4,3,5,0,4,3,3,1,1,2,5,4,,,,,,,,7,,,,,,,,,,3,,,6,7,,,,,,,,,,3,,5,,,,,2,2,,,,,1,2,,9, +12760852033,1,4,3,1,1,1,3,2,1,1,2,4,2,2,4,4,1,1,1,3,1,2,2,2,2,4,4,3,4,1,3,2,4,3,3,1,1,2,2,1,5,5,,,,,4,,6,7,,9,,11,,,,1,,3,4,,6,7,,,,,,,,,2,3,4,5,6,,8,9,2,2,,,,,2,5,,1, +12760850793,1,3,3,1,3,3,1,1,3,4,3,3,1,2,2,4,4,3,2,3,4,4,4,3,4,4,3,4,5,4,1,3,4,5,4,3,3,2,2,1,5,5,,,,,,,6,7,,,,,,,,,,,,,6,7,,,,11,,,,,,3,4,5,6,,,,2,2,,,,,2,14,,1, +12760850536,1,3,2,2,4,2,4,4,3,4,2,2,3,2,4,2,3,2,4,4,4,4,4,3,4,3,4,2,4,3,2,3,4,4,4,2,3,2,4,2,5,5,,,,,,5,6,7,,9,10,,,,,,,,,5,6,,,9,10,,,,,,2,3,4,5,,,,9,2,1,,,,3,2,3,,11, +12760850265,1,3,2,1,4,2,2,2,5,5,3,3,3,1,2,2,3,2,2,4,4,4,3,2,4,1,2,2,3,4,4,3,2,0,2,5,3,5,5,5,4,5,,,,,,5,6,7,,9,10,,,,,,,,4,5,,7,,9,10,11,,,,,2,3,,,6,7,,9,2,2,,,,,1,2,,14, +12760849631,1,2,2,1,2,4,2,1,2,4,1,2,1,1,1,4,3,3,5,5,2,2,5,5,4,1,2,5,5,3,2,2,4,4,5,2,2,1,2,1,4,1,,,,,,,,7,,,10,,,,,,,,,5,,7,,9,10,,,,,,,3,,5,6,,,9,2,1,,,,3,2,14,,0, +12760847694,1,3,2,1,3,3,1,1,2,4,1,3,1,1,4,1,2,3,1,2,2,5,3,3,3,5,5,4,2,3,1,2,2,3,2,2,2,4,4,3,4,5,0,,,,,,,,,,,,,,,,,,,5,6,7,,,,,,,,,2,,,5,,,,9,2,1,,1,,,2,14,,5, +12760847658,1,3,2,1,4,4,3,2,3,5,5,3,4,2,2,3,5,4,4,4,4,4,4,4,4,2,2,5,4,2,3,3,4,5,4,3,3,1,1,1,3,1,,,2,,,,6,7,,9,10,,,13,,,2,,,,6,7,,9,10,,,,,1,2,3,4,5,,,,9,2,2,,,,,2,0,,5, +12760846871,1,2,1,1,2,5,2,1,4,5,1,4,1,1,4,4,4,2,2,5,4,5,4,5,2,5,5,5,5,3,4,3,5,5,5,1,4,1,4,2,2,3,,1,,3,4,,6,7,,,,,,,,,,,,,6,,,,,,,,,,2,3,4,5,6,,,,2,1,,,,3,2,14,,1, +12760846103,1,3,2,1,4,4,3,4,3,4,4,4,4,3,3,2,4,4,3,4,4,4,4,4,3,4,5,1,4,1,3,3,2,2,3,3,3,2,3,3,3,2,,1,,,,,,,,,10,,,13,,,,,,,,,,,10,11,,,,,,,,5,,,,,1,3,,,,,2,2,,5, +12760844588,1,2,1,3,3,2,2,2,3,5,3,4,1,1,3,4,2,5,1,5,4,5,5,4,1,1,4,4,4,2,2,2,3,2,3,3,1,1,1,1,3,3,,1,,3,,5,6,7,8,,10,,,13,,,,3,,5,6,,8,,,,,,,,2,3,4,5,,,,9,2,2,,,,,4,14,,2, +12760844587,1,3,2,1,5,5,5,3,5,4,3,5,2,2,5,4,5,5,5,5,5,5,5,5,5,5,5,5,2,3,4,2,3,3,3,1,1,1,2,1,3,3,,,,,,5,6,7,,,,,,,,,,,,5,6,7,,,,,,,,1,2,3,4,5,,,,9,2,1,,1,,,1,6,,5, +12760843316,1,2,1,1,2,4,2,2,2,2,4,3,2,2,1,3,3,4,2,5,3,4,4,4,3,2,1,2,3,3,3,3,3,3,4,3,1,2,1,2,2,3,,,,3,,,6,,,,10,,,,,,,,,5,6,7,,,,,,,,,,3,4,5,,,,,2,2,,,,,2,14,,5, +12760841281,1,3,2,1,4,2,1,1,4,4,3,3,2,2,4,1,4,2,2,1,4,4,4,4,3,2,4,4,3,2,2,2,3,3,3,3,2,1,3,1,3,2,,,,,,,6,7,8,,10,,,,,,,,4,,6,7,8,,,,,,,1,,3,4,5,,,,,2,2,,,,,2,14,,17, +12760840646,1,4,3,1,4,4,3,3,4,4,2,4,2,1,3,3,4,5,5,5,4,4,4,5,5,1,5,5,3,3,3,3,3,3,3,3,2,1,1,2,3,3,,,,,,,6,7,8,,,,,,,1,,,,5,6,7,,,,,,13,,,2,3,4,5,,,,,2,1,,,,3,2,14,,1, +12760840189,1,2,2,1,2,1,2,2,2,5,2,3,2,2,4,4,5,5,5,5,5,5,5,5,5,5,5,5,3,3,1,3,3,5,3,3,3,2,3,3,5,5,,1,,3,,,6,7,8,9,,,,13,,1,,,,,6,7,8,9,,,,13,,,2,3,4,5,6,,,9,2,1,,1,,3,2,8,,11, +12760840013,1,3,2,1,2,4,1,2,4,2,2,3,1,1,3,2,4,3,2,4,4,2,3,5,2,1,5,4,5,2,2,4,5,5,5,3,4,1,1,2,4,5,,,,,4,5,6,7,,9,10,,,13,,,2,,4,5,6,7,,9,10,11,,,,1,2,3,4,5,6,,,9,2,2,,,,,2,14,,5, +12760839886,1,3,2,2,4,4,1,2,4,4,4,4,2,2,4,4,5,5,4,5,5,5,5,5,2,5,5,2,5,2,2,4,5,5,4,2,3,3,1,1,2,1,,1,,3,,5,6,,,,,,,,,,,,,5,6,7,,,10,11,,,,,2,3,4,5,6,,,9,2,1,,,,3,2,14,,0,Catholic +12760839333,1,3,2,2,3,3,3,2,3,2,3,3,2,2,3,3,3,3,3,3,3,3,3,4,3,5,5,3,4,4,3,3,4,4,5,3,2,3,1,1,2,1,,,2,,,5,6,7,,,10,,,13,,,2,,,5,6,7,,9,10,,,,,,2,3,4,5,,,,,2,1,,,,3,2,14,,5, +12760838749,1,3,2,2,4,2,4,2,2,4,2,2,2,2,4,2,4,3,3,4,4,4,4,3,4,3,4,2,3,3,2,3,3,3,3,2,4,2,2,3,5,5,,,,,,5,6,7,,9,10,,,,,,,,,5,6,7,,9,10,,,,,,2,3,4,5,,,,9,2,1,,,,3,2,3,,11, +12760837465,1,4,3,1,2,3,2,1,2,1,1,1,2,1,1,1,3,4,4,1,4,3,3,1,5,5,3,4,3,4,2,1,4,3,3,1,3,1,1,2,2,3,,,,3,4,5,6,7,,9,10,11,,,,,,3,4,5,6,7,,9,10,11,,,,1,2,3,4,5,6,,,9,2,1,,1,,,1,14,,2, +12760837314,1,3,3,1,4,5,3,1,4,5,2,4,4,1,1,4,5,5,2,2,5,5,5,3,2,1,2,5,5,5,5,3,5,5,3,4,1,1,1,1,5,5,,,,,,,,,,9,,,,,,,,,4,5,,7,,,,11,,,,,,3,4,5,,,,,2,1,,,,3,2,3,,11, +12760836888,1,3,3,1,2,2,1,2,2,3,2,3,1,2,4,3,3,1,2,4,3,4,2,5,2,5,5,4,3,3,3,3,3,4,3,1,2,2,1,1,5,5,,,,,,,6,7,,9,,,,,,,,3,,5,6,7,,,,,,,,1,2,3,4,5,6,,,,2,1,,,,3,2,14,,5, +12760836755,1,2,2,1,2,1,1,2,2,2,2,2,1,2,3,2,2,1,1,2,2,2,2,2,1,2,4,4,4,2,1,3,4,4,4,2,1,2,3,2,5,5,,1,2,3,,5,6,7,8,9,10,,,,,1,2,3,,5,6,7,8,9,10,,,,,,2,3,4,5,,,,,2,2,,,,,2,17,,4, +12760833630,1,3,3,1,5,4,2,1,3,5,3,4,2,1,2,3,5,2,4,2,3,3,5,3,4,4,1,3,4,2,2,3,2,3,3,1,2,1,1,1,5,5,0,,,,,,,,,,,,,,,,,3,4,5,6,7,,,10,11,,,,1,2,3,4,5,6,,,9,2,2,,,,,2,14,,17, +12760833404,1,4,3,1,4,4,1,4,4,5,2,1,2,2,3,1,5,5,5,5,5,5,5,5,4,5,5,2,0,0,1,0,3,0,0,3,1,1,0,1,6,5,,1,,3,4,,6,,,,,,12,,,,2,,4,5,6,7,,,10,,,,,,2,,4,5,6,,,,2,2,,,,,2,14,,2, +12760832128,1,3,2,1,5,4,2,5,4,5,4,4,4,3,5,5,4,4,1,4,4,4,4,4,4,4,4,4,3,3,1,3,3,3,3,1,2,3,3,2,2,2,,,,,,5,6,7,,9,,11,,,,1,,,,5,6,7,,9,,11,,,,,2,3,4,5,6,,,9,2,1,,,,3,2,12,,17, +12760831792,1,4,3,1,5,4,4,1,5,5,3,4,2,1,4,5,5,5,5,5,5,5,5,5,5,2,5,5,5,4,2,4,5,5,5,4,4,1,1,1,5,5,,1,,3,,,6,7,,,10,,,,,,,,,5,6,7,,9,,,,,,,2,3,,5,,,,,2,2,,,,,2,14,,2, +12760830782,1,3,2,1,4,2,1,2,4,5,2,4,1,1,5,4,5,5,2,5,5,5,5,5,5,5,5,5,4,3,2,4,3,4,4,2,2,1,2,1,3,5,,,2,,,5,,7,,,10,,,,,,,,,5,,7,,,,,,,,,,3,,,,,,9,2,1,,,,3,2,14,,2, +12760828691,1,3,2,1,3,3,3,2,4,4,3,4,3,2,5,4,5,5,4,5,5,5,5,5,5,4,5,5,4,3,1,4,3,3,4,3,3,1,2,2,5,5,,,,3,,,6,7,,,,,,,,,,3,,,6,7,,,,,,,,,,3,4,5,,,,9,2,2,,,,,2,14,,17, +12760828272,1,3,3,1,4,3,2,3,3,4,2,3,2,3,3,3,4,3,2,4,4,4,3,4,2,5,5,4,4,2,4,3,4,3,3,4,2,2,2,3,5,4,,1,,,,5,6,7,8,9,,11,,13,,,,3,4,,6,7,,9,10,,,,,,2,3,4,5,6,7,,9,2,1,,,,3,2,3,,11, +12760824328,1,4,3,1,4,5,2,2,5,4,4,2,1,2,3,2,5,5,2,2,5,4,4,5,4,5,5,4,3,4,2,3,4,3,3,4,5,4,2,3,5,4,,,,,,5,6,7,,,10,,,,,,2,3,,5,6,7,,,10,,,,,,,3,4,5,6,,,,2,1,,,,3,2,14,,1, +12760821467,1,3,2,2,2,4,1,2,3,3,2,3,2,1,3,3,2,2,1,4,2,4,4,4,2,2,5,4,2,2,2,2,2,2,2,1,2,1,1,1,3,3,,,,3,,,6,7,,9,10,,,,,,,3,,,6,7,,,10,,,,,,2,3,4,5,6,,,9,2,1,,,,3,2,14,,1, +12760820029,1,4,3,1,2,1,1,1,3,2,2,2,1,2,4,2,2,2,2,1,4,3,4,1,2,5,4,4,4,4,3,4,4,5,4,3,3,1,2,2,4,3,,,2,3,4,5,6,7,8,,10,11,,,,,2,3,4,5,6,7,8,,10,11,12,,,1,2,3,4,5,6,7,8,9,2,2,,,,,2,2,,0,Raised Catholic but don’t believe in organised religion +12760818859,1,3,3,1,3,4,3,3,4,4,2,1,1,1,4,2,4,4,4,4,4,5,5,2,4,2,5,1,4,4,3,4,5,4,5,2,4,1,2,1,1,1,,,2,3,4,5,6,7,,,10,11,,,,,,3,,5,6,7,8,,,,,,,,,,,5,,,8,9,2,1,,,,3,1,14,,5, +12760818756,1,3,2,1,4,3,2,3,2,4,3,3,3,5,4,4,2,3,2,4,3,3,3,4,5,,5,4,3,3,2,2,3,3,3,1,2,2,1,1,4,4,,1,2,3,4,5,6,7,8,9,10,11,12,,,1,2,3,,5,6,7,8,9,10,,,,,1,2,3,4,5,6,7,,9,2,2,,,,,2,5,,0, +12760814436,1,2,1,2,2,3,2,1,4,5,3,2,1,,4,1,3,4,2,5,5,5,5,5,2,5,5,3,3,4,2,3,4,4,5,2,1,1,1,1,5,5,,1,,3,,5,6,7,,9,,,,,,,,3,,5,6,7,8,9,,,,,,,2,3,4,,6,,,9,2,2,,,,,2,2,,1, +12760814270,1,4,3,1,4,3,2,2,3,4,3,4,2,1,5,4,5,2,2,5,5,5,5,5,4,2,5,5,5,,2,4,3,5,4,3,3,1,1,1,5,5,,,,,,5,6,7,,,10,,,,,1,,3,4,,6,7,,,10,11,,,,,2,3,4,5,,,,9,2,2,,,,,2,14,,2, +12760813744,1,3,2,1,4,3,1,1,3,2,1,2,1,1,3,2,3,2,4,1,2,2,2,1,2,4,5,3,,3,2,1,3,2,3,2,2,1,1,2,5,5,,,2,3,,5,6,7,8,9,10,,,,,,,3,,5,6,7,8,9,10,,,,,,2,3,4,5,6,,,9,2,1,,1,,3,2,15,,5, +12760813560,1,2,2,1,3,4,2,2,2,5,2,2,2,2,2,4,5,5,2,5,5,5,5,5,5,5,5,5,4,4,2,4,4,4,4,2,2,4,3,2,5,5,,,,3,,,,,,,10,11,,,,,,,,,6,,,,10,,,,,,,,,5,,,,9,2,2,,,,,2,14,,17, +12760813363,1,3,3,1,2,1,1,1,1,4,1,1,1,1,1,1,5,5,4,4,4,4,5,5,4,5,5,5,3,2,5,2,4,3,3,1,1,1,1,2,3,5,,,2,,,,,7,,,10,,,13,,,,,,5,6,7,,9,10,,,,,1,2,3,,,,,,,2,2,,,,,2,14,,17, +12760812565,1,2,1,2,2,3,2,4,3,3,3,4,4,1,3,3,2,4,3,5,3,5,4,5,5,1,3,5,4,3,2,3,0,0,4,0,4,1,1,2,2,3,,1,,3,,5,,,,9,10,,,,,1,2,3,,5,6,7,,,10,,,,,,2,3,4,5,,,,9,2,1,,1,,,2,14,,2, +12760809233,1,4,3,1,3,4,2,2,3,4,2,3,2,2,4,3,2,3,2,3,2,2,3,2,3,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,5,5,0,,,,,,,,,,,,,,,,,3,,5,,7,,,,,,,0,,,,,,,,,,2,1,,,,3,4,0,,0, +12760808503,1,3,1,2,5,2,4,5,3,5,2,3,3,2,5,2,5,2,4,5,4,5,5,3,4,3,5,2,4,3,2,3,4,4,4,2,3,2,3,1,5,5,,,,,,5,6,7,,,10,,,,,,,,,5,6,7,,9,10,,,,,,2,3,,5,,,,9,2,1,,,,3,2,3,,11, +12760806735,1,2,1,1,2,5,3,2,1,2,3,2,1,1,1,1,4,4,4,4,4,4,5,4,5,2,1,3,4,4,3,4,4,4,5,3,3,2,1,2,5,5,,1,2,3,,,6,7,8,,10,,,,,,,3,,5,6,7,,,10,,,,,,2,3,4,5,,,,9,2,2,,,,,1,5,,5, +12760805824,1,2,1,1,5,4,3,1,5,5,2,3,1,3,4,4,5,5,1,1,4,5,4,5,2,5,5,2,4,4,2,3,3,3,4,2,3,1,1,1,3,3,,,,,,,6,7,,,,,,,,,,,,,6,,,,,,,,,,,,4,5,,,,,2,2,,,,,2,17,,11, +12760801533,1,2,1,2,2,2,2,2,3,4,1,2,2,2,3,3,4,3,4,5,4,4,4,4,5,3,5,4,3,2,2,2,3,3,3,1,2,1,1,1,3,5,,,,,,,6,7,,,10,,,,,1,,3,,,6,7,,,,,,,,1,2,3,4,5,,,8,9,2,1,,,,3,2,14,,5, +12760801210,1,4,3,1,4,2,2,1,2,4,2,2,1,1,2,2,4,2,2,2,2,4,4,2,2,2,4,2,4,3,1,3,3,4,4,1,3,1,1,1,6,5,0,,,,,,,,,,,,,,,,,3,4,,6,7,8,,10,11,,,,1,,3,4,5,,,,9,2,2,,,,,2,14,,0, +12760798270,1,2,2,1,2,4,2,1,4,2,2,4,1,2,2,2,3,3,3,1,2,3,3,4,1,5,5,5,4,4,3,4,3,4,4,2,4,1,1,1,5,5,,,2,3,4,5,6,7,8,,,11,,13,,,,3,4,5,6,7,,,,11,,,,1,2,3,4,5,6,,,9,2,2,,,,,2,15,,17, +12760796199,1,4,3,1,4,4,2,3,5,5,4,3,3,3,3,2,5,2,2,5,4,5,5,5,5,5,4,1,4,3,1,1,3,4,3,2,3,1,1,2,5,5,,,,3,,5,6,7,8,,10,,,,,,,3,,,6,7,,,,11,,,,,,3,4,5,,,,,2,2,,,,,2,6,,11, +12760795769,1,3,2,1,3,4,2,1,4,5,3,3,2,2,4,3,4,4,3,4,5,3,5,5,3,4,4,5,4,4,2,1,4,0,4,3,2,2,3,2,6,4,0,,,,,,,,,,,,,,,,,3,,,,7,,9,,,,,,,,3,4,,,,,9,2,2,,,,,2,9,,5, +12760795453,1,4,3,1,5,4,4,3,5,5,4,5,3,3,5,4,3,3,2,5,2,5,5,2,2,5,5,2,4,5,4,4,5,5,5,3,3,1,1,1,5,5,,,,,4,,,7,8,,10,11,,13,,,,3,4,,6,7,,,,11,,,,,,3,4,5,6,,,9,2,2,,,,,2,2,,2, +12760794121,1,2,1,1,1,2,1,1,4,5,1,1,1,1,2,1,1,5,5,1,3,5,1,3,1,5,5,5,2,3,2,1,1,0,1,2,1,2,2,1,6,5,,,,,,5,,,8,,,,,13,,,,3,,5,6,,,,,,,,,1,2,3,,5,,,,9,1,1,,1,,3,2,14,,5, +12760793749,1,4,3,1,5,4,1,4,5,5,2,2,1,2,4,2,5,2,1,2,4,2,5,2,1,5,5,2,5,4,1,3,4,4,5,1,1,1,1,1,5,5,,,,3,,,6,7,,9,,,,,,,,3,,,6,7,,,,,,,,,,3,4,5,,,,,2,1,,,,3,2,12,,2, +12760792871,1,4,3,1,4,3,1,1,4,4,2,2,1,2,4,4,5,5,1,1,5,5,5,5,2,3,5,5,2,4,1,1,2,2,3,1,1,1,2,3,6,5,0,,,,,,,,,,,,,,,,,,,5,,7,,,,,,,,,2,3,,,,,,,2,2,,,,,2,14,,2, +12760791276,1,2,2,1,3,3,1,3,2,5,3,3,2,1,4,3,4,5,3,5,4,5,4,5,5,2,5,5,3,3,2,4,4,3,4,2,3,1,1,1,3,4,0,,,,,,,,,,,,,,,,,3,,,,,,9,10,,,,,,,3,,5,,,,,2,2,,,,,2,14,,2, +12760791210,1,2,1,1,3,3,3,3,3,3,3,3,3,2,3,2,3,3,3,3,3,3,4,3,5,2,4,2,4,3,2,3,4,4,4,1,3,1,2,1,5,5,,1,2,3,4,5,6,7,8,9,10,11,12,13,,,2,3,4,5,6,7,,9,10,,,,,1,2,3,4,5,6,7,8,9,2,1,,,2,3,1,2,,9, +12760788557,1,4,3,1,1,1,1,1,1,1,1,1,1,2,2,2,1,1,1,1,2,1,2,1,2,3,3,3,2,2,2,2,3,2,3,2,2,1,1,1,5,5,,,,,,,6,7,,,,,,,,,,,,5,,7,,,10,,,,,1,2,,4,5,6,,,9,2,2,,,,,2,14,,15, +12760788335,1,4,3,1,2,2,4,1,2,4,1,1,1,2,4,3,2,3,4,4,3,3,3,1,2,5,5,4,3,4,2,3,3,3,3,2,3,1,3,2,3,3,,,,,,5,6,7,8,,,,,,,,,3,,5,6,7,,,,,,13,,,2,3,4,5,,,,9,2,1,,,,3,2,4,,11, +12760788264,1,4,3,1,2,2,2,2,4,5,5,3,4,2,1,2,3,2,1,2,3,3,3,3,3,2,3,4,5,3,3,4,5,5,5,2,4,2,1,2,5,5,,1,2,3,,5,6,,8,9,10,,,,,1,,,,5,6,,,9,10,,,,,,,,4,,,,8,9,2,2,,,,,2,13,,11, +12760787944,1,2,2,1,1,2,1,3,2,3,3,1,1,1,5,3,1,4,3,3,2,2,4,1,2,5,5,3,5,5,5,2,4,5,5,1,1,3,1,1,5,5,,1,,3,4,5,6,7,,9,,,,,,,2,3,4,5,6,7,,9,,11,12,13,,1,2,3,4,5,,7,,9,2,1,,1,,,2,1,,11, +12760785373,1,3,1,1,5,5,5,2,5,5,3,4,1,4,5,5,5,5,5,2,5,5,5,5,2,5,5,5,5,5,3,3,4,4,4,4,3,1,1,5,2,3,,,,3,,,6,7,8,9,10,,,,,,,3,,,6,7,,9,10,,,,,,,3,4,5,,,,9,2,1,,,,3,2,14,,2, +12760784337,1,4,3,1,2,2,1,1,2,1,1,1,1,1,3,1,4,2,2,2,4,5,5,2,2,2,2,2,4,2,2,3,4,5,5,2,2,1,1,2,1,2,,,,,,,6,7,8,,,,,,,,,3,4,5,6,7,,9,,,,,,1,2,3,4,5,6,7,8,9,2,1,,,,3,2,2,,9, +12760783742,1,3,3,1,5,4,1,2,5,5,4,4,2,3,5,1,5,4,1,5,5,5,5,5,5,5,5,4,5,3,2,3,5,5,4,3,4,1,1,1,5,5,,,,3,4,5,,7,,,,,,,,,,3,4,5,6,7,,,10,11,,13,,,2,3,4,5,,,,9,2,2,,,,,2,14,,2, +12760779849,1,4,3,1,2,3,2,1,4,2,3,1,3,1,2,2,4,4,4,4,4,4,4,4,5,2,4,4,3,4,1,1,5,4,,1,3,1,1,1,5,5,,,,3,4,,,7,8,9,,11,,,,,,3,,5,,7,,,10,11,,,,1,,3,,,6,,,9,2,2,,,,,1,14,,2, +12760779205,1,4,3,1,4,4,2,2,4,5,2,4,2,4,4,2,4,4,4,4,5,5,5,5,5,5,5,5,3,3,1,1,4,3,2,2,1,1,2,1,5,5,,,,3,,5,6,,,,10,,,,,,2,,4,5,6,7,,,10,,,,,1,2,3,4,5,,,,,2,1,,,,3,2,14,,17, +12760778995,1,4,3,2,2,3,2,2,4,2,3,2,1,1,2,2,1,3,2,1,2,3,2,2,1,1,3,2,3,3,2,2,3,3,3,3,2,1,1,3,5,5,,1,2,3,4,5,6,7,,,10,11,,,,,,3,4,5,6,7,,9,,,,,,1,2,3,4,5,6,,,9,2,1,,1,,,3,13,,1, +12760778477,1,3,2,2,4,2,1,3,4,4,4,4,2,3,4,2,4,4,2,4,4,4,4,4,2,4,4,3,5,2,1,2,3,3,5,4,1,2,1,1,3,2,,,,3,,,,7,,,10,,,,,,2,3,,5,6,7,,9,10,,,,,1,2,3,4,5,,,,9,2,2,,,,,2,14,,17, +12760774698,1,2,1,3,2,3,2,2,2,4,2,2,1,1,1,1,3,3,2,4,3,0,5,4,1,0,1,1,3,2,3,,3,2,3,3,5,5,5,5,5,5,,1,,,4,5,6,7,,,,,,13,,,,,4,,6,7,8,,10,11,,,,1,2,3,4,5,6,,,9,2,2,,,,,3,14,,1, +12760774307,1,3,2,2,2,1,1,1,5,5,1,3,1,1,4,4,2,4,1,4,2,4,4,4,3,3,5,4,2,2,2,2,2,3,4,3,1,1,1,1,5,5,,,,,4,,6,7,,,,,,,,,,,4,,6,7,,,,,,,,1,2,3,4,5,,,,9,2,1,,,,3,2,2,,14, +12760774003,1,2,1,1,3,2,2,2,4,4,4,2,2,1,2,2,5,4,5,3,5,5,5,2,5,1,4,4,2,2,4,2,4,2,4,2,2,1,1,1,2,1,,1,,3,4,5,,7,,9,,11,,,,,2,,4,5,6,7,,,,,,,,1,2,,4,,,,,,2,2,,,,,2,14,,2, +12760773729,1,2,1,1,,4,1,2,2,4,2,1,1,1,3,1,,3,2,4,4,5,5,2,5,4,3,2,4,3,3,3,5,5,4,2,3,1,1,2,3,1,,,,,4,5,,7,8,9,10,11,,,,1,,3,,5,6,7,,,,,,13,,1,2,3,4,5,6,,,9,2,2,,,,,2,14,,2, +12760773711,1,3,2,2,5,5,5,5,3,5,5,3,4,1,2,3,5,5,5,5,3,5,5,3,5,1,1,3,0,0,0,0,3,0,0,3,0,1,1,3,6,3,0,,,,,,,,,,,,,,,1,,,4,,,7,,9,,,,,0,,,,,,,,,,2,2,,,,,1,4,,11, +12760771373,1,4,3,1,3,3,2,5,3,5,4,5,4,2,4,3,4,4,3,5,4,5,4,5,5,1,4,3,3,3,2,0,3,0,0,4,3,2,2,2,6,5,0,,,,,,,,,,,,,,,,,,,,6,7,,9,,,,,,,,3,,,,,,9,2,2,,,,,2,5,,17, +12760769924,1,3,2,1,4,2,2,2,4,4,2,2,2,1,2,4,4,2,4,4,5,4,4,2,2,2,4,4,5,4,5,5,5,5,5,2,3,2,1,1,4,2,,1,,3,,5,6,7,,,,,,,,,2,,,5,6,7,,,10,,,,,,,3,4,5,,,,,2,1,,,,3,2,14,,2, +12760767783,1,4,2,1,5,3,3,3,5,5,5,5,3,1,3,3,5,5,5,5,5,5,5,5,5,1,5,5,4,3,4,4,4,4,4,2,4,1,1,1,2,5,,,2,,,5,6,7,8,,,,,,,,,,,5,6,7,,,,,,,,,2,3,4,5,,,,9,2,1,,,,3,2,14,,5, +12760767757,1,2,3,1,4,5,2,1,5,5,5,4,1,1,2,1,5,5,4,5,5,5,5,5,5,2,2,1,3,4,2,4,5,5,5,4,4,1,1,1,2,1,,,2,,,5,6,,8,9,10,,,,,,,,,5,6,,8,9,10,,,,,1,,3,4,,,,,,2,2,,,,,2,2,,9, +12760767230,1,3,2,2,3,3,1,3,3,4,2,4,1,2,3,3,4,3,1,4,4,4,4,3,1,5,5,4,3,3,2,2,4,3,3,2,1,2,1,2,4,3,,,,,,5,6,7,,9,10,,,13,,,,3,4,5,6,7,8,9,10,,,,,,2,3,4,5,,,,,2,1,,1,,,2,2,,11, +12760766949,1,3,2,1,4,4,2,2,5,4,4,4,3,4,5,4,5,4,2,5,5,5,5,4,5,5,5,5,3,2,1,2,4,3,3,2,2,1,1,2,5,5,,,,,,,6,7,,9,,,,,,,,,,5,6,7,,9,,,,,,,2,3,4,5,,,,9,2,1,,,,3,2,5,,1, +12760766810,1,4,3,1,1,2,1,2,3,2,2,3,2,2,2,1,1,2,5,3,2,3,3,3,1,5,5,5,4,4,2,3,4,4,4,4,3,2,1,3,4,5,,,,3,,5,6,7,,,,11,,,,,2,3,,5,6,7,,,10,,,,,1,2,3,4,5,6,7,8,9,2,1,,,,3,2,13,,2, +12760766680,1,3,2,1,2,1,2,3,3,3,2,2,3,2,3,2,3,1,2,4,3,3,2,2,4,3,4,2,4,3,4,4,3,4,4,2,4,2,2,2,5,5,,1,,,4,,6,7,,,10,,,,,1,,3,,5,6,7,,,10,,,13,,1,2,3,4,5,,,,9,2,1,,1,,3,2,3,,11, +12760766548,1,3,2,1,2,2,1,2,4,5,2,2,,2,4,5,2,1,1,5,2,2,2,2,4,2,4,5,5,3,1,2,3,5,4,3,2,1,1,1,3,3,,,,3,,,6,7,,9,,,,,,,,,,,6,7,,9,,,,,,1,2,3,4,5,,,,9,2,1,,,,3,2,14,,2, +12760765563,1,4,2,1,5,4,5,4,4,4,5,1,4,2,5,2,5,5,5,5,5,5,5,3,5,4,5,2,4,4,4,4,4,4,4,2,3,1,2,2,5,5,0,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,3,,,,,,9,2,2,,,,,2,11,,17, +12760765272,1,4,3,1,5,3,3,3,4,5,5,4,2,3,5,1,5,4,3,5,5,5,5,5,4,3,5,1,5,4,3,5,3,5,5,3,1,1,2,1,3,1,0,,,,,,,,,,,,,,,,,,4,,,7,,,,,,,,,2,3,,5,,,,9,2,1,,,,3,2,14,,17, +12760765017,1,2,1,1,4,4,4,4,4,4,4,4,2,2,2,4,5,5,5,5,5,2,5,5,5,2,5,5,4,4,4,4,4,2,4,3,4,4,1,2,4,5,,1,,3,4,5,6,7,,9,,,,13,,,,3,,5,6,7,,9,10,,,,,1,2,3,4,5,6,,,9,2,2,,,,,2,14,,5, +12760764898,1,3,2,1,2,1,4,2,2,5,4,4,1,5,5,5,5,0,5,5,5,5,5,5,1,5,5,5,5,5,3,4,5,5,5,1,1,1,1,1,6,2,0,,,,,,,,,,,,,,,,,,,5,6,,,9,,,,,,,,3,,5,,,,9,2,1,,,,3,2,14,,15, +12760764496,1,3,2,1,3,1,1,3,3,3,3,3,1,1,3,2,5,5,5,5,3,5,5,5,5,1,5,5,4,5,3,1,2,0,2,2,2,1,1,3,5,5,,1,,3,,,6,7,,9,10,11,,,,1,,3,4,5,6,7,,,10,11,,,,1,2,3,4,5,,,8,9,2,1,,,,3,2,3,,11, +12760764098,1,4,3,1,5,5,5,4,5,5,5,5,5,2,5,5,5,5,5,5,5,5,5,5,5,4,5,5,2,2,2,3,3,3,3,1,3,1,1,2,2,2,,,2,,,5,6,7,,9,10,,,,,,2,3,,5,6,7,,9,10,,,13,,1,2,3,4,5,6,7,8,9,2,1,,,,3,2,7,,5, +12760763807,1,2,2,1,2,3,3,1,,3,3,3,2,1,2,3,2,5,5,2,3,3,5,5,5,2,5,5,3,2,2,2,4,3,4,3,2,1,1,2,5,5,,,,,,5,6,7,8,9,,,,,,,,,,5,6,7,,9,,,,,,,2,3,4,5,,,,9,2,2,,,,,1,14,,1, +12760763693,1,2,1,1,4,4,2,1,5,5,2,2,1,1,3,2,4,3,2,4,5,5,5,5,4,3,5,3,0,0,2,4,0,0,5,3,1,1,1,1,3,5,,,,3,,,6,,,,10,,,,,,,,,5,,7,,,,,,,,,,3,4,5,,,,,2,1,,1,,,1,14,,17, +12760763417,1,4,3,1,4,4,3,2,3,5,2,3,2,1,4,2,5,5,4,4,5,5,5,4,4,1,2,3,5,5,3,3,5,0,0,3,3,1,1,3,6,3,,,,3,,,6,7,,9,,11,,,,1,,3,4,5,6,7,,,10,11,,13,,,,3,4,5,6,,,9,2,1,,,,3,2,4,,11, +12760762839,1,4,3,2,2,2,2,4,2,4,2,2,4,4,4,4,1,1,1,1,1,1,1,1,1,1,1,1,5,5,5,5,5,5,5,5,5,5,5,5,1,5,,,,,,,,,,9,,,,,,,,,,,,7,,,,,,,,1,,,4,,,,,,2,1,,1,,,1,7,,5, +12760762220,1,2,2,1,4,4,4,3,4,2,1,2,1,1,1,2,5,5,5,5,5,5,5,5,2,1,5,5,4,2,2,4,4,2,3,3,1,1,1,1,5,5,,1,,,4,,6,7,,,,,,13,,,,3,4,5,6,,,9,10,11,12,13,,1,,3,,,,7,8,,2,1,,1,,,2,3,,11, +12760761294,1,3,3,1,3,5,2,5,5,4,3,4,5,1,5,4,5,5,2,5,5,2,5,5,5,5,5,5,4,3,1,4,4,2,3,2,2,1,1,2,5,5,,,2,,,5,6,7,,,,11,,13,,,2,3,,5,6,7,,,10,11,,,,1,2,3,4,5,6,,,9,2,1,,1,,3,2,14,,5, +12760761244,1,3,2,1,2,2,1,4,4,3,2,4,2,2,2,1,3,2,1,4,4,4,2,4,2,2,2,1,3,2,2,1,3,3,3,3,1,1,2,2,5,5,0,,,,,,,,,,,,,,,,,,,5,,,,9,10,,,,,,,,4,5,,,,9,2,1,,,,3,2,14,,2, +12760759815,1,4,3,1,2,2,4,1,2,2,2,2,1,5,4,4,2,4,4,1,4,4,4,2,1,5,5,5,3,2,2,1,3,3,3,2,1,3,1,1,4,5,,,,,,5,6,7,,9,10,,,,,,,,,5,6,7,,9,10,,,,,1,2,3,4,5,,,,9,2,1,,,,3,1,17,,8, +12760758930,1,2,1,1,3,3,2,2,4,5,3,4,1,1,1,1,3,4,4,4,5,5,4,4,5,1,3,4,5,3,3,4,5,5,5,2,3,1,1,1,1,1,,,,,,5,6,7,,,10,,,,,,,,,5,6,7,,,10,,,,,,2,3,4,5,,,,,2,2,,,,,1,14,,2, +12760755467,1,3,2,1,3,4,3,5,3,3,1,5,5,1,2,3,0,1,1,4,5,4,1,5,4,2,4,2,5,5,3,5,5,5,3,1,3,1,1,1,3,3,,1,,3,4,,6,7,,,,,,,,,,3,4,,6,7,,,,11,,,,,,3,4,5,6,,,,2,1,,,,3,1,5,,1, +12760755326,1,2,1,1,2,4,5,2,4,5,1,4,1,1,1,4,5,4,5,5,5,3,4,5,3,4,1,5,3,3,2,3,3,4,4,1,2,1,1,2,6,4,0,,,,,,,,,,,,,,,,,,,,,7,,9,10,,,,,1,2,,,5,,,,9,2,1,,,,3,3,14,,2, +12760755053,1,4,3,1,2,4,2,2,2,4,4,3,2,2,3,4,4,4,4,1,2,4,5,2,5,2,4,5,3,3,2,2,2,4,4,2,3,1,3,1,2,2,,1,,3,,5,6,,,9,10,11,,,,,,,,5,6,7,,9,10,,,,,,2,3,4,5,,,,9,2,2,,,,,2,14,,1, +12760754891,1,3,2,1,1,3,2,1,2,2,2,1,1,1,1,5,4,4,4,4,3,4,4,4,4,1,2,5,5,3,3,5,5,5,5,5,4,1,1,3,5,3,,,2,,,5,6,7,,9,10,,,,0,,,,,,,,,,,,,,,1,2,3,4,5,6,7,8,9,2,2,,,,,1,14,,1, +12760753874,1,4,3,1,3,3,2,2,3,3,2,2,2,1,1,2,3,3,4,5,4,3,4,4,3,2,1,4,3,3,2,3,3,5,3,3,4,1,1,1,3,3,,,,,4,,,7,,,10,,,,,,,3,,,6,7,,,,11,,,,,,3,4,5,6,,,9,2,2,,,,,2,14,,5, +12760752691,1,4,3,1,2,4,2,2,2,3,2,3,2,1,2,2,4,4,4,4,5,5,5,5,5,2,4,4,3,2,2,2,3,3,2,1,2,1,1,1,3,3,,,,,,5,6,7,,,,11,,13,,,,3,,5,6,7,,,,11,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,13,,11, +12760752571,1,4,3,1,2,1,1,2,2,2,1,4,1,1,2,2,5,4,3,5,5,5,5,5,5,5,5,5,5,3,2,4,5,5,5,5,3,2,1,2,3,3,,,,3,,,6,7,,,,11,,,,,,3,,,6,7,,,,,,,,,,3,4,5,6,,,9,2,1,,,,3,2,7,,5, +12760752217,1,4,3,1,3,3,2,2,4,4,4,4,3,2,2,4,5,5,4,5,5,5,5,5,5,2,4,5,3,4,2,3,4,4,4,2,3,1,1,1,3,2,,1,2,3,4,5,6,7,8,9,10,11,,13,,,2,3,4,5,6,7,8,9,10,,,,,1,2,3,4,5,6,,,9,2,2,,,,,2,14,,2, +12760752207,1,4,3,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,5,,,,,,,6,7,,9,,11,,,,,,,,5,,7,,9,,11,,,,,,,4,,,,8,9,2,1,,1,,,1,9,,5, +12760752192,1,3,2,1,4,4,4,4,3,3,3,3,3,3,4,2,3,1,1,1,1,0,5,5,3,5,4,2,4,2,2,2,2,0,3,3,3,0,2,1,5,3,,,,,,5,,,,9,,,,,,1,,3,,,6,,,9,,,,,,1,,,4,5,,,,9,1,1,,1,,,2,3,,11, +12760751549,1,4,3,1,4,4,4,4,3,4,4,4,2,2,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,3,2,5,3,5,5,3,3,2,2,1,3,5,,,,3,4,,6,7,,9,10,,,,,,,,4,,6,7,,9,10,,,,,,,3,4,,,,,,2,2,,,,,2,14,,17, +12760751266,1,2,1,2,2,4,4,3,2,5,1,4,3,1,1,4,2,4,5,3,4,5,3,2,5,1,1,5,4,3,2,3,3,3,5,4,2,1,1,1,1,3,,,,,,,,7,,9,10,,,,,,,,,5,6,7,,9,,,,,,,,3,4,5,,,,,2,1,,,,3,1,14,,5, +12760750730,1,2,1,1,2,1,1,3,3,5,3,2,2,1,1,4,3,2,2,5,3,4,5,5,3,3,2,5,5,3,2,5,3,4,3,2,2,1,1,1,5,5,,,,,,5,6,7,,9,,,,,,,,3,,5,6,7,,9,,,,13,,,2,,4,5,,,8,9,2,1,,,,3,2,1,,11, +12760750657,1,4,2,1,3,2,1,1,3,5,4,2,3,2,3,2,5,4,2,2,5,5,5,2,5,5,5,5,4,2,1,3,3,4,3,2,4,1,1,1,2,1,,,2,3,4,5,6,7,8,9,10,11,,13,,1,2,,4,5,6,7,,,10,11,,13,,1,2,3,4,5,6,,,9,2,2,,,,,2,14,,2, +12760748344,1,4,3,1,3,1,1,1,3,3,3,1,1,1,1,1,5,5,1,5,3,3,5,3,5,1,4,1,2,1,1,1,4,3,3,3,2,1,1,1,5,3,,1,2,3,4,,,7,,9,,,,,,,2,,,5,,7,,9,,,,,,,,3,4,5,,,,,2,1,,,,3,2,6,,15, +12760748307,1,2,1,3,2,1,2,2,3,4,3,4,1,2,3,4,3,1,3,3,4,4,4,4,4,5,5,4,2,2,2,2,3,4,4,3,1,2,4,3,6,3,,1,,3,,,,7,,,,,,,,1,,3,,,6,7,,,,,,,,,,3,4,5,,,,,2,2,,,,,2,14,,17, +12760747815,1,4,3,1,1,2,2,1,2,1,1,1,1,1,2,2,1,5,4,1,4,1,2,1,3,4,5,5,3,5,4,2,3,5,4,3,4,1,1,4,4,5,,,2,,4,5,6,7,,9,10,,,,,,2,3,4,5,6,7,,9,10,11,,13,,1,2,3,4,5,6,7,8,9,2,2,,,,,2,14,,5, +12760746636,1,3,2,2,2,4,1,1,2,1,2,1,3,1,3,1,5,5,5,5,3,5,5,5,5,5,3,5,4,2,1,2,4,1,2,3,2,1,1,1,3,3,,,,3,,5,6,7,,9,10,,,,,,,,4,5,,7,,9,10,11,,,,1,2,3,4,5,6,7,,9,2,1,,,,3,3,14,,5, +12760746562,1,4,3,1,5,5,5,5,4,5,4,5,3,1,2,4,4,4,4,5,4,5,4,5,4,1,2,5,4,3,3,5,3,4,5,3,5,1,1,3,3,2,,1,,3,4,5,6,7,,,,11,,,,1,,3,4,5,6,7,,,10,,,,,,2,3,4,5,6,,,,2,1,,,,3,2,14,,5, +12760745742,1,4,1,1,3,4,3,2,4,4,2,2,1,5,5,4,3,5,5,2,4,5,3,2,1,5,5,5,4,3,3,1,4,3,3,1,3,3,1,2,5,5,,1,2,3,4,,6,,8,9,10,11,12,13,,,,3,4,,,7,,9,10,,,13,,1,,3,,5,6,7,8,9,1,1,,1,,,1,14,,2, +12760745355,1,4,3,1,3,2,1,2,2,4,2,2,2,1,3,2,5,3,2,5,5,5,5,5,5,3,5,5,3,3,1,2,0,3,3,2,4,3,2,2,6,5,,,2,,,,6,,8,9,,,12,,,,,,,,6,7,,,,,,,,,2,3,,5,,,,,2,2,,,,,2,14,,2, +12760744688,1,3,1,1,1,2,3,3,2,4,1,4,2,2,4,3,2,4,4,4,3,4,2,4,4,4,4,3,4,3,2,3,3,3,4,3,4,1,2,2,2,4,,,,,4,,6,,,,10,11,,,,,,,,5,6,,,,,,,,,,,3,4,5,,,,,1,1,,,,3,2,17,,17, +12760743999,1,4,3,1,5,3,3,3,5,5,2,4,2,2,5,2,5,2,2,5,5,5,5,5,5,5,5,5,5,3,1,4,4,5,5,3,2,1,1,2,5,5,,,2,,,5,6,7,8,9,,,,,,,2,,4,5,6,7,8,9,10,11,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,0,Mauritian ,9, +12760742383,1,4,3,1,5,4,5,1,5,2,5,5,2,1,2,2,5,5,5,2,5,2,5,5,5,2,5,5,3,3,4,1,5,2,2,2,4,1,1,1,1,5,,1,2,,4,5,6,7,8,9,10,11,,13,,,,3,4,5,6,7,,,,11,,,,1,2,3,4,5,,,8,9,2,2,,,,,2,14,,5, +12760740407,1,4,3,1,5,4,3,3,5,5,5,4,2,2,5,2,4,3,3,3,4,5,5,3,3,2,4,2,3,4,3,2,3,4,3,2,2,1,3,1,5,5,,1,2,3,,5,6,7,8,9,10,,,13,,1,,3,4,5,6,7,8,9,10,11,,13,,1,2,3,4,5,,,,9,2,2,,,,,2,2,,14, +12760739596,1,4,3,1,4,1,2,2,2,4,2,3,2,1,4,4,4,2,4,2,4,4,4,5,2,2,4,5,4,3,2,3,2,3,3,2,4,1,1,1,4,2,,,,3,,,6,7,,9,,,,,,,,3,,5,6,7,,9,10,,,,,1,2,3,4,5,6,,,9,2,2,,,,,2,14,,1, +12760737989,1,4,3,1,3,4,2,2,2,5,2,2,3,2,1,1,5,5,4,5,5,3,5,5,5,2,1,3,4,4,2,5,3,0,4,2,3,1,1,1,6,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,3,,,,,,,2,1,,,,3,1,14,,17, +12760737368,1,3,2,1,1,5,4,1,1,1,1,4,1,5,5,5,2,5,5,2,2,2,2,5,1,5,5,5,2,3,3,3,2,2,2,3,2,2,2,1,5,5,,1,,,,5,6,7,,,,,,,,,,,,,6,7,,,,,,,,,2,3,4,5,,,,9,1,1,,1,,,2,14,,2, +12760736555,1,3,2,1,3,3,3,3,3,3,3,3,4,1,3,4,3,3,3,3,3,3,3,3,3,1,3,3,4,5,3,5,5,5,5,1,3,1,2,3,5,5,,,,3,,5,6,7,,,,,,,,1,,,,5,,7,,,10,,,,,,,,,,,7,,,2,1,,,,3,2,2,,11, +12760735372,1,4,3,1,5,2,1,2,4,3,4,4,2,3,3,3,2,1,1,4,2,2,4,5,1,5,5,4,4,2,2,3,4,3,4,2,3,3,3,2,3,1,,1,,,4,5,6,7,8,,10,11,,13,,,,3,,5,6,7,,,,,12,,,,,3,4,,6,,8,9,2,2,,,,,2,14,,17, +12760735328,1,2,1,1,2,2,1,1,2,3,1,2,1,1,2,2,2,3,1,2,2,4,5,4,2,2,4,4,5,4,2,2,4,4,3,2,2,1,1,1,5,5,,,,3,4,5,6,7,,9,,11,,13,,,2,3,4,5,6,7,,9,,11,,13,,1,2,3,4,5,6,,,9,2,1,,,,3,2,2,,2, +12760734416,1,4,3,1,3,2,2,2,4,4,1,2,1,1,4,2,4,3,4,3,5,4,3,3,2,3,,5,4,3,2,3,5,4,3,3,3,2,3,3,3,3,,,,,,,6,7,,,,,,,,,,,,,,7,,,,,,13,,,2,3,4,5,,,,9,2,1,,1,,,2,7,,, +12760734140,1,3,2,1,5,5,2,3,2,5,2,4,2,3,5,5,5,5,4,5,4,5,5,5,5,5,5,5,3,3,2,4,1,3,4,4,1,1,1,1,5,5,,1,,3,4,,6,7,,,10,11,,,,1,,3,4,5,6,7,,,10,,,,,,2,3,4,5,6,,,9,2,1,,1,,,2,14,,5, +12760733433,1,4,3,1,3,3,3,3,3,3,3,3,2,1,3,4,3,3,3,3,3,3,3,3,4,1,2,3,3,3,3,3,3,3,3,3,3,1,2,3,4,4,,,,,,,6,7,,,,,,,,,,,,,6,7,,,,,,13,,,,3,4,5,6,,,9,2,2,,,,,2,14,,5, +12760733430,1,4,3,1,5,4,4,1,5,5,5,5,2,2,4,1,4,2,2,5,4,5,5,4,1,5,5,1,5,5,2,4,4,5,5,3,3,1,1,1,3,5,,,,,,5,,,,,,,,,,,,,4,5,6,7,,,,,,13,,1,2,3,4,5,6,,,,2,2,,,,,1,14,,1, +12760732946,1,3,2,2,3,3,4,3,2,3,2,4,3,2,4,5,5,5,5,5,5,5,5,5,5,4,5,5,5,3,3,3,5,4,5,3,4,2,1,3,3,2,,,,,,5,6,7,,,10,,,,,,,,,,6,7,,,,,,,,,,3,4,5,,,,,2,2,,,,,2,14,,5, +12760732640,1,3,3,1,4,2,2,2,4,4,4,2,2,2,3,1,4,4,2,2,4,4,4,4,4,4,4,1,5,5,3,5,5,5,5,1,3,5,1,1,3,5,0,,,,,,,,,,,,,,,,,,,5,6,7,,9,10,,,,,,,3,,5,,,,,2,1,,,,3,2,2,,11, +12760732243,1,2,1,2,2,1,2,2,4,4,4,1,2,1,1,5,2,1,1,2,3,5,5,1,2,4,5,5,4,3,3,4,4,5,4,3,4,2,1,1,5,5,,1,2,3,4,5,6,7,8,9,10,,,,,,2,3,4,5,6,7,8,,10,11,,13,,1,2,3,,5,6,,8,9,2,2,,,,,2,14,,17, +12760731854,1,3,2,1,3,3,2,2,3,3,2,4,3,3,2,3,3,5,3,3,4,4,4,4,3,5,5,5,4,4,3,3,3,4,5,3,3,2,1,3,5,5,,1,,3,4,5,6,7,,,,11,,13,,1,,3,4,5,6,7,,,,11,,13,,1,2,3,4,5,6,7,,9,2,2,,,,,2,3,,11, +12760730318,1,2,1,1,2,2,2,2,2,2,2,2,2,2,2,2,4,4,4,2,4,4,5,2,4,4,5,4,4,4,4,4,4,4,4,3,4,4,2,3,5,5,,,,3,,,6,7,8,9,10,,,,,,,3,,5,6,7,8,9,,,,,,,2,3,4,5,,,,,2,2,,,,,2,14,,2, +12760730210,1,3,3,1,5,4,4,4,5,5,4,3,3,1,1,2,5,5,5,5,5,5,5,5,5,1,2,5,3,3,3,3,3,4,4,1,3,1,1,1,3,5,,1,,,,,,7,8,,,,,,,,,3,,5,,7,,,10,,,,,,,3,,,6,7,,9,2,2,,,,,2,14,,17, +12760729483,1,4,3,2,4,2,1,2,5,,5,4,2,2,4,4,2,2,1,4,2,4,5,4,4,5,2,4,4,1,1,5,2,4,4,2,2,1,1,1,5,5,,,,,,,,,,,,,,,,,,3,4,5,6,7,,9,10,11,,,,,,3,4,5,,,,9,2,2,,,,,2,14,,8, +12760729452,1,3,3,1,3,2,3,2,3,3,3,3,2,2,2,2,4,1,2,1,2,4,4,4,2,4,4,2,3,2,1,2,3,4,4,3,1,1,2,1,3,5,,,2,,,,6,7,,,10,,,13,,1,,,,,6,7,,,,,,,,,,3,4,,,,,9,2,2,,,,,2,14,,2, +12760728874,1,4,3,1,2,2,1,1,2,3,1,2,1,1,1,2,5,4,2,5,5,5,5,5,4,4,4,4,4,4,1,3,5,5,5,3,3,2,1,1,3,1,,,,,4,,6,7,,,,,12,,,,,,,,6,7,,,,11,,,,,,3,4,5,,,,9,2,1,,,,3,2,14,,2, +12760728500,1,4,3,2,3,2,2,2,3,4,2,2,2,2,2,1,4,2,2,5,4,4,5,5,2,5,5,2,4,3,2,3,4,4,4,3,2,2,1,2,4,4,,1,,,,,6,,,,,,,,,,,3,,,6,7,,,,,,,,1,,3,,5,,,8,,2,2,,,,,2,14,,17, +12760727718,1,4,3,1,1,2,1,1,2,1,1,2,1,1,1,2,1,2,2,2,2,3,4,2,2,4,2,5,4,5,2,5,3,5,5,5,2,1,1,4,5,5,,,,,,5,6,7,,9,10,11,,,,,,,,5,6,7,,9,,,,,,1,2,3,4,,6,,,9,2,1,,1,,,1,7,,5, +12760726385,1,3,2,1,4,4,2,2,4,4,5,4,4,1,5,5,4,4,2,4,4,5,5,4,4,2,5,4,4,4,2,3,5,5,4,2,3,1,1,1,5,5,,,,,,,,7,,,10,,,,,,,3,4,5,,,,,10,,,,,1,2,3,4,,,,,9,2,2,,,,,1,14,,2, +12760724149,1,3,3,1,5,3,2,2,4,5,1,4,5,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,4,2,1,1,4,4,3,2,3,1,1,1,5,5,,,,,,,6,7,,,10,,,,,,,,,,6,7,,,10,,,,,,2,3,4,5,,,,9,2,1,,1,,,1,14,,12, +12760722576,1,4,2,1,3,2,1,3,3,3,2,3,3,5,4,1,5,2,1,5,3,3,4,2,5,5,3,1,3,3,3,3,3,3,3,3,3,3,1,3,3,1,,,,3,,,6,,,9,,,,,,,,,,5,,7,,,,,,,,1,,,4,,,,,9,2,2,,,,,1,4,,11, +12760721882,1,4,3,1,3,1,1,5,2,3,3,4,2,1,5,3,5,2,2,5,5,5,5,5,5,3,5,5,2,1,1,2,2,4,4,2,1,1,1,1,1,3,,,,,,,6,,,,,,,,,,,,4,,6,7,,,,,,,,1,2,3,4,5,,,,9,2,1,,,,3,2,9,,5, +12760721843,1,2,1,1,4,5,2,4,4,5,2,4,4,2,2,2,5,5,5,5,5,5,5,5,5,2,5,5,4,4,2,4,5,5,5,4,5,1,1,2,3,5,,1,,,4,5,6,,,9,10,,,,,,2,,,5,,,,9,10,,,,,,2,3,4,5,,,,9,2,2,,,,,2,14,,5, +12760721703,1,4,3,1,2,3,1,1,2,2,2,2,1,1,4,2,2,4,5,2,2,2,2,1,4,4,4,4,3,4,3,4,0,3,3,3,2,1,1,3,5,5,,,,3,4,5,6,7,,,,11,,13,,,,3,,5,6,7,,,,11,,,,1,2,3,4,5,6,,,9,2,1,,1,,3,2,7,,5, +12760721537,1,4,3,1,2,3,2,1,2,2,2,3,2,2,3,4,5,5,5,5,5,5,5,5,5,2,5,5,4,2,3,1,4,4,2,2,5,1,1,2,5,5,,,2,,4,,6,7,,9,10,,12,,,,2,3,4,5,,7,8,9,10,,12,,,1,,3,4,5,,,,9,2,1,,,,3,2,14,,0,Similar values to Christians but I don’t believe in the religion. God could be real +12760721173,1,4,3,1,2,3,1,1,2,3,1,2,3,3,4,4,4,3,2,1,3,3,3,3,4,5,5,4,4,3,3,1,4,4,3,2,3,3,2,2,5,5,,,,,,,6,7,,9,10,,,,,,,,,5,6,7,,9,,,,,,1,2,3,4,5,,,,9,1,1,,1,,,2,14,,5, +12760720194,1,3,3,1,3,3,2,2,3,4,2,3,4,1,4,3,4,3,4,2,5,4,5,5,5,3,5,5,5,5,3,3,5,5,4,5,5,1,1,4,5,5,,1,,3,,5,6,7,,,,,,,,,,,4,5,6,7,,,,,,13,,1,,3,4,5,,,,9,2,1,,,,3,2,3,,11, +12760718708,1,4,3,1,4,1,1,1,1,4,1,2,1,1,2,2,5,2,2,3,3,5,4,4,4,5,5,5,4,4,3,4,4,4,4,2,3,1,3,2,3,3,,,,3,4,5,6,,,,10,,,,,,,,4,5,6,7,,,10,11,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,14,,2, +12760717329,1,4,3,1,2,2,2,2,2,4,2,2,1,3,3,2,4,3,4,4,4,4,5,2,2,5,5,4,4,3,2,4,4,4,4,3,3,1,1,1,5,5,,,,,,5,6,7,,9,,,,,,,2,3,,5,6,7,,9,10,11,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,14,,15, +12760717236,1,4,2,2,2,2,2,2,3,3,2,2,2,2,2,2,4,4,4,4,4,4,4,4,4,3,4,4,5,4,4,3,5,5,5,4,4,1,1,3,4,2,,,,,,,,,,9,,,,,,,,,,5,6,,,,,,,,,,,3,,,6,,,9,2,2,,,,,1,13,,0, +12760716867,1,3,3,1,2,4,5,3,2,1,2,2,2,1,4,2,2,2,3,1,1,2,1,1,1,1,2,2,2,2,1,3,1,3,3,1,3,1,1,1,1,1,,,,,,5,6,7,8,,,11,12,13,,,,,,5,6,7,,,,11,12,13,,1,2,3,4,,6,7,,9,2,1,,1,2,3,4,0,,0, +12760716671,1,4,3,1,1,2,1,2,1,2,1,4,2,4,5,2,4,4,1,4,4,4,4,4,4,5,5,2,4,4,1,4,4,4,4,4,2,1,2,1,5,5,,1,,3,4,5,6,,8,,,11,,,,1,,3,4,5,6,7,,,,,12,,,1,2,3,4,5,6,,,9,1,1,,1,,,2,2,,11, +12760716521,1,4,3,1,4,2,5,1,1,4,1,2,2,1,4,4,1,2,5,2,1,5,5,4,4,5,5,5,5,4,3,4,5,4,4,3,4,1,1,1,2,3,,,,,,5,,,8,9,10,,,,,,,3,4,5,,7,,,,,,,,1,,3,,5,6,,,9,1,1,,,,3,2,15,,5, +12760715861,1,3,2,1,4,1,1,2,5,5,2,2,2,1,3,4,3,1,1,5,3,3,2,3,4,5,5,3,3,2,1,3,3,4,4,2,2,2,1,1,3,2,,,,,4,5,,,8,9,,,,,,,,,4,,,7,,9,10,11,,,,,2,3,4,5,6,,,9,2,1,,,,3,2,14,,5, +12760715384,1,3,2,1,5,2,2,2,2,5,2,3,2,2,2,3,5,3,2,2,5,5,3,5,3,5,5,5,4,5,4,3,4,4,4,3,2,1,1,3,2,1,,,2,,,,,,,9,10,,,,,,,,,5,,,8,9,10,,,,,1,2,,,,,,,,2,1,,,,3,2,3,,11, +12760714772,1,3,2,2,3,2,2,2,3,3,3,2,2,1,3,1,5,4,5,4,4,5,5,4,5,2,5,1,3,2,2,2,4,4,4,3,2,1,1,2,5,5,,1,,3,4,5,6,7,,9,,,,,,1,,3,,5,6,7,,9,,,,,,1,,3,4,5,,,,9,2,1,,1,,,2,7,,5, +12760714763,1,4,3,1,2,4,4,4,4,5,4,4,2,2,3,2,5,5,5,5,5,5,5,5,5,5,5,4,5,3,3,5,4,5,5,1,2,2,2,1,3,2,,,,3,4,5,6,7,,,,11,,,,,,,4,5,6,7,,,10,11,,,,,2,3,4,5,,,,9,2,2,,,,,2,14,,0, +12760714683,1,2,1,1,4,2,2,4,3,4,4,3,3,1,4,2,4,3,2,4,3,4,4,3,5,1,4,3,4,3,2,3,3,5,4,3,3,1,1,2,5,5,,,,,,5,6,7,,,10,,,,,,,,,5,6,7,,,10,,,,,1,2,,4,5,,,,,2,2,,,,,2,10,,17, +12760713472,1,2,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,1,1,1,1,1,1,3,1,1,1,5,5,,,,,,,6,7,,9,10,,,,,,,3,,,6,7,,9,10,,,,,,,3,,5,,,,9,1,1,,1,,,2,2,,14, +12760713347,1,2,1,1,2,2,3,3,3,2,2,4,2,1,4,2,5,5,5,5,5,5,5,5,5,4,5,4,3,5,2,3,4,3,4,2,3,1,1,2,5,5,,,,,,,6,7,,,,,,,,,,,,,6,7,,,,,,,,,,3,4,5,,,,,2,2,,,,,2,7,,5, +12760710298,1,3,2,1,2,4,1,1,1,4,4,4,1,4,5,1,2,5,4,1,3,5,5,5,2,5,5,3,5,5,1,3,5,5,5,1,3,2,1,1,4,2,,1,,3,,5,6,7,,,10,,,13,,1,,3,,5,6,,,9,10,,,,,,2,3,4,,,,,9,2,2,,,,,2,17,,5, +12760709208,1,4,3,2,5,4,4,2,5,5,2,2,2,1,2,1,5,5,5,5,5,5,5,5,5,3,4,2,0,0,0,0,0,0,0,0,0,2,2,3,6,5,0,,,,,,,,,,,,,,0,,,,,,,,,,,,,,0,,,,,,,,,,2,1,,,,3,1,3,,11, +12760709188,1,3,1,1,2,4,1,2,2,5,2,2,2,2,4,1,3,3,1,3,3,5,3,3,5,5,5,3,3,2,2,1,2,2,2,2,1,1,1,2,5,5,,,,,,,6,7,,9,,,,,,,,3,4,5,6,7,,9,,11,12,,,1,,3,4,5,6,,,9,2,2,,,,,2,14,,5, +12760708884,1,2,1,1,4,2,3,2,3,5,1,3,1,1,5,3,5,2,2,5,5,5,5,5,2,2,5,2,3,3,4,4,3,0,5,3,2,1,1,2,6,5,0,,,,,,,,,,,,,,,,,,4,5,,7,,,,,,,0,,,,,,,,,,2,2,,,,,2,14,,17, +12760708626,1,3,2,2,4,4,4,4,4,4,2,2,3,2,2,2,5,5,5,5,5,5,5,5,4,2,2,1,4,3,3,4,3,5,5,2,3,1,1,1,3,3,,,,,,,6,,8,9,,,,,,,,,,5,,,,9,,,,,,1,,,,,6,,,,2,1,,,,3,2,6,,11, +12760708427,1,2,1,2,,1,1,2,5,4,5,3,2,1,5,2,5,4,2,3,5,5,5,5,5,5,5,5,3,5,3,3,0,3,,1,3,2,3,1,4,3,,,,,,,6,7,,9,,11,,,,,,3,,,6,7,,9,,,,,,,2,3,4,5,6,,,,2,2,,,,,2,0,,0, +12760707273,1,3,2,1,4,3,4,1,5,5,2,3,5,3,2,3,5,2,2,1,5,5,5,5,5,5,1,2,4,2,2,4,3,3,3,4,4,2,2,2,2,2,,,,3,,,6,7,,9,10,,,13,,,2,3,,,6,7,8,9,10,,,,,1,2,3,4,5,6,7,,9,2,1,,1,,3,1,2,,1, +12760704101,1,3,2,1,5,4,3,2,4,5,2,5,1,2,4,5,3,4,2,5,3,2,3,3,2,4,3,3,4,3,3,4,4,5,4,4,4,2,1,5,4,5,,1,,,,5,,,,,,,,13,,,,3,,5,,7,,,,,,,,,,,4,5,,,,,2,2,,,,,2,14,,5, +12760703269,1,4,3,1,2,1,2,2,5,4,2,5,2,2,2,3,2,1,1,2,2,3,4,4,1,5,4,4,4,2,2,3,3,3,3,4,2,1,2,4,5,5,,,2,3,,5,6,7,,,10,11,,,,,,,,5,6,7,,,,,,,,,,3,4,5,,,,,2,2,,,,,1,14,,2, +12760703264,1,4,3,1,2,3,1,2,2,4,2,1,2,2,3,2,5,5,2,5,5,5,5,5,4,5,5,4,4,4,2,3,4,4,4,4,3,4,1,2,5,5,,,,3,,,6,7,,9,,,,,,1,,3,,,6,7,,9,10,,,,,,,3,4,5,,,,9,2,2,,,,,2,17,,15, +12760702578,1,2,1,1,5,5,,2,5,4,2,4,2,2,3,2,5,5,2,5,5,5,5,5,5,5,5,2,5,5,5,5,5,5,5,5,3,3,2,5,3,3,,,,,,,,7,,,,,,,,,,,,5,,,,,,,,,,,,3,,,,,,,2,1,,,,3,2,17,,5, +12760702239,1,3,2,1,2,4,1,1,2,4,2,2,1,1,2,1,2,2,1,2,1,4,4,4,2,5,5,5,3,2,2,2,4,2,3,2,1,1,2,1,5,5,,,,,,5,6,7,,9,,,,,,,,3,4,5,6,7,,9,10,,,,,1,2,3,4,5,,,,9,2,2,,,,,2,14,,15, +12760700853,1,3,2,1,2,5,5,2,2,2,2,4,2,2,3,3,4,4,3,5,3,3,3,5,5,4,4,2,4,4,3,5,5,3,3,4,4,2,1,1,5,4,,,,3,,,6,7,,9,,,,,,,,3,,5,6,7,,9,,11,,,,1,2,3,4,5,,,,,2,1,,1,,,1,4,,11, +12760700632,1,2,1,1,3,4,3,2,3,5,2,3,1,1,3,3,2,2,2,2,2,2,5,4,4,5,5,4,4,2,1,3,4,3,3,3,2,1,1,1,4,5,,,2,,,5,6,7,,9,10,,,,,1,,3,4,5,6,7,,,,11,,,,1,2,3,4,5,6,,8,,2,2,,,,,2,2,,14, +12760700064,1,3,2,1,3,3,3,2,4,4,2,2,2,2,3,2,5,5,5,5,5,5,5,3,5,3,5,3,4,3,3,3,4,4,4,2,2,2,1,1,5,5,,1,,3,,,6,7,,9,10,,,,,,,,,,6,7,,,,,,,,,,3,4,5,,,,9,2,1,,,,3,2,14,,1, +12760700010,1,4,3,2,3,2,2,2,2,5,2,3,2,2,4,2,4,2,2,2,4,5,2,5,1,2,5,5,3,3,2,3,3,0,4,3,1,1,1,1,5,5,,,,,4,5,6,7,8,,,11,,13,,,,,4,5,6,,,,10,11,12,,,1,,3,,5,6,7,,,2,1,,1,,,2,14,,17, +12760698899,1,4,3,1,2,3,1,1,3,2,1,2,1,1,3,2,3,4,1,4,4,3,3,5,2,5,5,3,3,2,1,2,3,3,3,2,1,1,1,2,4,5,,,,,4,5,6,7,,,,,,,,,,,4,,6,7,,,,,,,,1,,3,4,5,,,,9,2,1,,,,3,2,7,,5, +12760698808,1,4,3,1,2,4,4,1,2,2,1,3,1,5,4,4,1,2,1,1,1,1,1,2,1,5,4,4,5,5,2,5,5,4,4,2,3,2,1,2,5,5,,,,,,5,,7,,9,10,,,,,,,,,5,6,7,,9,,11,,13,,1,2,3,4,5,6,,,9,2,1,,,,3,2,3,,11, +12760698410,1,2,1,1,1,4,4,2,1,1,1,3,2,1,3,4,2,4,4,1,3,2,2,4,3,1,5,4,2,3,3,2,2,3,1,1,1,1,1,1,3,5,,,,,,5,6,7,,,10,,,,,,,,,,6,7,,9,10,,,,,1,,3,4,5,6,,,9,1,2,,,,,2,14,,15, +12760697712,1,4,3,1,4,4,2,2,4,4,3,3,2,1,3,5,4,5,4,5,5,5,5,3,5,2,5,5,3,3,1,3,0,2,3,3,1,3,1,2,6,5,,,,,,5,6,7,,,10,,,,,,,,,,6,7,,,10,,,,,,2,3,4,5,6,,,,2,1,,1,,3,2,14,,5, +12760697667,1,3,2,3,2,1,2,4,2,4,2,4,2,2,1,2,4,2,3,5,3,4,3,5,3,4,1,4,3,2,1,4,3,3,4,3,1,1,1,1,4,5,,,,3,,5,6,7,,,,,,,,,,3,,5,6,7,,,,11,,,,,,3,4,5,,,,9,2,1,,1,2,3,2,2,,14, +12760696712,1,4,3,1,3,1,3,3,2,3,2,1,2,1,3,3,3,2,4,4,3,4,4,4,4,4,4,4,3,2,3,2,3,3,3,2,1,1,1,1,3,2,,1,,,,,,,,,,11,,,,,,,,,,,,9,,,,,,,,,4,,,,,9,2,2,,,,,2,14,,2, +12760696706,1,3,2,1,2,2,2,1,3,2,2,2,1,1,3,3,3,2,4,2,3,4,5,1,2,5,5,5,4,2,1,1,3,3,4,1,2,2,1,1,5,5,,,,,,,6,7,,9,,,,,,,,,,5,6,7,,9,,,,,,1,2,3,4,5,,,,,2,2,,,,,2,14,,15, +12760695482,1,2,1,3,3,4,4,4,4,5,4,4,4,3,2,5,3,2,3,3,5,4,4,5,5,3,2,5,4,3,2,3,4,5,4,3,3,1,1,2,5,5,,1,,3,,,6,7,,9,10,11,,13,,1,,3,4,5,6,7,8,9,,11,,,,,,3,4,5,6,,,,2,1,,,,3,2,7,,11, +12760694800,1,2,1,2,2,2,4,3,2,4,4,1,0,1,3,4,2,5,2,4,2,2,2,1,2,4,1,1,4,3,3,2,2,1,5,2,3,2,2,4,6,6,0,,,,,,,,,,,,,,0,,,,,,,,,,,,,,0,,,,,,,,,,3,3,,,,,2,2,,1, +12760694694,1,3,2,2,2,4,5,5,1,2,1,2,2,2,5,4,2,5,5,5,2,2,1,4,3,4,5,5,2,4,4,4,3,4,2,3,3,3,4,3,3,3,,,2,3,,5,6,7,8,,,11,12,13,,,2,,4,,6,7,,,,,,,,1,,3,4,5,,,,,1,1,,1,,,2,10,,15, +12760694211,1,3,2,2,4,5,4,3,2,4,3,4,3,3,2,4,4,3,4,3,5,4,3,4,3,4,5,4,4,3,,3,2,4,4,3,3,2,2,2,4,5,,,,,,,6,,,,,,,,,,,,4,,6,7,,,,11,,,,,,,4,,,,8,9,2,1,,1,,,3,14,,17, +12760693352,1,4,3,1,5,4,5,4,3,4,3,4,4,1,4,4,4,4,2,5,4,4,5,5,5,3,4,4,5,4,3,5,3,4,5,3,4,2,1,4,5,5,,,,,,5,6,7,,9,10,,,,,,,,,5,6,7,,9,,11,,,,,2,3,4,5,6,,,,2,1,,,,3,2,7,,5, +12760693090,1,2,1,2,2,5,4,1,2,4,2,1,1,3,5,2,2,5,5,1,4,3,2,1,1,5,5,5,5,4,2,2,5,4,4,4,3,1,1,1,5,5,,,,3,4,,6,7,,,,,,,,,,,,,6,7,,,,,,,,1,,3,4,5,,,,,2,2,,,,,2,14,,2, +12760692812,1,3,2,1,2,2,1,2,2,5,1,4,2,1,5,4,5,2,1,2,5,5,5,5,5,5,5,5,5,2,1,3,3,4,5,2,2,1,1,1,3,5,,,,,,,6,,,,,11,,,,,,,,,6,7,,,,11,,,,,,,4,5,6,,,,2,1,,1,,,2,14,,2, +12760692735,1,2,1,1,3,4,2,2,4,,3,4,1,1,1,4,4,4,3,5,4,4,4,5,2,5,3,5,4,3,3,3,,4,4,3,2,1,2,1,5,5,,,,,,5,6,7,8,9,10,,,,,,,,,,6,,,9,,,,,,,2,,,,,,,9,2,1,,1,,,2,14,,1, +12760691034,1,3,2,1,2,2,2,2,2,5,2,2,2,1,2,3,4,4,2,4,5,4,4,5,4,2,5,5,4,3,3,3,4,0,4,3,4,1,2,1,6,3,,,,,,,,,,,,11,,,,,,3,,5,6,7,,,,,,,,,,,,5,,,,,2,1,,1,,,2,14,,17, +12760690605,1,4,3,1,2,2,2,2,2,2,2,2,2,2,2,2,3,2,1,3,3,3,2,3,4,2,5,2,4,2,2,4,4,4,4,3,2,4,3,1,5,5,,1,,,,5,6,7,8,,,,,,,1,,,,5,6,7,,,,,,,,,2,,4,5,,,8,9,2,1,,1,,,2,3,,11, +12760689125,1,3,2,1,4,4,4,2,5,1,4,4,1,5,5,4,3,4,4,4,5,3,4,4,1,5,5,5,3,3,3,3,4,4,4,3,2,2,2,2,5,5,,,,,,5,6,,,,10,,,,,,,,,5,6,,,9,10,,,,,,2,,,5,,,,9,2,2,,,,,2,14,,17, +12760687605,1,4,3,1,4,4,2,1,1,4,3,1,5,5,3,3,5,4,1,2,5,5,5,5,5,5,5,5,3,3,3,3,3,3,3,3,3,3,3,3,1,1,,,,,4,,,,,9,,,,,,,,,4,,6,7,,,,,,,,,,,,5,,,,9,2,1,,1,,,2,14,,5, +12760686845,1,4,3,1,2,1,1,2,2,2,2,2,2,2,2,1,4,2,4,4,4,4,4,4,4,4,4,2,4,3,3,4,4,4,3,4,4,1,2,2,3,2,,,,,,,6,7,8,,10,,,,,,,,4,5,6,7,,,,,,,,1,2,3,4,5,6,7,,,2,2,,,,,2,14,,17, +12760685944,1,3,2,2,3,2,1,1,5,5,1,2,1,1,2,4,3,5,1,5,5,5,5,5,2,5,5,3,3,4,3,5,3,5,5,4,1,1,3,1,5,5,,,2,,,5,,,8,,10,,,,,1,,,,,6,7,,,,,,13,,,,3,,5,,,,9,2,1,,,,3,2,14,,5, +12760685921,1,2,1,1,2,2,2,3,5,5,2,4,2,2,5,3,3,3,4,5,3,3,4,5,2,5,5,5,3,3,2,3,3,4,3,2,2,1,1,1,5,5,,1,,3,,5,6,,,9,,,,,,1,,3,,5,6,7,,9,,,,,,1,2,3,4,5,,,,,2,1,,1,,,2,7,,5, +12760685844,1,3,3,1,5,4,4,4,4,5,5,3,5,1,1,1,5,5,5,5,5,5,5,5,5,2,2,2,5,4,4,5,5,5,5,4,5,1,1,1,4,2,,1,2,,,5,6,7,,9,,,,,,,2,,,5,6,7,8,9,10,,,,,1,2,3,4,5,,,,9,2,2,,,,,1,2,,9, +12760684374,1,2,1,1,1,1,1,1,1,1,1,3,2,2,3,2,2,2,2,4,2,2,2,4,4,4,4,4,3,1,1,1,2,3,2,3,1,1,2,3,5,5,,1,,3,4,5,6,7,,,10,11,,,,1,,3,4,5,6,7,8,,,11,,13,,1,2,3,4,5,6,,,9,1,1,,1,,3,2,14,,1, +12760683685,1,2,1,1,5,2,2,5,5,5,5,5,2,5,4,5,5,5,5,5,5,5,5,5,5,5,5,5,3,3,1,3,3,4,3,2,2,3,1,1,5,3,0,,,,,,,,,,,,,,,,,,,5,6,,,,10,,,,,,2,,4,,,,,9,2,2,,,,,2,1,,11, +12760682504,1,4,3,1,2,1,2,1,2,1,2,2,1,2,5,0,5,5,4,1,3,0,1,5,1,2,2,1,3,2,1,1,2,3,4,2,1,2,1,2,1,2,,,,,,,6,,,,,,,,,,,3,,,,,,,,,,,,1,,,,,,,,,1,1,,,2,,2,2,,6, +12760682177,1,3,2,1,1,3,3,1,1,1,1,2,1,4,4,3,1,4,4,2,2,,2,2,1,5,5,4,3,5,2,3,1,4,3,3,1,2,1,1,5,5,,1,,3,4,5,6,7,8,9,10,,,,,1,,,4,5,6,7,,9,10,,,13,,1,2,3,4,5,6,,8,9,1,1,,1,,,2,14,,1, +12760681997,1,3,2,1,2,2,1,2,4,5,2,4,1,4,5,4,4,2,1,5,4,4,4,5,2,5,5,5,4,2,2,1,4,3,4,2,1,1,1,2,5,5,,1,,3,,,6,7,,9,10,,,,,,,3,,,6,7,,,,,,,,,,3,4,5,,,,,2,1,,,,3,2,14,,8, +12760681372,1,4,3,1,2,1,2,1,2,3,2,2,2,2,4,1,4,1,2,2,2,4,4,4,4,4,5,2,4,3,2,3,4,4,4,3,3,2,4,2,4,5,,,,3,4,,6,7,,9,,11,,13,,,,,4,,6,7,,,,,,13,,1,2,3,4,5,,,,9,2,1,,,,3,2,14,,2, +12760680964,1,2,1,2,4,4,3,1,3,4,1,3,1,2,2,2,4,3,2,1,4,4,1,4,1,2,1,2,3,2,3,2,2,2,3,3,3,1,2,1,5,5,,,,,,,,,8,,,,,,,,,,,,6,7,8,,,,,,,,,3,,,,,,,2,1,,,,3,2,6,,15, +12760679990,1,2,1,1,0,4,2,4,5,5,5,5,3,1,,1,5,1,1,5,5,5,5,5,1,1,5,1,4,5,1,1,4,5,4,5,1,1,4,1,4,2,,,,,,,,,,,,,,,,,2,,,,6,7,8,,,,,,,,,,,,,,8,,1,1,,1,,,2,3,,12, +12760679370,1,4,3,1,4,4,2,2,4,4,4,4,2,2,3,3,3,2,2,3,3,3,4,5,5,2,3,4,3,3,2,3,4,5,3,2,4,2,1,2,5,5,,,,,,5,6,7,,9,10,11,,,,,,3,,5,6,7,,9,10,11,,13,,,,3,4,5,6,,,9,2,2,,,,,2,14,,17, +12760679332,1,4,3,3,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,2,2,2,1,1,2,3,1,1,2,2,2,5,1,,,,,,,,7,,,,,,,,,,,,,6,,,,,,,,,,,,,5,,,,,2,1,,,2,3,1,0,Anglo Persian ,16, +12760677846,1,2,2,1,5,5,5,5,5,5,5,5,3,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,3,3,5,5,5,2,4,2,1,1,5,5,,,,3,,5,6,7,,,,,,,,,,,,,6,,,,,,,,,,,3,4,,,,,,2,2,,,,,2,14,,2, +12760677102,1,2,1,2,4,3,4,1,5,5,5,3,1,1,1,4,5,5,5,5,5,5,5,5,4,2,2,5,5,4,5,4,5,5,5,2,5,1,1,1,3,1,,1,2,3,4,5,6,7,8,9,10,11,12,,,,,3,4,5,6,7,,,,11,,,,1,,3,4,5,6,,,,2,2,,,,,1,13,,2, +12760676288,1,3,2,1,4,4,2,3,5,5,5,3,2,2,2,2,2,5,2,5,5,5,5,5,4,2,2,2,5,3,2,4,5,0,5,3,3,2,1,1,5,5,,,,,,5,6,,8,9,10,,,,,,2,3,,5,6,7,,9,10,,,,,,,3,,,,,,9,2,2,,,,,2,2,,9, +12760675438,1,4,3,1,5,2,2,3,5,5,2,4,2,3,5,4,5,2,2,5,5,5,3,5,4,5,5,4,5,2,2,4,2,5,5,2,2,1,1,2,3,5,,,,3,,,6,7,,,,,,,,,,,,5,6,7,,,,,,,,,2,3,4,5,,,,,2,1,,,,3,2,14,,5, +12760675125,1,2,2,1,2,3,1,1,4,4,2,1,2,1,2,1,3,2,1,5,3,3,4,2,1,5,5,2,3,2,1,3,4,4,3,2,2,1,1,1,5,5,,,,3,,,6,7,,,10,,,,,,,3,,5,6,7,,,,,,,,,2,3,4,5,,,,9,2,1,,1,,,2,14,,1, +12760674741,1,2,1,1,4,4,2,1,5,4,2,4,1,2,2,2,4,3,4,4,5,5,4,3,2,5,4,5,3,2,1,1,3,4,3,2,1,1,1,1,5,5,,1,2,,,,6,7,,9,10,,,,,1,2,3,,5,6,7,,9,10,,,,,1,2,3,4,5,6,,,9,2,2,,,,,2,14,,1, +12760674326,1,2,1,2,1,3,4,2,1,2,1,2,2,2,4,4,3,2,5,5,2,3,2,2,5,5,5,5,4,2,1,3,3,4,2,2,4,2,2,1,4,5,,,,3,,5,6,7,8,9,10,,,,,1,,,,5,6,7,,9,,11,,,,1,2,3,4,5,6,7,,9,1,1,,1,,,2,14,,1, +12760674219,1,4,3,1,3,4,1,2,5,4,5,3,4,2,2,4,5,5,4,5,5,5,5,5,5,4,5,5,5,3,2,4,5,5,5,3,4,2,1,2,6,6,,,,,,,6,7,,,,,,,,,,,,,6,7,,,,,,,,,2,3,,,,,,,2,2,,,,,2,17,,2, +12760673740,1,2,1,1,2,4,2,1,3,5,3,2,2,1,2,3,4,2,4,2,4,3,5,4,2,5,5,4,4,3,3,3,4,3,4,1,2,1,1,2,3,5,,,,,,,,,,9,,,,,,1,,3,4,5,6,7,,9,10,11,,,,1,,3,,5,,,,,2,2,,,,,1,14,,5, +12760673613,1,3,2,1,4,3,2,2,4,5,3,5,4,2,4,3,5,5,2,2,5,5,5,5,5,5,5,5,5,4,2,3,3,5,5,3,3,2,2,2,3,5,,,,,,,6,,8,,10,,,,,,,,,5,6,,,,,11,,,,,2,3,4,5,,,,,2,1,,,2,,2,14,,5, +12760672907,1,2,1,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,3,4,3,4,3,3,4,3,4,4,3,3,3,0,,,,,,,,,,,,,,0,,,,,,,,,,,,,,0,,,,,,,,,,3,3,,,,,2,2,,1, +12760672433,1,2,1,1,1,2,1,5,1,2,1,5,2,1,3,4,3,4,1,4,4,4,3,4,5,2,5,4,4,4,3,2,4,4,4,4,2,2,1,1,5,5,,,,,,5,6,7,,,,,,,,,,,4,,6,7,,,,,,,,,,3,4,,,,,,2,1,,,,3,2,14,,17, +12760672302,1,2,2,1,2,3,3,2,5,2,2,2,2,2,4,3,1,4,3,4,3,1,1,4,4,3,5,4,4,4,3,4,5,3,4,2,4,1,1,1,,3,,,,,,,6,7,,9,,,,,,,2,,,,6,7,,9,10,,,,,1,2,3,4,5,6,7,8,9,1,1,,1,,,1,10,,2, +12760672222,1,3,2,1,2,2,2,2,2,2,2,2,2,1,4,3,2,4,4,4,4,3,4,4,4,2,4,4,4,3,2,3,4,3,4,2,3,2,1,2,5,5,,1,,,4,5,6,7,,,10,11,,,,,,,,,6,7,,,10,11,,,,1,,3,4,5,6,,,9,2,1,,,,3,2,14,,5, +12760671805,1,3,1,1,4,2,3,2,3,2,1,2,1,1,3,2,5,2,2,5,5,4,3,4,5,3,2,4,5,4,4,5,5,2,5,2,3,3,1,1,5,5,,,,,,,,,,,,,,13,,,,,,5,,7,,,,,,13,,,2,,,,,,,9,2,2,,,,,2,1,,11, +12760671610,1,3,2,1,4,2,1,5,5,3,3,4,2,2,1,3,2,2,1,5,3,3,3,4,4,3,5,1,0,0,1,0,0,1,1,3,2,1,1,1,1,1,,,,,,,6,7,,9,,,,,,1,,,,5,6,7,,9,,,,,,1,2,3,4,5,6,7,8,9,2,2,,,,,2,6,,5, +12760671546,1,3,2,1,2,4,1,4,3,4,4,4,3,4,4,4,2,2,1,4,3,5,5,4,4,5,5,5,3,3,2,3,3,3,3,2,3,1,2,1,5,5,,,,,4,,6,7,,,10,,,,,,,,4,5,6,7,,,,,,,,1,2,3,4,5,,,,9,1,1,,,,3,3,12,,2, +12760671249,1,3,2,1,3,3,2,2,4,4,3,3,3,1,2,3,5,5,4,4,5,5,5,3,5,2,3,5,4,4,3,2,3,5,4,2,4,1,1,3,5,2,,1,2,3,4,5,,,8,,,11,,,,,,,4,5,6,7,,,,11,,,,,2,3,4,5,6,,,,2,1,,,,3,1,14,,5, +12760671100,1,2,1,1,2,4,1,2,2,4,2,2,2,1,4,2,2,4,1,2,4,4,4,4,2,4,5,2,3,4,2,2,3,4,3,1,1,1,1,1,6,5,,,,,,,6,7,,,10,,,,,,,,4,,6,7,,9,,11,,,,,,3,4,,,,,9,2,1,,,,3,2,14,,15, +12760670966,1,4,3,1,3,1,2,2,3,4,2,2,1,2,2,2,4,2,2,4,4,3,5,3,3,5,5,3,4,3,3,4,3,3,5,2,4,1,2,2,3,2,,1,2,3,,5,6,7,,,,,,,,1,,3,4,5,,7,,,10,,,,,1,2,3,4,5,,7,,,2,2,,,,,2,14,,17, +12760670287,1,2,1,1,3,2,2,2,3,4,1,1,1,2,5,5,5,5,5,5,5,5,5,2,2,5,5,5,4,2,3,3,5,4,4,3,1,1,1,1,5,3,,,,,4,5,6,7,,,,,,,,,,,,5,6,7,,,,,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,7,,11, +12760670026,1,4,3,1,4,2,4,2,4,5,2,4,4,2,4,5,5,3,3,5,4,5,4,5,4,4,5,3,4,5,4,5,4,4,5,1,3,1,1,2,1,5,,1,,,,,,,,,,,,,,,,,,5,6,7,,,,,,,,,2,3,4,5,,,,9,2,2,,,,,2,14,,2, +12760669222,1,3,2,1,3,3,2,2,3,3,2,1,2,2,2,3,2,2,4,2,3,5,4,1,4,5,5,4,2,4,4,2,3,3,2,2,2,1,1,3,1,2,,,,,,,6,,,9,,,,,,,,,,,6,7,,9,,,,,,,2,3,,5,,,,,2,1,,,,3,2,14,,1, +12760668820,1,2,3,1,3,3,3,2,3,4,2,1,1,1,2,2,4,2,2,4,4,4,4,2,4,2,4,2,3,2,2,2,3,3,3,1,3,2,3,1,4,5,,,,,,,,,,,10,11,12,,,,,,,5,,7,,,,11,,,,,2,3,,,,,,,2,1,,,,3,2,1,,11, +12760668581,1,3,2,2,3,3,3,2,3,3,3,2,2,2,2,1,3,3,3,3,3,3,3,3,3,3,3,1,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,,,,,,,,,,,,,,,,,,,,,7,8,,,,,,0,,,,,,,,,,2,2,,,,,2,14,,5, +12760668417,1,4,3,1,3,3,1,2,4,2,3,2,3,2,2,4,1,3,1,3,4,3,4,4,4,4,3,4,4,3,4,4,3,3,3,5,4,4,5,4,3,5,,1,,3,,,6,,,,10,,,,,1,,3,,,6,7,,,,,,,,,,3,4,5,,,,,2,1,,,,3,2,14,,5, +12760667850,1,3,1,1,4,5,3,2,1,2,2,4,1,3,2,4,2,3,5,1,3,4,5,4,2,5,5,4,4,3,3,3,4,4,3,2,3,1,1,1,4,5,,,,,,5,6,7,,9,,,,,,,,3,,5,6,7,,9,10,,,,,1,2,3,4,5,,,,9,2,2,,,,,2,14,,15, +12760667831,1,2,1,1,2,4,3,1,2,5,3,2,1,2,2,3,3,3,4,1,3,3,3,2,3,3,2,3,5,4,2,4,5,5,4,3,1,1,1,2,5,5,,,,,,,,7,,,,,,,,,,,,5,6,,8,,,,,,,,,3,4,5,,,,9,2,2,,,,,2,2,,14, +12760667205,1,2,1,2,4,4,4,1,4,3,2,4,1,4,2,4,5,5,4,2,2,2,2,2,3,4,2,3,5,4,4,3,5,5,4,3,4,1,1,2,5,5,,,,3,,5,6,7,,9,10,,,,,,,3,4,5,6,7,8,9,,11,,13,,1,2,3,4,5,6,,,9,2,1,,,,3,4,0,,0, +12760667059,1,4,3,1,4,4,3,2,5,5,3,4,2,1,2,3,3,4,2,5,4,4,5,5,4,1,5,4,4,3,3,3,5,5,4,3,4,1,2,2,3,3,,,2,3,4,,6,7,,,,,,,,,2,,,,6,7,,,,,,,,1,,3,4,,,,,9,2,2,,,,,2,14,,17, +12760666867,1,4,3,1,1,1,4,2,1,1,1,4,2,2,5,4,2,1,5,5,5,2,2,5,5,5,5,5,4,1,1,2,4,4,5,1,1,1,0,1,5,5,,,,,,,6,7,,,,,,,,,,,,,6,7,,,,,,,,,,3,,,,,,,1,1,,,,3,2,8,,5, +12760666572,1,2,1,1,2,2,2,2,2,4,4,1,2,2,4,2,2,4,4,2,2,3,2,1,4,5,5,4,4,3,3,3,4,4,3,2,3,1,1,2,3,4,,,,3,,,6,7,,,,,,,,,,3,4,,6,,8,9,,,,,,1,,3,4,5,,,,9,2,1,,,,3,2,17,,2, +12760666192,1,3,2,1,4,2,2,2,3,4,2,3,1,2,5,4,5,4,4,5,5,5,5,5,4,5,5,5,3,4,3,2,4,4,4,2,4,1,1,4,5,5,,,,3,,5,6,7,,,10,,,13,,,,3,,,6,,,9,10,,,,,,,3,,,,,,9,2,1,,,,3,2,14,,5, +12760666164,1,3,3,1,2,4,2,3,2,5,2,4,2,1,2,3,3,5,2,5,2,5,5,5,5,2,2,4,5,4,2,3,4,5,5,5,3,1,1,1,3,2,,1,2,3,,5,,7,8,9,10,,,,,,2,3,4,5,6,,8,9,10,11,12,,,1,2,3,4,5,6,7,8,9,2,2,,,,,2,14,,2, +12760665898,1,3,2,1,3,4,4,3,4,3,,4,3,1,2,2,2,5,5,5,5,5,5,5,5,2,2,2,3,3,3,3,4,5,5,4,4,1,1,1,2,5,,,,3,,5,6,7,8,9,,,,,,,2,3,4,5,6,7,8,9,,,,,,,2,,,5,,,,9,2,2,,,,,2,17,,0,Catholic +12760664674,1,3,2,1,5,4,5,4,5,5,2,5,2,5,5,5,2,2,2,2,2,2,2,3,2,3,4,2,4,1,1,2,2,5,2,5,3,5,5,1,5,5,,1,,3,,,6,,,,,,,13,,,,,,5,,,,,,,,,,,,,4,,,,,9,2,1,,1,,,2,14,,5, +12760664547,1,4,3,2,4,4,1,2,4,4,4,4,2,4,4,5,4,2,2,5,2,2,3,2,2,5,5,5,4,4,2,2,4,3,4,3,5,2,3,3,5,5,,,,3,,,,7,,9,10,,,,,,,,4,,,7,,9,10,11,,13,,1,2,3,4,5,,,,9,2,1,,1,,,3,14,,2, +12760664239,1,2,1,1,5,2,1,2,5,5,5,5,5,5,5,5,5,2,1,2,5,5,5,5,5,5,5,5,2,2,1,4,3,4,4,3,2,1,1,1,3,5,,1,,,,,6,7,,,,,,,,1,,3,,5,,,,,,11,,,,,,3,,5,,,,9,2,2,,,,,2,14,,17, +12760663576,1,2,1,1,1,3,2,2,2,4,1,2,2,2,4,5,2,4,4,5,2,3,3,4,1,5,5,5,4,4,3,4,4,5,4,2,3,2,1,1,5,5,,1,,3,,5,6,7,,9,,,,,,,,3,4,5,6,7,,9,,,,,,,2,3,4,5,,,,9,1,1,,1,,,2,14,,2, +12760663440,1,3,2,3,3,4,3,3,4,3,3,3,3,2,1,3,5,5,3,3,5,5,5,5,3,4,2,5,3,2,3,2,3,3,3,2,2,2,1,2,3,4,,1,,3,,5,6,7,,9,10,,,,,1,,3,4,5,6,7,8,9,10,,,,,,,3,4,5,,,,9,2,2,,,,,2,13,,5, +12760662542,1,3,2,2,3,2,3,2,4,5,3,3,1,4,1,2,3,2,5,4,3,4,3,3,1,5,3,4,4,3,2,3,4,4,4,4,2,2,1,2,3,4,,,2,3,4,,6,7,8,9,10,,,,,,2,3,,5,6,7,8,,10,,,,,1,2,3,4,5,,,8,,2,2,,,,,2,14,,1, +12760662496,1,2,1,1,2,2,3,2,3,5,4,2,2,2,5,3,3,4,2,2,4,4,5,2,4,5,5,4,3,5,2,3,5,3,5,1,4,1,1,2,5,5,,,2,,,5,6,7,8,,10,,,,,,,3,,5,,7,,,,,,,,1,2,3,4,5,6,7,,,2,2,,,,,1,13,,2, +12760661859,1,2,2,3,5,4,4,1,5,5,3,4,2,1,4,2,5,5,5,5,5,5,5,2,5,2,5,5,4,4,4,3,5,5,5,3,3,1,1,4,1,1,,1,,,4,5,6,7,,9,,,,,,1,,,4,5,6,7,,9,10,,,,,1,2,3,4,5,6,,,9,2,2,,,,,1,14,,2, +12760661500,1,3,2,1,1,5,4,3,1,2,4,4,5,1,4,2,1,5,1,5,1,5,5,5,5,1,5,5,4,3,2,4,3,5,4,3,3,1,1,2,5,5,,,2,3,4,5,6,7,,9,10,11,,,,,,3,4,5,6,7,,,10,11,,,,1,2,3,4,5,6,7,8,9,2,2,,,,,1,5,,1, +12760661473,1,4,3,1,5,5,5,5,5,5,5,5,5,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,4,4,4,4,3,3,4,4,3,1,1,2,4,5,0,,,,,,,,,,,,,,,,,,4,5,6,7,,,,11,,,0,,,,,,,,,,2,1,,1,,,2,8,,5, +12760661459,1,3,2,1,4,4,2,1,1,5,4,4,1,1,5,4,2,5,5,1,2,2,5,2,2,5,5,5,5,5,5,5,5,5,5,4,5,1,1,1,1,1,,,,,,,6,7,,,,,,,,,,,,,6,7,8,,,,,,,,,3,4,5,,,,,2,1,,,,3,2,14,,5, +12760661011,1,4,3,1,4,3,2,3,5,5,2,4,3,1,3,2,5,5,4,5,5,5,5,5,5,5,5,5,5,2,3,5,3,4,4,2,4,3,3,1,5,5,,,,3,,,6,7,,9,,,,13,,1,,3,,5,,7,,,10,,,,,,,3,4,,,,,,2,1,,,,3,2,4,,11, +12760660756,1,3,2,1,2,1,1,4,3,2,5,2,2,1,2,1,4,4,4,5,5,4,5,2,5,4,3,1,4,3,2,5,3,3,4,3,3,1,1,2,5,5,,,,,4,5,6,7,,,10,,,,,1,2,3,,5,6,7,8,9,10,11,,13,,1,2,3,4,5,6,,,9,2,2,,,,,1,14,,2, +12760659783,1,3,3,1,3,4,3,1,3,4,2,1,1,2,2,2,2,2,2,1,3,3,4,5,2,4,2,2,4,3,1,3,4,4,4,2,3,3,1,1,5,5,,,2,3,4,5,6,7,,,10,,,,,1,,3,4,5,6,7,,,10,11,12,,,,2,3,4,5,,,,9,2,2,,,,,2,14,,2, +12760658844,1,3,3,1,5,4,3,1,4,5,4,5,2,3,2,5,4,4,3,1,4,4,5,5,2,5,4,4,3,3,2,2,3,3,4,2,2,3,2,1,2,2,,,,3,,,6,7,8,,10,11,,,,,,,,5,6,7,8,9,10,11,,,,,2,,,,6,,,9,2,2,,,,,2,14,,17, +12760658623,1,2,2,1,5,3,1,2,3,4,2,4,1,2,2,3,2,3,1,3,3,4,3,4,3,3,2,4,3,3,1,3,3,4,3,3,2,1,1,2,5,5,,1,,,,,6,7,,,,,,,,,,3,,,6,,,,,,,,,,,3,,,,,,9,2,2,,,,,2,3,,11, +12760657651,1,3,2,1,3,2,2,1,2,5,1,2,1,2,2,3,4,3,2,4,3,5,3,5,2,5,1,4,1,2,1,3,3,3,3,3,2,1,1,1,5,5,,,,,,,6,,,,,,12,,,,,,,,6,7,,,,,,,,,2,3,,5,,,8,,2,1,,,,3,2,2,,5, +12760657203,1,3,2,2,3,3,4,2,3,3,3,2,3,2,2,3,5,5,5,4,4,5,5,5,5,2,2,3,4,4,5,4,4,5,4,4,4,2,1,2,3,3,,1,,3,,5,6,7,,,,,,,,1,,,,5,6,7,,,,,,,,,,3,4,5,,,,9,2,2,,,,,1,14,,5, +12760657152,1,2,1,3,3,4,4,2,4,5,4,4,1,1,2,2,5,2,5,4,3,2,5,5,5,4,5,1,5,3,2,4,5,4,5,2,2,1,1,1,5,5,,,,,,,6,7,,9,,,,,,,,,,,6,7,8,,,,,,,,,3,4,5,,,,9,2,2,,,,,1,4,,11, +12760656607,1,3,2,1,2,4,5,2,2,2,1,5,1,4,5,5,2,5,5,4,2,4,2,5,3,5,5,5,2,1,1,4,4,4,4,1,1,1,1,1,5,5,,,,,,5,6,7,,9,10,,,,,,,,,5,6,7,,9,10,,,,,,,3,4,5,,,,9,1,1,,,,3,3,14,,15, +12760656529,1,4,3,1,2,3,2,1,2,5,2,3,1,1,1,1,5,5,5,5,5,5,5,5,5,5,5,5,4,2,2,3,4,4,4,2,3,3,1,1,5,5,,,,,,,6,7,8,,10,,,,,1,,3,,,6,7,,,,,,13,,,,3,4,5,,,,9,2,2,,,,,2,2,,11, +12760655960,1,4,3,1,2,1,1,2,4,4,4,1,4,2,2,2,5,2,2,5,5,5,4,1,5,3,5,2,5,2,5,4,4,5,2,2,3,1,1,1,5,3,,,,3,,,,,8,9,10,,,,,,,3,,,6,7,,9,10,,,,,,,3,4,,,,,9,2,1,,1,,,2,2,,11, +12760655902,1,3,2,1,1,4,2,3,3,4,1,4,2,3,5,2,1,5,4,2,2,5,2,2,2,3,5,2,3,3,3,3,3,3,3,3,5,3,1,1,1,1,,1,,3,,,,,8,9,,,,,,,,,,5,6,,,9,10,,,,,,,3,,,,,8,,2,1,,1,,,2,14,,5, +12760655786,1,3,3,1,2,4,1,1,1,5,1,4,1,2,3,1,2,3,3,1,2,4,5,5,3,5,5,4,5,2,1,1,2,5,5,1,3,1,1,1,5,5,,,2,,,,6,,,,,,,,,,,,,,6,7,,9,,,,,,,2,,4,,,,,9,1,2,,,,,2,14,,5, +12760655425,1,4,3,1,2,4,2,1,2,5,4,1,1,1,2,5,5,5,5,1,2,5,5,1,1,5,5,5,3,5,3,1,5,5,5,2,1,1,1,1,3,1,,,,,,,,,,9,,,,,,,,,,5,6,7,,9,,,,,,,,3,,,6,7,,,2,1,,,,3,2,14,,2, +12760654702,1,2,2,1,3,3,3,3,3,3,3,3,3,2,3,3,5,5,5,5,5,5,5,5,5,4,5,5,0,0,0,0,0,0,0,0,0,0,0,0,5,5,,,,,4,,6,7,,,,,,,,,,,,,6,7,,,,,,,0,,,,,,,,,,2,1,,,,3,2,14,,2, +12760654535,1,4,3,2,5,2,4,5,4,3,2,4,3,2,5,2,5,3,4,4,4,4,4,4,5,2,4,2,4,2,2,5,3,4,5,1,3,1,1,1,5,3,,1,2,3,,5,6,7,8,9,10,,,13,,1,2,,4,5,6,7,,,10,11,,13,,,,3,4,5,,,,9,2,1,,,,3,2,7,,2, +12760654220,1,3,2,1,1,3,2,2,1,2,1,2,1,2,2,3,2,4,3,3,2,3,2,4,2,4,2,4,4,4,2,3,4,4,4,2,3,1,1,2,4,5,,,,,,5,6,7,,,10,,,,,,,,,,6,7,8,9,10,,,13,,,2,3,4,5,,,,9,1,1,,,,3,2,14,,2, +12760654180,1,4,3,1,2,4,5,1,2,5,5,5,2,1,1,2,5,5,5,5,5,5,5,5,5,2,1,5,5,2,3,4,5,0,4,3,3,3,1,1,1,5,,,2,,,,6,7,,9,,,,,,,,,,5,6,7,,9,10,,,,,1,2,3,,5,6,,,9,2,1,,,,3,1,15,,1, +12760653651,1,3,2,1,4,1,2,4,4,4,3,4,1,4,4,4,5,1,5,5,5,5,4,5,2,5,5,5,4,4,1,3,4,4,4,2,3,2,1,2,3,3,,,,,,,6,7,,,,,,,,,,,,,,7,,,,,,,,,,3,4,,,,,9,2,2,,,,,2,3,,11, +12760652607,1,4,3,1,4,4,4,1,4,5,1,1,1,1,2,1,5,5,5,3,4,5,5,2,5,5,5,4,4,3,3,2,4,4,4,1,3,1,1,1,3,5,0,,,,,,,,,,,,,,,1,,3,4,5,6,7,8,,10,11,,,,1,2,3,4,5,6,7,,9,2,2,,,,,2,14,,5, +12760652573,1,4,3,1,1,1,2,2,2,2,2,1,2,1,4,1,2,2,2,1,2,2,2,1,2,4,5,2,3,2,1,2,3,3,3,2,3,1,1,2,5,5,,1,2,3,4,5,6,7,8,9,10,11,,13,,,2,,4,5,6,7,8,9,10,11,,13,,,2,3,4,5,6,,,9,2,2,,,,,2,14,,5, +12760652413,1,4,3,1,5,1,2,5,2,5,5,2,1,2,5,2,5,1,1,5,5,3,5,2,1,5,5,1,4,3,3,4,5,3,5,1,4,1,1,1,2,3,,,,,,,,,8,,,,,,,,,,,,6,,,,,,,,,,,,,,,7,,,2,2,,,,,2,14,,17, +12760651997,1,2,1,1,1,3,4,1,1,2,4,2,1,2,4,4,1,3,3,1,1,5,5,3,1,5,4,1,3,3,3,2,3,5,5,3,1,1,1,1,3,,,,2,,,5,6,7,,9,,,,,,,,,,5,6,7,,9,,,,,,1,2,3,4,5,6,,,9,2,1,,,,3,1,17,,2, +12760651451,1,2,1,1,4,3,4,1,4,4,3,4,1,1,1,4,4,4,4,2,4,4,4,3,3,1,4,4,5,4,5,2,5,4,5,1,2,1,1,4,3,5,,,,,,5,,7,,9,,,,,,,,,4,5,6,,8,9,,,,,,,,3,4,5,6,,,,2,2,,,,,2,14,,5, +12760651430,1,4,3,1,5,5,5,3,5,5,5,4,3,2,4,3,5,5,5,3,5,5,5,5,5,2,3,3,4,4,3,3,4,4,5,3,2,1,1,1,6,6,0,,,,,,,,,,,,,,0,,,,,,,,,,,,,,0,,,,,,,,,,2,2,,,,,2,14,,2, +12760651149,1,4,3,1,5,5,5,1,4,5,1,5,1,1,1,2,5,5,3,5,5,5,5,5,5,2,2,3,4,4,1,3,5,4,4,3,3,1,1,2,5,5,,,2,,,5,,7,,9,10,,,,,,,3,4,5,6,7,,9,,11,,,,1,2,3,4,5,6,,,,2,1,,,,3,1,3,,11, +12760650517,1,2,1,1,2,4,2,1,3,5,2,3,5,1,1,2,2,4,5,5,4,4,3,5,5,1,1,3,4,4,5,2,3,5,4,3,5,1,1,2,3,3,,,,,4,,6,7,8,9,,11,,13,,1,2,3,4,5,6,7,8,,10,,,,,,2,,4,5,,,8,9,2,2,,,,,1,1,,11, +12760650201,1,4,3,1,4,2,2,2,4,4,4,2,2,2,4,4,2,2,3,2,2,2,2,1,1,4,4,4,3,3,2,3,4,4,4,3,3,2,1,2,2,1,,,2,,,5,6,7,,,10,11,,,,,2,3,4,5,6,7,8,9,10,11,,,,1,2,3,4,5,6,,8,9,2,2,,,,,2,14,,2, +12760649967,1,3,2,2,5,4,4,4,5,5,5,5,5,2,3,2,5,5,5,5,5,5,5,5,5,3,5,5,4,4,1,3,3,4,3,3,2,3,3,2,6,6,,,,,,5,,,8,,,,,,,,,,,5,6,7,,,,,,13,,,2,3,4,5,,,,,2,2,,,,,2,14,,5, +12760649586,1,3,2,1,5,3,3,1,4,5,1,3,1,1,1,3,5,2,,5,5,5,5,5,5,2,5,5,5,,1,5,5,5,5,1,5,1,1,1,5,5,,,,,4,,6,7,8,,,11,,,,,2,,4,,6,7,8,,,,,,,1,,,4,5,,,,,2,1,,,,3,2,7,,5, +12760648989,1,2,1,1,3,3,2,1,4,4,2,3,1,1,4,3,4,4,3,3,4,4,5,5,5,2,4,4,4,4,2,3,3,4,4,3,3,2,1,2,3,4,0,,,,,,,,,,,,,,,,2,,4,5,,7,,,,,,,,,2,3,4,,,,,9,2,2,,,,,2,14,,2, +12760648752,1,2,1,1,4,2,2,2,4,4,2,4,2,2,4,2,5,5,1,5,5,5,5,5,5,5,5,5,4,3,2,3,4,4,4,3,2,1,1,2,5,4,,,,,,,6,7,,,,,,,,,,3,,5,,7,,9,,,,,,,,3,4,,,,,9,2,1,,1,,,2,2,,9, +12760648641,1,2,3,1,4,3,2,2,4,4,5,3,1,1,1,5,5,5,2,2,5,5,5,5,1,1,1,5,3,3,1,4,4,3,3,3,3,1,1,1,5,4,,,,,,,6,7,,9,10,,,,,,,,,5,6,,8,9,10,,,,,1,2,3,4,5,6,,,9,2,2,,,,,2,2,,2, +12760647852,1,3,3,1,3,3,2,2,4,4,3,3,2,1,3,2,4,4,4,4,4,4,4,4,4,2,4,4,4,4,4,2,4,4,4,2,2,1,1,2,3,3,,,,,,,6,,,,,,,,,,,,,,,7,,,,,,,,,,3,4,5,,,,9,2,2,,,,,2,14,,17, +12760646154,1,4,3,1,2,1,2,1,2,2,1,1,1,2,2,1,4,4,4,2,4,4,4,4,1,5,5,2,5,4,3,3,5,5,5,3,3,1,1,1,5,5,,1,,,,,6,7,,,,,,,,1,,3,4,5,6,7,,,,11,,,,1,2,3,4,5,,,,9,2,2,,,,,2,14,,14, +12760645670,1,4,3,1,5,2,1,4,4,5,4,5,2,5,5,4,5,2,1,4,5,,5,4,2,5,5,5,3,3,2,4,5,4,5,2,2,4,3,4,4,3,,,,,,5,,7,,,10,11,,,,,,,4,,,,8,,,,,13,,,2,,,,,7,,9,2,2,,,,,2,17,,2, +12760645257,1,4,3,1,3,4,3,2,2,3,3,4,2,2,2,3,4,4,3,3,4,4,4,5,3,4,2,3,3,2,3,3,3,3,2,2,3,1,2,2,6,3,0,,,,,,,,,,,,,,,,,3,,5,6,,,9,10,,,,,1,,,,,,,,9,2,1,,,,3,3,14,,5, +12760645220,1,3,3,1,4,1,2,2,3,5,3,4,2,2,4,4,2,1,5,2,4,4,4,4,4,5,5,5,4,2,2,2,4,4,4,4,3,3,2,1,5,5,,,,3,,5,6,7,,,10,,,,,,,3,,5,6,7,8,,,11,,13,,1,,3,4,5,,,,9,2,1,,,,3,2,14,,2, +12760645196,1,4,3,1,4,5,5,5,5,5,5,4,2,5,5,4,5,3,2,4,5,3,4,2,5,5,4,2,4,3,3,2,4,3,3,2,3,3,1,2,6,5,0,,,,,,,,,,,,,,,,,,4,5,6,7,,,10,,,,,1,2,3,,,,,,9,2,2,,,,,2,14,,1, +12760644759,1,2,1,1,3,3,4,1,2,3,2,1,2,3,5,2,3,2,5,1,2,3,4,1,3,5,5,3,3,2,0,3,3,4,5,1,2,1,1,1,3,5,0,,,,,,,,,,,,,,,1,,3,4,5,,7,,,,11,,,,,,3,4,5,6,,,,2,1,,,,3,2,14,,17, +12760644088,1,4,3,1,3,2,2,2,3,2,2,2,1,1,2,1,2,2,2,3,2,3,3,2,1,1,2,1,4,2,3,3,3,3,2,3,1,1,1,1,3,2,,,2,,4,5,,,,,,11,,,,1,2,3,4,,6,,,,10,11,,13,,,2,3,4,,,,8,,2,1,0,,,,2,17,,5, +12760643315,1,3,2,3,2,1,1,1,2,2,2,1,,1,1,2,2,,1,4,2,2,2,5,5,2,1,5,2,1,1,3,2,4,3,1,3,2,1,1,5,5,,1,2,3,,5,6,7,8,9,10,,,,,,2,,4,5,6,7,8,9,,11,,,,,2,3,4,5,6,7,,9,2,1,,,,3,2,14,,1, +12760643118,1,3,2,1,2,2,2,1,2,2,2,2,2,2,3,3,4,5,5,1,5,5,5,4,4,4,5,5,3,3,3,2,2,3,3,2,2,2,3,2,5,5,,1,,3,,,6,7,,9,10,,,,,1,,3,,5,6,7,8,9,10,,,,,,,3,4,5,,,,9,2,2,,,,,2,14,,5, +12760642960,1,2,1,2,3,3,2,3,3,3,2,3,2,2,3,2,5,4,3,3,4,5,5,4,3,4,5,4,4,3,2,3,4,4,3,2,2,2,2,2,4,4,,,,,,5,6,7,,9,,,,,,,,,,,6,7,,9,,,,,,,2,3,4,,,,,,2,2,,,,,2,14,,2, +12760642618,1,2,2,1,4,1,2,1,4,5,2,2,1,3,3,2,4,2,2,3,3,3,4,2,2,5,5,2,4,3,2,2,4,3,5,3,2,2,1,2,2,3,,,2,,4,5,6,7,,9,10,11,,,,,2,,4,5,6,7,,9,10,11,,13,,,2,3,4,5,,,,9,2,2,,,,,2,10,,1, +12760642256,1,4,3,1,4,5,2,2,2,4,2,2,1,1,1,5,4,4,4,5,4,5,4,5,5,5,5,5,4,4,3,1,4,4,4,4,1,1,1,1,5,5,,,,3,4,5,6,7,,9,,11,,,,,,3,,5,6,7,,9,,11,,,,,,3,4,5,,,,9,2,1,,,,3,2,7,,11, +12760641875,1,2,2,1,5,5,5,3,5,5,5,5,5,5,2,5,4,4,4,4,4,4,4,4,4,4,2,4,4,2,2,4,3,3,5,1,3,1,1,1,4,4,,,,,,,,7,,,10,,,,,,,,,,6,7,,,,,,,,,,,4,,,,,,2,1,,,,3,2,7,,5, +12760641578,1,4,3,1,3,4,4,1,4,3,2,2,3,2,2,3,4,4,4,3,4,4,4,3,4,2,4,2,4,3,3,3,5,5,5,3,3,1,1,2,2,2,,1,2,3,4,5,6,7,,9,10,,,13,,,2,3,,5,,7,8,9,10,,,,,1,2,3,4,5,,,,9,2,1,,,,3,1,2,,5, +12760641425,1,2,1,1,2,2,2,1,2,4,2,2,2,5,3,5,,,,,,,,,,,,,3,2,1,1,2,4,3,1,2,2,4,3,5,5,,,,,,,6,7,,,,,,,,,,3,,5,6,7,,,,,,,,1,,,4,,,,,,2,2,,,,,2,14,,5, +12760641398,1,2,2,2,3,5,2,1,3,3,4,2,1,1,2,3,2,3,3,5,2,3,5,1,1,4,5,5,3,5,3,2,3,5,5,1,1,1,2,4,3,3,,1,,3,,5,6,7,,9,,,,,,,,,,5,6,7,,9,,,,,,1,,3,4,5,6,,,9,2,2,,,,,1,14,,2, +12760641340,1,3,3,1,2,3,3,1,2,4,2,3,2,2,3,3,5,3,3,5,4,3,5,5,4,5,4,2,4,3,1,1,0,0,5,2,1,1,2,1,1,5,,,,,,,6,7,,9,,,,,,,,,,,6,7,,9,,,,,,,,3,,5,,,,9,2,1,,,,3,2,14,,2, +12760641245,1,2,2,1,,4,4,4,4,4,4,1,2,1,2,2,5,5,2,5,5,5,5,2,4,1,2,3,3,4,3,4,4,4,4,2,3,2,1,1,5,5,,,,,,,,7,,9,,,,,,,2,3,,,6,7,,9,,,,,,1,2,3,4,5,,,8,9,2,2,,,,,2,2,,0, +12760641200,1,3,2,1,4,2,3,2,4,5,3,5,1,2,2,2,5,2,2,5,5,4,4,5,4,5,4,4,5,2,2,2,5,4,4,1,2,1,1,1,5,5,,,,3,4,5,6,7,8,,10,,,,,,,,,5,6,7,8,,10,,,,,1,2,3,4,5,6,,8,9,2,2,,,,,2,14,,1, +12760640693,1,3,1,2,3,1,1,2,4,5,3,3,3,5,5,5,2,1,1,2,3,2,3,5,3,5,4,5,4,3,3,3,4,,4,3,4,2,1,1,5,5,0,,,,,,,,,,,,,,,,,,,5,6,7,,,,,,,,,2,3,4,5,,,,,2,2,,,,,3,14,,1, +12760640398,1,4,3,2,2,2,2,2,4,5,4,3,1,2,4,4,1,1,2,1,3,2,4,2,1,4,3,3,0,4,3,5,5,4,4,3,4,1,1,2,2,3,,1,,3,,5,6,,,9,10,,,,,,,,,5,6,7,,9,,,,,,1,,3,4,5,6,,,9,2,2,,,,,3,17,,1, +12760640371,1,2,1,1,1,2,1,1,2,2,2,1,1,2,4,2,1,2,4,1,4,4,4,1,4,4,5,5,5,4,3,3,4,4,3,2,3,2,1,2,4,5,,,2,3,,5,6,7,,9,10,11,,,,,,3,4,5,6,7,,9,10,11,,,,1,2,3,4,5,6,7,8,9,2,2,,,,,2,14,,1, +12760640317,1,4,3,1,3,3,2,1,3,4,2,2,2,2,3,2,5,3,4,4,3,5,5,2,3,2,5,2,4,3,2,3,4,4,4,1,3,2,2,2,4,5,,,,3,,5,6,7,,,,,,,,,,3,,5,6,7,,9,10,,,,,,2,3,4,5,,,,9,2,1,,,,3,2,2,,5, +12760640054,1,4,3,1,1,1,1,1,1,3,1,1,1,2,1,1,0,0,0,0,0,0,0,0,0,0,0,1,3,0,3,4,1,3,2,1,2,2,1,1,6,5,0,,,,,,,,,,,,,,0,,,,,,,,,,,,,,0,,,,,,,,,,2,1,,,,3,2,0,,11, +12760640019,1,4,3,1,4,4,4,2,5,4,4,2,2,1,4,2,4,4,4,4,4,4,4,4,4,1,4,4,3,3,3,3,3,4,5,2,2,1,2,1,1,1,,,,,,5,,7,8,,,,,,,,,3,,,6,,,,,,,,,1,,3,,5,,,,,2,2,,,,,2,14,,17, +12760639936,1,4,3,1,5,5,2,2,4,1,2,2,1,1,5,4,2,5,2,4,5,2,1,3,4,2,4,3,4,5,5,3,5,4,4,3,5,1,1,1,5,5,,1,2,,,,6,7,8,9,10,,,,,1,,3,,,6,7,8,9,,,,,,,,3,4,5,6,7,8,9,2,1,,1,,,2,14,,1, +12760639886,1,4,3,1,2,4,2,2,4,2,2,2,2,2,2,4,4,4,1,2,4,4,4,4,4,2,4,5,4,3,2,3,4,5,5,2,,1,1,1,5,4,,,,,,5,6,7,,9,,,,,,,,,,5,6,7,,9,,,,,,,2,3,4,,,,,9,2,2,,,,,2,17,,1, +12760639698,1,2,1,1,4,4,4,4,2,3,4,3,4,1,4,3,2,2,2,3,2,3,3,2,3,1,1,2,3,3,3,4,2,3,3,1,3,2,1,1,4,5,,1,,3,4,,6,,,9,10,11,,,,,,3,4,,6,7,,9,,,,,,,,3,4,5,,,,9,2,2,,,,,1,5,,4, +12760639661,1,3,3,1,3,1,2,1,4,5,2,1,2,3,5,4,5,5,4,1,5,5,5,5,3,5,5,5,4,4,2,2,3,3,4,2,2,1,1,2,5,5,,,,3,,,6,7,,9,10,,,13,,,,,,5,6,,,9,10,,,13,,,,3,4,5,,,,9,2,1,,,,3,2,14,,1, +12760639572,1,4,3,1,3,2,1,3,3,5,2,4,2,2,4,2,5,1,2,5,4,0,5,5,5,5,5,5,5,3,2,4,5,4,4,3,3,3,1,2,6,3,0,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,3,,,,,,,2,2,,,,,2,14,,17, +12760639524,1,3,2,1,2,2,2,1,3,4,1,2,1,1,2,2,3,2,2,1,3,4,1,2,1,1,2,2,3,3,1,1,4,4,4,1,1,1,1,1,6,5,,1,,3,,,6,,,,,,,,,1,2,3,4,5,6,,,9,10,11,12,13,,1,2,,,,,,,9,2,1,,1,,,2,14,,5, +12760639465,1,2,1,1,3,2,3,2,2,4,2,3,2,1,3,3,4,2,2,3,4,3,4,4,4,4,4,2,4,5,1,5,5,5,5,4,5,1,1,1,5,5,0,,,,,,,,,,,,,,,,,,,,6,7,,,,,,,,,,3,4,,,,,,3,1,,1,,,2,0,,2, +12760639411,1,3,2,1,3,3,1,2,1,3,3,1,1,1,3,4,1,4,1,4,2,4,4,1,1,5,5,3,3,3,1,1,0,5,4,1,3,1,1,2,5,5,,,,,,,6,7,8,9,,,,,,,,,,5,,7,8,9,,,,,,1,,3,4,5,,,,9,2,2,,,,,1,7,,5, +12760639044,1,4,3,1,5,5,2,2,3,5,2,4,2,4,2,3,5,2,4,2,3,3,3,3,4,5,5,3,5,3,2,2,3,4,4,2,3,1,1,2,2,5,0,,,,,,,,,,,,,,,,2,3,,5,,,8,,10,11,,13,,1,2,3,,5,,,,9,2,2,,,,,3,14,,15, +12760638854,1,4,3,2,3,3,3,3,4,5,4,1,2,1,4,2,4,2,2,4,5,3,5,3,2,5,5,2,3,2,2,4,3,0,3,1,3,2,1,1,6,4,0,,,,,,,,,,,,,,,1,,,4,5,6,7,,,10,,,,,1,2,3,,5,6,,,9,2,2,,,,,2,14,,17, +12760638272,1,2,1,1,1,2,2,1,2,2,1,2,1,1,4,3,2,3,1,2,3,4,4,2,2,3,2,5,2,3,3,1,4,5,5,2,1,1,2,2,3,3,,,2,3,4,5,6,7,8,9,10,11,,,,,2,3,4,5,6,7,8,9,10,11,,,,1,2,3,4,5,6,,8,9,2,1,,,,3,1,17,,1, +12760637940,1,4,3,1,4,4,3,5,4,4,4,4,4,2,1,3,5,4,2,5,4,4,5,4,5,5,1,3,4,4,2,3,3,4,3,4,2,1,1,1,4,5,,,2,,4,,6,,,9,,11,,,,1,,,,5,6,,,9,10,,,,,1,2,3,,,,,,9,2,1,,,,3,1,4,,11, +12760637883,1,2,1,2,3,2,2,2,4,5,2,2,3,2,2,2,4,5,3,5,5,5,5,4,5,4,2,2,5,5,3,5,5,5,5,3,4,1,1,2,2,3,,1,,,,5,,,,9,10,,,,,1,,3,,,6,,,9,10,11,,,,,,3,4,5,6,,,9,2,1,,,,3,1,2,,9, +12760637761,1,2,3,2,3,1,3,4,3,3,2,5,2,2,3,3,3,1,1,4,3,3,4,5,4,4,3,3,3,1,1,3,3,3,2,4,2,2,2,1,3,3,,1,,3,4,,,7,,,10,,,,,,,,,,,7,,,10,,12,,,,,,4,5,6,,,9,2,2,,,,,2,14,,17, +12760637595,1,3,2,2,2,1,1,2,2,2,2,3,2,2,1,4,4,2,2,4,4,4,4,5,4,5,3,5,3,2,1,3,2,4,4,1,3,2,1,1,5,5,,,,,,,6,7,,,,,,,,,,,,,6,7,,,,,,,,,,3,4,5,,,,,2,1,,,,3,2,14,,15, +12760637542,1,3,2,1,1,1,3,1,1,1,1,2,1,2,2,2,2,4,4,2,2,2,2,2,4,5,5,2,3,3,2,2,3,3,3,2,2,1,1,2,5,5,,,,,,5,6,7,,,,,,,,,,,,5,6,7,,,,,,,,,,3,4,,,,,,1,2,,,,,2,2,,14, +12760637369,1,2,2,1,5,4,1,4,2,4,2,4,2,2,4,4,5,5,1,5,5,4,5,5,2,5,2,2,5,4,1,4,4,3,5,4,1,2,1,2,3,1,,,,,,,,7,,,,,,13,,1,,3,,,,,8,,,,,,,1,,3,,,,,,9,2,2,,,,,2,0,Lithuanian ,17, +12760637076,1,3,2,1,3,2,3,2,3,3,3,2,2,3,3,3,3,3,4,2,3,3,3,3,2,5,5,4,2,2,2,2,2,2,2,2,2,2,2,2,5,5,,,,3,4,5,6,7,,,,11,,,,1,,3,,5,,7,,,,11,,13,,1,,3,4,5,6,,8,,2,2,,,,,2,11,,5, +12760637059,1,4,3,2,5,5,5,2,5,5,2,5,2,1,2,2,1,1,1,1,1,1,1,5,1,5,5,1,3,1,1,4,1,1,3,1,1,1,1,1,5,5,,,2,3,4,5,,7,,,,,,,,1,,,4,,,7,,,,,,13,,1,,3,,,6,7,,,2,1,,,,3,2,14,,17, +12760635976,1,4,2,2,3,5,2,2,4,3,2,4,1,3,5,5,5,5,5,4,4,5,5,5,2,5,5,5,5,3,4,4,5,5,5,1,3,2,1,1,4,4,,,,3,4,,6,7,,,10,11,,,,,,3,4,5,6,7,,,,,,,,,2,3,4,,6,,,9,2,1,,,,3,2,14,,1, +12760635941,1,4,3,1,5,1,3,2,4,5,2,2,2,5,5,2,2,2,2,4,3,3,4,2,1,5,5,2,5,3,3,3,5,4,5,3,2,2,1,1,5,5,0,,,,,,,,,,,,,,,1,2,3,4,5,6,7,8,9,10,11,12,13,,1,2,3,4,5,6,7,8,9,2,2,,,,,3,14,,17, +12760635869,1,3,2,1,3,2,2,2,3,2,3,2,2,3,3,3,2,2,2,2,2,2,2,2,2,5,5,4,3,2,3,2,3,3,3,3,1,1,1,2,5,5,,,,,,5,6,7,8,,10,11,,,,,,,4,5,6,,,,10,,,,,1,2,3,4,,6,,,9,2,1,,,,3,2,7,,5, +12760635855,1,3,2,1,5,3,1,3,5,5,3,4,1,2,4,3,5,5,2,5,5,5,5,5,2,5,5,5,4,4,2,3,4,4,4,3,2,2,2,2,4,4,,,,,,5,6,,,9,10,,,,,,,3,,,6,7,,,,,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,14,,2, +12760635821,1,4,3,1,4,4,2,2,2,5,2,2,2,1,1,2,5,5,3,5,5,5,5,5,5,1,1,4,4,4,2,4,5,5,5,3,4,1,1,1,4,4,,1,,3,4,5,6,,8,9,,,,,,1,,3,4,5,6,7,,,10,,,,,1,2,3,4,5,6,7,,,2,2,,,,,2,14,,2, +12760635796,1,3,2,1,2,3,2,1,3,2,3,2,1,1,1,1,5,4,4,1,5,3,5,4,3,5,1,2,4,3,3,3,4,4,4,2,2,1,1,1,4,3,,,,3,,,6,,,9,,,,,,,,3,,,6,7,,,10,,,,,,,3,4,5,,,,,2,2,,,,,1,14,,2, +12760635606,1,2,2,1,2,4,3,3,3,5,5,2,3,2,2,2,3,3,2,4,4,4,5,2,3,3,5,2,3,3,3,2,3,3,4,2,3,2,1,1,5,5,,1,,3,4,5,6,7,,,10,,,,,1,,3,,,6,7,,,10,11,,,,1,2,3,4,5,6,,,,2,2,,,,,2,6,,5, +12760635598,1,3,2,1,2,3,1,2,3,4,3,2,2,2,3,2,3,4,1,4,2,4,5,3,5,4,5,3,5,5,3,4,5,5,5,2,5,1,1,3,5,5,,,,,,5,6,7,,,10,,,,,,,,,5,6,7,,,10,,,,,,2,3,4,5,,,,,2,2,,,,,2,14,,17, +12760635415,1,3,2,3,4,1,2,1,4,4,1,1,1,1,1,1,4,4,4,4,4,4,4,4,4,4,1,2,3,1,1,3,3,3,5,2,4,1,1,1,5,5,,1,,3,,,6,,,,,,12,,,1,,3,,,6,7,,,,,,,,1,2,3,4,5,,,,,2,2,,,,,2,14,,2, +12760635345,1,4,3,1,4,4,4,4,4,4,4,2,2,2,4,2,5,5,5,5,5,5,5,3,5,3,5,2,5,4,3,3,5,5,5,2,3,1,1,1,5,5,,1,,3,,5,6,7,,9,10,,,,,1,,,,5,6,7,,,,,,,,1,2,3,4,5,6,,,9,2,1,,,,3,2,7,,5, +12760635327,1,5,3,3,4,3,4,4,4,4,3,4,3,2,2,3,4,3,4,3,4,4,4,4,4,3,2,3,4,3,2,2,3,4,4,2,2,3,2,3,4,3,,1,,3,,5,,,,,10,11,12,,,1,,3,,,,,,,,,,,,,,,4,5,,,,,2,2,,,,,1,4,,11, +12760635232,1,2,1,1,1,1,1,1,1,2,2,2,1,2,2,2,2,1,4,2,2,4,4,5,2,5,4,4,3,,2,3,3,5,5,2,2,1,1,1,5,5,,,2,,,,6,7,,9,,,,,,,,3,,5,,7,,9,,,,,,,2,3,4,,,,,9,2,1,,,,3,2,14,,17, +12760635044,1,3,2,1,5,1,1,1,5,5,4,5,1,1,1,1,5,3,1,3,5,5,5,5,3,5,5,5,5,5,1,5,5,5,5,3,5,1,1,1,5,1,,,,,,,6,,,9,,,,,,,,,,,6,7,,9,,,,,,,,3,4,,6,,,,2,2,,,,,2,14,,17, +12760635003,1,4,3,1,4,2,1,1,3,4,1,4,1,1,3,2,4,4,1,3,4,4,4,4,4,3,4,1,3,2,1,1,3,4,3,3,2,1,3,1,4,5,,,,,,5,6,7,8,,,,,,,,,,,5,6,7,8,,,,,,,,,,,,,,,9,2,1,,1,,,2,5,,17, +12760634887,1,2,1,1,2,2,1,4,3,5,2,4,2,2,5,4,2,2,1,4,3,3,5,5,3,3,5,4,4,3,2,4,4,4,5,1,3,1,1,1,5,5,,,,,,,6,7,,9,10,,,,,,,,,5,6,7,,9,10,,,,,,,3,4,5,6,,,9,2,1,,,,3,2,14,,1, +12760634833,1,3,2,1,2,3,3,2,3,4,3,2,1,2,3,2,5,5,5,5,5,5,5,5,4,5,5,5,2,1,1,3,4,4,4,1,1,1,1,1,6,3,,,,3,,,6,7,,,,,,,,,2,3,,,6,7,,9,,,,,,,,3,,5,,,,9,2,2,,,,,1,14,,2, +12760634467,1,2,1,2,2,2,2,2,3,3,2,2,2,2,2,2,2,4,4,3,4,4,4,1,4,4,3,4,3,4,4,4,4,5,5,3,4,3,1,3,5,5,,,,,4,5,6,7,,9,10,11,12,13,,,,3,4,5,6,7,,9,10,,,,,1,2,3,4,5,,,,,2,2,,,,,1,14,,17, +12760634285,1,2,1,1,2,4,4,1,2,5,1,5,1,2,5,5,4,4,4,4,4,4,4,5,2,5,5,5,4,3,4,3,4,3,4,2,1,1,2,1,5,5,,1,,3,4,,6,7,,,,11,,,,,,,4,5,6,7,,9,,11,,,,1,2,3,4,5,6,,,,1,1,,1,,,2,14,,5, +12760634257,1,4,3,1,2,3,2,2,3,2,2,2,1,4,5,4,2,4,4,2,2,2,3,2,1,5,5,5,3,3,3,3,3,3,3,1,2,3,2,2,5,5,,,,,,,6,7,,,,11,,,,,,,,,6,7,,,,11,,,,,,3,4,5,,,,,2,1,,1,,3,2,14,,1, +12760634138,1,3,2,1,2,2,1,2,4,5,4,2,2,1,2,3,2,2,1,2,4,5,3,4,2,5,5,5,3,3,2,2,2,4,3,2,3,2,1,2,5,5,,,,3,,,6,7,,,,,,,,,,3,,5,6,7,,,,,,,,,,3,4,5,,,,9,2,2,,,,,2,14,,5, +12760633761,1,3,2,1,2,2,1,5,4,5,2,1,1,1,2,1,2,5,4,5,4,5,5,1,5,1,2,2,5,4,2,4,5,5,5,1,3,1,1,1,5,1,,,,,,,6,,,,10,11,,,,,,,4,5,6,7,8,,10,11,,13,,,,3,4,5,,,,9,2,1,,,,3,2,9,,5, +12760615990,1,4,3,1,4,3,1,1,2,4,1,1,1,1,2,3,4,4,3,5,5,5,5,2,5,2,4,3,3,3,2,3,4,4,3,2,3,1,1,2,3,4,,,,,,5,6,7,,,10,,,,,,,,,5,,7,,9,,,,,,,,3,4,,,,,9,2,2,,,,,2,14,,2, +12760611371,1,3,2,1,4,4,2,2,4,4,2,4,2,2,2,2,5,5,3,5,5,5,5,5,5,5,3,5,3,3,1,3,3,3,3,1,3,1,1,3,5,5,,1,2,,4,5,6,7,8,9,10,11,,,,,,,,5,6,7,8,9,10,11,,,,,2,3,4,5,6,,8,9,2,1,,,,3,2,2,,14, +12760610712,1,2,1,1,4,4,4,3,5,5,2,4,2,1,4,1,4,4,3,4,5,4,5,5,3,2,5,2,4,3,2,,5,4,4,3,1,1,2,1,5,5,,1,,3,,5,6,7,,9,10,,,,,1,,,,,6,7,,9,,,,,,,2,,4,5,6,,,9,2,1,,1,,3,2,7,,11, +12760581791,1,4,3,1,4,2,1,2,4,4,2,2,1,2,4,2,3,2,1,4,4,3,4,4,2,5,5,5,4,3,2,4,3,4,4,2,4,2,1,2,5,4,,,2,,,5,6,7,,,,,,,,,,,,5,6,7,,,,,,,,,,3,4,5,,,,9,2,2,,,,,2,14,,17, +12760577899,1,3,2,2,2,2,3,3,2,2,2,3,2,3,5,2,3,3,3,4,4,3,3,3,3,4,4,3,3,2,3,3,3,3,3,3,2,3,3,3,5,5,,,,,,,6,7,,,,11,,,,,,,,,6,7,,,,11,,,,,,3,4,5,,,,,1,2,,,,,2,14,,17, +12760577365,1,3,2,2,4,2,2,2,4,4,2,2,1,1,4,2,5,2,2,4,5,3,5,5,2,3,5,3,3,3,2,4,3,5,3,2,3,2,4,2,4,2,,1,,3,,5,6,7,,,,,,,,,,,,,6,7,,,,,,,,,,3,4,5,,,,,2,2,,,,,2,14,,2, +12760574950,1,4,3,1,3,1,2,2,3,2,2,4,1,5,3,1,3,2,2,5,3,3,4,4,3,5,5,1,4,4,3,3,5,3,5,4,2,2,1,1,3,3,,,,,,,6,7,,9,,,,,,,,3,4,5,6,7,8,9,10,,,,,1,2,,4,5,6,7,,,2,1,,,,3,2,17,,5, +12760553713,1,3,3,1,2,1,1,1,2,2,1,1,1,2,4,2,2,1,4,1,2,2,2,1,2,5,5,5,3,4,4,4,3,3,3,4,4,5,5,4,5,5,,,,,4,5,6,7,,,,,,,,,,3,4,5,6,7,,9,,,,,,,,3,4,5,,,,9,2,1,,,,3,2,6,,9, +12760548968,1,3,2,1,2,4,2,2,2,2,1,2,3,2,5,4,1,2,2,2,2,1,2,5,4,3,4,5,5,3,2,4,5,4,5,3,4,3,4,2,5,5,,,,,,,6,7,,9,10,11,,13,,1,,3,,5,6,7,,9,10,,,13,,,2,3,4,5,,,,9,1,1,,1,,,2,14,,5, +12760530895,1,2,1,1,3,5,3,2,3,2,5,4,2,1,4,4,5,4,2,4,4,4,5,3,5,2,5,4,5,5,1,5,5,5,5,1,5,1,2,1,5,5,0,,,,,,,,,,,,,,,1,2,3,4,5,6,7,8,9,10,11,12,,,1,2,3,,5,6,,8,9,2,2,,,,,1,14,,2, +12760522279,1,2,1,1,3,2,1,1,3,3,2,2,1,2,4,5,2,2,2,1,3,3,4,4,1,5,5,5,2,3,1,1,3,3,3,2,1,1,1,2,4,3,,,2,3,,5,6,7,,9,10,,,,,,2,3,,5,6,7,8,9,10,,,,,,,3,4,5,,,,9,2,2,,,,,2,14,,2, +12760505147,1,3,2,1,4,4,3,1,3,5,2,4,2,1,5,1,4,4,4,3,4,4,5,5,5,4,5,1,3,3,3,4,4,3,5,1,2,1,1,1,3,2,,1,,3,4,5,6,7,,,,11,12,,,1,,3,,5,6,7,,,,,,13,,1,2,3,4,5,6,7,8,9,2,1,,1,,3,2,14,,2, +12760495009,1,3,2,1,4,2,2,2,3,5,2,4,2,2,2,2,1,2,4,2,4,4,2,4,5,2,4,3,3,5,2,2,4,3,2,2,4,1,1,1,3,5,,,2,,,,6,7,,9,,11,,,,1,,3,,5,,,,9,10,,,13,,1,2,3,4,5,6,,,9,2,1,,1,,3,2,4,,11, +12760494888,1,2,1,1,3,3,2,3,3,3,3,3,1,5,5,5,4,3,2,3,5,4,5,5,2,5,5,5,4,3,1,3,4,4,4,2,3,1,1,1,5,5,,1,,3,4,5,6,7,,9,10,11,,,,1,,3,4,5,6,7,,9,10,11,,,,1,2,3,4,5,6,7,,9,2,1,,,,3,2,14,,2, +12760479804,1,4,3,1,3,3,3,2,3,2,2,4,2,2,2,3,4,4,2,3,2,2,2,2,4,2,2,2,3,4,4,2,4,2,2,2,5,1,1,1,3,2,,,,,,5,6,7,8,9,10,,,,,,,,,5,,,8,9,10,11,,,,1,2,3,,,,,,9,2,1,,1,,,2,17,,0, +12760469673,1,2,1,1,3,5,1,2,4,5,3,3,3,1,1,3,5,4,2,2,5,5,5,2,2,2,1,3,3,4,1,2,3,4,4,2,4,1,1,1,2,1,,,,,4,,,7,,9,,11,,,,,,,4,5,,7,,9,,,,,,1,,,4,5,,7,,9,2,2,,,,,1,12,,17, +12760460045,1,2,1,1,2,2,2,2,2,2,1,4,1,1,4,2,2,2,2,4,2,1,1,5,5,5,4,4,2,2,3,3,3,2,1,3,3,1,1,1,2,2,,,,,,,6,7,,,,,,,,1,,,,,,7,,9,,,,,,,,3,,5,,,,,2,1,,1,,3,1,14,,5, +12760456158,1,4,3,2,5,3,3,2,4,3,2,4,2,2,2,4,5,5,5,5,5,5,5,5,5,5,5,5,4,4,3,4,4,4,4,2,3,3,1,1,3,3,,1,2,3,4,5,6,7,,9,10,,,13,,,2,3,4,5,6,7,,9,10,,,,,1,2,3,4,5,,,8,9,2,2,,,,,2,17,,17, +12760448986,1,4,3,1,2,4,3,2,2,4,2,4,2,3,3,4,2,5,2,1,3,3,3,5,4,5,4,5,3,5,4,2,3,5,3,4,4,2,3,3,3,5,,1,,,,,6,7,,9,,,,,,,,,,,6,7,,,,,,,,1,2,3,4,5,,,,,1,1,,1,,3,1,14,,17, +12760445331,1,2,1,1,4,4,4,2,5,5,2,2,1,1,5,5,5,5,2,2,5,5,5,5,5,1,3,3,5,3,2,3,5,4,4,3,2,1,2,2,3,3,,,,,4,5,6,7,8,9,10,,,,,,2,,4,5,6,7,8,9,10,11,,,,1,2,3,4,5,,,,,2,1,,,,3,2,13,,2, +12760426232,1,4,3,1,2,1,1,1,1,5,1,1,1,1,1,1,5,5,5,5,5,3,5,5,4,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,,,,,,,,,,,,,,,,,,4,5,6,7,,9,,,,,0,,,,,,,,,,2,2,,,,,2,14,,17, +12760404346,1,2,1,1,1,2,2,1,1,4,1,3,1,1,2,2,1,2,4,1,1,4,4,1,4,4,4,1,4,3,3,4,3,3,4,2,3,2,3,2,5,5,,,,3,,5,6,7,,,,,,,,,,3,,,6,7,,,,,,,,,2,3,4,5,6,,,9,2,1,,1,,,2,14,,15, +12760396383,1,2,2,1,4,2,4,4,4,4,2,1,1,1,1,4,4,2,5,4,4,5,5,2,2,5,4,4,4,2,3,2,3,4,2,3,2,1,1,1,3,2,,,2,3,4,5,,,,,10,,,13,,,,,4,,6,7,,,,,,,,1,,3,,5,,,,9,1,2,,,,,2,3,,11, +12760376704,1,4,3,1,2,2,1,1,2,2,1,2,1,1,2,2,4,4,4,2,4,4,4,5,1,5,4,5,3,4,2,2,5,2,2,3,1,1,1,2,5,4,,,,,,5,6,7,,9,,,,,,,,3,4,5,,7,,9,10,,,,,1,2,3,4,,,,,,2,2,,,,,2,14,,1, +12760368883,1,3,2,1,3,2,5,2,4,4,4,1,1,4,4,2,4,4,2,0,5,4,1,2,4,4,3,1,4,1,3,4,0,1,1,1,2,3,5,5,5,3,,,2,,,,6,7,,,,,,,,1,2,,4,,,7,,9,10,,,,,,,,4,,,,,,2,1,,1,,,3,17,,13, +12760365642,1,3,2,1,4,2,1,2,4,5,4,4,1,4,5,2,4,2,1,4,2,4,4,4,2,4,4,2,2,1,1,2,2,2,3,1,1,1,2,1,4,5,,1,,3,,5,6,7,,9,10,,,13,,1,2,3,4,5,6,7,,9,10,11,,,,1,2,3,4,5,6,,8,9,2,1,,,,3,2,14,,17, +12760358768,1,2,1,3,4,2,2,1,4,3,1,4,1,2,4,1,4,1,1,5,3,5,5,3,4,5,4,1,2,1,2,3,2,3,4,3,1,1,2,1,3,1,,1,2,3,,5,,,,,,,,,,,2,3,,5,,7,,,,,,,,,2,3,,,,,,9,2,1,,,,3,2,8,,5, +12760355632,1,3,2,1,4,3,1,3,4,5,4,4,4,2,4,1,5,3,2,5,5,5,5,5,5,5,5,3,4,4,3,4,4,4,4,2,3,4,2,2,2,3,,,,,,,,7,,,,11,,,,,,,,,6,7,,,,,,,,1,,,4,,,,,,2,2,,,,,2,2,,2, +12760350994,1,3,2,1,4,5,2,4,5,5,4,2,2,2,4,2,5,5,2,4,4,5,4,5,3,2,4,4,2,2,2,4,4,3,3,3,3,1,2,1,5,5,,1,2,3,,5,6,7,,9,10,,,,,,,,,,6,7,,9,10,,,13,,1,2,3,4,5,6,7,,9,2,2,,,,,2,6,,5, +12760342980,1,2,1,1,4,4,4,5,0,5,2,3,3,2,2,5,5,5,2,5,5,5,5,5,5,1,2,5,0,3,0,3,0,0,0,0,1,1,2,1,6,5,0,,,,,,,,,,,,,,,,,,4,,,7,,9,10,,,,0,,,,,,,,,,2,1,,,,3,2,14,,5, +12760341450,1,3,2,2,5,4,2,4,4,5,3,4,3,2,2,1,4,3,3,5,3,3,4,4,5,3,3,3,0,0,1,3,0,0,0,2,1,1,3,1,6,1,0,,,,,,,,,,,,,,,,,3,,,6,,,,,,,,,,2,,,,,,,,2,2,,,,,1,8,,5, +12760334839,1,4,3,1,3,2,1,1,2,3,1,2,1,1,2,1,5,5,5,5,5,5,5,5,3,3,5,3,3,3,3,1,3,3,4,3,3,1,,1,5,5,,,,,,5,6,7,8,,10,,,,,,,,,,6,7,,,10,,,,0,,,,,,,,,,2,2,,,,,2,14,,17, +12760333610,1,3,2,1,4,2,1,3,5,4,4,2,5,3,3,1,3,2,1,5,3,4,3,1,5,2,1,1,4,3,2,3,4,4,4,1,4,1,1,2,3,5,,1,2,3,4,5,6,7,,,10,,,,,,,3,4,,6,7,,,,11,,,,,2,3,4,5,,,,,2,1,,1,,,2,6,,11, +12760328084,1,2,2,1,2,2,1,1,4,4,1,1,1,1,1,1,5,5,3,5,5,5,5,5,5,3,4,5,4,3,2,3,5,0,5,2,4,3,2,1,5,5,0,,,,,,,,,,,,,,,,,,4,5,,7,,,,,,,,,,,,5,,,,,2,2,,,,,2,14,,17, +12760319724,1,2,1,1,4,2,1,1,4,5,2,2,1,1,5,3,5,5,2,5,5,5,5,5,5,5,5,5,5,5,3,2,5,5,5,2,2,1,1,3,3,5,,,,,,,6,,,9,,,,,,,,3,4,,6,7,,,,11,,,,,,3,4,5,,,,9,2,1,,,,3,2,7,,5, +12760319722,1,2,1,2,1,3,3,2,2,3,1,5,1,1,4,4,5,5,5,5,5,5,3,5,5,3,5,5,4,4,3,2,1,2,1,3,1,1,4,3,3,5,,1,,3,,,6,,,9,,,,13,,1,2,3,,,6,7,,9,10,,,13,,,2,3,4,5,6,,,,2,1,,1,,,1,3,,11, +12760314488,1,4,3,1,3,2,2,4,2,5,4,2,4,1,1,2,2,4,3,5,2,5,5,3,4,2,1,3,3,4,2,4,3,5,5,2,4,2,1,2,2,1,,,2,3,,5,6,7,,9,10,,,,,1,2,,4,,6,7,,9,10,,,,,1,2,3,4,5,6,,,9,2,2,,,,,1,2,,2, +12760313918,1,2,1,1,1,4,1,2,1,2,2,4,2,2,4,4,1,4,1,2,1,2,2,5,2,4,4,5,3,3,2,3,4,3,3,2,2,4,1,1,5,5,,1,,,,5,6,7,8,,,,,,,1,,,,5,6,7,8,,,,,,,,2,3,4,5,,,,9,2,1,,1,,,3,17,,0,Agnostic Jewish +12760313820,1,3,2,1,4,1,4,2,2,5,4,2,1,1,4,2,4,1,2,5,2,4,4,4,2,5,5,2,3,2,2,2,4,4,4,3,2,3,4,2,4,4,,,,3,4,5,,7,,,10,,,,,1,,3,4,5,,7,,,,,,,,1,2,3,4,,6,,,,2,2,,,,,2,14,,2, +12760306577,1,2,1,1,3,3,2,1,2,2,1,1,2,1,2,3,5,5,3,5,4,5,5,2,5,2,2,5,5,3,2,3,4,5,5,2,5,1,1,2,5,5,,1,2,3,4,5,6,7,8,9,10,11,,,,1,2,3,4,5,6,7,8,9,10,11,,,,1,2,3,4,5,6,7,8,9,2,2,,,,,1,7,,1, +12760306138,1,2,1,1,2,2,2,3,1,1,2,4,2,1,1,3,3,2,2,5,3,5,5,5,4,1,1,4,3,1,1,3,2,4,3,3,1,1,1,1,3,3,0,,,,,,,,,,,,,,,,2,3,,5,,7,,9,,11,,,,,2,3,4,5,6,,,9,2,1,,1,,,4,2,,0, +12760306034,1,4,3,1,4,3,1,1,3,5,2,4,1,1,4,2,4,3,2,2,3,5,5,5,1,5,5,5,4,3,2,3,4,5,5,2,2,2,1,1,3,2,0,,,,,,,,,,,,,,,,,3,4,5,6,7,,,,11,,,,1,2,3,,5,6,,,9,2,1,,,,3,2,14,,17, \ No newline at end of file