html body .swiper-slide {

    width: auto!important;
    aspect-ratio: 5/8;
}

html body .heroBGImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html body .heroRow {
    height: 90vh; 
    position: relative;
}

html body .heroBGImage {
    width: 97.7%;
    height: 95%;
    margin: 0 auto;
    position: relative;
}

html body .heroBGImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 64px;
} 
 
html body .heroText p {
    font-family: 'Open sans', sans-serif;
    color: white;
    text-align: center;
    padding: 0 22%;
    font-size: 1.2em;
}
html body .heroText h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    color: white;
    font-size: 3.1em;
}

html body .yellowHR {
    width: 55%;
    height: 3px;
    margin: 0 auto;
    background: #ffc629;
    border-radius: 10px;
}



html body .heroText {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
    width: 41%;
    margin: unset;
}


html body .heroBGImage::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.57);
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
}

html body .goDown {
    position: absolute;
    top: 81%;
    left: calc(50%);
    width: 44px;
    height: auto;
    transform: translateX(-50%);
    cursor: pointer;
    padding: 3vh;
    box-sizing: content-box;
}

html body .goDown svg {
    width: 100%;
    height: 100%;
}


html body .heroText h1::after{
    content:unset;
}

.machineBlurb:has(.noCF) img {
    object-fit: cover;
    padding: 11% 2%;
    box-sizing: border-box;
}


.blueSepparator.noCF {
    transform: translateY(-20px);
}

@media only screen and (max-width:1600px){

    html body .heroText {
    width: 50%;
}
    
    html body .heroText p {
    padding: 0 7%;
    font-size:1em;
}

html body .heroText h1 {
    font-size: 2.5em;
    padding: 0 3%;
    margin: 0.2em 0em;
}



html body .goDown {
    width: 29px;
}
html body .heroSwiperPagination {
    width: 32%!important;
}


html body .yellowHR {
    width: 85%;
}

html body .welcomeRow {
    width: 89%;
    aspect-ratio: unset;
    height: auto;
}

}



@media only screen and (max-width:950px){
    html body .swiper-slide {
    margin: 1em auto;
}

html body .goDown {
    width: 29px;
}



html body .heroText p {

    padding: 0 11%;
    font-size: 0.9em;
}

html body .heroText {
    width: 90%;
    top: 30%;
}
.swiperCategories {
    padding-top: unset;
}

}



@media only screen and (max-width:500px){
    html body .heroText h1 {
    font-size: 2em;
}

}