div#inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}

p.yoast-breadcrumbs {
    display: none;
}

.ls-banner {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.ls-banner canvas {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ls-wraper {
    width: 100%;
    max-width: clamp(640px,71.25vw , 1140px);
    margin: 0px auto;
    margin-top: 100px;
}

.ls-form-title h1 {
    font-size: clamp(30px, 3.125vw , 50px);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.ls-form-title span {
    color: #fff;
    font-size: 15px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.ls-form {
    padding-top: 98px;
    padding-bottom: 100px;
    width: 100%;
    margin: 0px auto;
    background: #000;
    margin-top: 100px;
}

.ls-form-holder form {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.ls-form-holder {
    width: clamp(400px, 44.625vw , 714px);
    margin: 0px auto;
    margin-top: 44px;
}

.lsf-field {
    width: calc((502 / 714)* 100%);
}

.lsf-submit {
    width: calc((204 / 714) * 100%);
}

.lsf-field input {
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 14px;
    height: 50px;
    border: 1px solid #fff;
    padding-left: 18px;
}

.lsf-submit input {
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #000;
    border: 0;
    text-transform: uppercase;
    font-size: 15px;
    height: 50px;
}

a.dhc-btn {
    color: #fff;
    display: block;
    text-align: right;
    margin-top: 16px;
    text-decoration: underline;
    font-size: 14px;
}













.ls-info h3 {
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-size: clamp(18px, 1.563vw, 25px);
    letter-spacing: 0;
}

.ls-info {
    margin-top: 46px;
}

.ls-info h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 25px;
    margin-bottom: 14px;
}

.ls-info a {
    text-align: center;
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.ls-wraper {
    margin-bottom: 98px;
}




.ls-dhc {
    padding-top: 54px;
}

.ls-dhc h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 52px;
}

.ls-dhc .wpcf7 {
    width: 100%;
    max-width: 556px;
    margin: 0px auto;
}

.lsc-field input , .lsc-field textarea {
    width: 100%;
    display: block;
    padding: 0;
    border: 0;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
    height: 44px;
    border-bottom: 1px solid #000;
    text-decoration: none;
    outline: 0;
}

.lsc-field textarea {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    border: 0;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.lsc-field {
    margin-bottom: 32px;
}

.lsc-submit {
    width: 100%;
    max-width: 200px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.lsc-submit input {
    width: 100%;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    border: 0;
}


.ls-dhc {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
}

.ls-dhc.active {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
}









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


	.lsf-field {
	    width: 100%;
	}

	.ls-form-holder form {
	    flex-flow: row wrap;
	}

	.lsf-submit {
	    width: 100%;
	    margin-top: 20px;
	}

	div#main-wrapper {
	    overflow: hidden;
	}

	.ls-form {
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.ls-form-holder {
	    width: 100%;
	    max-width: 440px;
	}


  .ls-form {
      margin-top: 40px;
  }

  .ls-wraper {
      margin-top: 40px;
      margin-bottom: 40px;
  }

  .ls-dhc{

    padding-left: 15px;
    padding-right: 15px;
  }


}
