/**
 * Contact page
 */

.bs-contact-flex {
  display: flex;
  gap: 4rem;
  align-items: center;
  margin: 3rem 0 0;
}

@media only screen and (max-width: 1399px) {
  .bs-contact-flex {
    gap: 3rem;
  }
}

@media only screen and (max-width: 1199px) {
  .bs-contact-flex {
    flex-direction: column;
    margin-top: 2rem;
  }
}

.bs-contact-flex-start {
  background: #fefefe;
  border-radius: 12px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  flex-basis: 600px;
  padding: 50px 58px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1399px) {
  .bs-contact-flex-start {
    padding: 45px 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .bs-contact-flex-start {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 700px;
    flex-basis: auto;
  }
}

@media only screen and (max-width: 899px) {
  .bs-contact-flex-start {
    padding: 35px 40px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-contact-flex-start {
    padding: 25px 20px;
  }
}

.bs-contact-flex-start-legal {
  max-width: 350px;
  margin: 25px auto 0;
  text-align: center;
  line-height: 1.3 !important;
}

.bs-contact-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 5px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .bs-contact-form-wrap {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-contact-form-wrap {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-contact-form-wrap {
    margin-top: 15px;
  }
}

.bs-contact-form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

@media only screen and (max-width: 899px) {
  .bs-contact-form-row {
    grid-template-columns: 1;
    gap: 25px;
  }
}

.bs-contact-flex-end {
  flex: 1;
}

@media only screen and (max-width: 1199px) {
  .bs-contact-flex-end {
    width: 100%;
    text-align: center;
  }
}

.bs-contact-flex-end > .bs-heading {
  max-width: 500px;
}

@media only screen and (max-width: 1199px) {
  .bs-contact-flex-end > .bs-heading {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
}

.bs-contact-iconlist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 70px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
  .bs-contact-iconlist {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}

.bs-contact-iconlist-row {
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 899px) {
  .bs-contact-iconlist-row {
    flex-direction: column;
  }
}

.bs-contact-flex-end > .bs-contact-iconlist {
  max-width: 525px;
}

.bs-contact-iconlist > li {
  display: flex;
  gap: 30px;
  align-items: center;
}

.bs-contact-iconlist-row > li {
  flex: 1;
  align-items: flex-start;
}

.bs-contact-iconlist-globe::before,
.bs-contact-iconlist-web::before,
.bs-contact-iconlist-shield::before,
.bs-contact-iconlist-webinar::before,
.bs-contact-iconlist-edit::before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../img/bs-assets/contact/iconlist-globe.svg");
  content: "";
  min-width: 75px;
  width: 75px;
  height: 75px;
  display: flex;
}

@media only screen and (max-width: 599px) {
  .bs-contact-iconlist-globe::before,
  .bs-contact-iconlist-web::before,
  .bs-contact-iconlist-shield::before,
  .bs-contact-iconlist-webinar::before,
  .bs-contact-iconlist-edit::before {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
}

.bs-contact-iconlist-web::before {
  background-image: url("../../img/bs-assets/contact/iconlist-web.svg");
}

.bs-contact-iconlist-shield::before {
  background-image: url("../../img/bs-assets/contact/iconlist-shield.svg");
}

.bs-contact-iconlist-webinar::before {
  background-image: url("../../img/bs-assets/contact/iconlist-webinar.svg");
}

.bs-contact-iconlist-edit::before {
  background-image: url("../../img/bs-assets/contact/iconlist-edit.svg");
}

.bs-contact-iconlist > li > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.bs-contact-iconlist > li > div .bs-paragraph {
  margin: 0;
}

.bs-contact-glowbox {
  margin: 50px 0;
  background-image: url("../../img/bs-assets/contact/bs-contact-glowbox-bg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 44px;
  box-sizing: border-box;
  border-radius: 12px;
  color: #fff;
}

.bs-contact-glowbox > span {
  position: relative;
}

.bs-contact-glowbox > span::before {
  content: "“";
  opacity: 0.5;
  position: absolute;
  left: -10px;
}

.bs-contact-glowbox > span::after {
  content: "”";
  opacity: 0.5;
}

.bs-contact-flex-end .bs-partners-logos-flex {
  padding-top: 10px;
  justify-content: space-evenly;
}

.bs-contact-flex-end .bs-partners-logos-flex img {
  max-width: 40%;
}

.wpforms-container.bs-wpform {
  width: 100%;
  margin: 0;
  text-align: left;
}

.wpforms-container.bs-wpform .wpforms-form .bs-btn {
  overflow: hidden;
  position: relative;
  padding: 14px 24px;
  cursor: pointer;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  box-shadow: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 1200px) {
  .wpforms-container.bs-wpform .wpforms-form .bs-btn {
    font-size: 15px;
  }
}

@media only screen and (max-width: 899px) {
  .wpforms-container.bs-wpform .wpforms-form .bs-btn {
    font-size: 14px;
  }
}

.wpforms-container.bs-wpform .wpforms-form .wpforms-field-container {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  margin-bottom: 1.35rem;
}

.wpforms-container.bs-wpform .wpforms-form .wpforms-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0;
}

.wpforms-container.bs-wpform .wpforms-form .wpforms-field label {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.wpforms-container.bs-wpform .wpforms-form .wpforms-field input {
  box-sizing: border-box;
  color: var(--bs-inp-clr-dark);
  width: 100%;
  padding: 11px 12px 11px 12px;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  box-sizing: border-box;
  border: 1px solid #c2c3d7;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
  outline: none;
}

.wpforms-container.bs-wpform .wpforms-form .wpforms-field input:hover {
  border-color: #888;
  background-color: #fff;
}

.wpforms-container.bs-wpform
  .wpforms-form
  .wpforms-field
  .wpforms-field-description {
  font-size: 11px;
  font-weight: 400;
  color: #000;
  margin: -1px auto 0;
}

.wpforms-container.bs-wpform .wpforms-form label.wpforms-error,
.wpforms-container.bs-wpform .wpforms-form em.wpforms-error {
  font-size: 12px;
  font-weight: 400;
  color: #f00;
  margin: 1px auto 0;
}

.wpforms-container.bs-wpform .wpforms-submit-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wpforms-container.bs-wpform .wpforms-confirmation-container-full,
div[submit-success]
  > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #f3f3f8;
  border: 1px dashed #babbd0;
  border-radius: 10px;
}

.wpforms-container.bs-wpform .wpforms-confirmation-container-full p,
div[submit-success]
  > .wpforms-confirmation-container-full:not(.wpforms-redirection-message)
  p {
  font-weight: 600;
  text-align: center;
  color: #686a91;
}

.wpforms-container.bs-wpform .wpforms-form .wpforms-submit-spinner {
  margin: 1.5rem auto 0;
}
