﻿.landing03-hero-text {
    position: relative;
    display: table-cell;
    top:150px;
    height: 100%;
}

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

.aria-landing03-header01 {
    font-family: 'Futura-Medium', sans-serif;
    color: white;
    font-size: 5vmin;
    font-weight: 600;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 3px;
}

.aria-landing03-header01s {
    font-family: 'Futura-Medium', sans-serif;
    color: white;
    font-size: 2.8vmin;
    font-weight: 600;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 3px;
}

.aria-landing03-header02 {
    font-family: 'Futura-Medium', sans-serif;
    color: #f2582a;
    font-size: 8vmin;
    font-weight: 500;
    font-style: italic;
    /*    line-height: 36px;*/
}

.aria-landing03-header03 {
    font-family: 'Futura-Medium', sans-serif;
    color: white;
    font-size: 3vmin; /*14px;*/
    font-style: normal;
    line-height: 16px;
}

.aria-landing03-header04 {
    font-family: 'Futura-Medium', sans-serif;
    color: white;
    font-size: 3.2vmin; /*14px;*/
    font-weight: normal;
    font-style: normal;
    line-height: 22px;
}

.landing03-dropiton{
    padding-top: 0px;
}

.landing03-text-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.landing03-dropiton-container {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
}

.landing03-dropzone {
    padding-top: 20px;
}

.aria-dropzone3 {

}

.iconFileDrop {
    max-height: 150px;
    cursor: pointer;
    animation: pulse 1.4s linear infinite;
}

.panel-listen {
    text-align: center;
    padding: 0px 0px 20px 0px;
}

.panel-listen-text {
    padding-left: 60px;
    padding-right: 60px;
}

.panelsystem {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left:20px;
    padding-right:20px;
}

.aria-get-started {
    padding-top:30px;
    text-align: center;
}

.landing03-getstarted-button {
    font-family: 'Futura-Medium', sans-serif;
    background-color: #f2582a;
    color: white;
    font-size: 2.9vmin;
    border-radius: 10px;
    width: auto;
}

    .landing03-getstarted-button:hover,
    .landing03-getstarted-button:focus,
    .landing03-getstarted-button:focus-visible,
    .landing03-getstarted-button:active,
    .landing03-getstarted-button.active,
    .landing03-getstarted-button:visited {
        background-color: #e23f0e !important;
        color: white !important;
    }

@media (min-width: 768px) {

    .aria-get-started {
        padding-top: 80px;
        text-align: center;
    }

    .landing03-getstarted-button {
        font-size: 3.0vmin;
    }

    .panel-listen {
        text-align: center;
        padding: 0px 0px 60px 0px;
    }

    .panel-listen-text {
        padding-left: 0px;
        padding-right: 0px;
    }

    .panelsystem {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .aria-landing03-analog-container {
        padding: 80px 0px 80px 0px !important;
    }

    .aria-landing-03-alt-container {
        padding: 80px 0px 80px 0px !important;
    }

    .iconFileDrop {
        max-height: 150px;
        cursor: pointer;
    }
    
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }

    .landing03-dropiton-container {
        display: flex;
        flex-direction: column;
        padding-top:20px;
    }

    .aria-landing03-header01 {
        color: white;
        font-size: 5vmin;
        font-weight: 600;
        font-style: normal;
        line-height: 38px;
        letter-spacing:3px;
    }

    .aria-landing03-header01s {
        color: white;
        font-size: 2.8vmin;
        font-weight: 600;
        font-style: normal;
        line-height: 38px;
        letter-spacing: 3px;
    }

    .aria-landing03-header04 {        
        color: white;
        font-size: 2.6vmin; /*14px;*/
        font-weight: normal;
        font-style: normal;
        line-height: 24px;
    }

    .landing03-text-padding {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    .landing03-dropzone {
        padding-top: 20px;
    }
}

@media (min-width: 992px) {

    .aria-get-started {
        padding-top: 80px;
        text-align: center;
    }

    .landing03-getstarted-button {
        font-size: 3.2vmin;
    }

    .panel-listen {
        text-align: center;
        padding: 0px 0px 60px 0px;
    }

    .panel-listen-text {
        padding-left: 0px;
        padding-right: 0px;
    }

    .panelsystem {
        padding-top: 100px;
        padding-bottom: 80px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .aria-landing03-analog-container {
        padding: 80px 0px 80px 0px !important;
    }

    .aria-landing-03-alt-container {
        padding: 80px 0px 80px 0px !important;
    }

    .padding-top{
        padding-top: 30px;
    }

    .padding-right-80 {
        padding-right: 80px !important;
    }

    #listenpanel {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row;
    }

    .aria-dropzone3 {
        width: 120px;
        height: 120px;
    }

    .iconFileDrop {
        max-height: 120px;
        cursor: pointer;
    }

    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }

    .landing03-dropiton-container {
        display: flex;
        flex-direction: row;
        padding-top: 20px;
    }

    .aria-landing03-header01 {
        color: #7e2317;
        font-size:4vmin;
        font-weight: 600;
        font-style: normal;
        line-height: 32px;
        letter-spacing:3px;
    }

    .aria-landing03-header01s {
        color: #7e2317;
        font-size: 2.6vmin;
        font-weight: 600;
        font-style: normal;
        line-height: 32px;
        letter-spacing: 3px;
    }

    .aria-landing03-header04 {
        color: #511814;
        font-size: 2.0vmin; /*14px;*/
        font-weight: normal;
        font-style: normal;
        line-height: 22px;
        letter-spacing: 0px;
    }

    .landing03-text-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .landing03-dropzone {
        padding-top: 20px;
    }
}

@media (min-width: 1400px) {
    .padding-right-80 {
        padding-right: 0px !important;
    }

    .padding-top {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {

    .padding-top {
        padding-top: 40px;
    }

    .aria-get-started {
        padding-top: 80px;
        text-align: center;
    }

    .landing03-getstarted-button {
        font-size: 3.4vmin;
    }

    .panel-listen {
        text-align: center;
        padding: 0px 0px 60px 0px;
    }

    .panel-listen-text {
        padding-left: 0px;
        padding-right: 0px;
    }

    .panelsystem {
        padding-top: 100px;
        padding-bottom: 80px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .aria-landing03-analog-container {
        padding: 80px 0px 80px 0px !important;
    }

    .aria-landing-03-alt-container {
        padding: 80px 0px 80px 0px !important;
    }

    .padding-right-80 {
        padding-right: 40px !important;
    }

    #listenpanel {
        width: 100%; 
        display: flex; 
        justify-content: center; 
        align-items: center; 
        flex-flow: row;
    }

    .aria-dropzone3 {
        width: 150px;
        height: 150px;
    }

    .iconFileDrop {
        max-height: 150px;
        cursor: pointer;
    }

    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }

    .landing03-dropiton-container {
        display: flex;
        flex-direction: row;
        padding-top:20px;
    }

    .aria-landing03-header01 {
        color: #7e2317;
        font-size: 5.5vmin;
        font-weight: 600;
        font-style: normal;
        line-height: 40px;
        letter-spacing: 2.5px;
    }

    .aria-landing03-header01s {
        color: #7e2317;
        font-size: 3vmin;
        font-weight: 600;
        font-style: normal;
        line-height: 40px;
        letter-spacing: 2.5px;
    }

    .aria-landing03-header04 {
        color: #511814;
        font-size: 2vmin; /*14px;*/
        font-weight: normal;
        font-style: normal;
        line-height: 22px;
        letter-spacing:1px;
    }

    .landing03-text-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .landing03-dropzone {
        padding-top: 0px;
    }
}

@media (max-width: 992px){

    .padding-top {
        padding-top: 0px;
    }

    #listenpanel {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;        
    }

    .padding-bottom-40 {
        padding-bottom:40px;
    }

}

.aria-landing02-listen {
    position: relative;
}

.aria-landing02-listen-left {
    background-image: url('/Media/Images/Landing/01/listen-left.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 480px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    /* (img-height / img-width * width) */
    /* (853 / 1280 * 100) */
}

.aria-landing02-listen-right {
    background-image: url('/Media/Images/Landing/01/listen-right.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* (img-height / img-width * width) */
    /* (853 / 1280 * 100) */
}

.aria-landing03-label-header {
    font-family: "Futura-Medium", "Century Gothic Paneuropean";
    color: #f2582a;
    font-size: 4vmin;
    font-weight: bold;
    font-style: normal;
    line-height: 4vmin;
}

.aria-landing03-label {
    font-family: "Futura-Medium", "Century Gothic Paneuropean";
    color: #343434 !important;
    font-size: 5.2vmin;
    font-weight: normal;
    font-style: normal;
    line-height: 6vmin;
}

.aria-landing03-smaller-label {
    font-family: "Futura-Medium", "Century Gothic Paneuropean";
    color: #343434 !important;
    font-size: 4.4vmin;
    font-weight: normal;
    font-style: normal;
    line-height: 6vmin;
}

.aria-landing03-xsmall-label {
    font-family: "Futura-Medium", "Century Gothic Paneuropean";
    color: #343434 !important;
    font-size: 2.0vmin;
    font-weight: normal;
    font-style: normal;
    line-height: 4vmin;
}

.aria-landing03-xsmall-title {
    font-family: "Futura-Medium", "Century Gothic Paneuropean";
    color: #343434 !important;
    font-size: 2.6vmin;
    font-weight: normal;
    font-style: normal;
    line-height: 4vmin;
}


.aria-landing02-label {
    font-family: "Futura-Medium", "Century Gothic Paneuropean"; 
    color: white;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    line-height: 18px;
}

.aria-landing02-labelsm {
    font-family: "Futura-Medium", "Century Gothic Paneuropean";
    color: white;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: 18px;
}

.aria-landing02-hearit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 600;
    text-align:center;
    padding-top:30px;
}

.aria-landing02-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 600;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50%);
}

.aria-landing02-hearit-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 600;
    text-align: center;
    padding-top: 30px;
}
.aria-landing02-listen-container {
    padding-bottom: 40px;
}


.aria-landing02-testimonial-container {
    padding-bottom: 00px;
}

.aria-landing03-header {
    font-family: "Futura-Medium", "Century Gothic Paneuropean";
    color: #343434 !important;
    font-size: 5.4vmin;
/*    font-weight: bold;*/
    font-style: normal;
    line-height: 30px;
}

.aria-landing02-genre-container {
    background-color: white;
    padding-bottom: 40px;
    padding-top: 40px;
}


.aria-landing02-pricing-container {
    background-color: #f6f6f6;
    padding-bottom: 40px;
    padding-top:40px;
}

.aria-landing03-header-pricing {
    font-family: "Futura-Medium", "Century Gothic Paneuropean";
    color: #f2582a;
    font-size: calc(1em + 3vw);
    font-weight: 900;
    font-style: normal;
    line-height: 36px;
}

.aria-landing03-header-pricing-label {
    font-family: "Futura-Medium", "Century Gothic Paneuropean";
    color: #f2582a;
    font-size: calc(1em + 2vw);
    font-weight: 300;
    font-style: normal;
    line-height: 36px;
    /*text-decoration: underline #f1582a;*/
    text-underline-offset: 20px;
}

.aria-landing02-header-unlimited-label {
    font-family: "Futura-Medium", "Century Gothic Paneuropean";
    color: #f2582a;
    font-size: calc(1em + 4vw);
    font-weight: 900;
    font-style: italic;
    line-height: 36px;
    text-decoration: #f1582a;
    text-underline-offset: 20px;
}

.aria-landing02-separator {
    display: flex;
    flex-direction: row;
}

.aria-landing02-separator:before, .aria-landing02-separator:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid black;
    margin: auto;
}

.aria-landing02-separator:before {
    margin-right: 10px
}

.aria-landing02-separator:after {
    margin-left: 10px
}

.aria-landing02-sub-container {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 20px 20px;
    margin:10px;
}

.aria-landing03-main-container {
    border-bottom: 2px solid #f2efef;
}

.aria-landing03-video-container {
    background-color: #f6f6f6;
    padding-bottom: 0px;
    padding-top: 0px;
}

.aria-landing03-analog-container {
    background-color: #f6f6f6;
    border-top: 2px solid #f2efef;
    padding: 40px 0px 40px 0px;
}

.aria-landing-03-alt-container {
    background-color: white;
    border-top: 2px solid #f2efef;
    padding: 40px 0px 40px 0px;
}

.aria-landing03-analog-container-nb {
    background-color: #f6f6f6;
    padding-bottom: 0px;
    padding-top: 40px;
}

.aria-landing-03-end-container {
    padding: 120px 0px 120px 0px;
    background-color: #f2582a
}

.aria-landing02-sub-header {
    font-family: "Futura-Medium", "Century Gothic Paneuropean";
    color: #636363;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    line-height: 36px;
}

.aria-landing02-sub-pricing {
    font-family: "Futura-Medium", "Century Gothic Paneuropean";
    color: #f2582a;
    font-size: 46px;
    font-weight: 900;
    font-style: normal;
    line-height: 36px;
}

.aria-landing02-sub-pricing-mo {
    font-family: "Futura-Medium", "Century Gothic Paneuropean";
    color: #f2582a;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    line-height: 36px;
}

.aria-landing02-sub-check {
    font-family: "Futura-Medium", "Century Gothic Paneuropean";
    color: #f2582a;
    font-size: 20px;
}

.aria-landing02-purchase-button {
    font-family: 'Futura-Medium', sans-serif;
    background-color: #f2582a;
    color: white;
    font-size: 2.6vmin;
    border-radius: 10px;
    width: auto;
}

    .aria-landing02-purchase-button:hover,
    .aria-landing02-purchase-button:focus,
    .aria-landing02-purchase-button:focus-visible,
    .aria-landing02-purchase-button:active,
    .aria-landing02-purchase-button.active,
    .aria-landing02-purchase-button:visited 
    {
        background-color: #e23f0e !important;
        color: white !important;
    }

.aria-landing02-getstarted {
    /*    background-image: url('/Media/Images/Landing/01/get_started.webp');*/
    /*    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
    background-color: #f1592a; 
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: bottom;
    /* (img-height / img-width * width) */
    /* (853 / 1280 * 100) */
}

.aria-landing02-upload-track {
    cursor: pointer;
}

.equal {
    display: flex;
    flex-wrap: wrap;
}

.orangeLabel {
    font-weight: bold;
    color: #575757;
    font-family: 'Futura-Medium', sans-serif;
    font-size: 4.4vmin;
}

.darkLabel {
    font-weight: bold;
    color: #9e9e9e !important;
    font-family: 'Futura-Medium', sans-serif;
    font-size: 4.4vmin;
}

.ariagearcontainer {
    padding-top: 80px;
}

.howitworkspanel {
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 20px;
}

.princing-box {
    text-align: center;
    padding-top: 20px;
}

@media (max-width: 699px) {
    .aria-landing03-smaller-label {
        font-size: 4.4vmin;
    }

    .testimonial {
        padding: 10px 0;
    }

    .howitworkspanel {
        margin-left: 60px;
        margin-right: 60px;
        margin-top: 20px;
    }

    .ariagearcontainer {
        padding-top: 80px;
    }

    .orangeLabel {
        font-size: 4.4vmin;
    }

    .darkLabel {
        font-size: 4.4vmin;
    }

    .aria-landing03-header {
        line-height: 30px;
    }

    .aria-landing03-label {
        font-size: 5.2vmin;
        line-height: 6vmin;
    }

    .aria-landing02-purchase-button {
        font-size: 2.4vmin;
    }

    .aria-landing03-mobile {
        display:block;
    }

    .aria-landing03-desktop {
        display: none;
    }
}

@media (min-width: 700px) {

    .princing-box {
        text-align: center;
        padding-top: 60px;
    }

    .aria-landing03-smaller-label {
        font-size: 3.2vmin;
    }

    .testimonial {
        padding: 50px 0 !important;
    }

    .howitworkspanel {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 40px;
    }

    .ariagearcontainer {
        padding-top: 120px;
    }

    .orangeLabel {
        font-size: 4.0vmin;
    }

    .darkLabel {
        font-size: 4.0vmin;
    }

    .aria-landing03-header {
        line-height: 46px;
    }

    .aria-landing03-label {
        font-size: 4.2vmin;
        line-height: 4vmin;
    }

    .aria-landing02-purchase-button {
        font-size: 1.5vmin;
    }

    .aria-landing03-mobile {
        display: none;
    }

    .aria-landing03-desktop {
        display: block;
    }
}


.testimonial-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

.testimonial {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}


.testimonial .image {
    height: 170px;
    width: 170px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
}

.slide p {
    text-align: center;
    padding: 0 160px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.slide .quote-icon {
    font-size: 30px;
    color: #4070f4;
}

.slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details .name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.details .job {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    text-align: center;
}
/* swiper button css */
.nav-btn {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

    .nav-btn:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .nav-btn::after,
    .nav-btn::before {
        font-size: 20px !important;
        color: #fff;
    }

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
    background-color: #4070f4;
}

@media screen and (max-width: 768px) {
    .slide p {
        padding: 0 20px;
    }

    .nav-btn {
        display: none !important;
    }
}

.textsplitter > .word {
    opacity: 0.3;
}

.aria-landing03-header-testimonial {
    font-family: 'Futura-Medium', sans-serif;
    color: #f2582a;
    font-size: 8vmin;
    /*    font-weight: 300;*/
    font-style: normal;
    line-height: 36px;
}

.aria-landing03-header-getstarted {
    font-family: 'Futura-Medium', sans-serif;
    color: #f2582a;
    font-size: 18vmin;
    font-style: normal;
    line-height: 36px;
}



/*---------------------------------------------------------------*/

.skin3 button {
    border: 3px solid #e0e0e0;
    color: white;
    background-color: #f3542c;
}

    .skin3 button:hover {
        border-color: #e0e0e0;
        color: white;
        background-color: #4b4a4a;
    }

    .skin3 .button-on {
        border-color: #e0e0e0;
        color: white;
        background-color: #4b4a4a;
        padding: 16px 16px;
        outline: 0;
        border-radius: 12px;
    }

    .skin3 button:focus {
        border-color: #e0e0e0;
        color: white;
        background-color: #4b4a4a;
        padding: 16px 16px;
        outline: 0;
        border-radius: 12px;
    }

        .skin3 button:focus:first-of-type {
            border-radius: 30px 12px 12px 30px;
        }

        .skin3 button:focus:last-of-type {
            border-radius: 12px 30px 30px 12px;
        }

* {
    font-family: 'Muli', sans-serif;
}

.listenbutton::-moz-focus-inner {
    border: 0;
}

.listenbutton {
    outline: 0;
}

.group-container {
    height: 100px;
    display: grid;
    place-items: center;
    justify-items: center;
}

.multi-button {
    font-size: 0;
}

.listenbutton {
    font-weight: 800;
    background: transparent;
    min-width: 100px;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 15px;
    display: inline-block;
    padding: 10px 16px;
    margin: 0 3px 0 0;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}

    .listenbutton:first-of-type {
        border-radius: 20px 8px 8px 20px;
    }

    .listenbutton:last-of-type {
        border-radius: 8px 20px 20px 8px;
    }

@media only screen and (max-width: 767px) {
    .listenbutton {
        min-width: 80px;
    }
}
 
  

/*---------------------------------------------------------------*/

.listencheckbox {
    display: none;
}

.switch {
    position: relative;
    width: 5.0vmin;
    height: 5.0vmin;
    background-color: rgb(99, 99, 99);
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(126, 126, 126);
    box-shadow: 0px 0px 3px rgb(2, 2, 2) inset;
    transition: 0.5s;
}

    .switch svg {
        width: 1.2em;
    }

        .switch svg path {
            fill: rgb(48, 48, 48);
        }

.listencheckbox:checked + .switch {
    box-shadow: 0px 0px 1px rgb(151, 243, 255) inset, 0px 0px 2px rgb(151, 243, 255) inset, 0px 0px 10px rgb(151, 243, 255) inset, 0px 0px 40px rgb(151, 243, 255), 0px 0px 100px rgb(151, 243, 255), 0px 0px 5px rgb(151, 243, 255);
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(146, 180, 184);
}

    .listencheckbox:checked + .switch svg {
        filter: drop-shadow(0px 0px 5px rgb(151, 243, 255));
    }

        .listencheckbox:checked + .switch svg path {
            fill: rgb(255, 255, 255);
        }

.listencheckbox:active + .switch {
    transform: translate(0em, 0.1em);
    box-shadow: 0px 0px 0.1px rgb(151, 243, 255) inset, 0px 0px 0.2px rgb(151, 243, 255) inset, 0px 0px 1px rgb(151, 243, 255) inset, 0px 0px 10px rgb(151, 243, 255), 0px 0px 50px rgb(151, 243, 255);
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(146, 180, 184);
}

    .listencheckbox:active + .switch svg path {
        box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
        transform: translate(0em, 0.1em);
    }

/*---------------------------------------------------------------*/

#image-sequence {
    position: relative;
    top: 0px;
    left: 0px;
    object-fit: contain;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /*    width: min(100%, calc(100vh - 210px) * 3 / 2)*/
}

.scrolling-text {
    overflow: hidden;
    width: 100%;
/*    height: 100vh;*/
    display: flex;
    align-items: center;
/*    background-color: var(--color-just-black);*/
}

.scrolling-text .rail {
    display: flex;
}

    .scrolling-text .rail h4 {
        font-family: 'Futura-Medium', sans-serif;
        white-space: nowrap;
        font-size: 30vmin;
        font-weight: 600;
        letter-spacing: ls(120);
        line-height: 1em;
        margin: 0 30px 0 0;
        color: white;
    }

/*---------------------------------------------------------------*/


.boxwrapper {
    width: 100%;
    height: 65px;
    margin: auto;
    overflow: hidden;
    bottom: 50%;
    color: black;
}

.box {
    height: 65px;
    position: absolute;
    background: transparent;
    font-size: 30px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.boxes {
    position: relative;
}

.landing03-sticky {
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    display: table;
}

.landing03-child-sticky {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.fileprogresscontainer {
    color: #511814;
}

.uploadcountindicator {
    color: #511814;
    padding-bottom:40px;
}

.progress-bar {    
    background-color: #ffffff !important;
}

.progress-bar-info {
    background-color: #7e2317 !important;
}


.image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    z-index: -1;*/
    pointer-events: none;
    overflow: hidden;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    z-index: -1;*/
    pointer-events: none;
    overflow: hidden;
    background-color: yellow;
}

.imgIntro {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vidIntro {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}