﻿/*!
 * 
 *                 Project : ncui
 *                 Version : 1.7.20-1779439704
 *                 Author  : NC FE
 *                 Update  : 2026. 5. 22. 鞓ろ泟 5:50:17
 *                 Hash  : dc2f7e97
 *
 */
.g-cookie-confirm-toast-wrap,
.g-cookie-set-layer-wrap {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: keep-all
}

.g-cookie-confirm-toast-wrap *,
.g-cookie-set-layer-wrap * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.g-cookie-confirm-toast-wrap ul,
.g-cookie-set-layer-wrap ul {
    padding: 0
}

.g-cookie-confirm-toast-wrap a,
.g-cookie-set-layer-wrap a {
    text-decoration: none;
    outline: none;
    color: inherit
}

.g-cookie-confirm-toast-wrap a:hover,
.g-cookie-confirm-toast-wrap a:active,
.g-cookie-set-layer-wrap a:hover,
.g-cookie-set-layer-wrap a:active {
    text-decoration: none
}

.g-cookie-confirm-toast-wrap a:hover,
.g-cookie-set-layer-wrap a:hover {
    cursor: pointer
}

.g-cookie-confirm-toast-wrap input,
.g-cookie-confirm-toast-wrap textarea,
.g-cookie-confirm-toast-wrap button,
.g-cookie-set-layer-wrap input,
.g-cookie-set-layer-wrap textarea,
.g-cookie-set-layer-wrap button {
    outline: 0
}

.g-cookie-confirm-toast-wrap [class*=" is-show"],
.g-cookie-set-layer-wrap [class*=" is-show"] {
    display: block
}

.g-cookie-confirm-toast-wrap,
.g-cookie-set-layer-wrap {
    line-height: 1.38
}

.g-cookie-confirm-dimmed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1
}

.g-cookie-confirm-dimmed.is-active {
    display: block
}

@media(orientation: landscape) {
    .g-cookie-confirm-toast-wrap {
        max-height: 90%
    }
}

.g-cookie-confirm-toast-wrap.is-active {
    display: flex
}

.g-cookie-confirm-toast-wrap {
    max-height: 362px;
    line-height: 1.4;
    z-index: 2;
    display: none;
    color: hsla(0, 0%, 100%, .83);
    background: rgba(0, 0, 0, .95);
    width: calc(100% - 20px);
    margin: 10px;
    bottom: 0;
    padding: 15px 12px 8px;
    position: fixed;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .25);
    font-size: 15px
}

.g-cookie-confirm-toast-wrap.raised {
    bottom: 50px
}

@media(min-width: 960px) {
    .g-cookie-confirm-toast-wrap {
        margin: 0;
        width: 85%;
        left: 50%;
        transform: translateX(-50%)
    }
}

.g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-top {
    margin-bottom: 12px;
    max-height: 262px;
    overflow: auto
}

@media(min-width: 960px) {
    .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-top {
        padding-bottom: 15px;
        max-height: none
    }
}

.g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-top a {
    text-decoration: underline;
    font-weight: normal
}

.g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column
}

@media(min-width: 960px) {
    .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap {
        flex-direction: row
    }
}

.g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn-wrap-left {
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    padding-bottom: 14px
}

@media(min-width: 960px) {
    .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn-wrap-left {
        width: auto;
        padding-bottom: 0
    }
}

.g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn-wrap-right {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%
}

@media(min-width: 960px) {
    .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn-wrap-right {
        padding-top: 0
    }
}

.g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn-wrap-right .g-cookie-btn {
    background-color: #fff;
    color: rgba(0, 0, 0, .93);
    margin-left: 8px;
    margin-top: 8px;
    max-width: 100%
}

html[dir=rtl] .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn-wrap-right .g-cookie-btn {
    margin-left: 0;
    margin-right: 8px
}

.g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn {
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    cursor: pointer
}

.g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn.g-cookie-btn-config {
    padding: 0;
    font-size: 14px;
    justify-content: start;
    align-items: center
}

.g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn.g-cookie-btn-config svg {
    display: none;
    margin-right: 4px
}

html[dir=rtl] .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn.g-cookie-btn-config svg {
    margin-right: 0;
    margin-left: 4px
}

.g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn.g-cookie-btn-config svg[data-dark-mode=light] {
    display: block
}

.g-cookie-set-dimmed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1
}

.g-cookie-set-dimmed.is-active {
    display: block
}

.g-cookie-set-layer-wrap {
    display: none;
    position: absolute;
    top: 40px;
    line-height: 1.4;
    z-index: 2;
    width: calc(100% - 32px);
    left: 50%;
    transform: translateX(-50%);
    overflow: auto;
    background-color: #fff;
    border-radius: 5px;
    color: rgba(0, 0, 0, .68);
    padding-bottom: 40px;
    max-height: 90%;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased
}

.g-cookie-set-layer-wrap.is-active {
    display: block
}

@media(min-width: 960px) {
    .g-cookie-set-layer-wrap {
        top: 50%;
        left: 50%;
        transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
        width: 786px
    }
}

.g-cookie-set-layer-wrap li {
    list-style: none
}

.g-cookie-set-layer-wrap label {
    display: block;
    cursor: pointer
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-top {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0;
    background-color: #fff
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-head {
    position: relative;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-head .g-cookie-title {
    text-align: center;
    font-size: 18px;
    line-height: 1.39;
    color: rgba(0, 0, 0, .93)
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-head .g-cookie-btn-close {
    position: absolute;
    text-align: center;
    right: 0;
    top: -10px;
    cursor: pointer;
    font-size: 0
}

html[dir=rtl] .g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-head .g-cookie-btn-close {
    right: auto;
    left: 0
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-head .g-cookie-btn-close svg {
    display: none
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-head .g-cookie-btn-close svg[data-dark-mode=light] {
    display: block
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-desc {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.38;
    color: rgba(0, 0, 0, .68)
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-desc a {
    text-decoration: underline
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-mid {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px 20px 0
}

@media(min-width: 960px) {
    .g-cookie-set-layer-wrap .g-cookie-set-layer-mid {
        padding: 27px 20px 0
    }
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap li {
    margin-bottom: 12px;
    width: 100%
}

@media(min-width: 960px) {
    .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap {
        justify-content: center
    }

    .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap li {
        width: 50%
    }
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap input[type=checkbox] {
    position: absolute;
    left: -99999px
}

html[dir=rtl] .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap input[type=checkbox] {
    left: 99999px
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap input[type=checkbox]+label .label-custom-box {
    width: 22px;
    height: 22px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSIxMC41IiBzdHJva2U9IiMyMjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLW9wYWNpdHk9Ii4yIi8+Cjwvc3ZnPgo=);
    background-size: cover;
    position: relative;
    margin-right: 8px
}

html[dir=rtl] .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap input[type=checkbox]+label .label-custom-box {
    margin-left: 8px;
    margin-right: 0
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap input[type=checkbox]:checked+label .label-custom-box {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0yMiAxMWMwIDYuMDc1LTQuOTI1IDExLTExIDExUzAgMTcuMDc1IDAgMTEgNC45MjUgMCAxMSAwczExIDQuOTI1IDExIDExIiBmaWxsPSIjMTIxMjEyIi8+CiAgICAgICAgPHBhdGggZD0ibTguODE4IDE1LjI1LTQuMTQ3LTQuMTQ2YS41MDIuNTAyIDAgMCAxIDAtLjcwNy41MDIuNTAyIDAgMCAxIC43MDggMGwzLjc5OCAzLjc5N0wxNi42MiA2Ljc1YS41MDIuNTAyIDAgMCAxIC43MDcgMCAuNTAyLjUwMiAwIDAgMSAwIC43MDdMOS41MzUgMTUuMjVhLjQ5Ny40OTcgMCAwIDEtLjMxLjE0NGgtLjA5NmEuNDk3LjQ5NyAwIDAgMS0uMzEtLjE0NHoiIGZpbGw9IiNGRkYiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
    background-size: cover
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap input[type=checkbox]:disabled+label {
    color: rgba(0, 0, 0, .45)
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap input[type=checkbox]:disabled+label .label-custom-box {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9Ii4zIj4KICAgICAgICA8cGF0aCBkPSJNMjIgMTFjMCA2LjA3NS00LjkyNSAxMS0xMSAxMVMwIDE3LjA3NSAwIDExIDQuOTI1IDAgMTEgMHMxMSA0LjkyNSAxMSAxMSIgZmlsbD0iIzEyMTIxMiIvPgogICAgICAgIDxwYXRoIGQ9Im04LjgxOCAxNS4yNS00LjE0Ny00LjE0NmEuNTAyLjUwMiAwIDAgMSAwLS43MDcuNTAyLjUwMiAwIDAgMSAuNzA4IDBsMy43OTggMy43OTdMMTYuNjIgNi43NWEuNTAyLjUwMiAwIDAgMSAuNzA3IDAgLjUwMi41MDIgMCAwIDEgMCAuNzA3TDkuNTM1IDE1LjI1YS40OTcuNDk3IDAgMCAxLS4zMS4xNDRoLS4wOTZhLjQ5Ny40OTcgMCAwIDEtLjMxLS4xNDR6IiBmaWxsPSIjRkZGIi8+CiAgICA8L2c+Cjwvc3ZnPgo=);
    background-size: cover
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap .g-cookie-chk-label {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap .g-cookie-chk-label .label-text {
    flex: 1;
    font-size: 15px;
    font-weight: normal
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-btn-apply-wrap {
    display: flex;
    justify-content: center;
    margin-top: 4px
}

@media(min-width: 960px) {
    .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-btn-apply-wrap {
        margin-top: 12px
    }
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-btn-apply-wrap .g-cookie-btn-apply {
    cursor: pointer;
    background-color: #171717;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 17px;
    color: hsla(0, 0%, 100%, .83);
    font-size: 15px;
    line-height: normal
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    border-radius: 0 0 5px 5px;
    border-top: none
}

@media(min-width: 960px) {
    .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom {
        padding-top: 31px
    }
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap {
    display: flex;
    min-height: 40px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(34, 34, 34, .12)
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap li {
    width: 50%
}

@media(min-width: 960px) {
    .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap li {
        flex: 1
    }
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap li input[type=radio] {
    position: absolute;
    left: -9999px
}

html[dir=rtl] .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap li input[type=radio] {
    left: 99999px
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap .g-cookie-tab-label {
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    height: 100%;
    border-right: 1px solid rgba(34, 34, 34, .12);
    border-bottom: 1px solid rgba(34, 34, 34, .12);
    background-color: rgba(34, 34, 34, .04);
    font-size: 14px;
    color: rgba(0, 0, 0, .45);
    padding: 2px;
    min-height: 40px;
    font-size: 14px;
    line-height: normal
}

@media(min-width: 960px) {
    .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap .g-cookie-tab-label {
        padding: 0px 22px;
        line-height: 1.5;
        min-height: 50px
    }
}

html[dir=rtl] .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap .g-cookie-tab-label {
    border-right: none;
    border-left: 1px solid rgba(34, 34, 34, .12)
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap li:last-child .g-cookie-tab-label {
    border-right: none
}

html[dir=rtl] .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap li:last-child .g-cookie-tab-label {
    border-left: none
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap input[type=radio] {
    position: absolute
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap input[type=radio]:checked+label {
    background-color: #fff;
    color: rgba(0, 0, 0, .93)
}

@media(min-width: 960px) {
    .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap input[type=radio]:checked+label {
        border-bottom: none
    }
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap {
    margin-top: 21px;
    padding: 0 7px 20px 20px
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info {
    display: none;
    height: 320px;
    overflow-y: scroll;
    overflow-x: auto;
    padding-right: 7px
}

html[dir=rtl] .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info {
    padding-left: 7px;
    padding-right: 0
}

@media(min-width: 960px) {
    .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info {
        height: 310px
    }
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info.is-active {
    display: block
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-title {
    line-height: 1.38;
    color: rgba(0, 0, 0, .68);
    font-size: 13px
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content-wrap {
    width: 100%;
    overflow: auto;
    margin-top: 20px;
    padding-bottom: 7px
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .1)
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content-wrap::-webkit-scrollbar {
    height: 6px
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content {
    overflow: auto;
    min-width: 746px;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    font-size: 12px;
    cursor: default
}

@media(min-width: 960px) {
    .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content {
        min-width: auto;
        width: auto
    }
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content .g-cookie-info-content-row {
    color: rgba(0, 0, 0, .68);
    display: flex;
    border-bottom: 1px solid rgba(34, 34, 34, .08)
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content .g-cookie-info-content-row.g-cookie-info-content-row-head {
    background-color: rgba(34, 34, 34, .08);
    font-weight: normal
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content .g-cookie-info-content-row .g-cookie-info-content-col {
    min-height: 36px;
    padding-left: 16px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex: 1;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 0
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content .g-cookie-info-content-row .g-cookie-info-content-col p {
    width: 100%
}

html[dir=rtl] .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content .g-cookie-info-content-row .g-cookie-info-content-col {
    padding-left: 0;
    padding-right: 16px
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .1)
}

.g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info::-webkit-scrollbar {
    width: 6px
}

.g-cookie-set-layer-wrap.purple-scroll-bar::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0)
}

.g-cookie-set-layer-wrap.purple-scroll-bar::-webkit-scrollbar {
    width: 1.4rem;
    height: 1.8rem
}

.g-cookie-set-layer-wrap.purple-scroll-bar::-webkit-scrollbar-thumb {
    height: .6rem;
    border: .4rem solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, .05), inset 1px 1px 0px rgba(0, 0, 0, .05);
    background-color: #838499
}

.g-cookie-set-layer-wrap.purple-scroll-bar::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0
}

.g-cookie-set-layer-wrap.purple-scroll-bar::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0)
}

html.dark-mode .g-cookie-confirm-dimmed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1
}

html.dark-mode .g-cookie-confirm-dimmed.is-active {
    display: block
}

@media(orientation: landscape) {
    html.dark-mode .g-cookie-confirm-toast-wrap {
        max-height: 90%
    }
}

html.dark-mode .g-cookie-confirm-toast-wrap.is-active {
    display: flex
}

html.dark-mode .g-cookie-confirm-toast-wrap {
    max-height: 362px;
    line-height: 1.4;
    z-index: 2;
    display: none;
    color: rgba(0, 0, 0, .93);
    background: hsla(0, 0%, 100%, .95);
    width: calc(100% - 20px);
    margin: 10px;
    bottom: 0;
    padding: 15px 12px 8px;
    position: fixed;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .25);
    font-size: 15px
}

html.dark-mode .g-cookie-confirm-toast-wrap.raised {
    bottom: 50px
}

@media(min-width: 960px) {
    html.dark-mode .g-cookie-confirm-toast-wrap {
        margin: 0;
        width: 85%;
        left: 50%;
        transform: translateX(-50%)
    }
}

html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-top {
    margin-bottom: 12px;
    max-height: 262px;
    overflow: auto
}

@media(min-width: 960px) {
    html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-top {
        padding-bottom: 15px;
        max-height: none
    }
}

html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-top a {
    text-decoration: underline;
    font-weight: normal
}

html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column
}

@media(min-width: 960px) {
    html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap {
        flex-direction: row
    }
}

html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn-wrap-left {
    width: 100%;
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    padding-bottom: 14px
}

@media(min-width: 960px) {
    html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn-wrap-left {
        width: auto;
        padding-bottom: 0
    }
}

html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn-wrap-right {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%
}

@media(min-width: 960px) {
    html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn-wrap-right {
        padding-top: 0
    }
}

html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn-wrap-right .g-cookie-btn {
    background-color: #171717;
    color: hsla(0, 0%, 100%, .83);
    margin-left: 8px;
    margin-top: 8px;
    max-width: 100%
}

html[dir=rtl] html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn-wrap-right .g-cookie-btn {
    margin-left: 0;
    margin-right: 8px
}

html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn {
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    cursor: pointer
}

html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn.g-cookie-btn-config {
    padding: 0;
    font-size: 14px;
    justify-content: start;
    align-items: center
}

html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn.g-cookie-btn-config svg {
    display: none;
    margin-right: 4px
}

html[dir=rtl] html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn.g-cookie-btn-config svg {
    margin-right: 0;
    margin-left: 4px
}

html.dark-mode .g-cookie-confirm-toast-wrap .g-cookie-confirm-toast-bottom .g-cookie-btn-wrap .g-cookie-btn.g-cookie-btn-config svg[data-dark-mode=dark] {
    display: block
}

html.dark-mode .g-cookie-set-dimmed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1
}

html.dark-mode .g-cookie-set-dimmed.is-active {
    display: block
}

html.dark-mode .g-cookie-set-layer-wrap {
    display: none;
    position: absolute;
    top: 40px;
    line-height: 1.4;
    z-index: 2;
    width: calc(100% - 32px);
    left: 50%;
    transform: translateX(-50%);
    overflow: auto;
    background-color: #292929;
    border-radius: 5px;
    color: hsla(0, 0%, 100%, .6);
    padding-bottom: 40px;
    max-height: 90%;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased
}

html.dark-mode .g-cookie-set-layer-wrap.is-active {
    display: block
}

@media(min-width: 960px) {
    html.dark-mode .g-cookie-set-layer-wrap {
        top: 50%;
        left: 50%;
        transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
        width: 786px
    }
}

html.dark-mode .g-cookie-set-layer-wrap li {
    list-style: none
}

html.dark-mode .g-cookie-set-layer-wrap label {
    display: block;
    cursor: pointer
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-top {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0;
    background-color: #292929
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-head {
    position: relative;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-head .g-cookie-title {
    text-align: center;
    font-size: 18px;
    line-height: 1.39;
    color: hsla(0, 0%, 100%, .83)
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-head .g-cookie-btn-close {
    position: absolute;
    text-align: center;
    right: 0;
    top: -10px;
    cursor: pointer;
    font-size: 0
}

html[dir=rtl] html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-head .g-cookie-btn-close {
    right: auto;
    left: 0
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-head .g-cookie-btn-close svg {
    display: none
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-head .g-cookie-btn-close svg[data-dark-mode=dark] {
    display: block
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-desc {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.38;
    color: hsla(0, 0%, 100%, .6)
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-top .g-cookie-desc a {
    text-decoration: underline
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid {
    background-color: #292929;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px 20px 0
}

@media(min-width: 960px) {
    html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid {
        padding: 27px 20px 0
    }
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap li {
    margin-bottom: 12px;
    width: 100%
}

@media(min-width: 960px) {
    html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap {
        justify-content: center
    }

    html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap li {
        width: 50%
    }
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap input[type=checkbox] {
    position: absolute;
    left: -99999px
}

html[dir=rtl] html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap input[type=checkbox] {
    left: 99999px
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap input[type=checkbox]+label .label-custom-box {
    width: 22px;
    height: 22px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSIxMC41IiBzdHJva2U9IiNGRkYiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLW9wYWNpdHk9Ii4yIi8+Cjwvc3ZnPgo=);
    background-size: cover;
    position: relative;
    margin-right: 8px
}

html[dir=rtl] html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap input[type=checkbox]+label .label-custom-box {
    margin-left: 8px;
    margin-right: 0
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap input[type=checkbox]:checked+label .label-custom-box {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9Ii4zIj4KICAgICAgICA8cGF0aCBkPSJNMjIgMTFjMCA2LjA3NS00LjkyNSAxMS0xMSAxMVMwIDE3LjA3NSAwIDExIDQuOTI1IDAgMTEgMHMxMSA0LjkyNSAxMSAxMSIgZmlsbD0iI0Q3RDdENyIvPgogICAgICAgIDxwYXRoIGQ9Im04LjgxOCAxNS4yNS00LjE0Ny00LjE0NmEuNTAyLjUwMiAwIDAgMSAwLS43MDcuNTAyLjUwMiAwIDAgMSAuNzA4IDBsMy43OTggMy43OTdMMTYuNjIgNi43NWEuNTAyLjUwMiAwIDAgMSAuNzA3IDAgLjUwMi41MDIgMCAwIDEgMCAuNzA3TDkuNTM1IDE1LjI1YS40OTcuNDk3IDAgMCAxLS4zMS4xNDRoLS4wOTZhLjQ5Ny40OTcgMCAwIDEtLjMxLS4xNDR6IiBmaWxsPSIjMTcxNzE3Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
    background-size: cover
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap input[type=checkbox]:disabled+label {
    color: hsla(0, 0%, 100%, .38)
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap input[type=checkbox]:disabled+label .label-custom-box {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0yMiAxMWMwIDYuMDc1LTQuOTI1IDExLTExIDExUzAgMTcuMDc1IDAgMTEgNC45MjUgMCAxMSAwczExIDQuOTI1IDExIDExIiBmaWxsPSIjRDdEN0Q3Ii8+CiAgICAgICAgPHBhdGggZD0ibTguODE4IDE1LjI1LTQuMTQ3LTQuMTQ2YS41MDIuNTAyIDAgMCAxIDAtLjcwNy41MDIuNTAyIDAgMCAxIC43MDggMGwzLjc5OCAzLjc5N0wxNi42MiA2Ljc1YS41MDIuNTAyIDAgMCAxIC43MDcgMCAuNTAyLjUwMiAwIDAgMSAwIC43MDdMOS41MzUgMTUuMjVhLjQ5Ny40OTcgMCAwIDEtLjMxLjE0NGgtLjA5NmEuNDk3LjQ5NyAwIDAgMS0uMzEtLjE0NHoiIGZpbGw9IiMxNzE3MTciLz4KICAgIDwvZz4KPC9zdmc+Cg==);
    background-size: cover
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap .g-cookie-chk-label {
    display: flex;
    align-items: center;
    justify-content: space-around
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-chk-wrap .g-cookie-chk-label .label-text {
    flex: 1;
    font-size: 15px;
    font-weight: normal
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-btn-apply-wrap {
    display: flex;
    justify-content: center;
    margin-top: 4px
}

@media(min-width: 960px) {
    html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-btn-apply-wrap {
        margin-top: 12px
    }
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-mid .g-cookie-btn-apply-wrap .g-cookie-btn-apply {
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 17px;
    color: rgba(0, 0, 0, .93);
    font-size: 15px;
    line-height: normal
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom {
    background-color: #292929;
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    border-radius: 0 0 5px 5px;
    border-top: none
}

@media(min-width: 960px) {
    html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom {
        padding-top: 31px
    }
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap {
    display: flex;
    min-height: 40px;
    flex-wrap: wrap;
    border-top: 1px solid hsla(0, 0%, 100%, .12)
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap li {
    width: 50%
}

@media(min-width: 960px) {
    html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap li {
        flex: 1
    }
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap li input[type=radio] {
    position: absolute;
    left: -9999px
}

html[dir=rtl] html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap li input[type=radio] {
    left: 99999px
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap .g-cookie-tab-label {
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    height: 100%;
    border-right: 1px solid hsla(0, 0%, 100%, .12);
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
    background-color: hsla(0, 0%, 100%, .04);
    font-size: 14px;
    color: hsla(0, 0%, 100%, .38);
    padding: 2px;
    min-height: 40px;
    font-size: 14px;
    line-height: normal
}

@media(min-width: 960px) {
    html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap .g-cookie-tab-label {
        padding: 0px 22px;
        line-height: 1.5;
        min-height: 50px
    }
}

html[dir=rtl] html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap .g-cookie-tab-label {
    border-right: none;
    border-left: 1px solid hsla(0, 0%, 100%, .12)
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap li:last-child .g-cookie-tab-label {
    border-right: none
}

html[dir=rtl] html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap li:last-child .g-cookie-tab-label {
    border-left: none
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap input[type=radio] {
    position: absolute
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap input[type=radio]:checked+label {
    background-color: #292929;
    color: hsla(0, 0%, 100%, .83)
}

@media(min-width: 960px) {
    html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-tab-wrap input[type=radio]:checked+label {
        border-bottom: none
    }
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap {
    margin-top: 21px;
    padding: 0 7px 20px 20px
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info {
    display: none;
    height: 320px;
    overflow-y: scroll;
    overflow-x: auto;
    padding-right: 7px
}

html[dir=rtl] html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info {
    padding-left: 7px;
    padding-right: 0
}

@media(min-width: 960px) {
    html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info {
        height: 310px
    }
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info.is-active {
    display: block
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-title {
    line-height: 1.38;
    color: hsla(0, 0%, 100%, .6);
    font-size: 13px
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content-wrap {
    width: 100%;
    overflow: auto;
    margin-top: 20px;
    padding-bottom: 7px
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .1)
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content-wrap::-webkit-scrollbar {
    height: 6px
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content {
    overflow: auto;
    min-width: 746px;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    font-size: 12px;
    cursor: default
}

@media(min-width: 960px) {
    html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content {
        min-width: auto;
        width: auto
    }
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content .g-cookie-info-content-row {
    color: hsla(0, 0%, 100%, .6);
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content .g-cookie-info-content-row.g-cookie-info-content-row-head {
    background-color: hsla(0, 0%, 100%, .08);
    font-weight: normal
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content .g-cookie-info-content-row .g-cookie-info-content-col {
    min-height: 36px;
    padding-left: 16px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex: 1;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 0
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content .g-cookie-info-content-row .g-cookie-info-content-col p {
    width: 100%
}

html[dir=rtl] html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info .g-cookie-info-content .g-cookie-info-content-row .g-cookie-info-content-col {
    padding-left: 0;
    padding-right: 16px
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .1)
}

html.dark-mode .g-cookie-set-layer-wrap .g-cookie-set-layer-bottom .g-cookie-info-wrap .g-cookie-info::-webkit-scrollbar {
    width: 6px
}

html.dark-mode .g-cookie-set-layer-wrap.purple-scroll-bar::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0)
}

html.dark-mode .g-cookie-set-layer-wrap.purple-scroll-bar::-webkit-scrollbar {
    width: 1.4rem;
    height: 1.8rem
}

html.dark-mode .g-cookie-set-layer-wrap.purple-scroll-bar::-webkit-scrollbar-thumb {
    height: .6rem;
    border: .4rem solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, .05), inset 1px 1px 0px rgba(0, 0, 0, .05);
    background-color: rgba(131, 132, 153, .3)
}

html.dark-mode .g-cookie-set-layer-wrap.purple-scroll-bar::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0
}

html.dark-mode .g-cookie-set-layer-wrap.purple-scroll-bar::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0)
}

/*# sourceMappingURL=ncui-cookielayer.css.map*/