:root {
    --primary-color: #008a00;
    --hover-color: #00aa00;
    --primary-color-on-grey-bg: #008000;
}
@media (prefers-color-scheme: dark) {
    :root {
        --primary-color: #11ce11;
        --hover-color: #00e000;
        --primary-color-on-grey-bg: #11ce11;
    }
}
@keyframes slide1 {
    0%,
    20% {
        opacity: 0;
    }
    18%,
    2% {
        opacity: 1;
    }
}
@keyframes slide2 {
    0%,
    20%,
    40% {
        opacity: 0;
    }
    22%,
    38% {
        opacity: 1;
    }
}
@keyframes slide3 {
    0%,
    40%,
    60% {
        opacity: 0;
    }
    42%,
    58% {
        opacity: 1;
    }
}
@keyframes slide4 {
    0%,
    60%,
    80% {
        opacity: 0;
    }
    62%,
    78% {
        opacity: 1;
    }
}
@keyframes slide5 {
    0%,
    80%,
    to {
        opacity: 0;
    }
    82%,
    98% {
        opacity: 1;
    }
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}
body {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 300;
    font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: #222;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
.ultrawide .three-cols .single-col-only,
[hidden],
template {
    display: none;
}
.page-link,
a {
    background-color: transparent;
    color: var(--primary-color);
    text-decoration: none;
}
.grey-bg a {
    color: var(--primary-color-on-grey-bg);
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
.normal {
    font-weight: 400;
}
.italic,
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    width: 100%;
    max-width: 920px;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
button,
figure {
    margin: 0;
}
article figure {
    margin: 0;
    text-align: center;
}
article figcaption {
    margin-bottom: 2.5rem;
    color: #666;
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #e1e1e1;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}
kbd,
pre,
samp {
    font-size: 1em;
}
button {
    font: inherit;
    overflow: visible;
}
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
}
.page-link,
html input[type="button"] {
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0;
    border-width: 0;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
section {
    padding-top: 5px;
}
.breadcrumbs {
    padding-top: 58px;
}
.breadcrumbs .ultrawide {
    margin-left: 30px;
}
.breadcrumbs ol {
    list-style: none;
    margin: 10px 0;
    font-size: 12px;
    color: #999;
}
.breadcrumbs ol li {
    display: inline-block;
}
.breadcrumbs ol li.parent::after {
    content: " > ";
    margin: 0 10px;
}
.column,
.columns,
.container {
    width: 100%;
    box-sizing: border-box;
}
.container {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}
#topbar .container,
.breadcrumbs .container {
    max-width: 1760px;
    width: 100%;
}
.breadcrumbs .container {
    padding-left: 35px;
    padding-right: 35px;
}

.hero .container {
    max-width: 1400px;
}
.hide-on-mobile {
    display: none;
}
.hero h2 {
    font-size: 2.2rem;
    margin-bottom: 0;
}
@media (min-width: 1145px) {
    .hero .container h1 {
        font-size: 8rem;
    }
}
@media (max-width: 1144px) {
    .hero .container h1.larger-on-mobile {
        font-size: 8rem;
    }
}
@media (max-width: 949px) {
    #topbar .container {
        padding: 0;
        width: 100%;
    }
    .hero .container h1 {
        font-size: 5rem;
    }
}
@media (min-width: 768px) {
    .hero .container {
        width: 100%;
    }
    #topbar .container .button,
    #topbar .container a.button + ul li {
        padding-right: 10px;
        padding-left: 10px;
    }
    hr.dropdown-divider {
        margin: 5px 0;
    }
    .hide-on-mobile {
        display: block;
    }
    .mobile-only {
        display: none;
    }
}
@media (min-width: 1000px) {
    .container.ultrawide {
        max-width: 1760px;
        width: 98%;
    }
    .ultrawide .three-cols {
        display: grid;
        gap: 1em;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
    }
    .container.ultrawide.spacing {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 999px) {
    .container.ultrawide {
        width: 98%;
    }
    .ultrawide .three-cols .single-col {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .ultrawide .three-cols .single-col:nth-child(even) {
        display: flex;
        flex-direction: row-reverse;
    }
    .ultrawide .three-cols .single-col > div {
        width: 47%;
        margin: 10% 2%;
    }
}
@media (max-width: 750px) {
    .ultrawide .three-cols .single-col {
        flex-direction: column !important;
    }
    .ultrawide .three-cols .single-col > div {
        margin-top: 0;
        width: 85%;
    }
    .ultrawide .three-cols .single-col-only {
        display: block;
    }
    .ultrawide .three-cols .not-single-col {
        display: none;
    }
}
.column,
.columns {
    float: left;
}
.button-system {
    overflow: hidden;
}
@media (min-width: 768px) {
    .CNB-logo {
        transform: scale(0.7);
    }
    .pricing .container {
        width: 95%;
    }
    .container {
        width: 80%;
    }
    .column,
    .columns {
        margin-left: 4%;
    }
    .column:first-child,
    .columns:first-child {
        margin-left: 0;
    }
    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }
    .two.columns {
        width: 13.3333333333%;
    }
    .three.columns {
        width: 22%;
    }
    .four.columns {
        width: 30.6666666667%;
    }
    .five.columns {
        width: 39.3333333333%;
    }
    .six.columns {
        width: 48%;
    }
    .seven.columns {
        width: 56.6666666667%;
    }
    .eight.columns {
        width: 65.3333333333%;
    }
    .nine.columns {
        width: 74%;
    }
    .ten.columns {
        width: 82.6666666667%;
    }
    .eleven.columns {
        width: 91.3333333333%;
    }
    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }
    .one-third.column {
        width: 30.6666666667%;
    }
    .two-thirds.column {
        width: 65.3333333333%;
    }
    .one-half.column {
        width: 48%;
    }
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }
    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }
    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%;
    }
    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }
    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%;
    }
    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }
    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78%;
    }
    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }
    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }
    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%;
    }
}
.column:empty,
.columns:empty {
    min-height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 600;
    font-family: Helvetica Neue, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
h1 {
    font-size: 4rem;
    line-height: 1.2;
}
h1,
h2,
h2.h3-style,
h3 {
    letter-spacing: -0.1rem;
}
h2 {
    font-size: 3.6rem;
    line-height: 1.25;
}
h2.h3-style,
h3 {
    font-size: 3rem;
    line-height: 1.3;
}
h3.h4-style,
h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -0.08rem;
}
h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -0.05rem;
}
h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
}
@media (min-width: 600px) {
    h1 {
        font-size: 5rem;
    }
    h2 {
        font-size: 4.2rem;
    }
    h2.h3-style,
    h3 {
        font-size: 3.6rem;
    }
    h3.h4-style,
    h4 {
        font-size: 3rem;
    }
    h5 {
        font-size: 2.4rem;
    }
    h6 {
        font-size: 1.5rem;
    }
}
p {
    margin-top: 0;
}
.fat {
    font-weight: 600;
}
.obese {
    font-weight: 500;
}
.bold {
    font-weight: 400;
}
.regular {
    font-weight: 300;
}
.thin {
    font-weight: 200;
}
.page-link:hover,
.underline,
a:hover {
    text-decoration: underline;
}
.black,
.pricing-table .feature-row:hover > div {
    color: #222;
}
.large {
    font-size: 120%;
}
.standout {
    background-color: var(--primary-color);
    display: inline-block;
    padding: 0 4px;
    color: #fff;
    box-shadow: 4px 4px 0#000;
    transform: rotate(-3deg);
}
.standout2 {
    top: -15px;
    right: 0;
    transform: rotate(15deg);
    background: #006000;
    color: #fff;
    padding: 0 3px;
    box-shadow: 2px 4px 3px #0003;
}
@media (prefers-color-scheme: dark) {
    .standout {        
        color: #1e1919;
        box-shadow: 4px 4px 0#1e1919;
    }
}
.pricing-toggles {
    font-size: 120%;
}
.account-pricing {
    flex-direction: column;
}
.eur-pricing,
.usd-pricing {
    border: 1px solid rgba(0, 170, 0, 0.5);
    border-radius: 3px;
    width: 100%;
}
@media (min-width: 684px) {
    .eur-pricing,
    .usd-pricing {
        width: 49%;
    }
    .gap-pricing {
        display: block;
        width: 2%;
    }
    .account-pricing {
        flex-direction: row;
    }
    .standout2 {
        top: -10px;
        right: 20%;
    }
}
.green {
    color: var(--primary-color);
}
.text-smaller {
    font-size: 90%;
}
.text-small {
    font-size: 80%;
}
.text-smallest {
    font-size: 70%;
}
.page-link:hover,
a:hover {
    color: var(--hover-color);
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    transition: transform 200ms, background-color 200ms;
}
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    color: #333;
    border-color: #888;
    outline: 0;
    transform: scale(1.1) rotate(-3deg);
}
@media (prefers-color-scheme: dark) {
    .button,
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        color: #fff;
        border-color: #666;
    }
    .button:focus,
    .button:hover,
    button:focus,
    button:hover,
    input[type="button"]:focus,
    input[type="button"]:hover,
    input[type="reset"]:focus,
    input[type="reset"]:hover,
    input[type="submit"]:focus,
    input[type="submit"]:hover {
        color: #fff;
        border-color: #888;
    }
}
.button.button-primary,
button.button-primary,
input[type="button"].button-primary,
input[type="reset"].button-primary,
input[type="submit"].button-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.button.button-primary:focus,
.button.button-primary:hover,
button.button-primary:focus,
button.button-primary:hover,
input[type="button"].button-primary:focus,
input[type="button"].button-primary:hover,
input[type="reset"].button-primary:focus,
input[type="reset"].button-primary:hover,
input[type="submit"].button-primary:focus,
input[type="submit"].button-primary:hover {
    color: #fff;
    background-color: var(--hover-color);
    border-color: var(--hover-color);
    box-shadow: 0 1px 2px 0 rgb(60 64 67/30%), 0 1px 3px 1px rgb(60 64 67/15%);
    text-decoration: none;
    text-shadow: 0 0#fff;
}
.button.noborder,
button.noborder {
    border-color: #fff;
}
nav .button.noborder:hover {
    transform: rotate(0) scale(1.1);
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}
textarea {
    height: 38px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    min-height: 65px;
    padding: 6px 10px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border: 1px solid var(--primary-color);
    outline: 0;
}
label,
legend {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline;
}
label > .label-body {
    display: inline-block;
    margin-left: 0.5rem;
    font-weight: 400;
}
ul {
    list-style: circle inside;
}
ol {
    list-style: decimal inside;
}
ol,
ul {
    margin-top: 0;
}
code {
    font-size: 90%;
    padding: 0.2rem 0.5rem;
    margin: 0 0.2rem;
    white-space: nowrap;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}
li {
    margin-bottom: 1rem;
}
.no-bullets,
footer ul,
nav ul,
ul.ticks {
    list-style: none;
}
.no-bullets li,
ol,
ul {
    padding-left: 0;
}
ul.ticks {
    margin-left: 20px;
}
ul.ticks li {
    margin-bottom: 0.5em;
}
ul.ticks li::before {
    content: "✔ ";
    color: var(--primary-color);
}
ul.ticks li.missing::before {
    content: "✘ ";
    color: #c00;
}
ul.ticks b {
    color: #0a0;
}
span.correction span,
ul.ticks .missing b {
    color: #000;
}
pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}
td,
th {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}
td:first-child,
th:first-child {
    padding-left: 0;
}
td:last-child,
th:last-child {
    padding-right: 0;
}
.button,
button {
    margin-bottom: 1rem;
}
fieldset,
input,
select,
textarea {
    margin-bottom: 1.5rem;
}
blockquote,
dl,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 2.5rem;
}
.flexbox.halfs ul {
    box-sizing: border-box;
    width: 50%;
    min-width: 50%;
}
.u-full-width {
    width: 100%;
    box-sizing: border-box;
}
.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}
.u-pull-right,
nav {
    float: right;
}
.u-pull-left,
nav ul li {
    float: left;
}
hr.m-0 {
    margin: 10px 25px;
}
.inline {
    display: inline-block;
}
.flexbox,
li.desktop-only.dropdown:hover .dropdown-panel {
    display: flex;
}
.flexbox.middle,
.v-centered {
    align-items: center;
}
.flexbox.center {
    justify-content: center;
}
.reverse {
    flex-direction: row-reverse;
}
.flex-col-50 {
    width: 50%;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
}
.grid {
    display: grid;
    gap: 1em;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
}
.round {
    border-radius: 50%;
}

.round-15 {
    border-radius: 15px;
}
.round-25 {
    border-radius: 25px;
}
.shadow {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}
.desktop-only {
    display: none;
}
@media (min-width: 768px) {
    div.desktop-only {
        display: block;
    }
    .desktop-only {
        display: initial;
    }
    .mobile-only {
        display: none;
    }
}
@media (max-width: 599px) {
    .m-text-center {
        text-align: center;
    }
    .smaller-on-mobile {
        font-size:120%;
    }
}
@media (max-width: 880px) {
    .row .desktop-column {
        width: 100%;
    }
    .flex-center {
        flex-direction: column;
    }
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
@media (max-width: 449px) {
    .text-center-m {
        text-align: center;
    }
    .text-left-m {
        text-align: left;
    }
    .text-right-m {
        text-align: right;
    }
}
.sub-title.mobile {
    font-size: 15px;
    color: #222;
}
.sub-title {
    font-size: 18px;
}
@media (min-width: 600px) {
    .sub-title,
    .sub-title.mobile {
        font-size: 24px;
    }
}
.light-grey {
    color: #747474;
}
#topbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 6;
    background: #fff;
}
#topbar.scrolled {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#topbar .logo,
.nav-logo {
    width: 164px;
    height: auto;
    background-image: url(../images/nb-logo-dark.webp);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
#topbar .logo.MeetingChat {
    background-image: url(../images/NowButtons_logo-MeetingChat_stacked-lightmode.webp);
    width: 166px;
    height: 30px;
}
@media (prefers-color-scheme: dark) {
    #topbar .logo.MeetingChat {
        background-image: url(../images/NowButtons_logo-MeetingChat_stacked-darkmode.webp);
    }
}
@media (min-width: 500px) {
    #topbar .logo.MeetingChat {
        background-image: url(../images/NowButtons_logo-MeetingChat_lightmode.webp);
        width: 287px;
    }
}
@media (prefers-color-scheme: dark) and (min-width: 500px) {
    #topbar .logo.MeetingChat {
        background-image: url(../images/NowButtons_logo-MeetingChat_darkmode.webp);
    }
}






.nav-logo {
    margin: 0 auto 1rem;
}
#topbar .logo {
    float: left;
    margin-top: 17px;
    margin-left: 13px;
}
.logo a {
    display: block;
    text-indent: -9999px;
}
nav {
    padding-top: 10px;
}
nav ul li {
    padding-left: 0;
    padding-right: 20px;
}
li.desktop-only.dropdown {
    position: relative;
}
li.desktop-only.dropdown .dropdown-panel {
    display: none;
    position: absolute;
    left: -30px;
    background-color: #fff;
    margin: 0;
    border: 1px solid #eae9e9;
    border-top: none;
    padding-bottom: 5px;
}
.dropdown-panel .promobox {
    width: 300px;
    padding: 1.5rem;
    border-left: 1px solid #eae9e9;
}
.promobox img {
    max-width: 300px;
    width: 100%;
    height: auto;
}
.promobox .button:hover {
    text-decoration: none;
    background-color: #efefef;
}
.dropdown-panel ul li {
    padding-left: 15px;
    padding-right: 15px;
}
li.desktop-only.dropdown ul li {
    float: none;
}
li.desktop-only.dropdown ul li .button,
nav ul li {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    #topbar nav ul li {
        padding-right: 2px;
    }
}
.centered {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}
.dropdown-panel ul,
.left-0 {
    margin-left: 0;
}
.left-5 {
    margin-left: 5%;
}
.left-10 {
    margin-left: 10%;
}
.left-15 {
    margin-left: 15%;
}
.left-20 {
    margin-left: 20%;
}
.left-25 {
    margin-left: 25%;
}
.right-0 {
    margin-right: 0;
}
.right-5 {
    margin-right: 5%;
}
.right-10 {
    margin-right: 10%;
}
.right-15 {
    margin-right: 15%;
}
.right-20 {
    margin-right: 20%;
}
.right-25 {
    margin-right: 25%;
}
.top-0 {
    margin-top: 0;
}
.top-3 {
    margin-top: 30px;
}
.top-5 {
    margin-top: 50px;
}
.top-10 {
    margin-top: 100px;
}
.top-20 {
    margin-top: 200px;
}
.top-30 {
    margin-top: 300px;
}
.top-40 {
    margin-top: 400px;
}
.top-50 {
    margin-top: 500px;
}
.bottom-0 {
    margin-bottom: 0;
}
.bottom-1 {
    margin-bottom: 10px;
}
.bottom-3 {
    margin-bottom: 30px;
}
.bottom-5 {
    margin-bottom: 50px;
}
.bottom-10 {
    margin-bottom: 100px;
}
.bottom-20 {
    margin-bottom: 200px;
}
.bottom-30 {
    margin-bottom: 300px;
}
.bottom-40 {
    margin-bottom: 400px;
}
.bottom-50 {
    margin-bottom: 500px;
}
.grey-bg.top-10 {
    margin-top: 50px;
}
@media (min-width: 600px) {
    .top-d-10,
    .grey-bg.top-10 {
        margin-top: 100px;
    }
    .bottom-d-10 {
        margin-bottom: 100px;
    }
}
@media (max-width: 599px) {
    .top-m-5 {
        margin-top: 50px;
    }
    .bottom-m-5 {
        margin-bottom: 50px;
    }
}
.grey-bg {
    background-color: #f4f4f4;
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
}
.relative,
span.correction {
    position: relative;
}
.CNB-logo svg,
.absolute {
    position: absolute;
}
.CNB-logo {
    padding: 25px;
    width: 206px;
    height: 206px;
    border-radius: 50%;
    background: #3fb340;
    background: radial-gradient(circle at top left, #00c800 0, #090 100%);
    border-bottom: 3px solid #005f00;
    box-shadow: 10px 25px 15px rgba(0, 0, 0, 0.25), inset 2px 2px 2px rgba(255, 255, 255, 0.4), inset -2px -2px 2px rgba(0, 0, 0, 0.4);
    position: relative;
    margin-right: auto;
    margin-left: auto;
    z-index: 4;
    box-sizing: border-box;
    transform: scale(0.5);
}
.CNB-logo svg {
    width: 136px;
    height: 136px;
    top: calc(50% - 68px);
    left: calc(50% - 68px);
}
.CNB-logo #call-icon-1 {
    filter: opacity(0.3);
}
.CNB-logo #call-icon-2 {
    top: calc(50% - 66px);
    left: calc(50% - 69px);
}
@media (min-width: 600px) {
    .CNB-logo {
        transform: scale(0.7);
    }
}
@media (min-width: 750px) {
    .CNB-logo {
        transform: scale(1);
    }
}
.icon {
    width: 84px;
    border-radius: 3px;
    border: 0 solid #ddd;
    margin: 10px;
    text-align: center;
    box-shadow: 0 2px 3px rgb(0 0 0/40%);
}
.icon .cnb-font-icon i {
    color: var(--primary-color);
    font-size: 55px;
    position: inherit;
    top: inherit;
    left: inherit;
    line-height: 1.4;
}
.icon.green {
    background-color: var(--primary-color);
    box-shadow: 0 3px 6px rgb(0 0 0/30%);
}
.icon svg {
    transform-origin: center;
    transform: scale(0.7);
    fill: var(--primary-color);
}
.icon.green svg {
    fill: #fff;
    transform: scale(0.55);
}
.icon svg.mail {
    transform: scale(1);
}
.icon.green svg.mail {
    transform: scale(0.8);
}
.icon.right {
    margin-left: auto;
}
.icon .label {
    user-select: none;
    display: block;
    width: auto;
    background-color: rgba(70, 70, 70, 0.9);
    position: absolute;
    left: 110px;
    border-radius: 5px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 6px 8px;
    font-weight: 500;
    color: #ececec;
    top: 35px;
    box-shadow: 0 1px 2px rgb(0 0 0/15%);
    word-break: keep-all;
    line-height: 1.2em;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.icon.right .label {
    right: 110px;
    left: initial;
}
span.correction {
    color: #c00;
    text-decoration: line-through;
}
span.correction::after {
    content: "click-to-anything";
    display: block;
    position: absolute;
    font-size: 20px;
    width: 220px;
    left: 0;
    transform: rotate(-3deg);
    top: 48px;
    font-family: courier;
}
@media screen and (max-width: 549px) {
    span.correction::after {
        top: 42px;
        left: -20px;
    }
    .container.ultrawide {
        padding: 0;
    }
}
.flip-box {
    background-color: transparent;
    height: 200px;
    perspective: 1000px;
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}
.flip-box-back,
.flip-box-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-color: #fff;
}
.flip-box-back {
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.flip-box-back p span {
    display: block;
    font-size: 24px;
    font-family: Helvetica Neue, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #090;
}
.middlle-cells {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.no,
.yes {
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    text-indent: -9999px;
}
.no {
    color: #fff;
}
.yes {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M24,15.75049,27,12.426V23.5A3.50424,3.50424,0,0,1,23.5,27H8.5A3.50424,3.50424,0,0,1,5,23.5V8.5A3.50424,3.50424,0,0,1,8.5,5h15a3.47066,3.47066,0,0,1,1.40424.29907,2.45024,2.45024,0,0,0-.24311.17456L21.78619,8H8.5a.50641.50641,0,0,0-.5.5v15a.50641.50641,0,0,0,.5.5h15a.50641.50641,0,0,0,.5-.5Zm3.66412-7.753-.99933-.99927a.5.5,0,0,0-.68359-.0221L15.33331,16.33325l-3.63842-1.81909a.5.5,0,0,0-.61408.13477l-.8092,1.01147a.50012.50012,0,0,0,.027.65576l4.62433,4.89636a1,1,0,0,0,1.46942-.01672L27.68176,8.686A.5.5,0,0,0,27.66412,7.99744Z"/></svg>');
}
.no {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.5,5H8.5A3.50424,3.50424,0,0,0,5,8.5v15A3.50424,3.50424,0,0,0,8.5,27h15A3.50424,3.50424,0,0,0,27,23.5V8.5A3.50424,3.50424,0,0,0,23.5,5ZM24,23.5a.50641.50641,0,0,1-.5.5H8.5a.50641.50641,0,0,1-.5-.5V8.5A.50641.50641,0,0,1,8.5,8h15a.50641.50641,0,0,1,.5.5Z"/></svg>');
    filter: opacity(0.2);
}
.no-bottom-border {
    border-bottom: none;
}
th[colspan="4"] {
    font-weight: 100;
    font-size: 16px;
}
.card.card-green {
    border-color: var(--primary-color);
    background-color: #0099000d;
}
.card {
    border-radius: 5px;
    border: 2px solid #eee;
    padding-left: 20px;
    padding-right: 20px;
}
.card .button {
    width: 100%;
}

.video-background-orb {
    background-image: 
        radial-gradient(circle at 50% 50%, rgba(162, 162, 162, 0.58) 0%, transparent 70%);
}
.video-background-orb-lower {
    background-image: 
        radial-gradient(ellipse 100% 20% at 50% 94%, rgba(162, 162, 162, 0.58) 0%, transparent 30%);
}


.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1760px;
    margin: 0 auto;
}
.feature-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}
.feature-card h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #2d3748;
}
.feature-card p {
    color: #666;
    font-size: 1em;
}
.feature-icon {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}
@media (prefers-color-scheme: dark) {
    .feature-card {
        background: #14161a;
        color: #fff;
        border: 1px solid #474c6fbd;
        box-shadow: 0 8px 30px rgba(39, 55, 94, 0.6);
    }
    .feature-card:hover {
        transform: translateY(-5px);
    box-shadow: 0 18px 60px rgba(39, 55, 94, 0.8);
}
    .feature-card h3 {
        color: #fff;
    }
    .feature-card p {
        color: #fff;
    }
    .feature-icon {
        background: #181e27;
    }
}
.gradient-bg {
    background: linear-gradient(135deg, #00aa00 0%, #007100 100%);
    color: white;
    text-align: center;
}
.option-card {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 12px;
    flex: 1;
    min-width: 250px;
    border: 1px solid rgba(255,255,255,0.2);
}

.option-card h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
}

.option-card p {
    font-size: 1em;
    opacity: 0.9;
}
.pricing .amount {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 140%;
}
.pricing .term {
    color: #999;
    font-size: 90%;
}
.pricing .term-amount {
    font-weight: 700;
    font-size: 160%;
}
.card svg,
svg.green {
    max-width: 20px;
    max-height: 20px;
    fill: var(--primary-color);
    position: relative;
    top: 3px;
}
.desktop-only .plan-features {
    font-size: 18px;
}
input[type="checkbox"].cnb_toggle_checkbox {
    height: 0;
    width: 0;
    visibility: hidden;
}
label.cnb_toggle_label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 23px;
    background: #090;
    border-radius: 25px;
    position: relative;
    display: inline-block;
    user-select: none;
}
label.cnb_toggle_label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 19px;
    height: 19px;
    background: #fff;
    border-radius: 20px;
    transition: 0.3s;
}
input[type="checkbox"].cnb_toggle_checkbox:checked + label.cnb_toggle_label {
    background: #090;
}
input[type="checkbox"].cnb_toggle_checkbox:checked + label.cnb_toggle_label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}
label.cnb_toggle_label:active:after {
    width: 37px;
}
.cnb_toggle_state {
    user-select: none;
}
.mobile-nav svg {
    position: relative;
    top: 8px;
}
.mobile-nav #nav-panel {
    position: absolute;
    width: 0;
    right: -30px;
    top: 0;
    background: #fff;
    overflow: hidden;
    transition: width 0.3s;
    border-bottom: 1px solid #eee;
}
#nav-panel > div {
    padding: 20px;
}
.mobile-nav #nav-panel.expanded {
    width: 100%;
    right: 0;
}
svg#mobile-nav-close {
    z-index: 999999;
}
.mobile-nav a.button {
    min-width: 200px;
}
@media screen and (max-width: 549px) {
    .top-0-mobile {
        margin-top: 10px;
    }
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.definition {
    font-style: italic;
    text-decoration: underline;
    text-decoration-style: dotted;
    cursor: help;
}
.question {
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 0;
}
.scroll {
    overflow-x: scroll;
}
span.author {
    font-style: italic;
    font-size: 22px;
    filter: opacity(0.8);
}
.padding-10 {
    padding: 10px;
}
.user-quote {
    background: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.phone-outline,
.single-phone-outline {
    width: 397px;
    background-image: url(../images/phone-outline.png);
    display: inline-block;
    position: relative;
}
.phone-outline {
    height: 444px;
    background-position: bottom;
}
.phone-outline:after {
    content: "";
    display: block;
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    height: 30px;
    position: absolute;
    width: 100%;
}
@media (min-width: 751px) {
    .phone-outline.first {
        transform-origin: top left;
    }
    .phone-outline.second {
        transform-origin: top center;
    }
    .phone-outline.third {
        transform-origin: top right;
        float: right;
    }
}
.phone-outline img.buttonbar {
    width: 353px;
    height: auto;
    position: absolute;
    left: 22px;
    bottom: 17px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.phone-outline img.multibutton {
    width: 200px;
}
.phone-outline img.multibutton,
.phone-outline img.single-button,
.single-phone-outline img.iframeDemo,
.single-phone-outline video.iframeDemo {
    height: auto;
    position: absolute;
    left: 22px;
    bottom: 17px;
    border-bottom-left-radius: 35px;
}
.phone-outline img.single-button {
    width: 244px;
}
.single-phone-outline {
    height: 803px;
    background-repeat: no-repeat;
    transform: scale(0.8);
    transform-origin: top;
}
@media (max-width: 440px) {
    .single-phone-outline {
        transform-origin: 0 0;
    }
}
.single-phone-outline img.iframeDemo,
.single-phone-outline video.iframeDemo {
    width: 353px;
    border-bottom-right-radius: 35px;
}
.rowPhoneCanvas .container .limited-width-column {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
.rowPhoneCanvas .container .bottom-d-10 {
    margin-bottom: 0;
}
p.first-after-zoom {
    margin-top: -100px;
}
.iframe-demo-large {
    display: none;
}
.iframe-demo-small {
    display: block;
    margin: 0 auto;
}
@media (min-width: 737px) {
    .iframe-demo-large {
        display: block;
    }
    .iframe-demo-small {
        display: none;
    }
    .rowPhoneCanvas .container {
        max-width: none;
    }
    .rowPhoneCanvas .container .limited-width-column {
        width: 48%;
        max-width: 442px;
        margin-left: 4%;
    }
    .single-phone-outline {
        float: right;
    }
    p.first-after-zoom {
        margin-top: 0;
    }
}
@media (max-width: 750px) {
    .row.phones-canvas .columns {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-left: 0;
        margin-top: 0;
    }
    .phones-canvas .phone-outline {
        margin-top: 20px;
        height: 397px;
        min-width: 397px;
        min-height: 397px;
        background-position: center -230px;
        border-radius: 50%;
        border: 5px solid var(--primary-color);
        background-size: 70%;
        background-repeat: no-repeat;
        background-color: #f4f4f4;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        transform-origin: top;
    }
    .phone-outline img.buttonbar {
        border-bottom-left-radius: 24px;
    }
    .phone-outline img.multibutton,
    .phone-outline img.single-button {
        left: 76px;
        bottom: 80px;
        border-bottom-left-radius: 24px;
    }
    .phone-outline img.buttonbar {
        left: 75px;
        bottom: 77px;
        width: 248px;
        border-bottom-right-radius: 24px;
    }
    .phone-outline img.multibutton {
        width: 190px;
    }
    .phone-outline img.single-button {
        width: 232px;
    }
    .phones-canvas {
        max-height: none;
        overflow: auto;
        display: flex;
        flex-direction: column;
    }
    .phones-canvas .four.columns:nth-of-type(1) {
        z-index: 5;
        height: 167px;
    }
    .phones-canvas .four.columns:nth-of-type(2) {
        z-index: 4;
        height: 167px;
    }
    .phones-canvas .four.columns:nth-of-type(3) {
        z-index: 3;
    }
}
.middle-phone {
    display: flex;
    justify-content: center;
}
.middle-phone .phone-outline {
    flex-shrink: 0;
}
.cnb-friend-photo {
    margin: 0 10px;
}
.quote {
    color: #666;
    font-size: 110%;
    font-style: italic;
}
li .small {
    font-size: 12px;
    padding-left: 22px;
    color: #666;
}
.example,
.pro-feature {
    display: inline-block;
    padding: 2px 4px;
    border-radius: 4px;
    line-height: 1.15;
    text-transform: uppercase;
}
.pro-feature {
    font-weight: 700;
    font-size: 13px;
    color: rgb(0 153 0);
    background: rgba(0, 153, 0, 0.125);
    vertical-align: super;
}
.example {
    background: #e6f5ff;
    color: #0093f5;
    font-variant: all-small-caps;
    font-weight: 500;
}
.metadata {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.new-section p:first-of-type::first-letter {
    font-size: 2em;
    font-weight: 700;
    font-family: serif;
}
.article-meta {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.article-meta time {
    margin-right: 25px;
}
img.hp-content-windows {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 12px 15px rgb(0 0 0/5%), 0 0 0 1px rgb(0 0 0/5%), 0 5px 9px rgb(0 0 0/8%);
}
.css-phone-outside {
    background-color: #333;
    padding: 0.775%;
    border-radius: 46px;
    box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}
.css-phone-inside {
    background-color: #444;
    border-radius: calc(0.969 * 46px);
    border-color: #aaa !important;
}
.css-phone-screen {
    background-color: #fff;
    border-radius: calc(0.8138 * 46px);
    padding-top: 20px !important;
    overflow: hidden;
    text-align: center;
}
.css-phone-screen figcaption {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    color: #666;
    font-style: italic;
    line-height: 1.6;
}
.css-phone-outside {
    padding-top: 0;
    box-sizing: border-box;
    border: 1px solid #000;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.css-phone-inside {
    padding: 0 2.067% 2.067%;
}
.css-phone-inside,
.css-phone-screen {
    box-sizing: border-box;
    border: 1px solid #000;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.css-phone-canvas {
    position: relative;
    line-height: 0;
}
.css-phone-canvas:before {
    content: "";
    display: block;
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    height: 5px;
    position: absolute;
    width: 100%;
}
@media (max-width: 999px) {
    .m-h200 .css-phone-screen {
        height: 300px;
        position: relative;
    }
    .m-h200 .css-phone-screen figure {
        position: absolute;
        bottom: 0;
    }
}
@media (max-width: 750px) {
    .css-phone-screen figcaption {
        font-size: 12px;
        bottom: -23px;
    }
    .m-h200 .css-phone-screen {
        height: 200px;
        position: relative;
    }
    .m-h200 .css-phone-screen figure {
        position: absolute;
        bottom: 0;
    }
}
.slides {
    position: relative;
}
.slides > div {
    position: absolute;
    opacity: 0;
}
.slides .slide-title {
    position: absolute;
    right: 40px;
    font-size: 18px;
    margin: 0;
}
.slides > div:nth-child(1) {
    animation: slide1 12s infinite;
}
.slides > div:nth-child(2) {
    animation: slide2 12s infinite;
}
.slides > div:nth-child(3) {
    animation: slide3 12s infinite;
}
.slides > div:nth-child(4) {
    animation: slide4 12s infinite;
}
.slides > div:nth-child(5) {
    animation: slide5 12s infinite;
}
.sub-item {
    margin-left: 30px;
    font-style: italic;
}
.pricing-table .feature-row {
    position: relative;
}
.pricing-table .feature-row:hover {
    background-color: #eee;
}
.extrainfo {
    display: none;
}
.pricing-table .feature-row:hover .extrainfo {
    display: block;
    position: absolute;
    background: #333;
    border-radius: 3px;
    color: #eee;
    width: 250px;
    padding: 3px 5px 5px;
    line-height: 1.2;
    font-weight: 300;
    font-size: 13px;
    top: 30px;
    z-index: 2;
}
.feature-row > div,
.row.head > div {
    text-align: center;
}
.feature-row > div {
    padding: 3px;
    color: #666;
}
.feature-row > div:first-child {
    text-align: left;
    font-size: 110%;
    color: #222;
}
.border {
    border: 1px solid #eee;
}
.grey-bg .border {
    border-color: #ccc;
    background-color: #fff;
}
.bg-light-blue,
.bg-light-green,
.border {
    border-radius: 5px;
}
.bg-light-green {
    background-color: rgba(0, 170, 0, 0.05);
    border: 1px solid rgba(0, 170, 0, 0.05);
}
.bg-light-blue {
    background-color: rgba(0, 140, 170, 0.05);
    border: 1px solid rgba(0, 140, 170, 0.05);
}
.p-5 {
    padding: 10px;
}
@media (min-width: 600px) and (max-width: 890px) {
    #plans .four.columns {
        width: 48%;
    }
    #plans .four.columns:nth-child(3) {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 599px) {
    .row.head h3 {
        font-size: 1.3em;
        margin-bottom: 0;
    }
    .pricing-table hr {
        visibility: hidden;
    }
    .pricing-table .row.feature-row {
        border-bottom: 1px solid #eee;
    }
    .feature-row > div:first-child {
        font-size: 90%;
    }
    .pricing-table .columns.column.six {
        width: 60%;
    }
    .pricing-table .columns.column.three {
        width: 20%;
    }
}
.gradient-text {
    color: #0a0;
    background-image: -webkit-linear-gradient(-45deg, #0f0 0, #002e00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.cms-logos img {
    width: 100%;
    max-width: 140px;
    height: auto;
}
.explainer {
    display: inline-block;
    position: relative;
    cursor: help;
}
@media (prefers-color-scheme: dark) {
    #topbar .logo,
    .nav-logo {
        background-image: url(../images/nb-logo-light.webp);
    }
    #topbar,
    body,
    li.desktop-only.dropdown .dropdown-panel {
        background-color: #000;
    }
    .grey-bg,
    .user-quote {
        background-color: #333;
        border-color: #555;
    }
    .feature-row > div,
    .feature-row > div:first-child,
    .quote,
    .sub-title.mobile,
    body {
        color: #ddd;
    }
    .sub-title,
    .sub-title.mobile,
    h1,
    h2,
    h3,
    h4 {
        color: #fff;
    }
    .button.noborder,
    button.noborder {
        border-color: #000;
    }
    .dropdown-panel .promobox,
    hr,
    li.desktop-only.dropdown .dropdown-panel {
        border-color: #333;
    }
    .button.button-primary,
    button.button-primary,
    input[type="button"].button-primary,
    input[type="reset"].button-primary,
    input[type="submit"].button-primary {
        color: #000;
    }
    #topbar.scrolled {
        border-bottom: 1px solid #333;
    }
    .promobox h4 {
        color: #666;
    }
}
footer h1 {
    font-size: 2rem;
}
.pro-badge {
    display: inline-block;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    color: rgb(0 153 0);
    background: rgba(0, 153, 0, 0.125);
}
h1.nowchats-logo {
    background: url(../images/nc-logo-dark-beta.webp) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    max-width: 350px;
    max-height: 136px;
    text-indent: -9999px;
    margin: 40px 0;
}
@media (prefers-color-scheme: dark) {
    h1.nowchats-logo {
        background-image: url(../images/nc-logo-light-beta.webp);
    }
    .grey-bg .border {
        border-color: #7b7979;
        background-color: #2c2c2c;
    }
    .mobile-nav #nav-panel {
        background-color: #282828;
    }
    .mobile-nav svg,
    #mobile-nav-open,
    #mobile-nav-close {
        fill: #fff;
    }
}
.nb-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px 4px 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #00aa00;
    color: #00aa00;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 16px;
}
.nb-hero-label .tick {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #00aa00;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
}
@media (prefers-color-scheme: dark) {
    .nb-hero-label {
        background: rgba(15, 23, 42, 0.96);
        border: 1px solid rgba(148, 163, 253, 0.2);
    }
    .nb-hero-label span {
        background: #00aa00;
        color: #020817;
    }
}