* {
    margin:0;
    padding:0;
    letter-spacing: -0.02em;
}
img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges; 
}
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    color:#fff;
}
a {
    color: inherit;
    text-decoration: none;
}
.header {
    padding-top:24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer {
    padding-bottom: 24px;
    width: 100%;
    text-align: center;
}
.footer > p {
    margin-top:35px;
    font-size:18px;
    line-height:118%;
}
.footer .terms-link {
    line-height: 140%;
}

@media (max-width: 1023px) {
    .footer > p {
        font-size:16px;
    }
}

@media (max-width: 750px) {
    .header {
        padding-top:12px;
    }
    .header-logo {
        width:76px;
        height: auto;
    }
    .footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .footer > p {
        padding:0 5%;
        margin-top:10px;
        font-size:12px;
    }
}

* {
    margin:0;
    padding:0;
    font: inherit;
}
ol, ul {
    list-style: none;
}

.container {
    background: #212121;
    min-height: 100dvh;
}
.container.full-page {
    display: flex;
    flex-direction: column;
}
.terms-container {
    color:#fff;
    letter-spacing: -0.032em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1;
}
.container.full-page .terms-container {
    flex-grow: 1;
}
.terms-container strong {
    font-weight: 700;
}
.terms-inner {
    margin: 0 auto;
    padding:60px 0 180px;
    width:1000px;
}
.terms-header .terms-h-title {
    font-size:32px;
}
.terms-header .terms-date {
    text-align: right;
    font-size:18px;
    margin:8px 0 60px;
}
.terms-header p {
    font-size:18px;
    line-height: 28px;
}
.terms-section {
    font-size:18px;
    font-weight: 300;
    line-height: 28px;
}
.terms-section .section-title {
    font-weight: 700;
    font-size:26px;
    line-height: 1;
    margin:60px 0 45px;
}
.terms-section .accent_weight5.color {
    font-weight: 300;
    color:#ff2674;
}
.terms-section span + span {
    display: block;
    margin-top: 26px;
}
.terms-section a {
    text-decoration: underline;
    text-underline-position : under;
}
.terms-section ul {
    padding-left: 34px;
}
.terms-section li {
    list-style: disc;
}
.terms-section ul ul li {
    list-style: circle;
}
.terms-table {
    margin: 30px 0;
    width:100%;
    border:2px solid #fff;
    text-align: center;
    vertical-align: middle;
}
.terms-table thead th {
    padding: 10px 0;
}
.terms-table th {
    font-weight: 700;
}
.terms-table th,
.terms-table td {
    border:1px solid #fff;
    padding:4px;
}

@media (max-width: 1023px) {
    .terms-inner {
        padding:100px 0 120px;
        width:90%;
        min-width: 360px;
    }
    .terms-header .terms-h-title {
        font-size:26px;
    }
    .terms-header .terms-date {
        font-size:16px;
    }
    .terms-header p {
        font-size:18px;
        line-height: 28px;
    }
    .terms-section {
        font-size:18px;
        line-height: 28px;
    }
    .terms-section .section-title {
        font-size:23px;
    }
    .terms-section span + span {
        display: block;
        margin-top: 20px;
    }
}
@media (max-width: 599px) {
    .terms-inner {
        padding:50px 0 60px;
    }
    .terms-header .terms-h-title {
        font-size:21px;
    }
    .terms-header .terms-date {
        font-size:14px;
        margin:36px 0;
    }
    .terms-header p {
        font-size:14px;
        line-height: 18px;
    }
    .terms-section {
        font-size:14px;
        line-height: 18px;
    }
    .terms-section .section-title {
        font-size:17px;
        margin:34px 0 24px;
    }
    .terms-section span + span {
        margin-top: 15px;
    }
    .terms-table {
        font-size: 11px;
    }
}

.table-scroll-inner {
    overflow-x: auto;
}
.table-scroll-inner table {
    border: 2px solid #fff;
    text-align: center;
    width: 100%;
    min-width: 600px;
    border-spacing: 0px;
    border-collapse: collapse;
}
.table-scroll-inner :is(th, td) {
    border: 1px solid #fff;
    padding: 4px;
}