.contact-form .title > a {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: #FFFFFF;
  background: #1E1E1E;
  border: 1px solid #1E1E1E;
  border-radius: 8px;
  padding: 8px;
  min-width: 184px;
  min-height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  transition: background 0.5s ease, color 0.5s ease;
}
.contact-form .title > a:hover {
  background: transparent;
  color: #1E1E1E;
}
.contact-form form button {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  background: #1E1E1E;
  border: 1px solid #1E1E1E;
  border-radius: 8px;
  padding: 8px;
  min-width: 139px;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: 0 0 0 auto;
  transition: background 0.5s ease, color 0.5s ease;
}
.contact-form form button:hover {
  background: transparent;
  color: #1E1E1E;
}
@media (max-width: 766px) {
  
  .contact-form .title > a {
    padding: 5px;
    min-width: 100%;
    width: 100%;
  }
  .contact-form form button {
    line-height: 1.625rem;
    padding: 5px;
    min-width: 100%;
    min-height: 54px;
    width: 100%;
    margin: 0 auto;
  }
}
.top-contact .contact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.top-contact .contact-wrapper .contact-info {
  max-width: 516px;
  width: 100%;
}
/* Contact */
.top-contact {
  padding: 53px 0 62px 0;
}
.top-contact .contact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.top-contact .contact-wrapper .contact-info {
  max-width: 516px;
  width: 100%;
}
.top-contact .contact-wrapper .contact-info > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 62px 0;
}
.top-contact .contact-wrapper .contact-info > p > span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
}
.top-contact .contact-wrapper .contact-info > h1 {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 4.125rem;
  line-height: 4.3125rem;
  letter-spacing: -0.015em;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 32px 0;
}
.top-contact .contact-wrapper .contact-info .contact-box > p {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  text-align: left;
  color: #595959;
  margin: 0 0 39px 0;
}
.top-contact .contact-wrapper .contact-info .contact-box .contact-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 42px 60px;
}
.top-contact .contact-wrapper .contact-info .contact-box .contact-items .contact-item > a {
  width: 100%;
  height: 100%;
  display: block;
  transition: fill 0.5s ease;
}
.top-contact .contact-wrapper .contact-info .contact-box .contact-items .contact-item > a > svg {
  max-width: 138px;
  max-height: 46px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-contact .contact-wrapper .contact-info .contact-box .contact-items .contact-item > a > svg path {
  transition: fill 0.5s ease;
}
.top-contact .contact-wrapper .contact-info .contact-box .contact-items .contact-item > a:hover > svg path {
  fill: #2DE379;
}
.contact-form {
  max-width: 630px;
  min-width: 560px;
  width: 100%;
  background: #F0EFEB;
  border-radius: 20px;
  padding: 32px;
}
.contact-form > h5 {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.9375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0 0 20px 0;
}
.contact-form .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.contact-form .title > h5 {
  font-family: "Roobert-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.9375rem;
  text-align: left;
  color: #1E1E1E;
  margin: 0;
}
.contact-form .title > a {
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  min-width: 130px;
  min-height: 52px;
}
.contact-form .divider {
  margin: 24px 0;
  background: #CDCAC8;
  width: 100%;
  height: 1px;
}
.contact-form form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-form form label {
  font-family: "Roobert-SemiBold", sans-serif;
  font-weight: 650;
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #1E1E1E;
  display: flex;
  gap: 5px;
}
.contact-form form label > span {
  color: #FF3657;
}
.contact-form form input {
  border: 1px solid #CDCAC8;
  border-radius: 8px;
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #A9A9A9;
  padding: 16px 25px;
  outline: none;
  width: 100%;
  height: 55px;
  margin: 8px 0 20px 0;
}
.contact-form form input::placeholder {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #A9A9A9;
}
.contact-form form textarea {
  border: 1px solid #CDCAC8;
  border-radius: 12px;
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #A9A9A9;
  padding: 20px 24px;
  outline: none;
  width: 100%;
  height: 110px;
  margin: 8px 0 20px 0;
}
.contact-form form textarea::placeholder {
  font-family: "Roobert-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #A9A9A9;
}
.contact-form form .input-box {
  display: flex;
  gap: 21px;
  margin: 0 0 20px 0;
}
.contact-form form .input-box .input-line {
  width: 100%;
}
span.wpcf7-form-control-wrap.recaptcha {
    margin: 20px 0 0 0;
}

@media (min-width: 766px) and (max-width: 1080px) {
  .top-contact .contact-wrapper {
    gap: 48px;
    flex-direction: column;
  }
  .top-contact .contact-wrapper .contact-info {
    max-width: 100%;
  }
  .contact-form {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 766px) {
  .top-contact {
    padding: 48px 0;
  }
  .top-contact .contact-wrapper {
    gap: 48px;
    flex-direction: column;
  }
  .top-contact .contact-wrapper .contact-info {
    max-width: 100%;
  }
  .top-contact .contact-wrapper .contact-info > p {
    margin: 0 0 16px 0;
  }
  .top-contact .contact-wrapper .contact-info > h1 {
    font-size: 3rem;
    line-height: 3.625rem;
    margin: 0 0 16px 0;
  }
  .top-contact .contact-wrapper .contact-info .contact-box {
    margin: 48px 0 0 0;
  }
  .top-contact .contact-wrapper .contact-info .contact-box > p {
    margin: 0 0 24px 0;
  }
  .top-contact .contact-wrapper .contact-info .contact-box .contact-items {
    gap: 25px 34px;
  }
  .top-contact .contact-wrapper .contact-info .contact-box .contact-items .contact-item > a > svg {
    max-width: 92px;
    max-height: 34px;
  }
  .contact-form {
    max-width: 100%;
    min-width: 100%;
    padding: 24px;
  }
  .contact-form .title {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .contact-form .title > h5 {
    font-family: "Roobert-SemiBold", sans-serif;
    font-weight: 650;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .contact-form .title > a {
    font-size: 1.125rem;
    min-width: 100%;
  }
  .contact-form > h5 {
    font-family: "Roobert-SemiBold", sans-serif;
    font-weight: 650;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 0 0 16px 0;
  }
  .contact-form form .input-box {
    gap: 16px;
    margin: 0 0 16px 0;
    flex-direction: column;
  }
  .contact-form form input {
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: -0.005em;
    padding: 16px;
    height: 48px;
    margin: 8px 0 16px 0;
  }
  .contact-form form input::placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: -0.005em;
  }
  .contact-form form textarea {
    border-radius: 8px;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: -0.005em;
    padding: 14px 16px;
    height: 184px;
    margin: 8px 0 16px 0;
  }
  .contact-form form textarea::placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: -0.005em;
  }
  span.wpcf7-form-control-wrap.recaptcha {
		margin: 20px 0 20px 0;
	}
}
@media (max-width: 376px) {
  .top-contact .contact-wrapper .contact-info > h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}