.caps{
  text-transform:uppercase;
}
li:nth-child(1) {
    padding-top: 0 !important;
}

ol, ul{
  margin:.625rem 0 0 0;
}
ul li::before, ul li:before{
  background:#fff;
}
.landing__block.landing__block--register{
  background-repeat:no-repeat;
}
.mod-safe-area{
  max-width: 104.5em;
}
.htmlModuleWrap img {
    margin: 0;
}
.landing__register-submit{
  background:#e1393f;
  border:none;
}
.landing__register-submit:hover, .landing__register-submit:focus{
  border:none;
  background:#A61E23;
}
.landing__register-wrap .contact-form-v2__layout {
    padding: 10px 0;
}
html, body{
	    font-family: 'Roboto Condensed', sans-serif !important;
}
.mod-page-wrap--landing .landing__block{
  height:700px;
}
h2{
	font-size:50px;
	font-weight:900;
	line-height:1.1em;
}
.formMod100.landing__register-dropdown.landing__register-product.formMod{
  margin:8px 0 8px 0;
}
div.landing__register-textbox{
  margin:0;
}
.landing__register-disclaimer {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    padding: 2em 0 0 0;
    text-align: center;
}
.landing__register-enter-info {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    padding:1em 0;
}
.landing__register-wrap .contact-form-v2__form{
  background:#000;
  background: rgb(51 51 51 / 55%);
  border-radius:15px;
}
.contentMessage{
      color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 21px;
    font-size: 16px;
}
  li{
    text-align:left;
  }

body1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: #f7f8fc;
  font-family: "Roboto", sans-serif;
  color: #10182f;
}
.disclaimer{
  font-size:14px;
}
.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;
}
.card1{
	line-height:1.1em;
	padding:2%;
	height:53rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 22rem;
border:1px solid #000;
	background:#333333;
	background: linear-gradient(to bottom, #e1393f 7%, #333333 100%);
    color:#fff;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -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);
}

.card1 ul{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content:center;
    gap: 25px 45px;
}
	
.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:#333333;
	background: linear-gradient(to bottom, #e1393f 7%, #333333 100%);
    color:#fff;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -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: #fff;
  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;
}

@media screen and (max-width: 967px) {
    .landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
        max-width: 40%;
    }
}

@media screen and (min-width:768px){
.landing__register-wrap{
  max-width:100%;
  align-items:center;
}
    .landing__register-wrap .contact-form-v2__form {
        width: 754px;
        height: 375px;
    }
}



@media screen and (max-width:768px){
      .landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
        max-width: 100%;
    }
        .landing__register-wrap .contact-form-v2__form {
        height: auto;
    }
    .mod-page-wrap--landing .landing__block {
    height: auto;
    }
}


@media screen and (max-width:767px){

	.container{
		gap:30px 0;
	}
}

@media screen and (max-width: 488px) {
    p, p a {
        max-width: 100%;
    }
}

@media screen and (max-width: 400px) {
    ul li {
        font-size: 1em;
    }
}