.landing .landing-text-spacer-top-cyan {
    border-radius: 2px;
    background-color: #64c8b2;
    position: relative;
    width: 39px;
    height: 4px;
    left: 0px;
    margin-top: 0px;
    margin-bottom: 33px;
}

@media screen and (max-width: 991px) {
    .landing .landing-text-spacer-top-cyan {
        margin-top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.landing .landing-text-subtitle-top-cyan {
    color: #64c8b2;
}

.landing .landing-text-spacer {
    background-color: #64c8b2;
}

.landing .landing-text-subtitle {
    color: #64c8b2;
}

.subcut-image-auto {
    position: absolute;
    left: 0px;
    height: 682px;
    background-image: url(/static/website/images/subcut-auto-4000.jpg);
    /* background-image: url(https://via.placeholder.com/4000x682.png?text=Auto+Full); */
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.subcut-image-filters {
    position: absolute;
    left: 0px;
    height: 682px;
    background: url(/static/website/images/subcut-filterbuttons-4000.jpg);
    /* background-image: url(https://via.placeholder.com/4000x682.png?text=Filters+Full); */
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.subcut-image-sine {
    position: absolute;
    left: 0px;
    height: 682px;
    /* background: url(/static/website/images/subcut-filterbuttons-4000.jpg); */
    background-image: url(https://via.placeholder.com/4000x682.png?text=Sine+Full);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.subcut-image-auto-mobile {
    height: 496px;
    background-image: url(/static/website/images/subcut-auto-mobile.jpg);
    /* background-image: url(https://via.placeholder.com/992x496.png?text=Auto+Mobile); */
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.subcut-image-filters-mobile {
    height: 496px;
    background-image: url(/static/website/images/subcut-filterbuttons-mobile.jpg);
    /* background-image: url(https://via.placeholder.com/992x496.png?text=Filters+Mobile); */
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.subcut-image-sine-mobile {
    height: 496px;
    /* background-image: url(/static/website/images/subcut-filterbuttons-mobile.jpg); */
    background-image: url(https://via.placeholder.com/992x496.png?text=Sine+Mobile);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.subcut-gradient {
    position: absolute;
    left: 0px;
    height: 496px;
    width: 100%;
    background-image: url("/static/website/images/subcut-gradient.png");
    /* background-image: url("https://via.placeholder.com/328x336"); */
    background-repeat: repeat-x;
}

.subcut-image-container-auto {
    height: 682px;
}

.subcut-image-container-filters {
    height: auto;
}

.subcut-image-container-sine {
    height: auto;
}


.subcut-video {
    background-color: rgb(26, 27, 29);
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border: 1px solid rgb(0, 0, 0);
    overflow: hidden;
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 475px) {
    .subcut-video {
        background-color: rgb(26, 27, 29);
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        border: 1px solid rgb(0, 0, 0);
        overflow: hidden;
        display: block;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}

.waveform-button-subcut {
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
    border: 0px;
    background: #1a1b1d;
    padding: 15px 0px 50px 0px;
}

.colour-cyan {
    color: #64c8b2;
}

.product-info-container {
    height: 682px;
}

@media screen and (max-width: 991.98px) {
    .product-info-container {
        height: auto;
    }
}

.landing .download-demo-description {
    color: #ababab;
}

.landing .download-demo-link {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(146, 146, 146);
    line-height: 1.2;
    text-align: left;
}

.landing .download-demo-link:hover {
    text-decoration: none;
    color: #64c8b2;
}

.landing .landing-text-trial {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins";
    color: rgb(86, 86, 86);
    line-height: 1.714;
}
