.footer{
  background-size: cover;
  display:flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  position:relative;
  padding-top: 3vmin;
  background: rgb(15,15,15);
}

.footer_content{
  width:100%;
  display:flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  padding:2% 0;
  max-width: 1500px;
}

.footer_top{
  display:flex;
  align-items: center;
  justify-content: space-between;
  position:relative;
  width:80%;
}

.footer_top::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  background: linear-gradient(to right,transparent,var(--color1_2),var(--color1_1),var(--color1_2), transparent);
  height:1px;
  width:100%;
  font-size: clamp(12px,3vmin,18px);
}

.footer_nav{
  display:flex;
  align-items: center;
  padding:2vmin 0;
}

.footer_nav_item {
  text-decoration: none;
  padding: 0 2vmin;
  font-weight: bold;
  white-space: nowrap;
}

.footer footer{
  white-space: nowrap;
}

.footer_row{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  justify-content: center;
  margin:5vmin 0;
  width:80%;
}


.footer_col{
  display:flex;
  flex-direction: column;
  align-items: center;
  color:white;
  position:relative;
}

.footer_col::after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:1px;
  background:linear-gradient(transparent,#fff8eb,#dec583,transparent);
  z-index: 1;
  transition: 0.2s;
}

.footer_col img{
  height:5vmin;
}

.footer_subheader{
  font-size: clamp(12px,5vmin,20px);
  margin:1vmin 0;
  text-align: center;
  width:80%;
}

.footer_col span{
  text-align: left;
  font-size: clamp(12px,3vmin,14px);
  margin-bottom: 2%;
}

.footer p{
  font-size: clamp(12px,3vmin,14px);
  width:80%;
}

.footer_bottom{
  display:flex;
  flex-direction: column;
  width:80%;
}

.footer_bottom_col{
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  color:white;
  font-size: clamp(8px,2.5vmin,15px);
}

.providers_logo{
  width:100%;
}

.banks_logo{
  width:50%;
}

.footer2{
  margin-top: 5vmin;
  display:none;
}
