@charset "utf-8";
.contact {
      background-color: #FAFAFA;
    padding-top: 80px;
    padding-bottom: clamp(5rem, 1.667rem + 6.94vw, 10rem);
}
.contact__inner {
   padding: 0 clamp(1.25rem, -15.542rem + 34.98vw, 26.438rem);
}
.contact__container {
        background-color: #fff;
    padding: 56px 56px 80px;
}
.contact__title {
        font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    font-weight: 700;
    text-align: center;
}
.contact__text {
        margin-top: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
    text-align: center;
    font-weight: 400;
  line-height: 1.7;
}
.contact__form {
  margin-top: clamp(2.5rem, 0.333rem + 4.51vw, 5.75rem);
}
.form > div {
        display: flex;
    flex-direction: column;
    row-gap: clamp(2rem, 4.17vw, 5rem);
}
.formRow {
        display: flex;
    flex-direction: column;
    row-gap: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
}
.d-block {
  width: 100%;
}
.formTh {
        display: flex;
    align-items: baseline;
    column-gap: 20px;
}
.label {
         font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
    font-weight: 400;
    margin-bottom: 0;
}
.requiredText {
        width: 48px;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    background-color: #0041BC;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.formSelect {
        width: 100%;
    border: none;
    border-bottom: 1px solid #B2B0B0;
    padding: 4px clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    height: clamp(2.75rem, 2.125rem + 1.3vw, 3.688rem);
    color: #473B37;
    background-color: #EEEEEE;
    -webkit-appearance: none;
    border-radius: 0;
}
.formInput {
        width: 100%;
    border: none;
    border-bottom: 1px solid #B2B0B0;
    padding: 4px clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    height: clamp(2.75rem, 2.125rem + 1.3vw, 3.688rem);
    color: #473B37;
    background-color: #EEEEEE;
    -webkit-appearance: none;
    border-radius: 0;
}
.formTextArea {
        width: 100%;
    border: none;
    border-bottom: 1px solid #B2B0B0;
    padding: 4px clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    height: clamp(12.875rem, 10.458rem + 5.03vw, 16.5rem);
    color: #473B37;
    background-color: #EEEEEE;
    -webkit-appearance: none;
    border-radius: 0;
}
.privacyBox {
        width: 100%;
    border: none;
    border-bottom: 1px solid #B2B0B0;
    padding: 4px clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    height: clamp(12.875rem, 10.458rem + 5.03vw, 16.5rem);
    color: #473B37;
    background-color: #EEEEEE;
    overflow-y: scroll;
    overflow-x: hidden;
}
.privacyBox p {
  font-size: 14px;
}
.text-center {
      display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox {
      height: clamp(1.125rem, 0.583rem + 1.13vw, 1.938rem);
    width: clamp(1.125rem, 0.583rem + 1.13vw, 1.938rem);
}
.privacyLabel {
        font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 700;
      margin-left: clamp(0.25rem, -0.083rem + 0.69vw, 0.75rem);
    margin-right: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
}
.formBtnTd {
    margin-left: auto;
    margin-right: auto;
}
.formBtn {
      cursor: pointer;
    width: 268px;
    height: 58px;
    background-color: #0041BC;
    color: #fff;
    font-size: 18px;
  font-weight: 700;
  border: none;
    transition: all 0.5s;
}

@media (max-width: 767px) {
  .contact__container {
        padding-left: clamp(1.25rem, -0.043rem + 5.31vw, 2.5rem);
    padding-right: clamp(1.25rem, -0.043rem + 5.31vw, 2.5rem);
  }
}

@media (max-width: 389px) {
  .contact__inner {
    padding: 0 10px;
  }
  .contact__container {
        padding-left: 10px;
    padding-right: 10px;
  }
  .requiredText {
    font-size: 10px;
  }
  .privacyLabel {
    margin-right: 8px;
  }
}





.formError {
	margin-top: -40px !important;
}

.formError {
	z-index: 990;
}

.formError .formErrorContent {
	z-index: 991;
}

.formError .formErrorArrow {

	z-index: 996;
}

.ui-dialog .formError {
	z-index: 5000;
}

.ui-dialog .formError .formErrorContent {

	z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
	z-index: 5006;
}

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;

	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}


.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
