body, input{
    font-family: "Montserrat" !important;
}

/* Navigation */
.nav-wrapper{
    background-color: #ffffff !important;
    height: 84px !important;
    line-height: 84px !important; 
  }
  .logo-img {
    max-height: 100% !important;
    padding: 25px 15px !important;
 
  }

  .nav-wrapper ul li a{
      color:black;

  }
  .sidenav-trigger{
      color: #4a4e57;
      height: 84px !important;
  }
  
  .sidenav-trigger i {
    height: 84px !important;
    line-height: 84px !important;
}

/* Footer */
.footer-copyright{
    background-color: #363636 !important;
    color: white !important;
}

.page-footer{
    background-color: white !important;
    padding-top:50px !important;
    box-shadow: 0px -1.12623px 6.75735px rgb(0 0 0 / 20%);
    z-index:10 !important;
}

.footer-image{
    width: 25%;
    }
.footer-text{
    color: black !important;
}

.footer-text:hover{
    color:#17479e !important;
}

.footer-row-2 li{
    padding:10px 0px !important;
}

.footer-contact{
    display: flex;
  align-items: center;
}

/* Main */

main{
    background-color:#F0F0F0;
}


/* Banner */

.desktop-banner{
    width: 100% !important;
    aspect-ratio: 3;
    object-fit: cover;
}
.mobile-banner{
    width: 100% !important;
    aspect-ratio: 1.5;
    object-fit: cover;
}

.img-div-over-text{
    color: white !important;
  margin: 0 !important;
  font-family: 'Judson'!important;
}
.img-div-over{
     background-color: rgba(23,71,158,0.75);
   color: white;
  padding: 20px 40px;
  border-radius: 0 0 60px;
  width: fit-content !important;
  position: absolute;
  margin-left: 10vw;
  z-index:10;
  top: calc(100vw / 6);
}

.caption{
    background-color: white;
    padding: 50px 0px;
    align-items: center;
    text-align: center;
}
.caption-title{
    font-weight: bold;
    color: #18479F !important;
    line-height: 1.5;
}

.caption-description{
    padding: 20px 10%;
    font-size: 20px;
    line-height: 2;
    font-weight: 400;
    color:#4a4e57;
}
.link{
    color:#17479e;
    padding: 20px 10%;
}


/* Terms */

.terms{
    padding: 100px 0px; 
    
}
.terms p{
    color:#A1A3A4;
    font-size: 12px;
}

@media only screen and (max-width:1024px){

}
@media only screen and (max-width:768px){
/* Banner */
    .img-div-over-text{
        font-size: 20px !important;
    }
    .img-div-over{
        top: calc((100vw / 4) + 74px);

    }
    .caption-title{
        line-height: 1.2;
    }
    
    .caption-description{
        padding: 20px 0px;
        line-height: 1.5;
    }
}

/* Carousel*/

.brand-carousel{
    padding: 100px 0px 0px 0px; 
    
}

.full-terms ol:not([type=a]){
    font-weight: bold !important;
}
.bold{
    font-weight:bold !important;
}