:root {
    --feature-text-padding: 60px;
  }
.container-vh{
    font-family: "eurostile", sans-serif;
    scroll-snap-align: start end;
}

body{
    min-height:100%;
    height:100vh;
    overflow-y:hidden;
}

#header{
    top:0;
}

.scroll-snap-container{
    scroll-snap-type: y mandatory;
    overflow-y: auto;
    overflow-x:hidden;
    scroll-behavior: smooth;
    max-height:calc(100vh - 103px);
    margin-top:103px;
    width:100%;
}

.hero-video-container{
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    pointer-events: none;
    overflow: hidden;
}

.hero-video-container iframe{
    width: 100vw;
    height: 177.778vw;
    min-height: 177.778vw;
    min-width: 56.25vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.rcad-title-banner{
    position:absolute;
    top:63%;
    left:0;
    width:100%;
    min-height:28vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:#00d93f66;
    z-index: 3;
}
.h-100{
    min-height:100%;
}
.rcad-title-banner h1{
    color:white;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: lighter;
    line-height: 1.5em;
    font-family: "eurostile-extended", sans-serif;
    font-weight:normal;
    padding-bottom:0;
    margin-bottom:0;
}
.rcad-title-banner h1 strong{
    font-size: 62px;
    font-family: "eurostile-extended", sans-serif;
    font-weight: 900;
    line-height: 1em;
}

.container-vh{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position:relative;
}

.container-vh>.box-fw{
    height:100%;
    padding:0;
    margin: 0 8%;
}
.container-vh>.box-fw>.row{
    height:100%;
    padding-top:0;
    padding-bottom:0;
}

.container-vh>.box-fw>.row>div{
    height:100%;
}

div.rcad-logo{
    height: 18vh!important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top:3em;
}

h1{
    font-size: 5em;
    font-family: "eurostile", sans-serif;
    font-weight: 900;
}

.dark-bg{
    background-color: rgba(0,0,0,0.5);
}

.pt-0{
    padding-top:0;
}

.feature-text{
    color:white;
    position:relative;
    padding-left: var(--feature-text-padding);
    padding-right: var(--feature-text-padding);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-text p{
    color:white;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom:1em;
}

.feature-text h1{
    margin-bottom:2rem;
}

.pb-0{
    padding-bottom:0;
}

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


.feature-text-bg{
    position: absolute;
    background: rgba(75, 75, 75, 0.08);
    top:0;
    backdrop-filter: brightness(0.75) blur(10px);
}

.learning-center-text{
    mix-blend-mode: overlay;
    font-size: 2em;
    font-family: "eurostile-extended", sans-serif;
    font-weight: 700;
    color:white;
    opacity:40%;
    text-align: right;
    position: absolute;
    margin:0;
    padding:0;
    right:var(--feature-text-padding);
    bottom:30px;
}

.contact-cta-text{
    font-size: 2em;
    font-family: "eurostile-extended", sans-serif;
    color:white;
}

footer{
    margin-top:0;
    scroll-snap-align: start end;
}

.contact-cta-container{
    display:flex;
    align-items:center;
}

.contact-cta-btn{
    color:#039DFD;
    background:white;
    border:none;
    padding-top:0.8em;
    padding-bottom:1em;
    text-align: center;
    width: 180px;
    border-radius: 8px;
    margin-top:2em;
    font-size: 1.3em;
    line-height: 1.3em;
}

.contact-cta-btn:hover{
    outline: 1px solid #039DFD;
}

.testimonial-section{
    display: flex;
    align-items: center;
    padding-left:30px;
    padding-right:30px;
}

.testimonial-container{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    position: relative;
    gap:2em;
    align-items: center;
    padding-bottom:25px;
}

.testimonial-container::-webkit-scrollbar{
    display: none;
}

.testimonial-spacer{
    flex-basis:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    scroll-snap-align: start;
    flex-direction: row;
}

.testimonial{
    flex-basis: 70%;
    display:flex;
    flex-direction: column;
    justify-content: stretch;
    flex-shrink: 0;
}

.testimonial>div{
    flex:4;
    justify-content: center;
    align-items: center;
}
.testimonial-image{
    width:100%;
    height:100%;
}


.testimonial .text{
    background-size: contain;
    background-position: center center;
    background-repeat: repeat-y;
    display:flex;
    flex-direction: column;
    color:#535353;
    
    gap:1.5em;
    font-weight: bold;
    padding:24px 16px;
    font-size:16px;
}

.testimonial .author-section{
    flex:1;
}
.testimonial .logo-section{
    max-height: 80px;
    flex:1;
    align-content: center;
    text-align: center;
}

.testimonial .logo-section img{
    max-height: 100%;
    mix-blend-mode: multiply;
}

.testimonial-bottom{
    display:flex;
    flex-direction: row;
    justify-content: stretch;
}

.testimonial .text .name{
    font-weight: 700;
    color:#535353;
    font-size:1.4em;
    font-family: "eurostile", sans-serif;
}

.testimonial .text .position, .testimonial .text .company{
    font-weight: 500;
    color: #717171;
    font-family: "eurostile", sans-serif;
    font-size: 0.9em;
    letter-spacing: 2px;
}

.testimonial-text{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.group-img{
    position: absolute;
    max-height: 303px;
}
.shareholder-photo{
    position: relative;
}

.testimonial-scroll-left-control, .testimonial-scroll-right-control{
    position: absolute;
    top:calc(50% - 27px);
    font-size:35px;
    line-height: 55px;
    color:white;
    background-color: #D5D5D5;
    width:55px;
    height:55px;
    border-radius: 50%;
    text-align: center;
    cursor:pointer;
    user-select: none;
    pointer-events: all;
    z-index: 100;
}

.testimonial-scroll-left-control:hover, .testimonial-scroll-right-control:hover{
    background-color:#cde1f1;
    color:white;
}

.testimonial-scroll-right-control{
    right:5%;
}

.testimonial-scroll-left-control{
    left:5%;
}

.cta-text-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.cta-logo .rcad-logo{
    margin-top:25%;
}

.hardware-icon-row{
    display:flex;
    flex-direction: row;
    margin-left:-100px;
    align-items: center;
}

.testimonial-mobile-heading .section-feature-text{
    color:#039DFD;
    margin-bottom:8px;
}

.hardware-icon-row>div:first-child{
    width: 100px;
    flex-shrink: 0;
}

.rcad-contractor-image{
    position:absolute;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom:0;
    right:0;
    width: 57%;
    height: 71%;
    z-index:2;
    
}
.countries-text{
    position:absolute;
    mix-blend-mode: overlay;
    font-size: 2.5em;
    font-family: "eurostile-extended", sans-serif;
    font-weight: 700;
    color:white;
    opacity:40%;
    text-align: left;
    position: absolute;
    margin:0;
    padding:0;
    left:20px;
    bottom:24%;
}

.dealer-count-text{
    position:absolute;
    mix-blend-mode: overlay;
    font-size: 1.7vw;
    font-family: "eurostile-extended", sans-serif;
    font-weight: 700;
    color:white;
    opacity:40%;
    text-align: right;
    position: absolute;
    margin:0;
    padding:0;
    left: 5%;
    bottom: 2%;
}

.local-support-text{
    position:absolute;
    mix-blend-mode: overlay;
    font-size: 1.6em;
    font-family: "eurostile-extended", sans-serif;
    font-weight: 700;
    color:white;
    opacity:40%;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    margin:0;
    padding:0;
    right: 5%;
    bottom: 29%;
    line-height: 1.3em;
}


.countries-text span{
    display:inline-block;
}
.countries-text span:nth-of-type(2){
    padding-left:1em;
}
.countries-text span:nth-of-type(3){
    padding-left:2.5em;
}
.countries-text span:nth-of-type(4){
    padding-left:4em;
}
.instructor-text{
    font-family: "eurostile-extended", sans-serif;
    color:#26AAE1;
    font-size: 2.5em;
    line-height: 1.3em;
    text-align: right;
    font-weight: normal;
    margin-top:1em;
}

.rcad-dealer-program-logo{
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 0!important;

    top: -22%;
    right: -12%;
    height: 50%!important;
    width: 50%;
}

.rcad-tech-img{
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 0!important;

    top: -54%;
    right: -32%;
    height: 100%!important;
    width: 80%;
    z-index: 0;
}

.rcad-dealer-image{
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 0!important;

    top: -116%;
    right: 40%;
    height: 185%!important;
    width: 56%;
    z-index: 0;
}

.mach-proview-image,.elearning-image,.dealer-program-logo{
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 0!important;
}

div.dealer-program-logo{
    bottom:15%;
    left:15%;
    height:25%!important;
    width:25%;
}
div.elearning-image{
    top:-15%;
    left:0;
    height:66%!important;
    width:60%;
    z-index: 3;
}
div.mach-proview-image{
    bottom:0;
    right:5%;
    z-index: 4;
    height:66%!important;
    width:60%;
}

.tech-support-text{
    color:white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.tech-support-images{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.tech-support-text p{
    color:white;
    font-weight: bold;
    font-size:20px;
}

.tech-support-text h1{
    font-size:6em;
}

.tech-support-text>div{
    background: rgba(75, 75, 75, 0.08);
    backdrop-filter: brightness(0.75) blur(10px);
    padding:5em 3em;
    
}



.rcad-dealer-text{
    color:white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.rcad-dealer-text p{
    color:white;
    font-size:18px;
}

.rcad-dealer-text h1{
    font-size:5em;
    padding-bottom:1em;
}

.rcad-dealer-text>div{
    background: rgba(75, 75, 75, 0.08);
    backdrop-filter: brightness(0.75) blur(10px);
    padding:4em 5em;
    
}

.here-to-help-text{
    mix-blend-mode: overlay;
    font-size: 2.5em;
    font-family: "eurostile-extended", sans-serif;
    font-weight: 700;
    color:white;
    opacity:40%;
    text-align: right;
}
.tech-support-image-1{
    height: 54vh;
    width: 40vw;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: -3vw;
}

.engineering-image{
    height:24vh;
    width:24vh;
    position:absolute;
    top: 5vh;
    left:calc(50% - 12vh);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: multiply;
}

.support-image{
    height: 38vh!important;
    min-height: 0!important;
    width: 55vh;
    position: absolute;
    bottom: 50vh;
    left: calc(50% - 39vh);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: multiply;
}

.support-center-image{
    height: 55vh!important;
    min-height: 0!important;
    width: 45vw;
    position: absolute;
    bottom: 10vh;
    left: 0;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center left;
}

.customer-satisfaction-text{
    mix-blend-mode: overlay;
    font-size: 2.5em;
    font-family: "eurostile-extended", sans-serif;
    font-weight: 700;
    color:white;
    opacity:40%;
    text-align: right;
    position: absolute;
    bottom: 1vh;
    left: 28vw;
    height: 2em!important;
    min-height: 0!important;
}

.testimonial-slide-count{
    display:flex;
    flex-direction: row;
    justify-content: center;
    gap:8px;

    position:absolute;
    bottom:10%;
    left:0;
    width:100%;
}

.slide-bubble{
    width:20px;
    height:20px;
    border:solid #ccc 2px;
    border-radius: 50%;
    flex-basis:20px;
    flex-grow:0;
    cursor: pointer;
}

.slide-bubble:hover{
    background:#cde1f1;
}

.slide-selected:before{
    content:"";
    background:#ccc;
    width:10px;
    height:10px;
    display:block;
    border-radius: 50%;
    margin-top: 3px;
    margin-left: 3px;
}

.rcad-text-block b{
    font-size:1.2em;
}
p.rcad-text-block{
    font-size:16px;
}

.rcad-levels-container{
    display:flex;
    flex-direction: row;
    justify-content: stretch;
}

.rcad-levels-container>div{
    color:white;
    text-align: center;
}

.rcad-levels-container>div>div:nth-child(4),.rcad-levels-container>div>div:nth-child(6){
    background:#8BAD4C;
}
.rcad-levels-container>div>div:nth-child(3),.rcad-levels-container>div>div:nth-child(5){
    background:#54792F;
}


.rcad-levels-container>div:first-child{
    color:#3A5225;
    text-align: right;
    white-space: nowrap;
}


.rcad-levels-container>div:last-child>div:not(:first-child){
    border-right:solid 4px #B1E651;
}
.rcad-levels-container>div:first-child>div:not(:first-child){
    border-left:solid 4px #B1E651;
}

.rcad-level-column>div:last-child{
    border-bottom:solid 4px #B1E651;
}

.rcad-levels-container>div:first-child>div:nth-child(4),.rcad-levels-container>div:first-child>div:nth-child(6){
    background:#7A9E38;
}
.rcad-levels-container>div:first-child>div:nth-child(3),.rcad-levels-container>div:first-child>div:nth-child(5){
    background:#95B25F;
}

.rcad-level-column{
    flex-basis:240px;
    flex-grow:1;
    display:flex;
    flex-direction: column;
}

.rcad-level-column>div{
    padding:8px;
    font-size:1.2em;
    font-weight: bold;
}

.rcad-level-column>div:first-child{
    flex-basis: 104px;
}

.rcad-dealer-level-cell{
    color:#205705!important;
    font-family: "eurostile", sans-serif;
    background:#B1E651;
    font-size:1.5em!important;
}

.management-commitment-img{
    position: absolute;
    bottom:0;
    right:-10%;
}
.rcad-section li{
    font-size:16px;
}