body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; } 
body, button, input, select, textarea, ul, li { font:12px; } 
h1, h2, h3, h4, h5, h6{ font-size:100%; } 
address, cite, dfn, em, var { font-style:normal; } 
code, kbd, pre, samp { font-family:couriernew, courier, monospace; } 
small{ font-size:12px; } 
ul, ol { margin-left: 32px; } 
/* a { text-decoration:none; }  */
a:hover { text-decoration:underline; } 
sup { vertical-align:text-top; } 
sub{ vertical-align:text-bottom; } 
legend { color:#000; } 
fieldset, img { border:0; } 
button, input, select, textarea { font-size:100%; } 
table { border-collapse:collapse; border-spacing:0; }
tr {
    border-bottom: 1px solid #000;
}
tr:first-child {
    border-top: 1px solid #000;
}
td {
    border-right: 1px solid #000;
    padding: 8px;
}
tr td:first-child {
    border-left: 1px solid #000;
}

body {
    background-color: transparent;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.privacy-header {
    position: sticky;
    top: var(--region-picker-height);
    z-index: 10;
    height: 64px;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,.04);
    margin-bottom: 10px;
}

.logo {
    margin-left: 10px;
    width: 90px;
}

.privacy-content {
    padding: 20px;
}

.privacy-content p, .privacy-content li, td, th {
    margin-bottom: 1em;
    line-height: 24px;
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

.head-symbol {
    margin-left: 10px;
    font-weight: 100;
    font-size: 20px;
}

.head-write {
    margin-left: 10px;
    font-weight: 600;
    font-size: 20px;
}

.red-text {
    color: red;
}