#root, body, html {
    height: 100%;
    margin: auto;
    max-width: 480px
}

*, :after, :before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box
}

:after, :before {
    --tw-content: ""
}

html {
    -webkit-text-size-adjust: 100%;
    font-family: Inter, Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5;
    tab-size: 4
}

body {
    background-color: #bd8f5c;
    font-family: "system-ui", -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, "sans-serif", apple color emoji, segoe ui emoji, segoe ui symbol;
    line-height: inherit;
    margin: 0
}

hr {
    border-top-width: .01rem;
    color: inherit;
    height: 0
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, ui-monospace, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

button, input, optgroup, select, textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -.02rem
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0
}

fieldset, legend {
    padding: 0
}

menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #9ca3af;
    opacity: 1
}

input::placeholder, textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button], button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle
}

img, video {
    height: auto;
    max-width: 100%
}

[hidden] {
    display: none
}

body {
    color: #3a3a3a
}

a, a:hover {
    color: #c72f29;
    text-decoration-line: underline
}

p {
    margin-bottom: .16rem
}

li, p {
    line-height: 1.75
}

img, video {
    display: inline
}

pre {
    overflow: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

iframe {
    display: inline
}

blockquote {
    color: #555;
    font-style: italic;
    padding: .16rem
}

cite {
    color: #6c757d;
    display: block
}

*, :after, :before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0rem;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.btn {
    border: .01rem solid transparent;
    border-radius: .05rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Sans-Serif;
    font-size: 1em;
    font-weight: 500;
    height: .38rem;
    line-height: 1;
    padding: .5em 1em;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.btn, .btn:hover {
    text-decoration: none
}

.btn-primary {
    background-color: #1e73be;
    border-color: #1e73be
}

.btn-primary:hover {
    background-color: #195f9d;
    border-color: #195f9d;
    color: #fff
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #5a6268;
    color: #fff
}

.btn-green {
    background-color: #28a745;
    border-color: #28a745
}

.btn-green:hover {
    background-color: #218838;
    border-color: #218838;
    color: #fff
}

.btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998
}

.btn-facebook:hover {
    background-color: #30497c;
    border-color: #30497c;
    color: #fff
}

.btn-twitter {
    background-color: #00aced;
    border-color: #00aced
}

.btn-twitter:hover {
    background-color: #0090c7;
    border-color: #0090c7;
    color: #fff
}

kbd {
    border-color: #333
}

#icon-spinner {
    height: .4rem;
    width: .4rem
}

#icon-spinner circle {
    fill: transparent;
    stroke: currentColor;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 125.6;
    animation: spinner 2s linear infinite;
    transform-origin: .2rem .2rem 0
}

@keyframes spinner {
    0% {
        stroke-dashoffset: 26.4;
        transform: rotate(0deg)
    }
    50% {
        stroke-dashoffset: 125.6;
        transform: rotate(2turn)
    }
    to {
        stroke-dashoffset: 26.4;
        transform: rotate(3turn)
    }
}

.color-black {
    color: #000
}

.color-gray-300 {
    color: #d1d5db
}

.visible {
    visibility: visible
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.bottom-1 {
    bottom: .00215rem
}

.top-0 {
    top: 0
}

.z-10 {
    z-index: 10
}

.col-span-2 {
    grid-column: span 2/span 2
}

.m-auto {
    margin: auto
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-8 {
    margin-top: .32rem
}

.mb-8, .my-8 {
    margin-bottom: .32rem
}

.ml-auto {
    margin-left: auto
}

.mb-4 {
    margin-bottom: .16rem
}

.mb-2 {
    margin-bottom: .0015rem
}

.mr-4 {
    margin-right: .16rem
}

.mr-1 {
    margin-right: .00215rem
}

.mb-1 {
    margin-bottom: .00215rem
}

.mb-6 {
    margin-bottom: .16rem
}

.mr-2 {
    margin-right: .0015rem
}

.mb-12 {
    margin-bottom: .48rem
}

.mb-0 {
    margin-bottom: 0
}

.ml-8 {
    margin-left: .32rem
}

.mt-4 {
    margin-top: .16rem
}

.mr-auto {
    margin-right: auto
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-16 {
    height: 1.2rem
}

.w-full {
    width: 100%
}

.w-16 {
    width: 1.2rem
}

.w-20 {
    width: 1.5rem
}

.w-1\/3 {
    width: 33.333333%
}

.w-2\/3 {
    width: 66.666667%
}

.flex-1 {
    flex: 1 1
}

.flex-none {
    flex: none
}

.flex-grow {
    flex-grow: 1
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

.resize {
    resize: both
}

.list-none {
    list-style-type: none
}

.grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
}

.grid-cols-1 {
    grid-template-columns:repeat(1, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-nowrap {
    flex-wrap: nowrap
}

.content-center {
    align-content: center
}

.items-center {
    align-items: center
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-4 {
    gap: .16rem
}

.gap-2 {
    gap: .0015rem
}

.gap-8 {
    gap: .32rem
}

.gap-6 {
    gap: .16rem
}

.break-words {
    overflow-wrap: break-word
}

.rounded-full {
    border-radius: 99.99rem
}

.border-b-2 {
    border-bottom-width: .02rem
}

.fill-current {
    fill: currentColor
}

.p-4 {
    padding: .16rem
}

.py-2 {
    padding-bottom: .0015rem;
    padding-top: .0015rem
}

.px-4 {
    padding-left: .16rem;
    padding-right: .16rem
}

.px-2 {
    padding-left: .0015rem;
    padding-right: .0015rem
}

.pl-4 {
    padding-left: .16rem
}

.pr-4 {
    padding-right: .16rem
}

.pb-8 {
    padding-bottom: .32rem
}

.pb-2 {
    padding-bottom: .0015rem
}

.pb-4 {
    padding-bottom: .16rem
}

.pl-8 {
    padding-left: .32rem
}

.pr-8 {
    padding-right: .32rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-lg {
    font-size: .28rem;
    line-height: 1.5
}

.text-sm {
    font-size: .22rem;
    line-height: 1.5
}

.text-xl {
    font-size: .16rem;
    line-height: 1.5
}

.text-base {
    font-size: .16rem;
    line-height: .16rem
}

.font-bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.italic {
    font-style: italic
}

.leading-tight {
    line-height: 1.25
}

.underline {
    text-decoration-line: underline
}

.no-underline {
    text-decoration-line: none
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

:root {
    --container-width: 13rem;
    --content-width: var(--container-width);
    --header-height: 0.6rem
}

.screen-reader-text {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: .01rem;
    margin: -.01rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: .01rem
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(../woff2/inter-regular-min.c9445fd8.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(../woff2/inter-bold-min.4da6fe07.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

.site-logo {
    height: .3rem;
    padding-top: .03rem;
    width: 1.75rem
}

@media (min-width: 4rem) {
    .site-logo {
        height: .3rem;
        padding-top: 0;
        width: 2.5rem
    }
}

.in-content-ad {
    height: 3.1rem;
    vertical-align: middle
}

.ad-slot {
    overflow: hidden;
    padding-top: .3rem;
    position: relative;
    text-align: center
}

.ad-slot:before {
    color: #bebebe;
    content: "ADVERTISEMENT";
    font-size: .1rem;
    height: .3rem;
    left: 45%;
    line-height: .3rem;
    position: absolute;
    top: 0
}

.alignleft {
    display: inline;
    float: left;
    margin: .00372rem .16rem .16rem 0
}

.alignright {
    display: inline;
    float: right;
    margin: .00372rem 0 .16rem .16rem
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.aligncenter, .alignfull, .alignnone, .alignwide {
    margin-bottom: .16rem
}

.key, code, kbd {
    font-size: .16rem
}

kbd {
    background-color: #f5f5f5;
    border-style: solid;
    border-width: .01rem .02rem .02rem .01rem;
    padding: .02rem .04rem
}

.url, code {
    word-wrap: break-word;
    background: #e6e6e6;
    border: .01rem solid #cacaca;
    border-radius: .03rem;
    color: #0a0a0a;
    line-height: 1.5;
    padding: .04rem .04rem .01rem
}

.holsh-div {
    background-color: #eee;
    border: .01rem solid #ccc;
    box-shadow: 0 .08rem .07rem -.1rem #ccc, 0 -.08rem .07rem -.1rem #ccc;
    margin-bottom: .2rem;
    padding: 0 .8em
}

.holsh-div pre {
    margin: 0;
    padding: 0
}

.holsh-div ol li {
    list-style-position: outside
}

.holsh-div td {
    padding-left: .2rem
}

.form-group {
    margin-bottom: .15rem
}

.form-group label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: .05rem;
    max-width: 100%
}

.form-control {
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: .01rem solid #ced4da;
    border-radius: .00215rem;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    padding: .00372rem .00715rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.form-control:focus {
    border-color: #018ffa;
    box-shadow: 0 0 0 .00215rem rgba(13, 110, 253, .25);
    outline: 0
}

textarea.form-control {
    height: auto
}

span.wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em
}

.wpcf7-list-item input[type=checkbox] {
    margin-right: .16rem
}

.newsub-box {
    background-color: #f3f4f6;
    border-color: #d1d5db;
    border-width: .01rem
}

figcaption {
    color: #555d66;
    display: block;
    font-size: .18rem;
    margin-bottom: .16rem;
    margin-top: .0015rem;
    text-align: center;
    width: 100%
}

.highlight, .note, .related {
    background-color: #e7e7e7;
    padding: 1em
}

.related {
    border-left: .15rem solid #293b9c;
    font-weight: 700
}

.note {
    border-left: .15rem solid red
}

.highlight {
    border-left: .15rem solid #28a745
}

.sp-tag, .sponsored_tag {
    background-color: gold;
    color: #333;
    font-size: .85em;
    padding: .05rem;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 1.1rem
}

.page .site-main {
    min-height: 7rem
}

.content-max-width {
    max-width: 1300px;
    max-width: var(--container-width);
    width: 100%
}

.posts-navigation .pagination-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75%
}

@media (min-width: 6.4rem) {
    .posts-navigation .pagination-links {
        flex-wrap: nowrap
    }
}

.page-numbers {
    display: none;
    margin-bottom: .16rem;
    text-align: center;
    width: 100%
}

@media (min-width: 6.4rem) {
    .page-numbers {
        width: auto
    }
}

@media (min-width: 7.68rem) {
    .page-numbers {
        display: inline
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    table-layout: fixed;
    width: 100%
}

.table {
    display: block;
    margin: 1.625em 0;
    overflow-x: auto;
    width: 100%
}

.table table {
    min-width: 5rem
}

.table td, .table th {
    word-wrap: break-word;
    border-top: .01rem solid #ddd;
    line-height: 1.625em;
    padding: .08rem;
    text-align: left;
    vertical-align: top
}

.table th {
    font-weight: 700
}

.table thead th {
    vertical-align: bottom
}

.table th {
    background-color: #d9edf7
}

.table th.even {
    background-color: #fff
}

.table tr.odd td {
    background-color: #f9f9f9
}

.table tfoot td, .table tfoot td.even, .table tfoot th, .table tfoot th.even, .table tr.even td, .table tr.odd td.even {
    background-color: #fff
}

.table tr:hover td {
    background-color: #f3f3f3 !important
}

.site-header {
    background-color: #333;
    height: .6rem;
    padding: 0 .16rem
}

.header-content {
    max-width: 1300px;
    max-width: var(--container-width)
}

.header-widget {
    height: 1.2rem;
    margin: .3rem auto;
    text-align: center;
    width: 100%
}

.content-area {
    max-width: 1300px;
    max-width: var(--content-width)
}

.entry-content {
    font-size: .24rem;
    overflow-wrap: break-word
}

.entry-content h2, .entry-content h3 {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .16rem
}

.entry-content h2 {
    font-size: .42rem
}

.entry-content h3 {
    font-size: .32rem
}

.entry-content ol, .entry-content ul {
    margin-bottom: .16rem;
    padding-left: .16rem
}

.entry-content li {
    margin-bottom: .16rem
}

.entry-title {
    font-size: clamp(.01872rem, 4vw, .0215rem)
}

.sidebar h4 {
    border-bottom: .01rem solid #bbb;
    font-size: .24rem;
    font-weight: 700;
    margin-bottom: .16rem
}

#custom_html-8 {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
    z-index: 1
}

#snhb-maketecheasier_sidebar01-0 {
    height: 6.6rem !important;
    overflow: hidden
}

.site-footer-content {
    display: flex;
    flex-direction: column
}

@media (min-width: 10.24rem) {
    .site-footer-content {
        grid-gap: .16rem;
        display: grid;
        gap: .16rem;
        grid-template-columns:3rem 1fr
    }
}

.site-footer-content ul {
    margin-bottom: .16rem
}

.site-footer-content li {
    display: inline-block;
    margin-bottom: .16rem;
    margin-right: .16rem
}

.site-footer-content li:last-child {
    margin-right: 0
}

.svg-icon {
    display: inline-block;
    height: 1em;
    width: 1em
}

.svg-icon-large {
    display: inline-block;
    height: .42rem;
    width: .42rem
}

.site-footer {
    background-color: #333;
    color: #fff;
    padding: .0215rem .16rem
}

.site-footer a, .site-footer a:hover {
    color: #fff;
    text-decoration: none
}

.site-navigation {
    background: #333;
    display: none;
    flex: 1 1;
    list-style: none;
    visibility: hidden
}

.site-navigation.open {
    -webkit-overflow-scrolling: touch;
    border-top: .02rem solid #4d4d4d;
    bottom: 0;
    box-shadow: 0 .05rem .4rem rgba(0, 0, 0, .15);
    display: block;
    max-width: 4rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 .2rem;
    position: fixed;
    right: 0;
    top: 0;
    visibility: visible;
    width: 100%;
    z-index: 20
}

.site-navigation.open .dropdown-menu {
    position: relative;
    top: 0;
    width: 100%
}

.site-navigation.open a {
    padding-left: .32rem;
    padding-right: .32rem
}

.navbar-nav {
    display: block;
    justify-content: flex-end;
    list-style: none
}

.nav-link {
    color: #fff;
    display: block;
    line-height: .6rem;
    position: relative;
    text-decoration: none
}

.nav-link:hover {
    color: #fff;
    text-decoration-line: none
}

.nav-height {
    height: 60px;
    height: var(--header-height)
}

@media (min-width: 10.24rem) {
    .site-navigation {
        display: flex;
        visibility: visible
    }

    .navbar-nav {
        display: flex
    }

    .navbar-nav li:last-child .dropdown-menu {
        right: 0
    }

    .nav-item {
        margin: 0
    }

    .nav-link {
        padding: 0 1em
    }
}

.nav-button {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    line-height: .6rem;
    margin: 0;
    padding: 0 1.1875em
}

.nav-button:hover {
    color: #fff;
    text-decoration-line: none
}

.dropdown svg:first-child {
    display: inline-block
}

.dropdown svg:nth-child(2), .dropdown.open svg:first-child {
    display: none
}

.dropdown.open svg:nth-child(2) {
    display: inline-block
}

.dropdown {
    position: relative
}

.dropdown.open {
    background-color: #4d4d4d
}

.dropdown.open .dropdown-menu {
    display: block
}

.dropdown.open .nav-link {
    color: #aaa
}

.dropdown.open .nav-link:after {
    bottom: .05rem;
    content: "";
    height: .02rem;
    left: 50%;
    position: absolute;
    right: 0;
    transform: translateX(-50%);
    transition: width .3s ease;
    width: 60%
}

.mobile-nav, .site-header .dropdown-menu, .site-header .search-field {
    background-color: #4d4d4d
}

.site-header .dropdown-item, .site-header .dropdown-item:hover {
    color: #fff
}

.dropdown-menu {
    box-shadow: 0 .02rem .02rem rgba(0, 0, 0, .1);
    display: none;
    left: auto;
    position: absolute;
    top: 60px;
    top: var(--header-height);
    transition: opacity 80ms linear;
    transition-delay: 0s;
    width: 2rem;
    z-index: 20
}

.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.dropdown-item {
    display: block;
    padding: 1em;
    text-decoration: none
}

.dropdown-item:hover {
    background-color: #666;
    color: #fff;
    text-decoration: none
}

.dropdown-search-menu {
    left: 0;
    position: fixed;
    right: 0;
    top: .6rem;
    width: 100%
}

@media (min-width: 10.24rem) {
    .dropdown-search-menu {
        left: auto;
        position: absolute;
        width: 5rem
    }
}

.search-form {
    display: flex;
    flex-flow: row nowrap
}

.search-field {
    border: none;
    border-bottom: .01rem solid #fff;
    border-collapse: collapse;
    color: #fff;
    flex-grow: 1;
    margin: 0 .1rem
}

.search-submit {
    text-transform: uppercase
}

.caret {
    border: .05rem solid transparent;
    border-top-color: #fff;
    display: inline-block;
    height: 0;
    margin-left: .1rem;
    width: 0
}

.header-container {
    height: 60px;
    height: var(--header-height)
}

.dark-mode-switch {
    display: inline-block;
    height: .34rem;
    position: relative;
    width: 2.2rem
}

.dark-mode-switch input {
    height: 0;
    opacity: 0;
    width: 0
}

.dark-mode-slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.dark-mode-slider:before {
    background-color: #fff;
    bottom: .04rem;
    content: "";
    height: .26rem;
    left: .04rem;
    position: absolute;
    transition: .4s;
    width: 1.06rem
}

input:checked + .dark-mode-slider {
    background-color: #2196f3
}

input:focus + .dark-mode-slider {
    box-shadow: 0 0 .01rem #2196f3
}

input:checked + .dark-mode-slider:before {
    transform: translateX(1.06rem)
}

html.dark body {
    background-color: #121212;
    color: #fff
}

html.dark .navbar-nav, html.dark .site-header, html.dark .site-navigation {
    background-color: #2f2f2f;
    color: #fff
}

html.dark .newsub-box, html.dark .note, html.dark .related, html.dark .toc, html.dark .toc-wrap {
    background-color: #121212;
    color: #fff
}

html.dark .table tr:hover td {
    background-color: #121212 !important
}

html.dark .table th {
    color: #121212
}

html.dark .dropdown-menu {
    border: 1px solid #666
}

html.dark .navbar-nav {
    list-style: none
}

html.dark .fl .title-link, html.dark .nav-link, html.dark a, html.dark a:hover, html.dark figcaption {
    color: #fff
}

html.dark a:hover {
    text-decoration: underline
}

html.dark .nav-link {
    font-weight: 400
}

html.dark svg {
    fill: #fff
}

html.dark img {
    filter: brightness(.8) contrast(1.2)
}

html.dark .dark-icon {
    display: none
}

html.dark .light-icon {
    display: block
}

html.dark .caret {
    border-top-color: #fff
}

html.dark .site-header .dropdown-menu {
    background-color: #4d4d4d
}

html.dark .site-header .dropdown-item {
    color: #fff
}

html.dark kbd {
    color: #333
}

html.dark .the-content a {
    color: #c72f29
}

html.dark .the-content a:hover {
    color: #ddd
}

html.dark .the-content a.btn {
    color: #fff
}

html.dark .the-content img {
    border: 1px solid #eee
}

html.dark .toc {
    border: 1px solid #ddd
}

html.dark .toc a {
    color: #fff
}

html.dark .toc a.active {
    color: #c72f29
}

html.dark .related {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd
}

html.dark .holsh-div {
    color: #3a3a3a
}

.light-icon {
    display: none
}

.hover\:color-black:hover {
    color: #000
}

.hover\:color-facebook:hover {
    color: #3b5998
}

.hover\:color-twitter:hover {
    color: #00aced
}

.hover\:color-blue-600:hover {
    color: #2563eb
}

.hover\:no-underline:hover {
    text-decoration-line: none
}

@media (min-width: 4.8rem) {
    .xs\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 6.4rem) {
    .sm\:col-span-2 {
        grid-column: span 2/span 2
    }

    .sm\:block {
        display: block
    }

    .sm\:inline {
        display: inline
    }

    .sm\:w-1\/2 {
        width: 50%
    }

    .sm\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 7.68rem) {
    .md\:absolute {
        position: absolute
    }

    .md\:bottom-1 {
        bottom: .00215rem
    }

    .md\:top-0 {
        top: 0
    }

    .md\:bottom-0 {
        bottom: 0
    }

    .md\:z-10 {
        z-index: 10
    }

    .md\:col-span-2 {
        grid-column: span 2/span 2
    }

    .md\:mr-0 {
        margin-right: 0
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:w-full {
        width: 100%
    }

    .md\:grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }

    .md\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:p-4 {
        padding: .16rem
    }

    .md\:pb-2 {
        padding-bottom: .0015rem
    }

    .md\:text-xl {
        font-size: .16rem;
        line-height: 1.5
    }
}

@media (min-width: 10.24rem) {
    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mb-8 {
        margin-bottom: .32rem
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .lg\:text-right {
        text-align: right
    }

    .lg\:leading-normal {
        line-height: 1.5
    }
}

@media (min-width: 13.4rem) {
    .full\:mr-8 {
        margin-right: .32rem
    }

    .full\:mr-0 {
        margin-right: 0
    }

    .full\:mb-8 {
        margin-bottom: .32rem
    }

    .full\:block {
        display: block
    }

    .full\:flex {
        display: flex
    }

    .full\:h-auto {
        height: auto
    }

    .full\:w-auto {
        width: auto
    }

    .full\:text-center {
        text-align: center
    }
}