.bg--none {
    background: transparent;
}

.d--flex {
    display: flex;
}

.flex--column {
    flex-direction: column;
}

.gap--0 {
    gap: 0rem;
}

.gap--2 {
    gap: 2rem;
}

ul {
    list-style: none;
    padding: 0px;
}

#ExploreAppsBtn a {
    border-radius: 6px;
    background: var(--pallete-3);
    color: var(--pallete-4);
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: .5%;
    cursor: pointer;
    width: 156px;
    height: 56px;
    border: 1px solid black;
    align-content: center;
    text-decoration: none;
    text-align: center;
    width: 192px;
    height: 54px;
    color: #ffffff;
    text-decoration: none;
}

.upcase {
    text-transform: uppercase;
}

.place_items--center {
    place-items: center;
}

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

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

.max-width--unset {
    max-width: unset !important;
}

.text-with-image .text .app-store-tag {
    padding: 0px 1rem;
}

.text-with-image .viewable .screen {
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(229, 229, 229, 1);
}

.text-with-image .viewable.d--flex .screen {
    padding: 25px 33px;
    background: rgba(255, 255, 255, 1);
    gap: 0px;
    flex: 1;
    max-width: 36rem;
}

.text-with-image .viewable.d--flex .screen .caption {
    margin: 0;
    font-weight: 600;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 1px;
    margin-top: 16px;
    margin-bottom: 0.25rem;
}

.text-with-image .viewable.d--flex .screen h3 {
    margin: 0;
    font-weight: 700;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: -2%;
    margin-bottom: 0.75rem;
    background: linear-gradient(180deg, #1B1B1B 0%, #6B6B6B 100%);
    color: transparent;
    background-clip: text;
}

.text-with-image .viewable.d--flex .screen .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.5%;
    margin: 0;
}

.text-with-image .viewable.d--flex .screen ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin: .75rem 0rem;
}

.text-with-image .viewable.d--flex .screen ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.5rem;
}

.text-with-image .viewable.d--flex .screen ul li img,
.form-submit img {
    width: 1rem;
}

.text-with-image .viewable.d--flex .screen .view_all_button {
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0.5%;
    text-decoration: none;
    color: rgba(27, 27, 27, 1);
    border: 1px solid rgba(27, 27, 27, 1);
    border-width: 1px;
    border-radius: 6px;
    padding: 0.5rem 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97px;
    gap: 2px;
    margin-top: 13px;
    width: calc(100% - 3rem);
}

.text-with-image .viewable.d--flex .screen .view_all_button:hover {
    filter: invert(1);
    background: white;
}

.text-with-image .viewable.d--flex .screen .view_all_button img {
    width: 14px;
}

.text-with-image .viewable.d--flex .screen .view_all_button:hover img {
    transform: translateX(10px);
}

.text-with-image .viewable.d--flex .screen .caption,
.text-with-image .viewable.d--flex .screen .description,
.text-with-image .viewable.d--flex .screen ul li {
    color: rgba(107, 107, 107, 1);
}

.customization-section__cards {
    width: calc(100% - 8rem);
    max-width: 2560px;
}

.customization-card_ {
    box-sizing: border-box;
    flex: 0 0 calc((100% - 50px) / 3);
    min-height: 258px;
    border: 1px solid #E4E4E7;
    border-radius: 6px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.customization-card__icon {
    width: 40px;
    height: 40px;
    background: rgba(247, 247, 247, 1);
    border-radius: 6px;
    border: 1px solid rgba(229, 229, 229, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.customization-card__icon img {
    width: 18px;
    height: 18px;
}

.customization-card_:hover {
    filter: none;
    background: unset;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 1);
}

.customization-card_:hover .customization-card__icon {
    border: 1px solid rgba(17, 17, 17, 1)
}

.section-4 {
    padding-top: 4rem;
}

.section-4 .content {
    position: relative;
    width: calc(100% - 15rem);
}

.section-4 .content .indexes,
.section-4 .content .steps {
    display: grid;
    grid-template-columns: 56px 1fr 56px 1fr 56px 1fr 56px .65fr;
    align-items: center;
}

.section-4 .content .indexes {
    position: relative;
    margin-bottom: 32px;
}

.section-4 .content .indexes .track {
    grid-column: 1 / -1;
    grid-row: 1;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e0e0e0;
    transform: translateY(-50%);
    z-index: 0;
}

.section-4 .content .indexes .index {
    position: relative;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.section-4 .content .indexes .dot {
    position: relative;
    z-index: 1;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d4d4d4;
    justify-self: center;
}

.section-4 .content .indexes .dot:last-child {
    margin: auto;
    margin-right: 0;
}

.section-4 .content .steps .step {
    max-width: 260px;
}

.section-4 .content .steps .step:nth-child(1) {
    grid-column: 1 / 3;
}

.section-4 .content .steps .step:nth-child(2) {
    grid-column: 3 / 5;
}

.section-4 .content .steps .step:nth-child(3) {
    grid-column: 5 / 7;
}

.section-4 .content .steps .step:nth-child(4) {
    grid-column: 7 / 9;
}

.section-4 .content .steps .step-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0 0 10px 0;
    color: rgba(0, 0, 0, 1);
}

.section-4 .content .steps .step-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.5px;
    margin: 0;
    color: rgba(93, 95, 95, 1);
}

.section-4 .content .indexes,
.section-4 .content .steps {
    padding: 0rem;
}

.section-5 .text-with-image .text {
    max-width: 36.25rem;
    padding-top: 2rem;
}

.section-5 .tech-badges,
.section-5 .tech-badge {
    display: flex;
}

.section-5 .tech-badges {
    display: flex;
    flex-wrap: nowrap;
    gap: 21px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2rem;
}

.section-5 .tech-badge {
    align-items: center;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 6px;
    padding: 14px 16px;
    gap: .5rem;
    flex: 0 0 auto;
}

.section-5 .tech-badge svg {
    background: #f3f4f6;
    padding: 4px;
    border-radius: 6px;
    width: 25px;
    height: 25px;
}

:root {
    --color-1: #393939;
    --color-2: #000000;
    --color-3: #f38020;
    --color-4: #faae40;
    --color-5: #7cb342;
    --color-6: #558b2f;
    --color-7: #e10098;
    --color-8: #539E43;
    --color-9: #ffffff;
    --redis--1: #912626;
    --redis--2: #C6302B;
    --redis--3: #621B1C;
    --redis--4: #9A2928;
    --redis--5: #FFF;
    --react: dodgerblue;
}

.section-5 .tech-badge.react:hover svg {
    color: var(--react);
}

.section-5 .tech-badge.graph_ql svg,
.section-5 .tech-badge.node_js svg g path,
.section-5 .tech-badge.cloud_flare svg path:nth-child(2),
.section-5 .tech-badge.shopify svg path:nth-child(1) {
    fill: var(--color-1);
}

.section-5 .tech-badge.graph_ql:hover svg {
    fill: var(--color-7);
}

.section-5 .tech-badge.node_js:hover svg g path {
    fill: var(--color-8);
}

.section-5 .tech-badge.cloud_flare svg path:nth-child(3),
.section-5 .tech-badge.shopify svg path:nth-child(2) {
    fill: var(--color-2);
}

.section-5 .tech-badge.cloud_flare:hover svg path:nth-child(2) {
    fill: var(--color-3);
}

.section-5 .tech-badge.cloud_flare:hover svg path:nth-child(3) {
    fill: var(--color-4);
}

.section-5 .tech-badge.shopify:hover svg path:nth-child(1) {
    fill: var(--color-5);
}

.section-5 .tech-badge.shopify:hover svg path:nth-child(2) {
    fill: var(--color-6);
}

.section-5 .tech-badge.redis svg path[fill="#912626"] {
    fill: var(--color-2);
}

.section-5 .tech-badge.redis svg path[fill="#C6302B"] {
    fill: var(--color-1);
}

.section-5 .tech-badge.redis svg path[fill="#621B1C"],
.section-5 .tech-badge.redis svg path[fill="#9A2928"],
.section-5 .tech-badge.redis svg path[fill="#FFF"] {
    fill: var(--color-9);
}

.section-5 .tech-badge.redis:hover svg path[fill="#912626"] {
    fill: var(--redis--1);
}

.section-5 .tech-badge.redis:hover svg path[fill="#C6302B"] {
    fill: var(--redis--2);
}

.section-5 .tech-badge.redis:hover svg path[fill="#621B1C"] {
    fill: var(--redis--3);
}

.section-5 .tech-badge.redis:hover svg path[fill="#9A2928"] {
    fill: var(--redis--4);
}

.section-5 .tech-badge.redis:hover svg path[fill="#FFF"] {
    fill: var(--redis--5);
}


section.section-5 .text-with-image .tech-badges .tech-badge img {
    width: 27px;
    height: 27px;
    background: rgba(243, 244, 246, 1);
    padding: 3px;
    border-radius: 6px;
}

section.section-5 .text-with-image .tech-badges .tech-badge .tech-context h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 19.5px;
    letter-spacing: 0px;
    margin: 0;
    color: rgba(17, 17, 17, 1);
}

section.section-5 .text-with-image .tech-badges .tech-badge .tech-context p {
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    margin: 0;
    color: rgba(156, 163, 175, 1);
}

.section-6 ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0px;
    color: rgba(93, 95, 95, 1);
}

.section-6 .form-card {
    /* margin: 0 auto; */
    padding: 32px;
    background: #ffffff;
    border-radius: 6px;
    outline: 1px solid #e5e5e5;
    outline-offset: -1px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    max-width: 558px;
}

.section-6 .form-row {
    display: flex;
    gap: 16px;
}

.section-6 .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.section-6 .form-label {
    color: #111111;
    font-size: 13px;
    font-weight: 600;
    line-height: 19.5px;
}

.section-6 .form-input {
    height: 40px;
    padding: 0 14px;
    background: #fafafa;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    font-family: "Space Grotesk", sans-serif;
    font-size: 13px;
    color: #111111;
    outline: none;
    /* max-width: 238px; */
}

.section-6 .form-input::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-size: 11px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
}

.section-6 .form-input:focus {
    border-color: #111111;
}

.section-6 .form-textarea {
    min-height: 131px;
    padding: 12px 14px;
    background: #fafafa;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    font-family: "Space Grotesk", sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #111111;
    outline: none;
    resize: none;
}

.section-6 .form-textarea::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-size: 11px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    line-height: 21px;
}

.section-6 .form-textarea:focus {
    border-color: #111111;
}

.section-6 .form-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-6 .form-fields .form-row+.form-group {
    margin-top: 0;
}

.section-6 .form-submit {
    width: 100%;
    height: 44px;
    color: #111111;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    background: #ffffff;
    font-size: 16px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    line-height: 21px;
    filter: invert(1);
}

.section-6 .form-submit svg {
    width: 16px;
    height: 16px;
}

.section-6 .form-submit:hover img {
    transform: translateX(10px);
}

.section-6 .form-disclaimer {
    text-align: center;
    color: #9ca3af;
    font-size: 11px;
    font-weight: 400;
    line-height: 19.5px;
    margin: 0;
}

.footer .footer-section-1 .app-logo-with-text img {
    width: 103px;
    height: auto;
    filter: invert(1);
}

@media(min-width:1290px) {
    .section-5 .tech-badges {
        justify-content: center;
    }
}

@media (max-width: 990px) {
    .customization-section__cards {
        width: calc(100% - 2rem);
        justify-content: space-between;
    }

    .section-4 .content {
        position: relative;
        width: calc(100% - 11rem);
    }

    .section-6 .form-card {
        margin: 0 auto;
    }

    .section-6 .text-with-image {
        gap: 0rem;
    }

    .section-6 .text-with-image .text {
        text-align: left;
    }

    .section-6 .text-with-image .text .app-store-tag {
        justify-self: left;
    }
}

@media (max-width: 900px) {

    .section-4 .content .indexes,
    .section-4 .content .steps {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .section-4 .content .indexes {
        display: none;
    }

    .section-4 .content .steps .step:nth-child(1),
    .section-4 .content .steps .step:nth-child(2),
    .section-4 .content .steps .step:nth-child(3),
    .section-4 .content .steps .step:nth-child(4) {
        grid-column: 1 / -1;
        border: 1px solid rgba(229, 229, 229, 1);
        border-radius: 6px;
        padding: 12px;
    }

    .section-4 .content .steps .step {
        max-width: 100%;
    }
}

@media (max-width: 800px) {

    .customization-card_ {
        flex: 0 0 calc((100% - 25px) / 2);
    }
}

@media (max-width: 768px) {

    .text-with-image .text,
    .text-with-image .viewable.d--flex {
        flex-wrap: wrap;
    }

    .text-with-image .viewable.d--flex .screen {
        flex: unset;
        max-width: 100%;
        width: 100%;
    }

    .customization-section {
        padding: 24px 20px !important;
    }

    .customization-section__cards {
        width: calc(100% - 0rem);
    }

    .section-4 .content {
        position: relative;
        width: calc(100% - 5rem);
    }
}

@media (max-width:550px) {
    .section-6 .form-row {
        flex-direction: column;
    }

    .customization-card_ {
        flex: 0 0 calc((100% - 0px) / 1);
    }
}

@media (max-width:480px) {
    .section-4 .content {
        position: relative;
        width: calc(100% - 2rem);
    }
}