:root {
  --menu-mobile-bar-bg-color: #000;
  --menu-mobile-bar-bg-color: #fff;
  --primary: rgba(16, 16, 16, 1);
  --body-bg: rgba(242, 249, 244, 1);
}

.page-template-contact .contact-us__input {
  border-radius: 5px !important;
  border: 1px solid #ddd !important;
  padding: 18px 24px !important;
  outline: 0px solid hsl(285, 70%, 90%) !important;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out, outline 0.1s ease-in-out !important;
  resize: none !important;
}
.page-template-contact .contact-us__input::placeholder {
  color: hsl(35, 17%, 22%) !important;
  font-family: "Assistant", sans-serif !important;
}
.page-template-contact .contact-us__input:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) !important;
}
.page-template-contact .contact-us__input:focus {
  outline: 3px solid hsl(285, 70%, 90%) !important;
  border: 1px solid #ddd !important;
}
.page-template-contact .contact-us__submit {
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #e359c9 !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 8px 24px !important;
  outline: 0px solid hsl(285, 70%, 90%) !important;
  cursor: pointer !important;
  font-size: clamp(1.125rem, 0.94rem + 0.776vw, 1.875rem) !important;
  font-weight: 700 !important;
  color: rgb(255, 255, 255) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}
.page-template-contact .contact-us__submit:hover, .page-template-contact .contact-us__submit:active {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
}
.page-template-contact .contact-us .ff-message-success {
  border: 1px solid #00c951 !important;
  border-radius: 5px !important;
  margin-top: 15px !important;
}
.page-template-contact .contact-us .container .top {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media only screen and (max-width: 1024px) {
  .page-template-contact .contact-us .container .top {
    flex-direction: column;
  }
}
.page-template-contact .contact-us .container .top .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}
.page-template-contact .contact-us .container .top .right .title {
  font-size: clamp(2rem, 1.58rem + 1.81vw, 3.75rem);
  font-weight: 600;
  line-height: 1em;
  color: hsl(35, 17%, 22%);
  text-align: center;
}
.page-template-contact .contact-us .container .top .right .divider {
  height: 3px;
  width: 75px;
  border-radius: 50px;
  background-color: #e359c9;
}
.page-template-contact .contact-us .container .top .left {
  position: relative;
}
.page-template-contact .contact-us .container .top .left img {
  width: max(39.3229166667vw, 555px);
  height: 100%;
  border-radius: 15px;
}
@media only screen and (max-width: 1024px) {
  .page-template-contact .contact-us .container .top .left img {
    width: 100%;
    height: 380px;
  }
}
.page-template-contact .contact-us .container .contact-links-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  width: fit-content;
  display: flex;
  padding: 30px;
  border-radius: 20px;
  gap: 36px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .page-template-contact .contact-us .container .contact-links-wrapper {
    justify-content: center;
    align-items: center;
  }
}
.page-template-contact .contact-us .container .contact-links-wrapper .contact-link-wrapper {
  display: flex;
  align-items: center;
  gap: 26px;
}
.page-template-contact .contact-us .container .contact-links-wrapper .contact-link-wrapper .contact-link-icon {
  width: 65px;
  height: 60px;
  object-fit: contain;
  color: #e359c9;
}
.page-template-contact .contact-us .container .contact-links-wrapper .contact-link-wrapper .links-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-template-contact .contact-us .container .contact-links-wrapper .contact-link-wrapper .links-wrapper .link {
  font-size: clamp(1rem, 0.97rem + 0.13vw, 1.13rem);
  font-weight: 500;
  list-style: 1.375em;
  color: hsl(35, 17%, 22%);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
}
.page-template-contact .contact-us .container .contact-links-wrapper .contact-link-wrapper .links-wrapper .link:hover {
  text-decoration-color: hsl(35, 17%, 22%);
}

/*# sourceMappingURL=contact.min.css.map */
