.contactUs-section {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  height: auto;
  overflow: hidden;
  padding: 0 6.0625rem 7.3125rem;
  display: grid;
  grid-template-columns: 35.1875rem 1fr;
  gap: 13.0625rem;
}
@media screen and (max-width: 1024px) {
  .contactUs-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .contactUs-section {
    padding: 1.375rem 3.125rem 4rem;
  }
}
@media screen and (max-width: 576px) {
  .contactUs-section {
    padding: 1.375rem 1.875rem 5rem;
  }
}
.contactUs-section .contactUs-section-left .contactUs-section-left-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 10.8125rem;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 2.875rem;
  padding: 2.3125rem 0;
  box-sizing: content-box;
}
.contactUs-section .contactUs-section-left .contactUs-section-left-title h1 {
  text-align: left;
  font: normal normal normal 4rem DM Sans;
  letter-spacing: -0.2rem;
  color: #000000;
}
.contactUs-section .contactUs-section-left .contactUs-section-left-content .contactUs-logo {
  width: 14.0625rem;
  height: 2.3125rem;
}
.contactUs-section .contactUs-section-left .contactUs-section-left-content .contactUs-logo img {
  display: block;
  width: 100%;
}
.contactUs-section .contactUs-section-left .contactUs-section-left-content ul {
  margin-top: 3.875rem;
}
.contactUs-section .contactUs-section-left .contactUs-section-left-content ul li {
  margin-bottom: 1.6875rem;
}
.contactUs-section .contactUs-section-left .contactUs-section-left-content ul li a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.contactUs-section .contactUs-section-left .contactUs-section-left-content ul li a img {
  display: block;
  width: 2.625rem;
  margin-right: 1.875rem;
}
.contactUs-section .contactUs-section-left .contactUs-section-left-content ul li a p {
  text-align: left;
  font: normal normal normal 1.125rem/1.3125rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8.8125rem;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 0.875rem;
  padding: 1.3125rem 0;
  box-sizing: content-box;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-title .contactUs-section-right-title-txt {
  margin-top: 1.25rem;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-title .contactUs-section-right-title-txt h3 {
  text-align: left;
  font: normal normal normal 1.125rem/1.625rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-title .required-tips {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25rem;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-title .required-tips span {
  font: normal normal normal 1rem/1.1875rem Inter;
  letter-spacing: 0px;
  color: #E83B3B;
  margin-right: 0.625rem;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-title .required-tips p {
  text-align: left;
  font: normal normal normal 1rem/1.1875rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content {
  height: calc(100% - 8.125rem);
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-row {
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  gap: 2rem;
  margin-bottom: 0.8125rem;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-row .form-lable {
  display: block;
  text-align: left;
  font: normal normal bold 1.125rem/3.625rem Inter;
  letter-spacing: 0px;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-row .form-lable span {
  color: #F91717;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-row .form-radio-content {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  height: 3.625rem;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-row .form-radio-content .radio-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.75rem;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-row .form-radio-content .radio-container .radio-input {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: 0.75rem;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-row .form-radio-content .radio-container .radio-label {
  font: normal normal normal 1.125rem/26px Inter;
  letter-spacing: 0px;
  color: #232323;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-row .form-input-content {
  width: 100%;
  height: auto;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-row .form-input-content input {
  display: block;
  width: 100%;
  height: 3.625rem;
  background-color: #F5F5F5;
  box-sizing: border-box;
  padding: 0 1.25rem;
  text-align: left;
  font: normal normal normal 1.125rem Inter;
  border: 1px solid transparent;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-row .form-input-content textarea {
  width: 100%;
  box-sizing: border-box;
  height: 180px;
  background-color: #F5F5F5;
  padding: 1.25rem;
  text-align: left;
  font: normal normal normal 1.125rem Inter;
  border: 1px solid transparent;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .verify-content img {
  display: block;
  width: 18.9375rem;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-btn button {
  width: 9.75rem;
  height: 3.5rem;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-btn button span {
  font: normal normal normal 1.125rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-right: 1.25rem;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-btn button img {
  display: block;
  max-width: 1.375rem;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-download-btn {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-download-btn button {
  width: 10.0625rem;
  height: 3.5rem;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-download-btn button span {
  font: normal normal normal 1.125rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-right: 1.25rem;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-download-btn button img {
  display: block;
  max-width: 1.6875rem;
}
.contactUs-section .contactUs-section-right .contactUs-section-right-content .form-download-btn button:last-of-type {
  margin-top: 1.875rem;
}
.error {
  color: red;
  font-size: 0.9em;
  display: block;
  margin-top: 0.3125rem;
}
.error input {
  border-color: red !important;
}
.valid input {
  border-color: green !important;
}
.error-placeholder {
  transform: translateX(10.75rem);
}
