 @media only screen and (min-width: 0rem) {#privacy {padding: var(--sectionPadding);background-color: #fff;}#privacy .cs-container {display: flex;flex-direction: column;justify-content: center;align-items: center;margin: auto;max-width: 80rem;width: 100%;row-gap: 2.5rem;}#privacy .cs-content {width: 100%;max-width: 33.875rem;text-align: left;}#privacy .cs-title {font-size: clamp(1.5rem, 3vw, 1.8rem);line-height: 1.2em;font-weight: 700;margin: 0 0 1rem;color: var(--headerColor);}#privacy .cs-text {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;margin: 0 0 1.5rem;color: var(--bodyTextColor);}#privacy .cs-text:last-of-type {margin-bottom: 2rem;}#privacy .cs-date {font-size: 0.875rem;line-height: 1.5em;margin: 0 0 2rem;font-weight: bold;color: var(--bodyTextColor);}#privacy .cs-section {position: relative;border-radius: 1rem;background-color: #f7f7f7;padding: clamp(1rem, 3vw, 2rem);margin-bottom: 2rem;}}@media only screen and (min-width: 64rem) {#privacy .cs-container {align-items: flex-start;}#privacy .cs-content {max-width: 50rem;}#privacy .cs-title {font-size: 2rem;}#privacy .cs-text {font-size: 1rem;}}@media only screen and (min-width: 0rem) {body.dark-mode #privacy {background-color: var(--dark);}body.dark-mode #privacy .cs-title, body.dark-mode #privacy .cs-text, body.dark-mode #privacy .cs-date {color: var(--bodyTextColorWhite);}body.dark-mode #privacy .cs-section {background-color: var(--accent);}}