#wpcf7-f2062-p183-o1 .wpcf7-form .wpcf7-form-control-wrap{
    border-color: white;
    background: unset;
    border-width: 0 0 1px 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: unset;
}


#wpcf7-f2062-p183-o1 .wpcf7-form > p {
    font-size: 16px;
}

#wpcf7-f2062-p183-o1 .wpcf7-form label{
    position: absolute;
    margin-top: 37px;
    margin-right: 15px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    transition: top .2s;
    background-color: #336377;
    padding: 0 2px 0 2px;
}

#wpcf7-f2062-p183-o1 .wpcf7-form input {
    height: 35px;
    font-weight: 500;
    border-radius: unset;
    padding: 9px 14px 4px 14px;
    background-color: transparent;
    color: white;
    font-size: 14px;
	transition: top .2s;
	border-color: white;
    border-width: 0 0 1px 0;

}
#wpcf7-f2062-p183-o1 .wpcf7-form p:hover input {
	border-color:rgba(179, 179, 179, 1);
}
#wpcf7-f2062-p183-o1 .wpcf7-form p:focus input {
	border-color: white !important;
		color: white
}

#wpcf7-f2062-p183-o1 .wpcf7-form .wpcf7-form-control-wrap:hover {
		color: #B3B3B3;	
}
#wpcf7-f2062-p183-o1 .wpcf7-form input:focus {
    border-radius: 5px;
    border: 1px solid #FFF!important;
}
#wpcf7-f2062-p183-o1 .wpcf7-form  input.wpcf7-not-valid {
	border-color:red!important
}
#wpcf7-f2062-p183-o1 .wpcf7-form label.has-value {
    margin-top: 18px;
	font-weight: 900;
    z-index: 1;	
}
[data-name="site"] input , [data-name="phone-number"] input {
    text-align: left;
}

#wpcf7-f2062-p183-o1 .wpcf7-form P:focus label {
		color: white;

}
#wpcf7-f2062-p183-o1 .wpcf7-form P:hover label {
		color: #B3B3B3;

}

#wpcf7-f2062-p183-o1 .wpcf7-form P:hover label.has-value {
	color:white;
}
.attach p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}


#wpcf7-f2062-p183-o1 .wpcf7-form input[type="submit"] {
	border-radius: 10px;
	background:  #F8DC21;
	width: 100%;
	height: 71px;
	color: #354050;
	font-size: 24px;
	font-weight: 700;
	margin-top: 68px;
}

#wpcf7-f2062-p183-o1 .wpcf7-form p {
	height:45px;
	
}
#wpcf7-f2062-p183-o1 .wpcf7-form .Attention-form {
	gap:21px;
	display:flex;
    flex-direction: column;
	padding-right: 38px;
}

.wpcf7-not-valid-tip , span.wpcf7-spinner{
	display:none
}

span.file-req {
  position:relative;
}
span.file-req:before {
  content:"Upload file";
  position:absolute;
  left:0;
  padding:5px;
  background:red;
  color:#fff;
  width:130px;
  text-align:center;
  border-radius:5px;
  cursor:pointer;
}
span.file-req>input {
  visibility:hidden;
}



.wpcf7-form-control-wrap:before , .wpcf7 form.sent .wpcf7-response-output:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: -36px;
    text-align: inherit;
    bottom: 1.5px;
}
[data-name="full-name"]:before {
    background: url(/wp-content/uploads/2024/02/profile.svg) no-repeat;
}
[data-name="phone-number"]:before {
    background: url(/wp-content/uploads/2024/02/call-.svg)
}
[data-name="site"]:before {
    background: url(/wp-content/uploads/2024/02/sms-.svg)
}
[data-name="email"]:before {
    background: url(/wp-content/uploads/2024/02/link-square.svg)
}
.attach-upload {
    margin-right: -36px;
    display: flex;
    align-items: flex-end;
    gap: 22px;
}


#wpcf7-f2062-p183-o1 .wpcf7-form input[type="submit"]:hover , #wpcf7-f2062-p183-o1 .wpcf7-form input[type="submit"]:focus , .wpcf7 form.sent .wpcf7-response-output:hover , .wpcf7 form.sent .wpcf7-response-output:focus {
	background:white;
	color:rgba(53, 64, 80, 1)
}

.wpcf7 form.sent .wpcf7-response-output {
    border: unset;
    color: #354050;
    position: absolute;
    margin: 0;
    margin-right: 38px;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    background-color: #f8dc21;
    height: 71px;
    align-items: center;
    display: flex;
    border-radius: 10px;
    bottom: -90px;
}


#wpcf7-f2062-p183-o1 .wpcf7-form input[type="file"] {
	background: white;
    width: 119px;
    border-radius: 6px;
    padding: 5px 8px;
}

#wpcf7-f2062-p183-o1 .wpcf7-form input[type="file"]::before{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(/wp-content/uploads/2024/02/paperclip-2.svg);
	    right: 16.5px;
    position: absolute;
	
}

#wpcf7-f2062-p183-o1 .wpcf7-form input[type="file"]::after{
  content: '';
  color: #2751C6!important;
    text-align: right;
    font-size: 10px;
    font-weight: 700;
	    left: 16.5px;
    position: absolute;
}
#wpcf7-f2062-p183-o1 .wpcf7-form input[name="file-req"] {
	line-height: inherit;
    color: #2751C6!important;
    font-size: 10px!important;
    font-weight: 700!important;
    display: flex!important;
    padding-right: 47px!important;
}

#wpcf7-f2062-p183-o1 .wpcf7-form input[type="file"]{
  font-size: 0px;
}

#wpcf7-f2062-p183-o1 .wpcf7-form input[type="file"]::file-selector-button , .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

#wpcf7-f2062-p183-o1 .wpcf7-form [data-name="file-req"] {
    position: relative;
    left: 0;
    bottom: -7px;
}
#wpcf7-f2062-p183-o1 .wpcf7-form .attach p {
    height: 35px;
    margin-top: 17px;
}


.wpcf7 .wpcf7-submit:disabled {
    cursor: pointer !important;
}



.wpcf7 form.sent .wpcf7-response-output:before {
    background: url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M7.81 2H16.18C19.83 2 22 4.17 22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2Z' fill='%23F8DC21'/%3E%3Cpath d='M12 18.5799C8.83 18.5799 6.25 15.9999 6.25 12.8299C6.25 11.6899 6.58 10.5799 7.22 9.6399C7.45 9.2999 7.92 9.1999 8.26 9.4299C8.6 9.6599 8.7 10.1299 8.47 10.4699C8 11.1699 7.76 11.9899 7.76 12.8299C7.76 15.1699 9.67 17.0799 12.01 17.0799C14.35 17.0799 16.26 15.1699 16.26 12.8299C16.26 10.5899 14.52 8.7499 12.32 8.5899L12.73 8.8899C13.06 9.1299 13.14 9.5999 12.89 9.9399C12.65 10.2699 12.18 10.3499 11.84 10.0999L9.9 8.6899C9.83 8.6399 9.77 8.5799 9.72 8.5099C9.71 8.4999 9.7 8.4899 9.69 8.4699C9.65 8.3999 9.62 8.3199 9.6 8.2399C9.58 8.1399 9.58 8.0499 9.59 7.9499C9.6 7.9099 9.61 7.8699 9.62 7.8299C9.64 7.7599 9.68 7.6999 9.72 7.6299C9.74 7.6199 9.76 7.5999 9.78 7.5799L11.44 5.6799C11.71 5.3699 12.19 5.3399 12.5 5.6099C12.81 5.8799 12.84 6.3599 12.57 6.6699L12.2 7.0999C15.28 7.1999 17.76 9.7399 17.76 12.8499C17.75 15.9999 15.17 18.5799 12 18.5799Z' fill='%23F8DC21'/%3E%3C/svg%3E") no-repeat center center;
    bottom: 23.5px!important;
	cursor:pointer
}

.wpcf7 form.sent .wpcf7-response-output:hover:before {
    filter: brightness(0) saturate(100%) invert(100%);
}

#wpcf7-f2062-p183-o1 .sent input[type="submit"] {
	display:none
}









.button-animation{
	background: #ECAE3B!important
}



#wpcf7-f2062-p183-o1 [action="/start-up/#wpcf7-f2062-p183-o2"] label {
    margin-right: 10.66px;
    background: #264aa9;
}
#wpcf7-f2062-p183-o1 [action="/start-up/#wpcf7-f2062-p183-o2"] input[type="submit"] {
	margin-top:57px;
}

#wpcf7-f2062-p183-o1 [action="/start-up/#wpcf7-f2062-p183-o2"] label.has-value {
    margin-top: 15px;
}
@media (max-width: 767px){

[data-name="full-name"]:before {
    background: url(/wp-content/uploads/2024/02/profile-1.svg) no-repeat!important;
}
[data-name="phone-number"]:before {
    background: url(/wp-content/uploads/2024/02/call.svg)!important
}
[data-name="site"]:before {
    background: url(/wp-content/uploads/2024/02/sms.svg)!important
}
[data-name="email"]:before {
    background: url(/wp-content/uploads/2024/02/link-square-1.svg)!important
	}
	#wpcf7-f2062-p183-o1 .wpcf7-form label{
	background-color: #395bbb;	}
}