@font-face {
    font-family: "National 2";
    src: url("/static/font/national-2-regular.woff2") format("woff2");
    font-weight: normal;
}

@font-face {
    font-family: "National 2";
    src: url("/static/font/national-2-regular-italic.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "National 2";
    src: url("/static/font/national-2-medium.woff2") format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "National 2";
    src: url("/static/font/national-2-medium-italic.woff2");
    font-weight: 500;
    font-style: italic;
}

body {
    font: 16px sans-serif;
    line-height: 1.5;
    font-synthesis: none;
    font-family: "National 2", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
        Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    background: #f7f9fa;
    white-space: normal;
}

a {
    color: inherit;
    text-decoration: underline;
}

strong {
    font-weight: 500;
}

hr {
    margin: 2rem 0;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    opacity: 0.9;
}

.content_wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;

    padding-left: 1rem;
    padding-right: 1rem;
}

.content_wrapper_compact {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;

    padding-left: 1rem;
    padding-right: 1rem;
}

.header_section {
    background: #ebf2f5;
}

.page_header {
    text-align: center;
    padding: 5rem 0;

    /* max-width: 1024px;
    margin-left: auto;
    margin-right: auto; */
}

.page_header.features {
    background: #f2f6f8;
}

.page_header.compact_header {
    padding: 3rem 0;
}

.button_primary {
    background: #029ad5;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    color: white;
    font-weight: 500;
    padding: 0.5rem 1rem 0.6rem;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
}

button.button_primary,
input.button_primary,
button.button_secondary,
input.button_secondary {
    border: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
}

.anchor_button_primary {
    background: #029ad5;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    color: white;
    font-weight: 500;
    text-decoration: none;
    padding: 0.5rem 1rem 0.6rem;
    display: inline-block;
    line-height: 1.5;
}

.button_secondary {
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: inherit;
    font-weight: 500;
    text-decoration: none;
    padding: 0.5rem 1rem 0.6rem;
    display: inline-block;
    line-height: 1.5;
}

.anchor_button_secondary {
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: inherit;
    font-weight: 500;
    text-decoration: none;
    padding: 0.5rem 1rem 0.6rem;
    display: inline-block;
    line-height: 1.5;
}

.anchor_button_primary.inline_compact,
.anchor_button_secondary.inline_compact,
.button_primary.inline_compact,
.button_secondary.inline_compact {
    padding: 0.3rem 0.75rem 0.3rem;
    font-size: 0.8rem;
    line-height: 1.5;
}

.cta_stack {
    margin-top: 1.75rem;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 1.25rem;
    justify-content: center;
}

.buttons_stack {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.header_section.updates {
    padding-top: 1.25rem;
    padding-bottom: 5rem;
}

.update_box {
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 0 0 4px #f0cd31;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    overflow: hidden;
}

.update_box .update_title {
    background: #ffe261;
    border-radius: 2rem;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    display: inline-block;
    margin: 1.375rem;
    flex-grow: 0;
    align-self: center;
}

.update_box .update_content {
    align-self: stretch;
    padding: 0 2rem;
}

.update_box .update_cta {
    background: rgba(235, 242, 245, 0.35);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    display: block;
    flex-grow: 1;
    padding: 0.875rem;
    align-self: stretch;
    text-decoration: none;
    margin-top: 2rem;
}

@media (min-width: 600px) {
    .update_box .update_cta {
        margin-top: 0;
    }
}

section img {
    max-width: 100%;
}

section > h1 {
    font-size: 2.25rem;
    color: #1a1a1a;
    text-align: center;
}

section > h2 {
}

.columns {
    columns: 1;
    column-gap: 1.75rem;
    margin-top: 1.375rem;
}

.columns > div {
    margin-bottom: 2rem;
}

.columns > div:last-child {
    margin-bottom: 0;
}

@media (min-width: 600px) {
    .columns {
        columns: 2;
    }
    .columns > div {
        display: inline-block;
        width: 100%;
    }
}

.columns > div > p {
    margin: 0.25rem 0;
}

.prominent_container {
    background: #ecf1f3;
    border-radius: 8px;
}

.prominent_container_secondary {
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #ecf1f3;
}

.inset_container {
    padding: 2rem 2rem;
}

@media (min-width: 600px) {
    .inset_container {
        padding: 2.5rem 4rem;
    }
}

.cta_footer {
    margin: 3rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.75rem;
}

.cta_footer .footer_title {
    font-size: 1.5rem;
    font-weight: normal;
}

.use_cases .inline_title {
    font-size: 1.375rem;
}

.new_badge {
    background: #ffe261;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.25rem 0.875rem;
    display: inline-block;
    flex-grow: 0;
    text-transform: uppercase;
}

.new_badge + .inline_title {
    margin-top: 0.625rem;
}

.features .columns .inline_title {
    font-size: 1.375rem;
}

section.features:nth-of-type(even) {
    background-color: #eef1f2;
}

section.features {
    padding-bottom: 3rem;
}

.section_title_vertical_inset {
    padding-top: 4.75rem;
    padding-bottom: 3rem;
}

section.downloads {
    margin: 4rem 0;
}

section.downloads:first-of-type {
    margin: 0;
}

.container_header {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
    margin-bottom: 2rem;
}

.container_header h1 {
    font-size: 1.125rem;
    font-weight: 500;
}

.download_link_container {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 0.8rem;
    margin: 2rem 0;
}

.download_link_container.items-center {
    align-items: center;
}

.inline_download_link_container {
    display: flex;
    flex-direction: row;

    column-gap: 0.8rem;
    margin: 2rem 0;
}

/* lists */
ul.list,
ol.list {
    /* list-style-position: inside; */
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

ul.list:last-child,
ol.list:last-child {
    margin-bottom: 0;
}

ul.list {
    list-style-type: disc;
    /* margin-left: 0.25rem; */
}

ul.list li {
    /* padding-left: 1.25rem; */
}

ol.list {
    list-style-type: decimal;
    padding-left: 1.5rem;
}

/* paragraphs */
p {
    margin-bottom: 1rem;
}

p:last-child {
    margin-bottom: 0;
}

section.text {
    margin: 2rem auto;
}

section.text:first-of-type {
    margin-top: 0;
}

section.text:last-of-type {
    margin-bottom: 0;
}

.form_content {
    padding: 1.5rem;
}

.form_container {
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.form_content br {
    display: none;
}

.form_content input {
    margin-bottom: 1.5rem;
}

.form_content input:last-of-type {
    margin-bottom: 0;
}

form {
    position: relative;
}

form label {
    font-size: inherit;
    font-weight: 500;
    margin-bottom: 0.2rem;
    display: inline-block;
}

form input {
    -webkit-appearance: none;
}

form input[type="text"],
form input[type="email"],
form input[type="password"] {
    border: none;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 0.75rem 0.75rem;
    font-size: inherit;
    display: block;
    box-sizing: border-box;
    width: 100%;
}

form input[type="number"] {
    border: none;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 0.5rem 0.75rem;
    font-size: inherit;
    display: inline-block;
    box-sizing: border-box;
    max-width: 5rem;
}

#additional_keys {
    margin-left: 1rem;
}

.form_inline_anchors {
    margin: 0.5rem 0 0.5rem;
}

.form_inline_anchors a {
    color: #0081b3;
}

.form_content .button_primary {
    margin-top: 2rem;
}

.form_content .message {
    padding: 1rem 1.25rem;
    color: #002e3f;
    background: rgba(2, 154, 213, 0.15);
    border-radius: 5px;
    margin: 0 0 2rem;
}

.form_content .message.error {
    color: #6d0000;
    background: rgba(255, 88, 88, 0.13);
}

.inset_container_small {
    margin: 0.6rem;
}

.inset_container_small_padding {
    padding: 1.6rem 1.4rem;
}

.full_width {
    width: 100%;
}

.full_width_content_header {
    padding: 0.6rem 1rem;
    align-items: flex-end;
}

.full_width_horizontal_stack {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 1rem;
}

.align-center {
    align-items: center;
}

.account_details_container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.account_details_container br {
    display: none;
}

.account_details_table_container {
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 0.6rem;
}

.account_details_item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.09);
    padding: 0.6rem 1rem;
}

.account_details_item:last-of-type {
    box-shadow: none;
}

.account_details_item span {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    color: inherit;
}

section.account_details {
    margin-bottom: 2.5rem;
}

section.account_details:last-child {
    margin-bottom: 0;
}

section.margin_bottom {
    margin-bottom: 2.5rem;
}

.checkout_header {
    text-align: center;
    padding: 0.8rem;
    margin: 0 1rem;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.inset_medium {
    padding: 1rem;
}

.right_button_container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 1rem 0 0;
}

#site_footer {
    margin-top: 3rem;
}

body > footer > .content_wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.header_button_container {
    margin-top: 2rem;
}

section.release_notes + section.release_notes {
    margin-top: 5rem;
}

.release_notes .release_info span {
    display: block;
}

.release_notes .content_header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.release_notes .content_header .header_button_container {
    margin-top: 1rem;
}
