::-moz-selection {
    color: #fff;
    background: #000;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #000;
    text-shadow: none;
}

html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

a,
body,
button,
div,
footer,
form,
h1,
h2,
h3,
header,
html,
img,
input,
label,
li,
nav,
p,
select,
span,
table,
textarea,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}

button,
input,
select,
textarea {
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    color: inherit;
}

li,
ul {
    list-style: none;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0;
}

button:hover,
input[type="submit"]:hover {
    cursor: pointer;
}

.button-req-demo {
    cursor: pointer;
    display: flex;
    width: 135px;
    margin-top: 40px;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    font-family: "Inter", sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.button-req-demo::before {
    content: '';
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: #000;
    position: absolute;
    transform: translateX(-110%);
    transition: all .25s ease-in-out;
}

.button-req-demo:hover::before {
    transform: translateX(0);
}

textarea {
    overflow: auto;
}

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

a,
img,
picture,
svg,
video {
    display: block;
}

img,
svg,
video {
    width: 100%;
    height: auto;
}

svg {
    height: 100%;
}

iframe {
    position: absolute;
}

#svg {
    position: fixed;
    width: 0;
    height: 0;
}

html {
    cursor: default;
    -webkit-tap-highlight-color: transparent;
}

body {
    overscroll-behavior: none;
    -webkit-overflow-scrolling: auto;
}

section {
    position: relative;
}

.h {
    width: 100%;
    position: relative;
    color: #1e1e1e;
}


.button-container-top .button-req-demo {
    margin-top: 20px;
    width: 70px;
}

.h-w {
    max-width: 100%;
}

.h-b {
    position: relative;
    max-height: 98vh;
    overflow: hidden;
    margin: 0;
}

.h-c .logo {
    margin-bottom: 40px;
}

.h-c .logo svg {
    width: 50px;
}

.h-c .logo svg path {
    fill: #b0bbcf;
}

.h-b img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: translateY(-15%);
}

.h-c {
    font-family: "Inter", sans-serif;
    margin: calc((40 / 1728) * 100vw);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.h-c h1 {
    font-size: calc((48 / 1728) * 100vw);
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    mix-blend-mode: difference;
}

.h-c > a {
    font-size: calc((14 / 1728) * 100vw);
    display: flex;
    flex-direction: row;
    gap: calc((10 / 1728) * 100vw);
    font-weight: 500;
}

.h-c > a img {
    max-width: calc((14 / 1728) * 100vw);
}

.a-w {
    color: #1e1e1e;
    max-width: calc((900 / 1728) * 100vw);
    padding-top: calc((40 / 1728) * 100vw);
    padding-bottom: calc((40 / 1728) * 100vw);
    margin: 0 auto;
    font-family: "Inter", sans-serif;
}

.a-w h2 {
    font-size: calc((36 / 1728) * 100vw);
    margin-top: calc((40 / 1728) * 100vw);
    margin-bottom: calc((40 / 1728) * 100vw);
    font-weight: 500;
}

.a-w p {
    font-size: calc((40 / 1728) * 100vw);
    max-width: 50vw;
    margin: 5vw auto;
    text-indent: 5vw;
}

.s {
    margin-top: calc((40 / 1728) * 100vw);
    margin-bottom: calc((40 / 1728) * 100vw);
    background-color: #1e1e1e;
    color: #fff;
    font-family: "Inter", sans-serif;
    position: relative;
    height: fit-content;
    padding-bottom: calc((40 / 1728) * 100vw);
}

.button-container {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}

.button-container .button-req-demo {
    justify-content: center;
    border-color: rgba(255, 255, 255, 0.1);
}

.button-container .button-req-demo::before {
    background-color: #FFF;
}

.s-t {
    font-size: calc((40 / 1728) * 100vw);
    padding-left: calc((40 / 1728) * 100vw);
    padding-top: calc((40 / 1728) * 100vw);
    padding-bottom: calc((40 / 1728) * 100vw);
    text-align: center;
}

.s-w {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: calc((90 / 1728) * 100vw) auto;
    column-gap: calc((80 / 1728) * 100vw);
    row-gap: calc((20 / 1728) * 100vw);
    max-width: 1200px;
}

.s-c {
    max-width: calc(100vw / 2.5 - ((40 / 1728) * 100vw));
}

.s-c-b {
    margin: auto;
}

.s-c-c {
    font-family: "Inter", sans-serif;
    padding-right: 50px;
    margin-top: calc((20 / 1728) * 100vw);
    padding-bottom: calc((20 / 1728) * 100vw);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.s-c-c h3 {
    font-size: calc((20 / 1728) * 100vw);
    margin-bottom: calc((15 / 1728) * 100vw);
}

.s-c-c p {
    font-size: calc((16 / 1728) * 100vw);
}

.w {
    color: #1e1e1e;
    font-family: "Inter", sans-serif;
    position: relative;
    margin-top: calc((240 / 1728) * 100vw);
    margin-bottom: calc((240 / 1728) * 100vw);
    display: flex;
    justify-content: flex-end;
}

.w-w {
    display: flex;
    justify-content: space-between;
}

.w-w .content {
    padding-left: 10%;
    flex: 0 0 30%;
    padding-right: 30px;
}

.w-w .content .w-t2 {
    margin-top: 70px;
}

.w-t1 {
    font-size: calc((50 / 1728) * 100vw);
    font-weight: 500;
    max-width: calc((500 / 1728) * 100vw);
    left: calc((-100 / 1728) * 100vw);
    z-index: 1;
    position: relative;
}

.w-t2 {
    max-width: calc((600 / 1728) * 100vw);
}

.w-m {
    max-width: 90vw;
    margin: 0;
}

.c {
    font-family: "Inter", sans-serif;
    padding: calc((20 / 1728) * 100vw);
    margin-top: calc((100 / 1728) * 100vw);
    background-color: #1e1e1e;
    color: #fff;
    display: flex;
    align-items: flex-start;
    gap: calc((50 / 1728) * 100vw);
}

.c-f {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc((100 / 1728) * 100vw);
    margin-left: calc((40 / 1728) * 100vw);
    padding-top: calc((40 / 1728) * 100vw);
}

.c-f .footer-content {
    flex: 0 0 50%;
}

.c-f .footer-content .footer-logo {
    margin-bottom: 50px;
}

.c-f .footer-content .footer-logo svg {
    height: 40px;
    width: auto;

}

.c-f .footer-content .footer-logo svg path {
    fill: #FFF;
}

.c-f .footer-content p {
    width: 70%;
}

.c-f .form-container {
    flex: 1 auto;
}

.c-f .form-container h4 {
    color: rgba(255, 255, 255, 0.5);
}

.c-f .form-container .cf-h {
    margin-top: 0;
}


.c-f .form-container .cf-f {
    margin-top: 50px;
    margin-bottom: 0;
}

.copy {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.copy a {
    color: #FFF;
    text-decoration: underline;
    display: inline-block;
}

.c-f p {
    width: 50%;
    font-size: calc((20 / 1728) * 100vw);
    margin-bottom: calc((40 / 1728) * 100vw);
}

.c-f form {
    width: 70%;
    font-size: calc((20 / 1728) * 100vw);
}

.c-f form input {
    width: 100%;
    padding: 0.96vw 0 0.56vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.c-f form button {
    width: fit-content;
    padding: 0.56vw 2vw;
    background-color: #fff;
    color: #1e1e1e;
    cursor: pointer;
    margin-top: 3vw;
    transition: all .45s ease-in-out;
}

.c-f form button:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.disabled-desktop {
    display: none;
}

@media (max-width: 493px) {
    html, body {
        overflow-x: hidden;
    }

    section {
        width: 100vw !important;
        overflow: hidden;
    }

    .disabled-mobile {
        display: none;
    }

    .disabled-desktop {
        display: block;
    }

    .copy {
        margin-top: 30px;
    }

    .h-c-content:before {
        top: 0;
        left: 0;
        height: 60px;
        width: 100vw;
        content: '';
        z-index: 7;
        background-color: #FFF;
        position: fixed;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    }

    .h-c-content h1 {
        margin-top: 80px;
    }

    .button-container-top,
    .h-c-content .logo {
        top: 10px;
        z-index: 9;
        position: fixed;
    }

    .button-container-top {
        right: 20px;
    }

    .button-container-top .button-req-demo {
        margin-top: 8px;
    }

    .h-c-content .logo {
        left: 20px;
    }

    .h-c .logo svg {
        width: 30px;
    }

    .h-c .logo svg path {
        fill: #000;
    }

    .h-c {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .h-c h1 {
        font-size: calc((28 / 493) * 100vw);
        font-weight: 500;
    }

    .h-c > a {
        font-size: calc((14 / 493) * 100vw);
        gap: calc((10 / 493) * 100vw);
        margin-top: calc((40 / 493) * 100vw);
        margin-bottom: calc((20 / 493) * 100vw);
    }

    .h-c > a img {
        max-width: calc((14 / 493) * 100vw);
    }

    .a-w {
        max-width: 100%;
        padding-top: 0;
        padding-bottom: calc((40 / 493) * 100vw);
        padding-left: calc((30 / 493) * 100vw);
        padding-right: calc((30 / 493) * 100vw);
    }

    .a-w h2 {
        font-size: calc((36 / 493) * 100vw);
        margin-top: calc((40 / 493) * 100vw);
        margin-bottom: calc((40 / 493) * 100vw);
        font-weight: 500;
    }

    .a-w p {
        font-size: calc((20 / 493) * 100vw);
        max-width: 100vw;
    }

    .s {
        margin-bottom: 0;
        padding-bottom: calc((40 / 493) * 100vw);
    }

    .s-t {
        margin-left: calc((40 / 493) * 100vw);
        font-size: calc((30 / 493) * 100vw);
        padding-left: 0;
        padding-top: calc((40 / 493) * 100vw);
        padding-bottom: 0;
        text-align: left;
    }

    .s-w {
        margin: calc((40 / 493) * 100vw);
        column-gap: calc((80 / 493) * 100vw);
        row-gap: calc((20 / 493) * 100vw);
    }

    .s .button-container {
        padding-left: calc((40 / 493) * 100vw);
        justify-content: flex-start;
    }

    .s-c {
        max-width: 100%;
    }

    .s-c-b {
        margin: auto;
    }

    .s-c-c {
        font-family: "Inter", sans-serif;
        margin-top: calc((20 / 493) * 100vw);
        padding-bottom: calc((20 / 493) * 100vw);
        border-bottom: 1px solid #fff;
    }

    .s-c-c h3 {
        font-size: calc((20 / 493) * 100vw);
        margin-bottom: calc((15 / 493) * 100vw);
        font-weight: 500;
    }

    .s-c-c p {
        font-size: calc((16 / 493) * 100vw);
    }

    .w {
        margin-top: 0;
        margin-bottom: calc((40 / 493) * 100vw);
        min-height: unset;
    }

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

    .w-t1 {
        font-size: calc((30 / 493) * 100vw);
        font-weight: 500;
        max-width: calc((500 / 493) * 100vw);
        margin-top: calc((30 / 493) * 100vw);
        margin-bottom: calc((30 / 493) * 100vw);
        left: 0;
        z-index: 1;
        position: relative;
    }

    .w-t2 {
        margin-top: 0 !important;
        margin-bottom: calc((30 / 493) * 100vw);
        max-width: unset;
    }

    .w-m {
        max-width: 100vw;
        margin: 0 auto;
    }

    .c {
        padding: calc((20 / 493) * 100vw);
        background-color: #1e1e1e;
        color: #fff;
        display: flex;
        align-items: flex-start;
        gap: calc((50 / 493) * 100vw);
    }

    .c-f {
        display: flex;
        flex-direction: column;
        margin-bottom: calc((100 / 493) * 100vw);
        margin-left: calc((20 / 493) * 100vw);
        margin-right: calc((40 / 493) * 100vw);
        padding-top: calc((40 / 493) * 100vw);
    }

    .c-f p {
        width: 100% !important;
        font-size: calc((17 / 493) * 100vw);
        margin-bottom: calc((40 / 493) * 100vw);
        line-height: 20px;
    }

    .c-f form {
        width: 100%;
        font-size: calc((20 / 493) * 100vw);
        margin-left: 0;
    }

    .c-f form input {
        width: 100%;
        padding: 0.56vw;
        border-bottom: 1px solid #fff;
        margin-bottom: calc((20 / 493) * 100vw);
    }

    .c-f form button {
        width: fit-content;
        padding: 1.5vw 5vw;
        background-color: #fff;
        color: #1e1e1e;
        cursor: pointer;
        margin-top: calc((50 / 493) * 100vw);
    }
}
