.termsOfService{background-color:var(--input-background);color:var(--color-primary);padding:5dvh 0;gap:4dvh;min-height:100vh;font-family:var(--family-text)}.termsOfService,.termsOfServiceHeader{display:flex;flex-direction:column;align-items:center}.termsOfServiceHeader{gap:1.5dvh;margin-bottom:2dvh}#termsOfServiceTitle{font-size:2.5rem;font-weight:700;letter-spacing:1px;text-align:center}.termsOfServiceSubtitle{font-size:1.25rem;color:var(--text-heading);text-align:center;max-width:700px}.termsSection{display:flex;flex-direction:column;gap:1.5dvh;width:70%;background:var(--color-background);border-radius:12px;box-shadow:0 2px 16px rgba(90,5,5,.07);padding:3dvh 3dvw;margin-bottom:2dvh;line-height:1.7}.changesSummaryList li,.sectionList li,.termsSection p{font-size:1.1rem;color:var(--text-body)}.sectionTitle{padding-bottom:.5dvh;font-size:1.35rem;font-weight:600;color:var(--color-primary)}.sectionList{padding-left:2.5dvw;margin-bottom:1dvh}.changesSummaryTitle{font-size:1.3rem;font-weight:700;color:var(--color-primary);transition:color .2s}.changesSummaryTitle:hover{cursor:pointer;text-decoration:underline;color:var(--text-brand)}.changesSummarySectionTitle{font-size:1.1rem;font-weight:500;color:var(--text-heading)}.changesSummarySection{padding:3dvh 0;display:flex;flex-direction:column;gap:1.5dvh}.changesSummaryList{padding-left:2.5dvw;margin-bottom:1dvh}@media (max-width:900px){.termsSection{width:90%;padding:2dvh 2dvw}#termsOfServiceTitle{font-size:2rem}}@media (max-width:600px){.termsOfService{padding:3dvh 0;gap:2dvh}.termsSection{width:98%;padding:1.5dvh 2vw;box-shadow:0 1px 6px rgba(90,5,5,.1)}#termsOfServiceTitle{font-size:1.5rem}.termsOfServiceSubtitle{font-size:1rem}.changesSummaryTitle,.sectionTitle{font-size:1.1rem}.changesSummaryList li,.sectionList li,.termsSection p{font-size:1rem}}