.card:hover, .card:focus{
  cursor:pointer;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);

}.landing__register-disclaimer{
  line-height:1.2em;
}
.landing__register-submit{
  background:#041A55;
  border:none;
  height:56px;
  width:328px;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -2%;
  text-transform:none;
  border-radius:32px;
}

.landing__register-submit:hover, .landing__register-submit:focus{
  border:none;
  background:#041A55;
  text-decoration:underline;
}
.mod-page-wrap--landing .landing__block{
    height:35em;
}
ul li{
  font-size:16px;
}
.landing__register-wrap .contact-form-v2__form{
    background:#000;
    background:RGBA(0,0,0,.61);
    padding:1.5em;
}
.mod-safe-area {
    max-width: 104.5em;
}
.landing__register-form .contact-form-v2__row:last-child .contact-form-v2__column{
  width:350px;
}
/*CARDS*/
.container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width:100%;
  gap:30px 20px;
  top:5em;
  position:relative;
}

.card a{
	text-decoration:underline;
}
.card a:hover, .card a:focus{
	text-decoration:none;
}



	
.card {
	line-height:1.1em;
	padding:2%;
	height:auto;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 400px;
border:1px solid #000;
	background:#d6cfa5;
	/*background: linear-gradient(to bottom, #d6cfa5 72%, #284734 100%);*/
    color:#000;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px -4px 0px #333333, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px -4px 0px #333333, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px -4px 0px #333333, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}
.card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  min-height: 250px;
}
.card-body1{
	padding:1em;
}

.tag {
  font-weight:700;
  font-size: 20px;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  text-align:center;
  line-height:1.1em;
}

.card-body1 p {
  font-size: 16px;
  text-align:left;
  line-height:1.1em;
  padding-top:.5em;
}
.user {
  display: flex;
  margin-top: auto;
}

.user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.user-info h5 {
  margin: 0;
}
.user-info small {
  color: #545d7a;
}
/*END CARDS*/


@media screen and (min-width: 968px) {
    .landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
        max-width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .landing__register-wrap .contact-form-v2__form {
        width: 100%;
        max-width: 576px;
    }
}

@media screen and (max-width:768px){
  .landing__register-wrap{
    padding:0;
  }
  .mod-page-wrap--landing .landing__block{
    height:auto;
  }
  .landing__register-wrap .contact-form-v2__layout{
        padding: 4px 0;
    }
    .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect, select.landing__register-dropdown{
        font-size: 15px;
        height: 40px;
    }
    .landing__register-textbox .defaultInput{
      margin:0;
    }
        .landing__register-wrap .contact-form-v2__form {
        max-width: 400px;
    }
}
@media screen and (max-width:490px){
      .landing__register-submit{
        width:236px;
        height: 40px;
      }
      .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect, select.landing__register-dropdown {
        font-size: 12px;
        padding: 8px 10px 9px 10px;
    }
    .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
    .landing__register-wrap .contact-form-v2__form{
      padding:0 .5em;
              max-width: fit-content;
    }

    .landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
        max-width: 85%;
                margin: auto;
    }
    .reCaptchaForm{
      max-width:233px;
    }
        .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect, select.landing__register-dropdown {
        font-size: 12px;
        padding: 8px 10px 9px 10px;
    }
    
}
@media screen and (max-width:490px){
    .landing__register-form .contact-form-v2__row:last-child .contact-form-v2__column {
        width: 245px;
}
    .landing__register-wrap .contact-form-v2__form {
        padding: .5em;
        max-width: 280px;
    }
}

@media screen and (max-width:320px){
  .landing__register-wrap .contact-form-v2__form{
    width:260px;
  }
}