@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap");
#inner-page-wrapper {
  margin-bottom: 0;
}

.word {
  white-space: nowrap;
  display: inline-block;
  position: relative;
}

.chars .char {
  position: relative;
  display: inline-block;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.7s, 0.7s, 1s;
  transition-timing-function: ease, ease, ease;
  transition-property: transform, opacity;
  transition-delay: calc(0.4s + 30ms * var(--char-index));
  transform: translateY(25px);
  opacity: 0;
}

.is-visible {
  opacity: 0;
}

.is-visible.ready-animate {
  opacity: 1;
}

.ready-animate .char, .aos-animate .char {
  will-change: opacity, transform;
  transform: translateY(0px);
  opacity: 1;
}

.ip-content-col h2.text-animate {
  overflow: hidden;
  line-height: normal;
}

#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.ip-content-form, .ip-content-form form, .ip-content-field {
  display: block;
  position: relative;
}

.ip-content-field:not(:last-child) {
  margin-bottom: 25px;
}

.ip-content-field input:not([type=submit]), .ip-content-field textarea {
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.ip-content-field textarea {
  padding: 20px 0 10px;
  height: 115px;
}

.ip-content-field.form-submit button {
  width: 100%;
  max-width: 142px;
  height: 55px;
  background-color: #000;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  margin-right: 0;
  margin-left: auto;
  display: block;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: 0.3s all ease-in-out;
}

.ip-content-form {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
}

.ip-content-form form .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.ip-content-field.form-submit button:hover {
  background-color: #015936;
}

.ip-content-form .wpcf7 form .wpcf7-response-output {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 12px;
  color: #000;
  text-align: center;
}

.ip-content-form .wpcf7-form-control-wrap {
  display: block;
}

.ip-content-form .form-label {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  margin-left: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.ip-content-form .wpcf7-form-control-wrap .form-label {
  opacity: 1;
}

.field-control:focus + .form-label,
.field-control.hide-label + .form-label {
  font-size: 10px;
  color: #000;
  transform: translateY(-16px) translateX(5px);
  letter-spacing: 0.1em;
}

.ip-content-field input:not([type=submit]):focus, .ip-content-field textarea:focus {
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(8, 86, 53, 0.6);
}

.ip-content-form [data-name=your-message] .form-label {
  top: 20px;
  align-items: flex-start;
}

.ip-content-form .use-floating-validation-tip .wpcf7-not-valid-tip {
  font-size: 12px;
}

#ip-buying {
  position: relative;
  font-family: var(--font-family-default);
  font-size: 0;
}

.ip-buying-main {
  position: relative;
  padding: 30px 0;
}
.ip-buying-main::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 295px);
  top: 0;
  left: 0;
  background: #f8f8f8;
}

.ip-buying-main-container {
  position: relative;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.ip-buying-main-container h2 {
  /* font-family: var(--font-family-title); */
  font-family: var(--font-family-title);
  font-size: 72px;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
  /* letter-spacing: 0.05em; */
  text-align: center;
  margin-bottom: 18px;

  font-size: 60px;
  line-height: 1.149253731343284;
  color: #000;
  font-family: var(--font-family-title);
  display: block;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;

  font-size: 72px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 32px;
}
.ip-buying-main-container h2 span {
  letter-spacing: 0;
}
.ip-buying-main-container p {
  /* font-size: 14px;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.05em; */
  text-align: center;
  font-size: 14px;
  line-height: 27px;
  color: #000;
  display: block;
  font-weight: 400;
  letter-spacing: 0.050em;

  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.666666666666667;
}

.ip-buying-form {
  position: relative;
  padding: 25px 0;
}

.ip-buying-form-container {
  position: relative;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-buying-form-inner {
  background: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.ip-buying-form-image {
  width: 50%;
}
.ip-buying-form-image img {
  aspect-ratio: 555/493;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.ip-buying-form-main {
  width: 50%;
  padding: 45px 30px;
}
.ip-buying-form-main h3 {
  font-family: var(--font-family-title);
  font-size: 41px;
  font-weight: 700;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 15px;

  font-size: 60px;
  line-height: 1.149253731343284;
  margin-bottom: 30px;
}
.ip-buying-form-main p {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;

  line-height: 27px;
}
.ip-buying-form-main .ip-content-field.form-submit button {
  max-width: 100%;
}

.ip-buying-experience {
  position: relative;
  padding: 45px 0;
}

.ip-buying-experience-container {
  position: relative;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-buying-experience-text {
  width: 42.8%;
  padding: 0 30px 0 0;
}
.ip-buying-experience-text h3 {
  font-family: var(--font-family-title);
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  line-height: 1.15;
  margin-bottom: 12px;

  font-size: 60px;
  line-height: 1.149253731343284;
  margin-bottom: 30px;
}
.ip-buying-experience-text p {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.05em;

  line-height: 27px;
}

.ip-buying-experience-image {
  width: 57.2%;
}
.ip-buying-experience-image img {
  aspect-ratio: 635/466;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.ip-buying-ways {
  position: relative;
  padding: 30px 0 80px;
}

.ip-buying-ways-container {
  position: relative;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.ip-buying-ways-container h3 {
  font-family: var(--font-family-title);
  font-size: 41.4px;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
  text-align: center;
  max-width: 660px;
  margin: 0 auto 50px;
}
.ip-buying-ways-container h4 {
  font-family: var(--font-family-title);
  font-size: 30.6px;
  font-weight: 500;
  color: #000000;
  line-height: 1.3;
  text-align: center;
  margin: 55px auto 0;
}
.ip-buying-ways-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 50px;
  background: #000000;
  font-size: 13.5px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 35px auto 0;
  transition: all 0.4s;
}
.ip-buying-ways-container a:hover {
  background: #015936;
}

.ip-buying-ways-list {
  margin: 0 -15px;
}

.ip-buying-ways-item {
  width: 33.3333333333%;
  padding: 0 15px;
}

.ip-buying-ways-image img {
  aspect-ratio: 350/270;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.ip-buying-ways-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
.ip-buying-ways-text::before {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  margin-bottom: 8px;
  background: #000000;
}

.ip-buying-thanks {
  position: relative;
  background: #000000;
  padding: 40px 0 50px;
  display: none;
}

/* #ip-buying.submitted > div {
  display: none;
} */

#ip-buying.submitted > .ip-buying-thanks {
  display: block;
}

.ip-buying-thanks-container {
  position: relative;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.ip-buying-thanks-container h3 {
  font-family: var(--font-family-title);
  font-size: 72px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 25px;
}
.ip-buying-thanks-container p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 10px;
}
.ip-buying-thanks-container a.btn-a {
  display: flex;
  width: 135px;
  margin: 0 auto;
}

.submitted .ip-buying-form-main-default,
.submitted .ip-buying-form-main-thankyou {
    display: block;
}
.submitted .ip-buying-form-main-default, 
.ip-buying-form-main-thankyou {
  display: none;
}

a.thankyou-btn {
    width: 100%;
    max-width: 100%;
    height: 55px;
    background-color: #000;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-weight: 600;
    letter-spacing: .02em;
    transition: 0.3s all ease-in-out;
}
a.thankyou-btn:hover {
    background-color: #015936;
}

@media only screen and (max-width: 991px) {
  .ip-buying-main-container {
    max-width: 690px;
  }
  .ip-buying-main-container h2 {
    font-size: 50px;
  }
  .ip-buying-form-container {
    max-width: 690px;
  }
  .ip-buying-form-image {
    width: 100%;
  }
  .ip-buying-form-main {
    width: 100%;
    padding: 30px 20px;
  }
  .ip-buying-form-main h3 {
    font-size: 35px;
  }
  .ip-buying-experience-container {
    max-width: 690px;
  }
  .ip-buying-experience-image {
    width: 100%;
    order: 1;
  }
  .ip-buying-experience-text {
    width: 100%;
    order: 2;
    margin-top: 30px;
  }
  .ip-buying-experience-text h3 {
    font-size: 35px;
  }
  .ip-buying-ways-container {
    max-width: 690px;
  }
  .ip-buying-ways-container h3 {
    font-size: 35px;
  }
  .ip-buying-ways-item {
    width: 100%;
  }
  .ip-buying-ways-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .ip-buying-thanks-container {
    max-width: 690px;
  }
  .ip-buying-thanks-container h3 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .ip-buying-main-container h2 {
    font-size: 45px;
  }
  .ip-buying-form-main h3 {
    font-size: 30px;
  }
  .ip-buying-experience-text h3 {
    font-size: 30px;
  }
  .ip-buying-ways-container h3 {
    font-size: 30px;
  }
  .ip-buying-thanks-container h3 {
    font-size: 45px;
  }
}