@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("https://rsms.me/inter/font-files/Inter-Regular.woff2?v=3.19") format("woff2");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("https://rsms.me/inter/font-files/Inter-Italic.woff2?v=3.19") format("woff2");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url("https://rsms.me/inter/font-files/Inter-Medium.woff2?v=3.19") format("woff2");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url("https://rsms.me/inter/font-files/Inter-MediumItalic.woff2?v=3.19") format("woff2");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("https://rsms.me/inter/font-files/Inter-SemiBold.woff2?v=3.19") format("woff2");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("https://rsms.me/inter/font-files/Inter-SemiBoldItalic.woff2?v=3.19") format("woff2");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("https://rsms.me/inter/font-files/Inter-Bold.woff2?v=3.19") format("woff2");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("https://rsms.me/inter/font-files/Inter-BoldItalic.woff2?v=3.19") format("woff2");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("https://rsms.me/inter/font-files/Inter-Black.woff2?v=3.19") format("woff2");
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    margin: 0;
    padding: 0;
}

:root {
    font-family: 'Inter', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    margin-block-end: 0;
    margin-block-start: 0;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 17px;
    font-style: normal;
    line-height: 1.47059;
    font-weight: 400;
    color: #333;
    background: #FFF;
}

button {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
}

.font-barlow {
    font-family: 'Barlow', sans-serif;
}

.homepage h1 {
    line-height: 1.1 !important;
}

.homepage h3 {
    line-height: 1 !important;
}

.comparison-table {
    margin: 0 auto;
}

.comparison-table td {
    vertical-align: top;
    min-width: 420px;
    max-width: 420px;
}

.comparison-table td:nth-child(1) {
    min-width: 18px;
    max-width: 18px;
    padding: 16px 0 0 0;
    margin: 0;
}

.comparison-table td:nth-child(3) {
    min-width: 18px;
    max-width: 18px;
    padding: 16px 0 0 0;
    margin: 0;
}

.comparison-table td:nth-child(2) {
    padding: 16px 48px 16px 16px;
}

.comparison-table td:nth-child(3) {
    padding-left: 48px;
}

.comparison-table td:nth-child(4) {
    padding: 16px 16px 16px 16px;
}

.hidden {
    display: none;
}

.homepage h1,
.homepage h2,
.homepage h3,
.homepage h4,
.homepage h5,
.homepage h6 {
    margin: 0;
    padding: 0;
}

.fake-input {
    border: 1px solid #E4E8EB;
    height: 36px;
    line-height: 36px;
    background: white;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(233, 232, 237, 1);
}

.fake-input>div {
    padding-left: 12px;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-0-25 {
    padding: 2px;
}

.pt-0-25 {
    padding-top: 2px;
}

.pr-0-25 {
    padding-right: 2px;
}

.pb-0-25 {
    padding-bottom: 2px;
}

.pl-0-25 {
    padding-left: 2px;
}

.p-0-5 {
    padding: 4px;
}

.pt-0-5 {
    padding-top: 4px;
}

.pr-0-5 {
    padding-right: 4px;
}

.pb-0-5 {
    padding-bottom: 4px;
}

.pl-0-5 {
    padding-left: 4px;
}

.p-1 {
    padding: 8px;
}

.pt-1 {
    padding-top: 8px;
}

.pr-1 {
    padding-right: 8px;
}

.pb-1 {
    padding-bottom: 8px;
}

.pl-1 {
    padding-left: 8px;
}

.p-1-5 {
    padding: 12px;
}

.pt-1-5 {
    padding-top: 12px;
}

.pr-1-5 {
    padding-right: 12px;
}

.pb-1-5 {
    padding-bottom: 12px;
}

.pl-1-5 {
    padding-left: 12px;
}

.p-2 {
    padding: 16px;
}

.pt-2 {
    padding-top: 16px;
}

.pr-2 {
    padding-right: 16px;
}

.pb-2 {
    padding-bottom: 16px;
}

.pl-2 {
    padding-left: 16px;
}

.p-3 {
    padding: 24px;
}

.pt-3 {
    padding-top: 24px;
}

.pr-3 {
    padding-right: 24px;
}

.pb-3 {
    padding-bottom: 24px;
}

.pl-3 {
    padding-left: 24px;
}

.p-4 {
    padding: 32px;
}

.pt-4 {
    padding-top: 32px;
}

.pr-4 {
    padding-right: 32px;
}

.pb-4 {
    padding-bottom: 32px;
}

.pl-4 {
    padding-left: 32px;
}

.p-6 {
    padding: 48px;
}

.pt-6 {
    padding-top: 48px;
}

.pr-6 {
    padding-right: 48px;
}

.pb-6 {
    padding-bottom: 48px;
}

.pl-6 {
    padding-left: 48px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mr-0 {
    margin-right: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.m-0-5 {
    margin: 4px;
}

.mt-0-5 {
    margin-top: 4px;
}

.mr-0-5 {
    margin-right: 4px;
}

.mb-0-5 {
    margin-bottom: 4px;
}

.ml-0-5 {
    margin-left: 4px;
}

.m-1 {
    margin: 8px;
}

.mt-1 {
    margin-top: 8px;
}

.mr-1 {
    margin-right: 8px;
}

.mb-1 {
    margin-bottom: 8px;
}

.ml-1 {
    margin-left: 8px;
}

.m-1-5 {
    margin: 12px;
}

.mt-1-5 {
    margin-top: 12px;
}

.mr-1-5 {
    margin-right: 12px;
}

.mb-1-5 {
    margin-bottom: 12px;
}

.ml-1-5 {
    margin-left: 12px;
}

.m-2 {
    margin: 16px;
}

.mt-2 {
    margin-top: 16px;
}

.mr-2 {
    margin-right: 16px;
}

.mb-2 {
    margin-bottom: 16px;
}

.ml-2 {
    margin-left: 16px;
}

.m-3 {
    margin: 24px;
}

.mt-3 {
    margin-top: 24px;
}

.mr-3 {
    margin-right: 24px;
}

.mb-3 {
    margin-bottom: 24px;
}

.ml-3 {
    margin-left: 24px;
}

.m-4 {
    margin: 32px;
}

.mt-4 {
    margin-top: 32px;
}

.mr-4 {
    margin-right: 32px;
}

.mb-4 {
    margin-bottom: 32px;
}

.ml-4 {
    margin-left: 32px;
}

.m-6 {
    margin: 48px;
}

.mt-6 {
    margin-top: 48px;
}

.mr-6 {
    margin-right: 48px;
}

.mb-6 {
    margin-bottom: 48px;
}

.ml-6 {
    margin-left: 48px;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 47px;
    line-height: 59px;
    font-weight: 600;
    color: #101728;
    word-break: break-word;
}

h1.alternate {
    font-size: 32px;
    margin-top: 0;
    line-height: 1.125;
    font-weight: 600;
    color: #43474E;
}

h1.alternate.small {
    font-size: 26px;
    margin-top: 0;
    line-height: 1.125;
    font-weight: 600;
    color: #43474E;

}

h2 {
    color: #111;
}

h2.alternate {
    font-size: 32px;
    margin-top: 0;
    line-height: 1.125;
    font-weight: 600;
}

h3 {
    font-size: 24px;
    color: #111;
    line-height: 1.25;
    font-weight: 600;
    color: #24292e;
}

h4 {
    font-size: 20px;
    line-height: 1.42115;
    font-weight: 600;
    margin: .75em 0;
    color: #111;
}

h5 {
    font-size: 17px;
}

ul,
ol {
    margin: 1.5rem;
    margin-left: 1rem;
}

ul li+li,
ol li+li {
    margin-top: .5em;
}

strong {
    font-weight: 500;
    color: black;
}

.flexbox-col {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
}

.flexbox-row {
    display: flex !important;
}

.flexbox-inline {
    display: inline-flex;
}

.flexbox-reverse {
    flex-direction: row-reverse !important;
}

.static {
    flex: 0 0 auto;
}

.stretch {
    flex-grow: 1;
}

.no-shrink {
    flex-shrink: 0;
}

.flex-item-fit-2 {
    flex: 2 1 0%;
    min-width: 0;
    min-height: 0;
}

.flex-item-fit-3 {
    flex: 3 1 0%;
    min-width: 0;
    min-height: 0;
}

.border-box {
    box-sizing: border-box;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.antialias {
    -webkit-font-smoothing: antialiased;
}

.wrap {
    flex-wrap: wrap;
}

.justify-space-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

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

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

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.vertical-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    text-overflow: clip;
}

.cursor-pointer {
    cursor: pointer !important;
}

.button {
    font-size: 14px;
    font-weight: 600;
    height: 43px;
    line-height: 43px;
    padding: 0 16px;
    background: #0831ff;
    color: #FFF;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    border: 0 none;
    cursor: pointer;
}

.button.small {
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    padding: 0 12px;
}

.button.smallish {
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    padding: 0 12px;
}

.button.large {
    font-size: 21px;
    line-height: 1.2381;
    height: 53px;
    line-height: 53px;
    border-radius: 6px;
}

.button.inverse {
    background: none;
}

.button.disabled {
    opacity: .4;
}

.button-bar {
    display: flex;
    align-items: center;
}

.button-bar * {
    margin-right: 12px;
}

.button-bar *:last-child {
    margin-right: 0;
}

.logo {
    text-indent: -1000em;
    height: 26.5px;
    line-height: 43px;
    width: 95px;
    background: url('../images/reflect-logo.png') no-repeat top left;
    background-size: 95px 26.5px;
}

.logo.logo-white {
    background: url('../images/reflect-logo-white.png') no-repeat top left;
    background-size: 95px 26.5px;
}

.text-heading {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
}

.text-large {
    font-size: 21px;
    font-weight: 400;
}

.text-small {
    font-size: 14px;
    line-height: 1.42861;
    font-weight: 400;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-uppercase {
    text-transform: uppercase;
}

/* Background color */

.bg-blue-2 {
    background: #000676;
}

.bg-blue-3 {
    background: #030449;
}

.bg-blue-3-gradient {
    /* background-image: linear-gradient(180deg, #030446 15%, #E3E9EF 99%); */
    background-image: linear-gradient(180deg, #030446, #091459, #1c2560, #364379, #526391, #7183a9, #93a5c0, #b9c7d7, #e3e9ef);
}

.bg-blue-4 {
    background: #0831ff;
}

.bg-blue-5 {
    background: #1924ff;
}

.bg-blue-6 {
    background: #4942da;
}

.bg-blue-7 {
    background: #7C98B4;
}

.bg-blue-8 {
    background: #78bbff;
}

.bg-blue-9 {
    background: #d7e4ff;
}

.bg-blue-9-gradient {
    background: #d7e4ff;
    background: linear-gradient(346deg, #b7c4df 40%, #d1e0fa 77%, #d7e4ff 100%);
}

.bg-blue-10 {
    background: #DAE5F1;
}

.bg-blue-11 {
    background: #E5E7EB;
}

.bg-blue-12 {
    background: #EBF3F7;
}

.bg-blue-13 {
    background: #F1EAFC;
}

.bg-blue-primary {
    background: #3D3ADB;
}

.bg-wormhole {
    background-image: url(/images/wormhole3.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top -82px right 0;
}

.bg-gray-1 {
    background: #1A2130;
}

.bg-gray-2 {
    background: #3A4254;
}

.bg-gray-3 {
    background: #535B6C;
}

.bg-gray-5 {
    background: #999999;
}

.bg-gray-6 {
    background: #a1a1a1;
}

.bg-gray-8 {
    background: #e1e1e1;
}

.bg-gray-9 {
    background: #f4f4f4;
}

.bg-gray-10 {
    background: #F9FAFC;
}

.bg-white {
    background: #fff !important;
}

.bg-black {
    background: #000 !important;
}

.hover-bg-blue-12:hover {
    background: #EBF3F7;
}

.hover-o-blue-12:hover {
    outline: 2px solid #EBF3F7;
}

.positive-roi-desktop {
    display: none;
}

.bento {
    background: #F1F8FE;
    width: 232px;
    height: 232px;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(233, 232, 237, 1);
    position: relative;
    cursor: pointer;
}

.bento.double-wide {
    width: 530px;
}

.bento .overlay-image {
    height: 280px;
    width: 280px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    background-position: center;
    background-size: cover;
    background-origin: content-box;
    background-clip: content-box;
}

.bento.double-wide .overlay-image {
    width: 578px;
}

.bento .bento-title {
    color: #333;
    position: relative;
}

.bento .bento-title-dark {
    color: #F1EAFC;
    position: relative;
}

.bento:hover .bento-title {
    color: #3D3ADB;
}

.bento:hover .bento-title-dark {
    color: white;
}

.bento .bento-description {
    position: relative;
    color: #858585;
}

.bento .bento-description-dark {
    color: #CCC;
}

#ai-form {
    position: relative;
    z-index: 0;
}

#ai-form-lines {
    position: absolute;
    top: 42px;
    left: -30px;
    border: 1px dashed #3D3ADB;
    width: 60px;
    height: 262px;
    border-radius: 12px;
}

#ai-form-lines-hider {
    position: absolute;
    top: 42px;
    left: 0;
    width: 40px;
    height: 262px;
    background: white;
}

#ai-form-lines-animated-hider {
    position: absolute;
    bottom: 177px;
    left: -30px;
    width: 80px;
    height: 282px;
    background: white;
    transition: all 1.5s ease-in-out;
}

#ai-form.animate #ai-form-lines-animated-hider {
    position: absolute;
    height: 0;
}

#ai-form-content {
    position: relative;
    z-index: 1000;
}

#ai-form .fake-input>div {
    transition-delay: 0;
    transition-duration: 0s;
    transition-property: opacity;
    opacity: 0;
}

#ai-form.animate .fake-input.first-name>div {
    opacity: 1;
    transition-delay: 1.6s;
}

#ai-form.animate .fake-input.last-name>div {
    opacity: 1;
    transition-delay: 1.8s;
}

#ai-form.animate .fake-input.street-address>div {
    opacity: 1;
    transition-delay: 1.9s;
}

#ai-form.animate .fake-input.city>div {
    opacity: 1;
    transition-delay: 2.1s;
}

#ai-form.animate .fake-input.state>div {
    opacity: 1;
    transition-delay: 2.2s;
}

#ai-form.animate .fake-input.website>div {
    opacity: 1;
    transition-delay: 2.4s;
}

.ai-form-prompt {
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    border: 1px dashed #BCBCBC;
    background: #f9f7f2;
    border-radius: 6px;
    margin-bottom: 48px
}

.ai-form-example {
    width: 460px;
    font-size: 14px;
    border: 1px solid #E4E8EB;
    background: #F9FAFC;
    border-radius: 6px;
    box-shadow: 0 6px 2px 0 rgba(233, 232, 237, 1.0);
}

.ai-form-example-container {
    padding: 24px 24px 48px 24px;
}

.new-homepage-content-section {
    max-width: 480px;
    width: 480px;
    min-width: 480px;
}

.new-homepage-spacing-top {
    padding-top: 200px;
}

.new-homepage-spacing-bottom {
    padding-bottom: 72px;
}

/* Font size */

.size-13 {
    font-size: 13px;
}

.size-14 {
    font-size: 14px;
}

.size-15 {
    font-size: 15px;
}

.size-16 {
    font-size: 16px;
}

.size-17 {
    font-size: 17px;
}

.size-19 {
    font-size: 19px;
}

.size-20 {
    font-size: 20px;
}

.size-24 {
    font-size: 24px;
    line-height: 30px;
}

.size-28 {
    font-size: 28px;
}

.size-32 {
    font-size: 32px;
}

.size-36 {
    font-size: 36px;
}

.size-40 {
    font-size: 40px;
    line-height: 48px;
}

.size-58 {
    font-size: 58px;
    line-height: 64px;
}

.line-40 {
    line-height: 40px;
}

.line-1-5 {
    line-height: 1.5;
}

/* Font weight */

.weight-normal {
    font-weight: 400;
}

.weight-medium {
    font-weight: 500;
}

.weight-semibold {
    font-weight: 600;
}

.weight-bold {
    font-weight: 700;
}

.weight-extra-bold {
    font-weight: 800;
}

.weight-heavy {
    font-weight: 900;
}

/* Font color */

.text-blue-1 {
    color: #13264A;
}

.text-blue-2 {
    color: #000676;
}

.text-blue-3 {
    color: #32506D;
}

.text-blue-4 {
    color: #414F6B;
}

.text-blue-5 {
    color: #1924ff;
}

.text-blue-6 {
    color: #637391;
}

.text-blue-7 {
    color: #7C98B4;
}

.text-blue-8 {
    color: #78bbff;
}

.text-blue-9 {
    color: #d7e4ff;
}

.text-blue-primary {
    color: #3D3ADB;
}

.text-blue-alternate {
    color: #566CDB;
}

.text-gray-primary {
    color: #413E3E;
}

.text-gray-1 {
    color: #1A2130;
}

.text-gray-2 {
    color: #3A4254;
}

.text-gray-3 {
    color: #535B6C;
}

.text-gray-4 {
    color: #828792;
}

.text-gray-5 {
    color: #999999;
}

.text-gray-6 {
    color: #bababa;
}

.text-gray-8 {
    color: #e1e1e1;
}

.text-gray-9 {
    color: #f4f4f4;
}

.text-white {
    color: #fff;
}

/* Borders */

.bb-none {
    border-bottom: 0 none !important;
}

.b-white {
    border: 1px solid #fff;
}

.b-blue-2 {
    border: 1px solid #000676;
}

.b-blue-4 {
    border: 1px solid #0831ff;
}

.b-blue-5 {
    border: 1px solid #1924ff;
}

.b-blue-6 {
    border: 1px solid #4942da;
}

.b-blue-8 {
    border: 1px solid #78bbff;
}

.b-blue-9 {
    border: 1px solid #d7e4ff;
}

.bt-blue-9 {
    border-top: 1px solid #d7e4ff;
}

.bb-blue-9 {
    border-bottom: 1px solid #d7e4ff;
}

.b-blue-10 {
    border: 1px solid #DAE5F1;
}

.bt-blue-10 {
    border-top: 1px solid #DAE5F1;
}

.bb-blue-10 {
    border-bottom: 1px solid #DAE5F1;
}

.b-blue-primary {
    border: 1px solid #3D3ADB;
}

.b-gray-1 {
    border: 1px solid #1A2130;
}

.b-gray-2 {
    border: 1px solid #3A4254;
}

.b-gray-3 {
    border: 1px solid #535B6C;
}

.b-gray-5 {
    border: 1px solid #999999;
}

.b-gray-6 {
    border: 1px solid #bababa;
}

.b-gray-8 {
    border: 1px solid #e1e1e1;
}

.bt-gray-8 {
    border-top: 1px solid #e1e1e1;
}

.bb-gray-8 {
    border-bottom: 1px solid #e1e1e1;
}

.b-gray-9 {
    border: 1px solid #f4f4f4;
}

.bt-gray-9 {
    border-top: 1px solid #f4f4f4;
}

.b-white {
    border: 1px solid #fff;
}

.b-radius-4 {
    border-radius: 4px;
}

.bb-radius-4 {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.b-radius-6 {
    border-radius: 6px;
}

.b-radius-pill {
    border-radius: 10000px;
}

.circle {
    border-radius: 50%;
}

/* Shadows */

.shadow-small {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10);
}

.shadow-smallish {
    box-shadow: 0 3px 3px 2px rgb(0 0 0 / 10%);
}

.shadow-normal {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}

.tooltip {
    background: #333;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
}

.reflect-logo {
    height: 40px;
    margin-top: 4px;
}

.or-container {
    color: #9595AA;
    font-size: 14px;
}

.or-container hr {
    height: 1px;
    border: 0 none;
    border-top: 1px solid #38384F;
}

svg.svg-override {
    display: block;
    height: 20px;
    width: 20px;
    flex-basis: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    fill: #14919B;
}

.equal-width {
    flex-basis: 100%;
}

#search-query::placeholder {
    color: #A4ACB9;
}

#search-results-section a {
    color: #4942da;
}

#search-results-section a:hover {
    color: #000676;
}

.pricing-table {
    border-spacing: 16px 0;
    color: #405170;
    vertical-align: middle;
}

.pricing-table td {
    border-bottom: 1px solid #D6E1EC;
    width: 18%;
}

.pricing-table svg {
    position: relative;
    top: 5px;
}

.credits-usage-table {
    border-spacing: 16px 0;
    color: #405170;
    vertical-align: middle;
    width: 100%;

}

.credits-usage-table td {
    border-bottom: 1px solid #D6E1EC;
    width: 50%;
}

.credits-usage-table svg {
    position: relative;
    top: 5px;
}

#docs-left-nav {
    border-top: 4px solid #020328;
    height: 100%;
    position: fixed;
    color: white;
    border-right: 1px solid black;
    background: rgb(0, 0, 0);
    background: linear-gradient(346deg, rgba(0, 0, 0, 1) 40%, rgba(3, 4, 66, 1) 77%, rgba(3, 4, 73, 1) 100%);
    width: 280px;
    display: flex;
    flex-direction: column;
}

#docs-left-nav header {
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 43px;
}

#docs-left-nav .title {
    color: white;
    font-size: 19px;
    line-height: 31px;
    font-weight: 600;
    margin-left: 12px;
    text-decoration: none;
}

#docs-left-nav img {
    vertical-align: middle;
    width: 31px;
    height: 31px;
}

.docs-left-nav-subheading {
    color: #AFB4CD;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.docs-left-nav-link {
    color: #D3E5EE;
    font-size: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.docs-left-nav-link.active {
    color: white;
    font-weight: 500;
}

.docs-left-nav-link:hover {
    color: white;
}

.docs-right-side {
    border-top: 4px solid #E4E7EB;
    margin-left: 280px;
    overflow: scroll;
    height: calc(100vh - 4px - 38px);
    /* 100% height - 4px from the border-top above - 38px from the banner */
}

.docs-subheader {
    padding-top: 32px;
    padding-left: 5vw;
    padding-right: 5vw;
    border-bottom: 1px solid rgb(229, 231, 235);
    padding-bottom: 16px;
    background: #fafbfc;
}

.docs-subheader p {
    font-size: 20px;
    line-height: 30px;
    max-width: 720px;
    color: #585858;
}

.docs-subheader p.small {
    font-size: 18px;
    line-height: 24px;
    max-width: 720px;
    color: #585858;
}

.docs-link-list {
    padding-bottom: 48px;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 32px;
}

.docs-link-list .docs-link-list-item {
    border: 1px solid #E0E5EE;
    border-bottom: 2px solid #E0E5EE;
    padding: 16px;
    margin: 16px 0;
    border-radius: 4px;
    width: 100%;
    max-width: 720px;
}

.docs-link-list .docs-link-list-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #4E63C4;
    margin-bottom: 6px;
}

.docs-link-list .docs-link-list-description {
    font-size: 14px;
    color: #35394A;
    font-weight: 400;
}

.docs-link-list .read-more {
    text-align: right;
    color: #23272E;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #7992C1;
    padding-left: 42px;
}

.docs-link-list .read-more-left {
    color: #23272E;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #7992C1;
}

#docs-content-area {
    min-width: 720px;
    max-width: 720px;
}

#docs-content-area h3 {
    margin-top: 36px;
}

#docs-content-area ul,
#docs-content-area ol {
    margin: 1em 1em 1.5em 1em;
}


#docs-content-area h5 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    margin-top: 24px;
    color: #484858;
}

#docs-content-area img {
    max-width: 720px;
}

#docs-content-area figure {
    margin: 0;
}

.table-of-contents-container.docs-toc {
    margin-top: 20px;
    margin-left: 5vw;
}

.table-of-contents-heading {
    color: #23272E;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.docs-content-container #TableOfContents {
    border-left: 1px solid #DDD;
    margin-left: 4px;
    padding-left: 16px;
}

.docs-content-container #TableOfContents a {
    font-size: 14px;
    line-height: 24px;
    color: #3661B7;
}

.docs-content-container #TableOfContents a.visible {
    font-weight: 600;
    color: #1D51BA;
}

.docs-content-container #TableOfContents ul {
    margin: 0;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.docs-content-container #TableOfContents li {
    margin: 0;
}

.docs-content-container #TableOfContents ul ul {
    margin-left: 16px;
}

.docs-content-container #TableOfContents ul ul ul {
    margin-left: 16px;
}

.solutions-subfooter .subfooter-item {
    border-left: 1px solid #bababa;
}

.solutions-subfooter .subfooter-item:hover {
    border-left: 1px solid #3D3ADB;
}

.solutions-subfooter .subfooter-item a {
    color: #433E3E;
}

.solutions-subfooter .subfooter-item:hover a {
    color: #3D3ADB;
}

.article-list .read-more {
    text-align: right;
    color: #23272E;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #7992C1;
    padding-left: 42px;
}

.article-list .read-more-left {
    color: #23272E;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #7992C1;
}

.article-container #TableOfContents ul {
    display: none;
    margin: 0;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.article-container #TableOfContents>ul {
    display: block !important;
}

.article-container #TableOfContents a {
    color: #667085;
    line-height: 1.5;
    padding-bottom: 4px;
    font-weight: 500;
}

.article-container #TableOfContents li {
    margin: 8px 0 0 0;
}

.button.large.alternate {
    background: #6875F5;
    box-shadow: rgba(60, 66, 87, 0.76) 0px 0px 0px 1px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0.12) 0px 1px 1px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

#subfooter {
    padding: 42px 0 64px 0;
    border-top: 1px solid rgb(229, 231, 235);
    color: #929EAA;
    margin: 0 5vw;
}

#mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    background: #3C3C57;
    z-index: 10;
    padding: 0 calc(3vw + 8px);
}

nav .button-bar * {
    margin-right: 0;
}

.modal {
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.modal-close {
    font-size: 42px;
    line-height: 42px;
    height: 42px;
    border: 0 none;
    position: absolute;
    top: 0;
    right: 16px;
    cursor: pointer;
    background: initial;
}

.modal button {
    margin-top: 12px;
}

#modal-submit-info-header {
    font-weight: 600;
    font-size: 24px;
    color: #24292e;
}

.modal-alert {
    display: none;
}

label {
    font-size: 15px;
    font-weight: 500;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    border: 0 none;
    line-height: 37px;
    font-size: 17px;
    padding: 0 8px;
    margin-bottom: 12px;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    width: 350px;
}

textarea {
    resize: none;
}

/* Homepage */

#screenshot.blur {
    animation: image-blur 500ms ease-out forwards;
}

.testimonial {
    background: #F2F4F6;
    border-top: 1px solid #D6DFE8;
    border-bottom: 1px solid #D6DFE8;
}

.testimonial .testimonial-text {
    color: #030445;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
}

.testimonial .headshot {
    border-radius: 50%;
}

.testimonial .testimonial-name {
    color: #3F4765;
    font-size: 18px;
    font-weight: 500;
}

.testimonial .testimonial-title {
    color: #7C98B4;
    font-size: 18px;
    font-weight: 500;
}

.customer-logo {
    height: 72px;
    opacity: .3;
    filter: grayscale(1);
}

/* Add spacing to account for sticky header. Height matches the header height */
#features::before {
    content: '';
    display: block;
    height: 107px;
}

#features {
    margin-top: -32px;
    padding-top: 32px;
}

.check-icon {
    width: 22px;
    height: 22px;
    position: relative;
    top: 3px;
}

/* Content Template */

.header-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(346deg, rgba(0, 0, 0, 1) 40%, rgba(3, 4, 66, 1) 77%, rgba(3, 4, 73, 1) 100%);
    background-size: 100% 542px;
    /* Static height to match the <header>, so that the gradients line up */
    z-index: 9;
    /* One less than mobile-modal, so it appears underneath */
    opacity: 1;
    max-width: none;
}

.header-nav.sticky.light {
    background: white;
    border-bottom: 1px solid rgb(229, 231, 235);
}

.header-nav.sticky .content {
    flex: 1;
    margin: auto;
    max-width: 1200px;
}

.header-nav.sticky.hidden {
    display: none !important;
}

#site-navigation .button {
    height: 60px;
    line-height: 60px;
}

#site-navigation .button:hover {
    color: black;
}

.header-nav.dark #site-navigation .button:hover {
    color: white;
}

.header-nav.dark #site-navigation .sub-menu .button:hover {
    color: black;
}

#site-navigation .sub-menu .button {
    line-height: 32px;
    height: 32px;
}

#site-navigation .button.button-inverse:hover {
    color: #111;
}

.header-nav.dark #site-navigation .button.button-inverse:hover {
    color: white;
}

#footer {
    border-top: 1px solid rgb(229, 231, 235);
}

#footer section {
    max-width: 1200px;
    margin: 0 auto;
}

#footer .footer-messaging {
    width: 240px;
    margin-right: 64px;
}

#footer .footer-messaging-line {
    color: #727885;
    line-height: 24px;
}

.footer-section-heading {
    line-height: 42px;
    color: #929EAA;
    font-weight: 600;
}

.video-container {
    border-radius: 6px;
    position: relative;
}

.video-container video {
    border-radius: 6px;
    display: none;
}

#template-content img,
figure {
    margin: 0;
    padding: 0;
    max-width: 100%;
    text-align: center;
}

#template-content h2 {
    font-weight: 600;
    font-size: 30px;
    margin-top: 2em;
}

#template-content h2:first-of-type {
    margin-top: 1em;
}

#template-content h3 {
    font-size: 20px;
    line-height: 1.42115;
    font-weight: 600;
    margin: 0.75em 0;
    color: #111;
}

#template-content h4 {
    font-size: 19px;
}

figcaption {
    font-size: 14px;
    line-height: 1.42861;
    font-weight: 400;
    color: #bababa;
}

figcaption p {
    margin: 0;
    padding: 0;
}

.article-content blockquote {
    color: #535B6C;
    font-style: italic;

}

#article-content-area table {
    border: 1px solid #999;
    border-collapse: collapse;
}

#article-content-area th,
#article-content-area td {
    border: 1px solid #999;
    padding-left: 8px;
    padding-right: 8px;
}

#article-content-area img {
    max-width: 80vw;
}

#running-tests table {
    max-width: 600px;
}

code,
pre {
    background-color: #f8f8f8;
    color: #25273F;
}

#template-content a {
    font-weight: 600;
    color: #3D3ADB;
}

.article-list-item-hero {
    position: relative;
}

.article-list-item-hero .thumbnail-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.article-list-item-hero .thumbnail-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 150ms;
}

.article-list-item-hero:hover .thumbnail-cover {
    background: rgba(0, 0, 50, 0.1);
}

.article-list .sidebar-items li a {
    color: #667085;
    line-height: 32px;
}

.article-list .sidebar-items li:hover,
.article-list .sidebar-items li.current {
    background: #F1EAFC;
}

.article-list .sidebar-items li {
    border-radius: 4px;
    padding: 0 16px;
    line-height: 32px;
}

.article-list .sidebar-items li a,
.article-toc li a {
    display: block;
}

.article-list .sidebar-items li:hover a,
.article-list .sidebar-items li.current a,
.article-toc li:hover a,
.article-toc li.visible a {
    color: #6942C6 !important;
}

.article-list .pagination .active {
    background: #F1EAFC;
    border-radius: 6px;
}

.article-list .page-item {
    user-select: none;
}

.article-list .page-item.disabled {
    opacity: .5;
    cursor: pointer;
}

#template-content {
    line-height: 1.5;
}

#template-content ul,
#template-content ol {
    padding: 0;
}

#template-content li {
    margin: 0;
}

.landing-page-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #6941C6;
}

.landing-page-subtitle-gray {
    font-size: 16px;
    font-weight: 500;
    color: #979A9F;
}

.landing-page h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
}

.landing-page h3 {
    font-size: 32px;
    font-weight: 700;
}

.landing-page-description {
    font-size: 20px;
    font-weight: 500;
    color: #535B6C;
    line-height: 28px;
}

.landing-page ul.integrations {
    padding: 0;
    list-style-type: none;
    max-width: 1200px;
    margin: 0;
}

.landing-page .integrations li {
    min-width: 320px;
    max-width: 320px;
    padding: 48px 8px 24px 8px;
    margin-bottom: 32px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 32px;
    background: #F9FAFB;
    text-align: center;
    border-radius: 12px;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.landing-page .integrations li strong {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.landing-page .icon-outer {
    background: #F9F5FF;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    min-width: 48px;
}

.landing-page .icon-inner {
    background: #F4EBFF;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.landing-page .icon-inner img {
    position: relative;
    top: -1px;
    left: 0;
}

/* Marketo forms */

.marketo-form-header {
    max-width: 368px;
    min-width: 368px;
}

.marketo-right-panel {
    min-height: 100vh;
    background-image: linear-gradient(45deg, #030446 0%, #24265d 100%);
    padding-left: 48px;
    padding-right: 48px;
}

.marketo-product-screenshot {
    max-width: 800px;
    width: 100%;
    display: block;
}

.marketo-customers .trusted-by {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #9bacff;
    letter-spacing: -0.09px;
    text-transform: uppercase;
}

.marketo-customers .customer-logo {
    opacity: 0.95 !important;
    filter: brightness(0) invert(1) !important;
}

.mktoFieldWrap label {
    font-size: 13px;
    font-weight: 500;
}

.mktoFieldWrap {
    position: relative;
    max-width: calc(80vw + 16px);
}

.mktoFieldWrap input[type='text'],
.mktoFieldWrap input[type='email'],
.mktoFieldWrap input[type='tel'],
.mktoFieldWrap textarea {
    font-size: 14px;
}

.mktoError {
    position: absolute;
    top: 3px !important;
    right: 0 !important;
    font-size: 13px;
    color: red;
}

.mktoErrorMsg {
    background: rgba(255, 255, 255, 0.7);
    padding-left: 8px;
}

.mktoAsterix {
    display: inline-block;
    margin-right: 4px;
}

#privacymessage {
    font-size: 12px;
    color: #858585;
    margin-top: 0;
}

.mktoButton {
    border: 2px solid rgb(50, 48, 194);
    background: #3d3adb;
    color: white;
    font-weight: 600;
    height: 34px;
    border-radius: 6px;
    line-height: normal;
    padding: 0 8px;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    flex-shrink: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
    cursor: pointer;
}

.mktoButton:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Syntax highlighting */

.chroma {
    margin: 0;
}

.chroma code {
    font-family: 'IBM Plex Mono', sans-serif;
    font-size: 14px;
}

.chroma .lntd pre {
    padding-top: 32px;
    padding-bottom: 32px;
}

.chroma .lntd:nth-of-type(1) pre {
    background: #f9f5ff;
    padding-left: 24px;
    padding-right: 32px;
}

.chroma .lntd:nth-of-type(2) pre {
    padding-left: 24px;
    padding-right: 24px;
}

/* Background */
.chroma {
    background-color: #fcfaff;
}

/* Other */
.chroma .x {
    color: #000000
}

/* Error */
.chroma .err {
    color: #a40000
}

/* LineTableTD */
.chroma .lntd {
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: 0;
}

/* LineTable */
.chroma .lntable {
    border-spacing: 0;
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
    overflow: auto;
    display: block;
    border-radius: 6px;
    border: 1px solid #E9D7FE;
}

/* LineHighlight */
.chroma .hl {
    display: block;
    width: 100%;
    background-color: #ffffcc
}

/* LineNumbersTable */
.chroma .lnt {
    padding: 0;
    color: #7f56d9;
    font-weight: 600;
}

/* LineNumbers */
.chroma .ln {
    margin-right: 0.4em;
    padding: 0 0.4em 0 0.4em;
    color: #7f7f7f
}

/* Keyword */
.chroma .k {
    color: #204a87;
    font-weight: bold
}

/* KeywordConstant */
.chroma .kc {
    color: #204a87;
    font-weight: bold
}

/* KeywordDeclaration */
.chroma .kd {
    color: #204a87;
    font-weight: bold
}

/* KeywordNamespace */
.chroma .kn {
    color: #204a87;
    font-weight: bold
}

/* KeywordPseudo */
.chroma .kp {
    color: #204a87;
    font-weight: bold
}

/* KeywordReserved */
.chroma .kr {
    color: #204a87;
    font-weight: bold
}

/* KeywordType */
.chroma .kt {
    color: #204a87;
    font-weight: bold
}

/* Name */
.chroma .n {
    color: #000000
}

/* NameAttribute */
.chroma .na {
    color: #c4a000
}

/* NameBuiltin */
.chroma .nb {
    color: #204a87
}

/* NameBuiltinPseudo */
.chroma .bp {
    color: #3465a4
}

/* NameClass */
.chroma .nc {
    color: #000000
}

/* NameConstant */
.chroma .no {
    color: #000000
}

/* NameDecorator */
.chroma .nd {
    color: #5c35cc;
    font-weight: bold
}

/* NameEntity */
.chroma .ni {
    color: #ce5c00
}

/* NameException */
.chroma .ne {
    color: #cc0000;
    font-weight: bold
}

/* NameFunction */
.chroma .nf {
    color: #000000
}

/* NameFunctionMagic */
.chroma .fm {
    color: #000000
}

/* NameLabel */
.chroma .nl {
    color: #f57900
}

/* NameNamespace */
.chroma .nn {
    color: #000000
}

/* NameOther */
.chroma .nx {
    color: #000000
}

/* NameProperty */
.chroma .py {
    color: #000000
}

/* NameTag */
.chroma .nt {
    color: #204a87;
    font-weight: bold
}

/* NameVariable */
.chroma .nv {
    color: #000000
}

/* NameVariableClass */
.chroma .vc {
    color: #000000
}

/* NameVariableGlobal */
.chroma .vg {
    color: #000000
}

/* NameVariableInstance */
.chroma .vi {
    color: #000000
}

/* NameVariableMagic */
.chroma .vm {
    color: #000000
}

/* Literal */
.chroma .l {
    color: #000000
}

/* LiteralDate */
.chroma .ld {
    color: #000000
}

/* LiteralString */
.chroma .s {
    color: #4e9a06
}

/* LiteralStringAffix */
.chroma .sa {
    color: #4e9a06
}

/* LiteralStringBacktick */
.chroma .sb {
    color: #4e9a06
}

/* LiteralStringChar */
.chroma .sc {
    color: #4e9a06
}

/* LiteralStringDelimiter */
.chroma .dl {
    color: #4e9a06
}

/* LiteralStringDoc */
.chroma .sd {
    color: #8f5902;
    font-style: italic
}

/* LiteralStringDouble */
.chroma .s2 {
    color: #4e9a06
}

/* LiteralStringEscape */
.chroma .se {
    color: #4e9a06
}

/* LiteralStringHeredoc */
.chroma .sh {
    color: #4e9a06
}

/* LiteralStringInterpol */
.chroma .si {
    color: #4e9a06
}

/* LiteralStringOther */
.chroma .sx {
    color: #4e9a06
}

/* LiteralStringRegex */
.chroma .sr {
    color: #4e9a06
}

/* LiteralStringSingle */
.chroma .s1 {
    color: #4e9a06
}

/* LiteralStringSymbol */
.chroma .ss {
    color: #4e9a06
}

/* LiteralNumber */
.chroma .m {
    color: #0000cf;
    font-weight: bold
}

/* LiteralNumberBin */
.chroma .mb {
    color: #0000cf;
    font-weight: bold
}

/* LiteralNumberFloat */
.chroma .mf {
    color: #0000cf;
    font-weight: bold
}

/* LiteralNumberHex */
.chroma .mh {
    color: #0000cf;
    font-weight: bold
}

/* LiteralNumberInteger */
.chroma .mi {
    color: #0000cf;
    font-weight: bold
}

/* LiteralNumberIntegerLong */
.chroma .il {
    color: #0000cf;
    font-weight: bold
}

/* LiteralNumberOct */
.chroma .mo {
    color: #0000cf;
    font-weight: bold
}

/* Operator */
.chroma .o {
    color: #ce5c00;
    font-weight: bold
}

/* OperatorWord */
.chroma .ow {
    color: #204a87;
    font-weight: bold
}

/* Punctuation */
.chroma .p {
    color: #000000;
    font-weight: bold
}

/* Comment */
.chroma .c {
    color: #8f5902;
    font-style: italic
}

/* CommentHashbang */
.chroma .ch {
    color: #8f5902;
    font-style: italic
}

/* CommentMultiline */
.chroma .cm {
    color: #8f5902;
    font-style: italic
}

/* CommentSingle */
.chroma .c1 {
    color: #8f5902;
    font-style: italic
}

/* CommentSpecial */
.chroma .cs {
    color: #8f5902;
    font-style: italic
}

/* CommentPreproc */
.chroma .cp {
    color: #8f5902;
    font-style: italic
}

/* CommentPreprocFile */
.chroma .cpf {
    color: #8f5902;
    font-style: italic
}

/* Generic */
.chroma .g {
    color: #000000
}

/* GenericDeleted */
.chroma .gd {
    color: #a40000
}

/* GenericEmph */
.chroma .ge {
    color: #000000;
    font-style: italic
}

/* GenericError */
.chroma .gr {
    color: #ef2929
}

/* GenericHeading */
.chroma .gh {
    color: #000080;
    font-weight: bold
}

/* GenericInserted */
.chroma .gi {
    color: #00a000
}

/* GenericOutput */
.chroma .go {
    color: #000000;
    font-style: italic
}

/* GenericPrompt */
.chroma .gp {
    color: #8f5902
}

/* GenericStrong */
.chroma .gs {
    color: #000000;
    font-weight: bold
}

/* GenericSubheading */
.chroma .gu {
    color: #800080;
    font-weight: bold
}

/* GenericTraceback */
.chroma .gt {
    color: #a40000;
    font-weight: bold
}

/* GenericUnderline */
.chroma .gl {
    color: #000000;
    text-decoration: underline
}

/* TextWhitespace */
.chroma .w {
    color: #f8f8f8;
    text-decoration: underline
}

/* Mobile and tablet */
@media only screen and (max-width: 1023px) {

    .test-fast-video {
        max-width: 320px !important;
        margin: 0 auto;
    }

    .reflect-logo {
        height: 30px;
        margin-top: 4px;
    }

    .text-center-mobile {
        text-align: center;
    }

    .new-homepage-spacing-top {
        padding-top: 72px;
    }

    .new-homepage-spacing-bottom {
        padding-bottom: 0;
    }

    .bg-wormhole {
        background-image: url(/images/wormhole3.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #footer section {
        min-width: 95vw;
        max-width: 95vw;
        margin: 0 auto;
    }

    #comparison-graph {
        width: 320px;
    }

    #comparison-graph .comparison-graph-container {
        width: 320px;
    }

    .new-homepage-content-section {
        width: inherit;
        max-width: inherit;
        min-width: inherit;
    }

    #ai-form {
        margin-top: 32px;
        max-width: 74vw;
        width: 74vw;
        min-width: 74vw;
        margin-left: 10vw;
        margin-right: 10vw;
    }

    #ai-form-content {
        max-width: 74vw;
        width: 74vw;
        min-width: 74vw;
    }

    .ai-form-example {
        max-width: 74vw;
        width: 74vw;
    }

    .bento-group {
        max-width: 95vw;
    }

    .bento {
        background: #F1F8FE;
        width: 136px;
        min-width: 136px;
        height: 136px;
        padding: 12px;
        border-radius: 12px;
        box-shadow: 0 2px 4px 0 rgba(233, 232, 237, 1);
        position: relative;
        cursor: pointer;
    }

    .bento .overlay-image {
        height: 160px;
        width: 160px;
        background-size: 160px 160px;
    }

    .bento .bento-title,
    .bento .bento-title-dark {
        font-size: 14px;
    }

    .bento .bento-description,
    .bento .bento-description-dark {
        display: none;
    }

    .bento.double-wide {
        width: 312px;
        min-width: 312px;
    }

    .bento.double-wide .overlay-image {
        width: 320px;
        background-size: 320px 160px;
    }

    .bento-section {
        display: inline-flex;
        width: 336px;
        flex-wrap: wrap;
        gap: 16px;
        margin: 0 auto;
    }

    .landing-page-hero .hero-image-section {
        margin-left: -5vw;
        margin-right: -5vw;
    }

    .landing-page-hero .hero-image-section img {
        width: 100vw;
    }

    .article-header {
        width: 90vw;
        margin: 0 auto;
    }

    .article-intro {
        margin-bottom: 32px;
    }

    .article-container h2 {
        scroll-margin-top: 64px;
    }

    .article-container video {
        max-width: 95vw;
    }

    #template-content.article-content li {
        margin-left: 16px;
        margin-top: 12px;
    }

    .table-of-contents-container.article-toc {
        margin-top: 16px;
    }

    .article-list {
        margin-top: 48px;
    }

    .article-list-item-hero .thumbnail-image {
        min-width: 90vw;
        height: 30vh;
    }

    .article-list-pagination {
        margin: 0 5vw;
    }

    .article-list-sidebar {
        margin: 0 5vw 24px 5vw;
        border-bottom: 1px solid #E6E7EA;
    }

    .article-hero {
        width: 90vw;
        margin: 0 auto;
    }

    .category-pills>.category-pills-item {
        display: none;
    }

    .category-pills>.category-pills-item:nth-child(1) {
        display: block;
    }

    .article-content pre {
        font-size: 14px;
        line-height: 1.2;
    }

    .article-toc .table-of-contents-inner-container {
        width: 90vw;
        margin: 0 auto;
    }

    .last-run-header {
        text-align: right;
        padding-right: 16px;
    }

    .hidden-mobile {
        display: none;
    }

    .app-tests-view-table-component .latest-run {
        text-align: right;
        padding-right: 12px;
    }

    .header-nav,
    .header-nav .content-section {
        min-height: 52px;
    }

    .header-nav .hello-bar .content-section {
        min-height: auto;
    }

    .extended-content-container {
        margin-left: 3vw;
        margin-right: 3vw;
    }

    .bg-blue-3-gradient-mobile {
        /* background: #030449; */
        background-image: linear-gradient(180deg, #030446, #030446, #030446, #030446, #030446, #030446, #030446, #091459, #1c2560, #364379, #526391, #7183a9, #93a5c0, #b9c7d7, #e3e9ef);
    }

    .app-visual-observe-image img {
        max-width: 80vw;
        max-height: 80vh;
    }

    .mobile-size-34 {
        font-size: 34px;
        line-height: 42px;
    }

    .mobile-size-32 {
        font-size: 32px;
        line-height: 40px;
    }

    .mobile-size-18 {
        font-size: 18px;
        line-height: 24px;
    }

    .mt-2-mobile {
        margin-top: 16px;
    }

    .mt-3-mobile {
        margin-top: 24px;
    }

    .mt-4-mobile {
        margin-top: 32px;
    }

    .mb-1-mobile {
        margin-bottom: 8px;
    }

    .mb-2-mobile {
        margin-bottom: 16px !important;
    }

    .mb-3-mobile {
        margin-bottom: 24px;
    }

    .mb-4-mobile {
        margin-bottom: 32px;
    }

    .mr-3-mobile {
        margin-right: 24px;
    }

    .pl-1-mobile {
        padding-left: 8px;
    }

    .pr-1-mobile {
        padding-right: 8px;
    }

    .pt-4-mobile {
        padding-top: 32px;
    }

    .pb-4-mobile {
        padding-bottom: 32px;
    }

    .text-white-mobile {
        color: white;
    }

    #running-tests table {
        max-width: 95vw;
    }

    #auto-play-video,
    .long-form-screenshot img {
        max-width: 95vw;
    }

    .hidden-mobile {
        display: none !important;
    }

    .size-14-mobile {
        font-size: 14px;
    }

    .content-section {
        margin-left: 3vw;
        margin-right: 3vw;
    }

    .video-container-container {
        display: none;
    }

    #screenshot {
        filter: blur(4px) brightness(0.5);
    }

    .article-image {
        display: none !important;
    }

    .flexbox-row-mobile {
        display: flex !important;
    }

    .flexbox-col-mobile {
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .testimonial .headshot {
        width: 42px;
        height: 42px;
    }

    .testimonial .testimonial-text {
        font-size: 18px;
    }

    .testimonial .testimonial-name,
    .testimonial .testimonial-title {
        font-size: 13px;
    }

    body {
        color: #3C3E57;
        min-width: 320px;
        font-weight: 400;
    }

    #homepage-header-content h1 {
        font-size: 36px;
        padding: 32px 5vw 0 5vw;
    }

    .flexbox-inline-mobile {
        display: inline-flex;
    }

    .video-container-container {
        padding-bottom: 0;
    }

    .video-container,
    .video-container img,
    .video-container video {
        max-width: 95vw;
    }

    .article-list-item {
        position: relative;
        padding-bottom: 48px !important;
    }

    .article-list .read-more {
        position: absolute;
        bottom: 12px;
        right: 12px;
    }

    .docs-two-pane-container {
        display: flex !important;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }

    .docs-subheader p {
        max-width: initial;
    }

    .docs-subheader p.small {
        max-width: initial;
    }

    .docs-link-list .docs-link-list-item {
        width: initial;
    }

    #docs-content-area {
        min-width: 92vw;
        max-width: 92vw;
        margin: 0 4vw;
    }

    #docs-content-area img {
        height: auto !important;
        max-width: 90vw !important;
    }

    .sign-up-call-out {
        flex-grow: 1;
        width: 100%;
        text-align: center;
    }

    .text-large {
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
    }

    .text-normal {
        font-size: 16px;
    }

    h1 {
        font-size: 32px;
        line-height: 1.125;
        font-weight: 600;
        margin-bottom: 32px;
    }

    h2 {
        font-size: 24px;
        line-height: 1.16667;
        font-weight: 600;
    }

    h3 {
        font-size: 21px;
        line-height: 1.2;
        font-weight: 600;
    }

    ul,
    ol {
        margin-left: 0;
        padding-inline-start: 32px;
    }

    p {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        margin-top: 12px;
    }

    .text-slightly-smaller {
        font-size: 14px;
        line-height: 1.42861;
        font-weight: 400;
    }

    input[type=text],
    input[type=email],
    input[type=tel],
    textarea {
        width: 80vw;
    }

    #site-navigation,
    #login-or-register {
        display: none !important;
    }

    #mobile-hamburger-menu,
    #sticky-mobile-hamburger-menu,
    #mobile-hamburger-close {
        height: 52px;
        width: 22px;
        position: relative;
    }

    #mobile-hamburger-close {
        content: "\274c";
        text-align: center;
        font-size: 28px;
        color: #FFF;
        position: relative;
        top: 6px;
    }

    #mobile-hamburger-close:after {
        position: absolute;
        top: -3px;
        bottom: 0;
        right: 0;
        content: "\00d7";
        font-size: 36px;
        color: #FFF;
        line-height: 43px;
        text-align: center;
    }

    .mobile-menu-content {
        margin-top: 48px;
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .mobile-cta-content {
        margin-left: 2vw;
        margin-right: 2vw;
        margin-bottom: 12px;
    }

    .mobile-menu-content a,
    .mobile-cta-content a {
        margin: 8px 0;
        font-weight: 500;
    }

    .hamburger-line-top {
        position: absolute;
        top: 22px;
        left: 0;
        width: 22px;
        height: 1px;
        background: #333;
    }

    .hamburger-line-bottom {
        position: absolute;
        bottom: 22px;
        left: 0;
        width: 22px;
        height: 1px;
        background: #333;
    }

    .content-container {
        margin-left: 5vw;
        margin-right: 5vw;
    }

    #footer {
        line-height: 18px;
        padding-top: 50px;
        padding-bottom: 80px;
    }

    #footer a {
        margin: 2px 0;
    }

    .footer-section {
        width: 45vw;
    }

    .footer-messaging {
        display: none !important;
    }

    #subfooter {
        font-size: 10px;
        padding: 16px;
    }

    .modal {
        padding-bottom: 24px;
    }

    .modal-close {
        position: fixed;
        cursor: pointer;
    }

    .modal-container {
        margin-left: 10vw;
        margin-right: 10vw;
    }

    #modal-submit-info {
        margin-top: 32px;
        margin-bottom: 18px;
    }

    #modal-submit-info-header {
        margin-bottom: 18px;
    }

    #modal-submit-info-header {
        margin-top: -32px;
        margin-bottom: 18px;
    }

    .modal-close {
        top: 0;
        right: 16px;
        margin-top: 0;
        padding: 0;
    }

    /* Homepage */

    #homepage-header {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    .customer-logo {
        height: 60px;
    }

    /* Content Template */

    #template-header {
        margin-top: 5vw;
        margin-bottom: 10vw;
    }

    .template-quote {
        margin-top: 42px;
        margin-bottom: 56px;
    }

    .content-hero {
        margin-top: 16px;
    }

    /* Docs */
    #docs-left-nav {
        display: none;
    }

    .docs-right-side {
        margin-left: 0;
    }

    .guide-toc {
        margin: 0 5vw;
    }

    .text-heading {
        font-size: 32px;
    }

    #article-content-area table {
        display: none;
    }

    #reflect-sidebar-cta {
        display: none !important;
    }

    /* Marketo forms */

    .marketo-form-header {
        max-width: calc(80vw + 16px);
        min-width: 330px;
    }

    .mktoButton {
        max-width: calc(80vw + 16px);
    }
}

/* Tablet Overrides (use sparingly) */
@media only screen and (min-width: 428px) and (max-width: 1023px) {
    #running-tests {
        max-width: 600px;
        margin: 24px auto 0 auto;
    }

    #homepage-header-content h1 {
        text-align: center !important;
        width: 60vw;
        margin-left: auto;
        margin-right: auto;
    }

    #mobile-hamburger-menu,
    #sticky-mobile-hamburger-menu {
        right: 16px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {
    #video-overlay {
        top: 20px !important;
        left: 31px !important;
        right: 31px !important;
        bottom: 46px !important;
    }

    #video-overlay.landing-page-video {
        top: 23px !important;
        left: 36px !important;
        right: 36px !important;
        bottom: 53px !important;
    }

    #homepage-header-content {
        margin-left: 4vw !important;
    }

    #homepage-header-content h1 {
        margin-top: 128px !important;
    }

    .video-container {
        min-width: 900px !important;
        max-width: 900px !important;
        height: inherit !important;
    }

    .video-container img {
        width: 900px !important;
    }

    .extended-content-container {
        min-width: 900px !important;
        max-width: 900px !important;
    }

    .customer-logo {
        height: 60px;
    }
}

/* Desktop */
@media only screen and (min-width : 1024px) {
    .test-fast-video {
        width: 450px;
        height: 338px;
    }

    #reflect-sidebar-cta {
        display: flex !important;
    }

    .bento-section {
        display: inline-flex;
        gap: 16px;
        margin: 0 auto 16px 0;
        flex-wrap: wrap;
    }

    .homepage-subheadline {
        width: 800px;
    }

    .positive-roi-desktop {
        display: block;
    }

    #video-overlay {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #video-overlay.landing-page-video {
        top: 31px;
        left: 48px;
        right: 46px;
        bottom: 68px;
    }

    #visual-results {
        min-width: 600px;
    }

    .mt-1-desktop {
        margin-top: 8px;
    }

    .mb-1-desktop {
        margin-bottom: 8px;
    }

    .ml-2-desktop {
        margin-left: 16px;
    }

    .mr-2-desktop {
        margin-left: 16px;
    }

    .ml-4-desktop {
        margin-left: 32px;
    }

    .mr-4-desktop {
        margin-right: 32px;
    }

    .ml-6-desktop {
        margin-left: 48px;
    }

    .mr-6-desktop {
        margin-right: 48px;
    }

    .pb-6-desktop {
        padding-bottom: 48px;
    }

    .landing-page-hero {
        min-width: 1200px;
        max-width: 1200px;
    }

    .landing-page-hero-left {
        flex: 1 0 50%;
        max-width: 450px;
        display: flex;
        flex-direction: column;
        padding-right: 48px;
        margin-left: 12px;
    }

    .landing-page-hero .hero-image-section {
        flex: 0 0 1246px;
    }

    .landing-page-hero .hero-image-section .hero-image-section-container {
        position: relative;
        overflow: hidden;
    }

    .landing-page-hero .hero-image-section .hero-image-section-container>div {
        width: 100%;
        padding-bottom: 808px;
    }

    .landing-page-hero .hero-image-section img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        opacity: 1;
        transition: opacity 500ms ease 0s;
    }

    .landing-page ul {
        max-width: 1200px;
    }

    .landing-page .integrations li {
        min-width: 320px;
        max-width: 320px;
    }

    /* Common widths */

    .width-390 {
        max-width: 390px;
    }

    .width-800 {
        width: 800px;
    }

    .width-900 {
        width: 900px;
    }

    .content-section {
        max-width: 1200px;
        margin: 0 auto;
    }

    .hidden-desktop {
        display: none !important;
    }

    .article-content {
        font-size: 18px;
    }

    .article-content pre {
        font-size: 16px;
        line-height: 1.3;
    }

    .header-with-desktop-top-margin {
        margin-top: 48px;
    }

    .testimonial.from-article {
        margin-left: calc(-50vw + 418px);
        margin-right: calc(-50vw + 418px);
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .testimonial.from-article .testimonial-name,
    .testimonial.from-article .testimonial-title {
        font-size: 16px;
    }

    .flexbox-row-desktop {
        display: flex !important;
    }

    .flexbox-row-reverse-desktop {
        display: flex !important;
        flex-direction: row-reverse;
    }

    .flexbox-col-desktop {
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .extended-content-container {
        min-width: 1200px;
        max-width: 1200px;
    }

    .video-container {
        min-width: 1200px;
        max-width: 1200px;
    }

    .video-container img {
        width: 1200px;
    }

    .video-container.new {
        min-width: 1194px;
        max-width: 1194px;
        box-shadow: 0 0 48px 0 rgba(9, 49, 255, .25);
    }

    .video-container.new img {
        width: 1192px;
        aspect-ratio: 2384/1476;
        border: 1px solid #DEDEDE;
        border-radius: 4px;
        display: block;
    }

    .testimonial .content-container {
        width: 660px;
    }

    .testimonial .headshot {
        width: 56px;
    }

    body {
        font-size: 16px;
        line-height: 1.5;
        color: #413E3E;
        font-weight: 400;
    }

    .docs-header-logo {
        display: none !important;
    }

    .docs-two-pane-container {
        display: flex !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .content-container {
        width: 1000px;
        margin: 0 auto;
    }

    .content-container.with-long-form-width {
        width: 716px;
    }

    .content-container.with-top-spacing {
        margin-top: 82px;
    }

    .extended-content-container {
        width: 1200px;
        margin: 0 auto;
    }

    #mobile-hamburger-menu,
    #sticky-mobile-hamburger-menu {
        display: none !important;
    }

    #footer {
        line-height: 26px;
        padding-top: 46px;
        padding-bottom: 64px;
    }

    .modal-container {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
    }

    #modal-submit-info {
        width: 380px;
    }

    .modal-submit-form {
        margin-right: 60px;
    }

    #modal-submit-info-header {
        margin-bottom: 4px;
    }

    /* Homepage */
    #homepage-header {
        padding-top: 24px;
    }

    #homepage-header-content {
        width: 550px;
        padding-bottom: 42px;
    }

    #homepage-header-content h1 {
        margin-top: 143px;
        margin-bottom: 42px;
    }

    #homepage-record-once {
        margin-top: 220px;
        margin-bottom: 90px;
        width: 330px;
    }

    #homepage-record-subsection-zero {
        display: flex;
        padding-bottom: 160px;
    }

    #homepage-record-subsection-one {
        display: flex;
        padding-bottom: 160px;
    }

    #homepage-subsection-one-right img {
        border: 3px solid #e1e1e1;
        border-radius: 3px;
        margin-left: 48px;
    }

    #homepage-record-subsection-two {
        display: flex;
        padding-bottom: 220px;
    }

    #homepage-subsection-zero-left img,
    #homepage-subsection-two-left img {
        border: 3px solid #e1e1e1;
        border-radius: 3px;
        margin-right: 48px;
    }

    #homepage-subsection-two-right {
        width: 500px;
    }

    #homepage-visual-diff {
        width: 380px;
        min-width: 380px;
    }

    /* Content Template */

    #template-header {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .template-quote {
        margin-top: 42px;
        margin-bottom: 56px;
    }

    #template-content {
        padding-bottom: 56px;
    }

    .table-of-contents-container {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        align-self: flex-start;
    }

    .table-of-contents-container.article-list-toc {
        top: 80px;
    }

    .table-of-contents-container.article-toc {
        top: 48px;
    }

    .guide-toc {
        margin-left: 24px;
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        align-self: flex-start;
        width: 330px;
    }

    .subtext-heading {
        line-height: 30px;
    }

    .article-list {
        margin-top: 72px;
    }

    .article-list-item-container {
        padding: 8px;
    }

    .article-list-item {
        max-width: 430px;
    }

    .article-list-sidebar {
        border-right: 1px solid #E6E7EA;
    }

    .article-list-toc {
        min-width: 202px;
        width: 202px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .article-list-description {
        padding: 0 16px 24px 16px;
    }

    .article-list-item-hero {
        min-width: 430px;
        width: 430px;
        height: 292px;
    }

    .article-list-item-hero .thumbnail-image {
        min-width: 430px;
        min-height: 292px;
    }

    .articles-list {
        max-width: 900px;
        width: 900px;
        margin-left: max(8px, calc((100vw - 1216px - 234px) / 2));
    }

    .article-list-item-name {
        width: 430px;
    }

    .article-list-item-description {
        width: 430px;
    }

    .article-toc {
        width: 279px;
        max-width: 279px;
    }

    .article-hero {
        width: 632px;
    }

    .article-header {
        max-width: 1216px;
        margin-top: 72px;
    }

    .article-intro {
        max-width: 512px;
    }

    .article-container .table-of-contents-inner-container {
        margin-top: 48px;
        padding-top: 32px;
        padding-bottom: 32px;
        border-top: 1px solid #E6E7EA;
        border-bottom: 1px solid #E6E7EA;
    }

    .article-container {
        max-width: 1216px;
    }

    .article-container h2 {
        scroll-margin-top: 80px;
    }

    .article-hero-attribution {
        text-align: right;
    }
}

.tippy-box {
    background-color: #fff;
    color: #3A4254;
    border: 1px solid #ededed;
    border-radius: 4px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.10));
    -webkit-font-smoothing: antialiased;
}

.tippy-arrow {
    color: #fff !important;
    transform: translate(4px, 0px) !important;
}

.tooltip-container {
    line-height: 24px;
    cursor: pointer;
    text-decoration-style: dashed;
    text-decoration-line: underline;
    text-underline-position: under;
    text-decoration-color: #bababa;
}

#play-button svg {
    transition: transform 250ms ease-out;
    transform: initial;
}

#video-container:hover #play-button svg {
    transform: scale(1.2);
}

.integration-pill {
    max-height: 48px;
    border-radius: 24px;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.10);
    padding: 4px 12px;
    margin: 0 8px;
}

.integration-pill:hover {
    background: #EBF3F7;
}

#video-overlay {
    opacity: 0;
    border-radius: 4px;
    transition: opacity 250ms ease-out;
}

#video-container:hover #video-overlay {
    opacity: 0.2;
}

#video-message {
    opacity: 0;
    transition: opacity 250ms ease-out;
}

#video-container:hover #video-message {
    opacity: 1;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.app-content-area {
    background-color: white;
    border: 1px solid #CBD2D9;
    border-radius: 4px;
}

.app-inline-tab-bar {
    font-size: 12px;
    background: white;
    line-height: 34px;
}

.app-inline-tab-bar .app-inline-tab.active {
    color: #090949;
    border-bottom: 2px solid #090949;
}

.app-inline-tab-bar .app-inline-tab {
    -webkit-font-smoothing: antialiased;
    padding-top: 2px;
    color: #585858;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    border-bottom: 2px solid white;
}

.app-visual-observe-image {
    background-image: url(/images/checkerboard.png);
}

.app-tests-view-table-component {
    font-size: 13px;
    color: #413E3E;
}

.app-tests-view-table-component .step-count {
    color: #888888;
}

.app-tests-view-table-component .test-name {
    font-weight: 400 !important;
    font-size: 13px !important;
}

.app-tests-view-table-component .test-url {
    color: #7C8587;
    font-size: 12px !important;
}

.app-tests-view-table-component table {
    border-spacing: 0;
    border: none;
    border-collapse: collapse;
    position: relative;
}

.app-tests-view-table-component th.first {
    padding-left: 12px !important;
}

.app-tests-view-table-component tr th {
    background: #F9FAFB;
    color: #8698A0;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 6px 6px 24px;
    white-space: nowrap;
    text-transform: uppercase;
    box-shadow: inset 0 -1px 0 #d1d6e0;
}

.app-tests-view-table-component tr:first-of-type td {
    border-top: 0 none;
}

.app-tests-view-table-component td {
    background: #FFF;
    text-align: left;
    padding: 6px;
    padding: 0 0 0 24px;
    border-top: solid 1px #EAEAEA;
    border-bottom: solid 1px #EAEAEA;
    white-space: nowrap;
    vertical-align: middle;
}

.app-table-cell {
    min-height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.app-tests-view-table-component .app-created {
    padding-right: 8px;
}

.app-status-indicator {
    margin-right: 6px;
}

.app-test-name-cell {
    padding-left: 12px !important;
}

.app-block-12 {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    flex: 0 0 12px;
}

.app-bg-green-primary {
    background: #60EF60 !important;
}

.app-status {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.app-running-spinner {
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.app-flex-row-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.app-status {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.app-r-round {
    border-radius: 50%;
}

.app-inline-tab-message {
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 38px;
    padding-left: 2px;
    border-top-right-radius: 4px;
}

.app-inline-tab-message.error {
    background: #F4C6CD;
    color: #914949;
}

.app-inline-tab-message::after {
    position: absolute;
    top: 0;
    left: -19px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: solid 19px transparent;
    border-top: solid 19px transparent;
}

.app-inline-tab-message.error::after {
    border-right: solid 19px #F4C6CD;
}

.app-selector-status {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.app-selector-status.error {
    visibility: visible;
    background-color: #D64545;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBjbGFzcz0iaWNvbi1jbG9zZS1jaXJjbGUiPjxwYXRoIGZpbGw9IiNGRkYiIGNsYXNzPSJzZWNvbmRhcnkiIGQ9Ik0xMy40MSAxMmwyLjgzIDIuODNhMSAxIDAgMCAxLTEuNDEgMS40MUwxMiAxMy40MWwtMi44MyAyLjgzYTEgMSAwIDEgMS0xLjQxLTEuNDFMMTAuNTkgMTIgNy43NiA5LjE3YTEgMSAwIDAgMSAxLjQxLTEuNDFMMTIgMTAuNTlsMi44My0yLjgzYTEgMSAwIDAgMSAxLjQxIDEuNDFMMTMuNDEgMTJ6Ii8+PC9zdmc+);
}

.hello-bar--scrolled {
    margin-left: -8px;
    margin-right: -8px;
}

/* Desktop */
@media only screen and (min-width: 1024px) {

    .video-container-image-wrapper {
        padding: 31px 46px 62px 48px;
    }

    #screenshot.hero-edit-image {
        width: 100%;
        overflow: hidden;
        border-radius: 6px;
        box-shadow: 2px 5px 25px 5px #c5c5c5;
    }
}