#wst-localeswitcher button {
    background: none;
    border: 0;
    box-sizing: content-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    vertical-align: inherit;
}
#wst-localeswitcher button:disabled {
    cursor: default;
}
#wst-localeswitcher * {
    direction: ltr;
}
#wst-localeswitcher {
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
#wst-localeswitcher,
#wst-localeswitcher:before,
#wst-localeswitcher:after,
#wst-localeswitcher *,
#wst-localeswitcher *:before,
#wst-localeswitcher *:after {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    float: initial;
    pointer-events: auto;
    letter-spacing: normal;
}

#wst-localeswitcher *,
#wst-localeswitcher *:before,
#wst-localeswitcher *:after {
    float: inherit;
    font-size: 1em;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
}
#wst-localeswitcher div,
#wst-localeswitcher main,
#wst-localeswitcher article,
#wst-localeswitcher aside,
#wst-localeswitcher details,
#wst-localeswitcher figcaption,
#wst-localeswitcher figure,
#wst-localeswitcher footer,
#wst-localeswitcher header,
#wst-localeswitcher nav,
#wst-localeswitcher section {
    display: block;
}
#wst-localeswitcher img {
    border: 0;
    vertical-align: middle;
}
#wst-localeswitcher ul {
    list-style: none;
}
#wst-localeswitcher,
#wst-localeswitcher input,
#wst-localeswitcher textarea,
#wst-localeswitcher select,
#wst-localeswitcher button {
    font-synthesis: none;
    -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    text-align: left;
}
#wst-localeswitcher sup {
    font-size: 0.6em;
    vertical-align: top;
    position: relative;
    bottom: -0.2em;
}
h1 #wst-localeswitcher sup,
h2 #wst-localeswitcher sup,
h3 #wst-localeswitcher sup {
    font-size: 0.4em;
}
#wst-localeswitcher sup a {
    vertical-align: inherit;
    color: inherit;
}
#wst-localeswitcher sup a:hover {
    color: #06c;
    text-decoration: none;
}
#wst-localeswitcher sub {
    font-size: smaller;
    vertical-align: sub;
    line-height: 1;
}
#wst-localeswitcher {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    min-width: 1024px;
    width: 100%;
    font-size: 17px;
    background: #424245;
}
@media only screen and (max-width: 1023px) {
    #wst-localeswitcher {
        min-width: 320px;
    }
}
html.wst-ls-visible #wst-localeswitcher {
    display: flex;
    height: 70px;
    top: -70px;
}
@media only screen and (max-width: 833px) {
    html.wst-ls-visible #wst-localeswitcher {
        height: 135px;
        top: -135px;
    }
}
html.wst-ls-visible {
    margin-top: 70px;
}
@media only screen and (max-width: 833px) {
    html.wst-ls-visible {
        margin-top: 135px;
    }
}
html.wst-ls-visible body {
    border-top: 1px solid transparent;
    margin-top: -1px;
    position: relative;
}
#wst-localeswitcher .wst-ls-content {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding-inline-start: max(22px, env(safe-area-inset-left));
    padding-inline-end: max(22px, env(safe-area-inset-right));
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    color: rgba(255, 255, 255, 0.92);
}
@media only screen and (max-width: 833px) {
    #wst-localeswitcher .wst-ls-content {
        padding-inline-start: max(16px, env(safe-area-inset-left));
        padding-inline-end: max(16px, env(safe-area-inset-right));
        padding-top: 16px;
        padding-bottom: 16px;
        margin-inline-start: 0;
        max-width: 520px;
    }
}
@media only screen and (max-width: 419px) {
    #wst-localeswitcher .wst-ls-content {
        align-items: flex-start;
    }
}
#wst-localeswitcher .wst-ls-copy {
    font-size: 0.8em;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -0.01em;
    padding-inline-end: 2%;
    display: inline-block;
    flex: 1;
    word-break: initial;
    max-width: 430px;
}
#wst-localeswitcher .wst-ls-copy:lang(ko) {
    word-break: keep-all;
}
@media only screen and (max-width: 833px) {
    #wst-localeswitcher .wst-ls-copy {
        padding-inline-end: max(2%, 42px);
        box-sizing: border-box;
        flex: 1 0 100%;
        max-width: 100%;
    }
}
#wst-localeswitcher .wst-ls-actions {
    padding-inline-start: 32px;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
@media only screen and (max-width: 833px) {
    #wst-localeswitcher .wst-ls-actions {
        padding-inline-start: 0;
        flex: 1 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 419px) {
    #wst-localeswitcher .wst-ls-actions {
        display: flex;
        flex: 1 0 100%;
        margin-top: auto;
    }
}
#wst-localeswitcher .wst-ls-actions-item {
    margin-inline-start: 16px;
    display: inline-block;
}
#wst-localeswitcher .wst-ls-actions-item:first-child {
    margin-inline-start: 0;
}
#wst-localeswitcher .wst-ls-actions-item:last-child {
    margin-inline-start: 15px;
    margin-inline-end: -2px;
}
@media only screen and (max-width: 833px) {
    #wst-localeswitcher .wst-ls-actions-item:last-child {
        margin-inline-start: 0;
    }
}
#wst-localeswitcher .wst-ls-continue {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -0.022em;
    min-width: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 980px;
    background: #0071e3;
    color: #fff;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-radius: 8px;
    width: auto;
    text-decoration: none;
}
#wst-localeswitcher .wst-ls-continue:hover {
    text-decoration: none;
}
#wst-localeswitcher .wst-ls-continue:focus {
    box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
    outline: none;
}
#wst-localeswitcher .wst-ls-continue:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
#wst-localeswitcher .wst-ls-continue:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    box-shadow: none;
}
#wst-localeswitcher .wst-ls-continue:active {
    outline: none;
}
#wst-localeswitcher .wst-ls-continue:disabled,
#wst-localeswitcher .wst-ls-continue.disabled {
    cursor: default;
}
#wst-localeswitcher .wst-ls-continue:hover {
    background: #0077ed;
}
#wst-localeswitcher .wst-ls-continue:active {
    background: #006edb;
}
#wst-localeswitcher .wst-ls-continue:disabled,
#wst-localeswitcher .wst-ls-continue.disabled {
    background: #0071e3;
    color: #fff;
    opacity: 0.32;
}
@media only screen and (max-width: 419px) {
    #wst-localeswitcher .wst-ls-continue {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(50% - 8px);
    }
}
#wst-localeswitcher .wst-ls-close {
    font-size: 18px;
    font-weight: 200;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.56);
    display: block;
    width: auto;
    height: 18px;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 0.8;
}
#wst-localeswitcher .wst-ls-close::before,
#wst-localeswitcher .wst-ls-close::after {
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: "";
}
#wst-localeswitcher .wst-ls-close::before,
#wst-localeswitcher .wst-ls-close::after {
    text-decoration: none;
}
#wst-localeswitcher .wst-ls-close::before {
    display: none;
}

#wst-localeswitcher .wst-ls-close:hover,
#wst-localeswitcher .wst-ls-close:focus {
    opacity: 1;
}
#wst-localeswitcher .wst-ls-close:focus {
    outline: 4px solid rgba(0, 125, 250, 0.6);
    outline-offset: 1px;
}
#wst-localeswitcher .wst-ls-close:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
#wst-localeswitcher .wst-ls-close:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    outline: none;
}
@media only screen and (max-width: 833px) {
    #wst-localeswitcher .wst-ls-close {
        right: max(16px, env(safe-area-inset-right));
        top: 17px;
        position: absolute;
    }
}

#wst-localeswitcher .wst-ls-dropdown .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-right: 20px;
}

#wst-localeswitcher .wst-ls-dropdown {
    position: relative;
    flex: 1;
    max-width: 343px;
    min-width: 246px;
}
@media only screen and (max-width: 833px) {
    #wst-localeswitcher .wst-ls-dropdown {
        margin-inline-end: auto;
        position: relative;
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }
}
@media only screen and (max-width: 419px) {
    #wst-localeswitcher .wst-ls-dropdown {
        width: 56%;
        min-width: 50%;
    }
}

#wst-localeswitcher .wst-ls-dropdown-check {
    font-size: 24px;
    visibility: hidden;
    position: absolute;
}
#wst-localeswitcher .wst-ls-dropdown-check::before,
#wst-localeswitcher .wst-ls-dropdown-check::after {
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    alt: "";
}
#wst-localeswitcher .wst-ls-dropdown-check::before,
#wst-localeswitcher .wst-ls-dropdown-check::after {
    text-decoration: none;
}
#wst-localeswitcher .wst-ls-dropdown-check::before {
    display: none;
}

#wst-localeswitcher .wst-ls-dropdown-check:after {
    left: -2px;
    top: -3px;
}
#wst-localeswitcher .wst-ls-dropdown-copy {
    padding-inline-start: 29px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    width: calc(100% - 48px);
    -webkit-user-select: none;
    user-select: none;
}

html.wst-ls-visible {
    margin-top: 0 !important;
    top: 0;
}
html.wst-ls-visible #wst-localeswitcher {
    position: absolute;
    top: 0;
}
html.wst-ls-visible .wst-nav-overlap #main,
html.wst-ls-visible .wst-nav-overlap .main {
    margin-top: 70px;
}
@media only screen and (max-width: 833px) {
    html.wst-ls-visible .wst-nav-overlap #main,
    html.wst-ls-visible .wst-nav-overlap .main {
        margin-top: 135px;
    }
}
html.wst-ls-visible .wst-nav-overlap #wst-localnav {
    margin-top: 114px;
}
@media only screen and (max-width: 833px) {
    html.wst-ls-visible .wst-nav-overlap #wst-localnav {
        margin-top: 183px;
    }
}
html.wst-ls-visible .wst-nav-overlap #wst-localnav ~ #main,
html.wst-ls-visible .wst-nav-overlap #wst-localnav ~ .main {
    margin-top: 0;
}
@media only screen and (max-width: 833px) {
    html.wst-ls-visible .wst-nav-overlap #wst-localnav ~ #main,
    html.wst-ls-visible .wst-nav-overlap #wst-localnav ~ .main {
        margin-top: 0;
    }
}
html.wst-ls-visible #wst-gn-placeholder {
    height: 114px;
}
@media only screen and (max-width: 833px) {
    html.wst-ls-visible #wst-gn-placeholder {
        height: 183px;
    }
}
html.wst-ls-visible #wst-globalnav {
    position: absolute;
    top: 70px;
}
@media only screen and (max-width: 833px) {
    html.wst-ls-visible #wst-globalnav {
        top: 135px;
    }
}
html.wst-ls-visible #chapternav {
    position: absolute;
    top: 70px;
    margin-top: 44px;
}
@media only screen and (max-width: 833px) {
    html.wst-ls-visible #chapternav {
        top: 135px;
        margin-top: 48px;
    }
}
html.wst-ls-visible .wst-nav-overlap #chapternav {
    position: absolute;
    top: 70px;
}
@media only screen and (max-width: 833px) {
    html.wst-ls-visible .wst-nav-overlap #chapternav {
        top: 135px;
    }
}
html.wst-ls-visible #chapternav ~ #main,
html.wst-ls-visible #chapternav ~ .main {
    margin-top: 110px;
}
@media only screen and (max-width: 833px) {
    html.wst-ls-visible #chapternav ~ #main,
    html.wst-ls-visible #chapternav ~ .main {
        margin-top: 110px;
    }
}
html.wst-ls-visible .wst-nav-overlap #chapternav ~ #main,
html.wst-ls-visible .wst-nav-overlap #chapternav ~ .main {
    margin-top: 70px;
}
@media only screen and (max-width: 833px) {
    html.wst-ls-visible .wst-nav-overlap #chapternav ~ #main,
    html.wst-ls-visible .wst-nav-overlap #chapternav ~ .main {
        margin-top: 135px;
    }
}
@media only screen and (max-width: 833px) {
    html.wst-ls-visible.wst-ls-fixed #wst-globalnav {
        top: 135px;
    }
}
html.wst-gn-segmentbar-visible.wst-ls-visible {
    margin-top: 0 !important;
    top: 0;
}
html.wst-gn-segmentbar-visible.wst-ls-visible #wst-localeswitcher {
    position: absolute;
    top: 0;
}
html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #main,
html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap .main {
    margin-top: 70px;
}
@media only screen and (max-width: 833px) {
    html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #main,
    html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap .main {
        margin-top: 135px;
    }
}
html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #wst-localnav {
    margin-top: 114px;
}
@media only screen and (max-width: 833px) {
    html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #wst-localnav {
        margin-top: 183px;
    }
}
html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #wst-localnav ~ #main,
html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #wst-localnav ~ .main {
    margin-top: 0;
}
@media only screen and (max-width: 833px) {
    html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #wst-localnav ~ #main,
    html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #wst-localnav ~ .main {
        margin-top: 0;
    }
}
html.wst-gn-segmentbar-visible.wst-ls-visible #wst-gn-placeholder {
    height: 114px;
}
@media only screen and (max-width: 833px) {
    html.wst-gn-segmentbar-visible.wst-ls-visible #wst-gn-placeholder {
        height: 183px;
    }
}
html.wst-gn-segmentbar-visible.wst-ls-visible #wst-gn-segmentbar {
    top: 70px;
}
@media only screen and (max-width: 833px) {
    html.wst-gn-segmentbar-visible.wst-ls-visible #wst-gn-segmentbar {
        top: 135px;
    }
}
html.wst-gn-segmentbar-visible.wst-ls-visible #wst-gn-segmentbar .wst-gn-segmentbar-content:before {
    background: rgba(255, 255, 255, 0.24);
}
html.wst-gn-segmentbar-visible.wst-ls-visible #wst-globalnav {
    top: 110px;
}
@media only screen and (max-width: 833px) {
    html.wst-gn-segmentbar-visible.wst-ls-visible #wst-globalnav {
        top: 179px;
    }
}
html.wst-gn-segmentbar-visible.wst-ls-visible #chapternav {
    top: 110px;
    margin-top: 44px;
}
@media only screen and (max-width: 833px) {
    html.wst-gn-segmentbar-visible.wst-ls-visible #chapternav {
        top: 179px;
        margin-top: 48px;
    }
}
html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #chapternav {
    position: absolute;
    top: 110px;
}
@media only screen and (max-width: 833px) {
    html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #chapternav {
        top: 179px;
    }
}
html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #chapternav ~ #main,
html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #chapternav ~ .main {
    margin-top: 110px;
}
@media only screen and (max-width: 833px) {
    html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #chapternav ~ #main,
    html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #chapternav ~ .main {
        margin-top: 179px;
    }
}
html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #main,
html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap .main {
    margin-top: 110px;
}
@media only screen and (max-width: 833px) {
    html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #main,
    html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap .main {
        margin-top: 179px;
    }
}
html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #wst-localnav {
    margin-top: 154px;
}
@media only screen and (max-width: 833px) {
    html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #wst-localnav {
        margin-top: 227px;
    }
}
html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #wst-localnav ~ #main,
html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #wst-localnav ~ .main {
    margin-top: 0;
}
@media only screen and (max-width: 833px) {
    html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #wst-localnav ~ #main,
    html.wst-gn-segmentbar-visible.wst-ls-visible .wst-nav-overlap #wst-localnav ~ .main {
        margin-top: 0;
    }
}
html.wst-gn-segmentbar-visible.wst-ls-visible #wst-gn-placeholder {
    height: 154px;
}
@media only screen and (max-width: 833px) {
    html.wst-gn-segmentbar-visible.wst-ls-visible #wst-gn-placeholder {
        height: 227px;
    }
}
html.wst-gn-segmentbar-visible.wst-ls-visible.wst-gn-segmentbar-visible.wst-ls-fixed #main,
html.wst-gn-segmentbar-visible.wst-ls-visible.wst-gn-segmentbar-visible.wst-ls-fixed .main {
    top: 40px;
}
@media only screen and (max-width: 833px) {
    html.wst-gn-segmentbar-visible.wst-ls-visible.wst-gn-segmentbar-visible.wst-ls-fixed #main,
    html.wst-gn-segmentbar-visible.wst-ls-visible.wst-gn-segmentbar-visible.wst-ls-fixed .main {
        top: 44px;
    }
}
html.wst-ls-fixed #wst-localeswitcher {
    position: fixed;
}

#wst-localeswitcher br.large {
    display: block;
}
@media only screen and (max-width: 1023px) {
    #wst-localeswitcher br.large {
        display: none;
    }
}
@media only screen and (max-width: 833px) {
    #wst-localeswitcher br.large {
        display: none;
    }
}
#wst-localeswitcher br.medium {
    display: none;
}
@media only screen and (max-width: 1023px) {
    #wst-localeswitcher br.medium {
        display: block;
    }
}
@media only screen and (max-width: 833px) {
    #wst-localeswitcher br.medium {
        display: none;
    }
}
#wst-localeswitcher br.small {
    display: none;
}
@media only screen and (max-width: 1023px) {
    #wst-localeswitcher br.small {
        display: none;
    }
}
@media only screen and (max-width: 833px) {
    #wst-localeswitcher br.small {
        display: block;
    }
}