@keyframes pagination{
    0%{
        transform:scaleX(0);
    }
    100%{
        transform: scaleX(1);
    }
}



body {
    border-top: unset;
}

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

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

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

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

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



.heroText .heroButton {
    transform: translateY(80%);
}

.heroText {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}


.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;
    z-index: 5;
}

.goDown {
    position: absolute;
    top: 79%;
    left: calc(50%);
    width: 35px;
    height: auto;
    transform: translateX(-50%);
    cursor: pointer;
    padding: 3vh;
    box-sizing: content-box;
    z-index: 10;
}

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

.swiper-wrapper {
    overflow: clip;
}






.heroButton svg {
    width: 22px;
    height: 30px;
    margin-left: auto;
}

.heroButton svg * {
    transition: all 0.15s ease-in-out;
}

.heroText .heroButton {
    transform: translate(0,80%);
}

.heroButton a {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    transition: all 0.15s ease-in-out;
    text-decoration: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.heroButton {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000f9f;
    border-radius: 50px;
    padding: 0.3em 1.7em;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    margin: 0 auto;
}

.heroButton:hover svg * {
    stroke: #ffc629!important;
}

.heroButton:hover a {
    color: #ffc629!important;
} 







.heroSwiperPagination  {
    position: absolute;
    top: 97%!important;
    left: 100%!important;
    height: fit-content;
    z-index: 10;
    transform: translateY(-200%)translateX(-100%);
    width: 20%!important;
    counter-reset: slide!important;
}
html body .swiper-pagination-bullet-active {
    background: rgba(255,255,255,1);
}


span.swiper-pagination-bullet {
    width: 20%;
    color: unset;
    background: rgba(255,255,255,0.47);
    border-radius: unset;
    margin-right: 5%!important;
    position: relative;
    counter-increment: slide;
    height: 7px;
}

.swiperMachinePagination {
    position: absolute;
    top: 100%!important;
    left: 64px!important;
    height: fit-content;
    z-index: 10;
    transform: translateY(-200%);
    width: calc(100% - 128px)!important;
    counter-reset: slide!important;

}


span.swiper-pagination-bullet::before {
   content: counter(slide, decimal-leading-zero);
   position: absolute;
   top: -100%;
   right: 0;
   transform: translateY(-100%);
   color: white;
   background: unset;
   font-family: 'Open Sans', sans-serif;
}



span.swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0b109f;
    transform-origin: left;
    transform: scaleX(0);
    transition: all 0.25s ease-in-out;
}




span.swiper-pagination-bullet-active::after {
animation: pagination 15s linear forwards;
}


.welcomeRow {
    display: flex;
    padding: 3% 4%;
    border-radius: 64px;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
    height: auto;
    aspect-ratio: 32/9;
    margin-bottom: 6vh;
    margin-top: 4vh;
    background: white;
}

.welcomeRowheader {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 17%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5%;
}

.verticalHR {
    height: 100%;
    width: 4px;
    border-radius: 10px;
    margin: unset;
}

.welcomeRowheader h3 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #0b109f;
    font-size: 2em;
    padding-left: 10px;
    line-height: 120%;
}

.welcomeRow .heroButton {
    margin: unset;
    font-size: 0.9em;
    padding: 0.1em 1.4em;
    margin-top: auto;
}

.rightWelcomeRow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 64px;
    object-position: 100% 0%;
}

.rightWelcomeRow {
    width: 70%;
}

.leftWelcomeRow {
    width: 100%;
    padding-right: 10%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.welcomeRow p {
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 0.95em;
}

.brandBlurbs {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    padding-bottom: 5vh;
}

.brandsRow {
    background: #f2f2f2;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
    border-radius: 64px;
    width: 96%;
    margin: 0 auto;
}

.brandBlurb {
    box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
    background: white;
    border-radius: 64px;
    width: 24.4%;
    position: relative;
    height: auto;
    aspect-ratio: 5/6;
}

.brandBlurbImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 64px;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 2;
    background: white;
}

.brandBlurb>a {
    display: block;
    width: 100%;
    height: 100%;
}

.brandBlurbImg img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.brandBlurbImg {
    width: 100%;
    height: 100%;
}

.brandBlurbImg:hover img:first-child {
    opacity: 0;
}

.brandsRow>h3 {
    font-family: 'Open Sans',sans-serif;
    color: #0b109f;
    font-weight: 700;
    font-size: 1.8em;
    text-align: center;
    padding-top: 4.5vh;
    margin-bottom: 0.8em;
}


.smallerImage {
    transform: scale(0.8);
}


.brandsRow p {
    font-family: 'Open Sans';
    text-align: center;
    padding: 0 33%;
    padding-bottom: 3vh;
    color: #1a1a1a;
    font-weight: 500;
}

.newsRowHeader>p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #0b109f;
    font-size: 2em;
    padding-left: 10px;
    line-height: 120%;
}

.newsRow {
    padding-top: 13vh;
    width: 80%;
    margin: 0 auto;
}

.newsRowHeader {
    height: 4em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2%;
    padding-bottom: 5vh;
}

.newsBlurbImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.25s ease-in-out;
}

.newsBlurbImage {
    width: 100%;
    height: 100%;
}

.newsBlurbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
}

.newsBlurb {
    position: relative;
    width: 38%;
    height: 40vh;
}

.newsBlurbs>div:nth-of-type(2), .newsBlurbs>div:nth-of-type(3) {
    width: 60%;
}

.newsBlurb {
    position: relative;
    width: 38%;
    height: 40vh;
    margin-right: 1vh;
    margin-bottom: 1vh;
    overflow: clip;
}

.newsBlurbImage::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.8);
    z-index: 2;
    width: 100%;
    height: 100%;
}

.newsTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 20;
    width: 90%;
    display: flex;
    border-top: #fec526   solid;
    border-bottom: #fec526 2px solid;
}

.newsTitle p {
    font-family: 'Open Sans',sans-serif;
    color: white;
    text-align: center;
    padding: 0 5%;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    font-weight: 600;
}

.newsTitle span {
    font-family: 'Open sans',sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.9em;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(70%);
}

.newsBlurb:hover img {
    transform: scale(1.1);
}

.newsRow .heroButton {
    margin: unset;
    margin-left: auto;
    margin-top: 3vh;
    margin-right: 6vh;
}

.contactBlurb {background: white;box-shadow: 0px 0px 9px rgba(0,0,0,0.3);border-radius: 64px;width: 80%;margin: 0 auto;margin-top: 11vh;padding: 2% 3%;box-sizing: border-box;position: relative;display: flex;flex-direction: row;margin-bottom: 9vh;}

.contactBlurb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #fec526;
    border-radius: 64px;
    transform: scaleX(98%) scaleY(96%);
    pointer-events: none;
}

.contactMiniBlurbs svg {
    width: 37px;
    height: 29px;
    display: flex;
    flex-direction: row;
}

.contactMiniBlurbs {
    display: flex;
    flex-direction: row;
    margin-top: auto;
    justify-content: flex-start;
    align-items: flex-start;
    transform: translateY(40%);
}

.rightContactBlurb>p {
    font-family: 'Open Sans', sans-serif;
    color: #0b109f;
    font-weight: 600;
    font-size: 1.9em;
    margin: 0;
    padding-left: 5px;
    font-style: italic;
}

.leftContactBlurb {
    width: 50%;
}

.rightContactBlurb {
    width: 50%;
}

.rightContactBlurb :is(input,textarea) {
    background: #a1a8ad!important;
    border-radius: 10px!important;
    color: white!important;
    padding-left: 20px!important;
    padding-top: 13px!important;
}

.rightContactBlurb:is(input::placeholder,textarea::placeholder) {
    color: white!important;
    font-family: 'Open Sans',sans-serif!important;

}

.rightContactBlurb input::placeholder,
.rightContactBlurb textarea::placeholder {
    color: white!important;
    font-family: 'Open Sans',sans-serif!important;
    
}

.contactBlurb textarea {
    min-height: 80px!important;
    height: 80px;
}

.forminator-checkbox__wrapper :is(p,a) {
    color: #a1a8ad!important; 
    font-family: 'Open Sans',sans-serif!important;
    font-weight: 500;
    margin: unset;
}

span.forminator-checkbox-box {
    background-color: transparent!important;
    border: 1px solid #000f9f!important;
    border-radius: 5px!important;
    margin-left: 13px!important;
}

.forminator-checkbox__wrapper {
    flex-direction: row-reverse!important;
    justify-content: flex-end;
}

.forminator-checkbox__label {
    margin: unset!important;
}

.rightContactBlurb * {
    font-family: 'Open Sans'!important;
}


.rightContactBlurb>form {
    margin-top: 2%!important;
}

.rightContactBlurb .forminator-button {
    color: white!important;
    background: #a1a8ad!important;
    border-radius: 10px!important;
    padding-right: 10%!important;
    padding-left: 3%!important;
}

.leftContactBlurb h3 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #0b109f;
    font-size: 2.8em;
    padding-right: 15%;
    line-height: 120%;
}

.leftContactBlurb>p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #0b109f;
    font-size: 1.1em;
    line-height: 120%;
    width: 59%;
}


.contactHR {
    width: 65%;
    height: 3px;
    margin-top: 2vh;
    margin-bottom: 2vh;
    background: #0b109f;
    border-radius: 10px;
}

.contactMiniBlurbs p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #0b109f;
    font-size: 1.1em;
    line-height: 120%;
    width: 100%;
    margin: 0.3em 0em;
    margin-top: 0.7em;
}

.contactMiniBlurbsLeft {
    width: 30%;
    height: 100%;
}

.contactMiniBlurbsLeft>div {
    width: 100%;
    height: 100%;
}

.contactMiniBlurbsRight {
    width: 30%; 
    height: 100%;
    display: flex;
    flex-direction: column;
}


.contactMiniBlurbHeader {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 2em;
}

.contactMiniBlurbHeader p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #0b109f;
    font-size: 1.5em;
    margin-left: 15px;
    line-height: 100%;
}

.contactMiniBlurbsRight>div:last-child {
    margin-top: 2vh;
}

.heroButton>a {
    padding-right: 10px;
}


.newsBlurbs>div:nth-of-type(2) .newsTitle, .newsBlurbs>div:nth-of-type(3) .newsTitle {
    width: 60%;
}

@media only screen and (max-height:700px) and (max-width:600px){
    .heroRow {
    height: 99vh!important;
}
}

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

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

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


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


.yellowHR {
    width: 65%;
}

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

.heroButton a {
    font-size: 0.9em;
}

.welcomeRow p {
    font-size: 0.85em;
}

.welcomeRowheader h3 {
    font-size: 1.8em;
}

.welcomeRow .heroButton {
    margin-top: 2vh;
}

.brandsRow {
    width: 98%;
}

.brandBlurbs {
    width: 94%;
}
.brandsRow p {
    font-size: 0.9em;
}

.brandsRow p {
    font-size: 0.9em;
    padding: 0 30%;
    padding-bottom: 3vh;
}
.newsRow {
    width: 90%;
}

.yellowHR.verticalHR {
    width: 4px;
}

.contactBlurb {
    width: 90%;
}

.leftContactBlurb h3 {
    font-size: 2.3em;
    padding-right: 5%;
}

.contactBlurb::after {
    top: -2px;
    left: -3px;
    transform: scaleX(98%) scaleY(96%);
}

.leftContactBlurb>p {
    font-size: 1em;
    width: 69%;
}

.contactMiniBlurbsLeft {
    padding-right: 50px;
}

}


@media only screen and (max-width:1200px){
    .contactBlurb {
    flex-direction: column;
}
html .leftContactBlurb, html .rightContactBlurb {
    width: 100%;
}
.leftContactBlurb h3 {
    text-align: center;
    padding: 0 10%;
    padding-top: 2vh;
}

.contactHR {
    margin: 2vh auto;
    margin-bottom: 3vh;
}
.leftContactBlurb>p {
    margin: 0 auto;
    text-align: center;
}
.contactMiniBlurbs {
    justify-content: center;
    transform: translateY(27%);
}

.contactMiniBlurbsLeft {
    width: fit-content;
}

.contactMiniBlurbsRight {
    width: fit-content;
}

.rightContactBlurb {
    padding-top: 10vh;
}



}

@media only screen and (max-width:950px){
   .heroText {
    width: 70%;
}

.welcomeRowheader h3 {
    font-size: 1.6em;
    padding: 0 7%;

}

.contactBlurb::after {
    transform: scaleX(98%) scaleY(98%);
}

.welcomeRow {
    flex-direction: column;
}

.leftWelcomeRow {
    padding-right: unset;
}
.yellowHR.verticalHR {
    height: 2.8em;
}

.welcomeRowheader {
    margin-bottom: 0.7em;
}

.welcomeRow .heroButton {
    margin: 0 auto;
    margin-top: 2vh;
    margin-bottom: 5vh;
}

.rightWelcomeRow {
    width: 80%;
    margin: 0 auto;
}

.newsBlurbs>div:nth-of-type(2), .newsBlurbs>div:nth-of-type(3) {
    width: 59%;
}

.contactMiniBlurbs {
    align-items: center;
}
.brandBlurbs {
    flex-wrap: wrap;
}
.brandBlurb {
    width: 49%;
    margin-bottom: 2.5%;
}

.heroSwiperPagination {
    width: 39%!important;
}


}

@media only screen and (max-width:650px){
.heroText {
    width: 90%;
}

.heroRow {
    height: 94vh;
    position: relative;
}

.heroText h1 {
    font-size: 1.6em;
    padding: 0 3%;
}

.heroText p {
    padding: 0 6%;
    font-size: 0.9em;
}

.goDown {
    top: 76%;
}

.heroBGImage {
    height: 100%;
    width: 100%;
}
.heroSwiperPagination {
    width: 50%!important;
}

.welcomeRowheader h3 {
    font-size: 1.2em;
}
.welcomeRow {
    padding-top: 5vh;
}

.yellowHR.verticalHR {
    height: 1.9em;
}

.rightWelcomeRow {
    width: 100%;
    margin: 0 auto;
}

.brandsRow>h3 {
    font-size: 1.3em;
}

.brandsRow p {
    padding: 0 7%;
}

.contactMiniBlurbs {
    flex-direction: column;
}

.contactMiniBlurbs p {
    text-align: center;
}

.contactMiniBlurbsLeft {
    padding-right: unset;
}

.contactMiniBlurbs p {
    margin: unset;
}

.contactMiniBlurbHeader>p {
    text-align: left;
}

.contactMiniBlurbHeader {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    margin-bottom: 1.3vh;
    margin-top: 1.6vh;
}

.contactMiniBlurbs svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-135%, -50%);
    width: 20px;
    height: 20px;
}

.rightContactBlurb {
    padding-top: 14vh;
}

.contactBlurb {
    width: 96%;
}

.rightContactBlurb {
    width: 90%!important;
    margin: 0 auto;
}

.rightContactBlurb>p {
    margin-bottom: 2vh;
    margin-top: 1vh;
}

.contactMiniBlurbHeader {
    height: fit-content;
}

.contactMiniBlurbs {
    transform: unset;
    margin-top: 5vh;
}

.rightContactBlurb {
    padding-top: 4vh;
}

.rightContactBlurb>p {
    font-size: 1.6em;
}


.contactBlurb {
    padding-top: 5vh;
    padding-bottom: 3vh;
}

.leftContactBlurb h3 {
    padding: 0 8%;
    font-size: 1.2em;
}


.contactBlurb::after {
    top: -2px;
    left: -3px;
    transform: scaleX(96%) scaleY(98.5%);
}

.brandBlurb {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 2vh;
}

.heroRow {
    height: 90vh;
}

.brandsRow {
    width: 94%;
}

.newsRow {
    width: 95%;
}

.newsBlurbs>div:nth-of-type(2), .newsBlurbs>div:nth-of-type(3) {
    width: 56%;
}

.newsBlurb {
    width: 95%!important;
    margin: 1vh auto!important;
}

.newsTitle {
    width: 90%!important;
}

.newsTitle p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.newsRow .heroButton {
    margin: unset;
    margin-left: auto;
    margin-top: 3vh;
    margin-right: auto;
}


span.swiper-pagination-bullet {
    width: 31%;
}
.heroSwiperPagination {
    width: 70%!important;
    left: 50%!important;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    top: 95%!important;
}

span.swiper-pagination-bullet::before {
    left: 50%;
    transform: translate(-50%,-100%);
    width: fit-content;
    font-size: 0.75em;
}

.leftContactBlurb>p {
    width: 90%;
    font-size: 0.9em;
}

.brandBlurbs {
    padding-bottom: 1vh;
}

.welcomeRowheader {
    justify-content: center;
}

.brandsRow p {
    padding-bottom: 5vh;
}

.welcomeRowheader h3 {
    font-size: 1.2em;
    padding-left: unset;
    transform: translateX(10px);
    white-space: nowrap;
}

.heroText {
    top: 44%;
}

.brandBlurb {
    aspect-ratio: 1/1;
}

.smallerImage {
    transform: scale(0.9);
}


}