@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;
}

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

#ip-locations {
  position: relative;
  font-family: "Open Sans", serif;
  padding: 15px 0 0;
  font-size: 0;
}

.ip-locations-heading {
  padding: 15px 0 60px;
}
.ip-locations-heading .ip-content-page-text {
  max-width: 900px;
  margin: 0 auto;
}
.ip-locations-heading h2 {
  font-family: var(--font-family-title);
  /* font-size: 60px; */
  font-size: 72px;
  font-weight: 700;
  color: #000000;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 32px;
}
.ip-locations-heading p {
/*  font-size: 18px;*/
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: var(--font-family-default);
  /* font-size: 14px !important; */

  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.666666666666667;
}
.ip-locations-heading p:not(:last-child) {
  margin-bottom: 18px;
}

.ip-locations-heading-container {
  /* max-width: 1170px; */
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-locations-feed {
  padding: 45px 0;
  background-color: #f8f8f8;
}

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

.ip-locations-feed-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.ip-locations-feed-row:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #000000;
}

.ip-locations-feed-map {
  width: 50%;
  padding: 0 15px;
}
.ip-locations-feed-map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 540/300;
}

.ip-locations-feed-details {
  width: 50%;
  padding: 0 15px;
}

.ip-locations-feed-name {  
  font-size: 30.6px;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.ip-locations-feed-name::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  margin-top: 15px;
  background: #000000;
}

.ip-locations-feed-contact {
  margin: 10px 0 5px;
}
.ip-locations-feed-contact li {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.ip-locations-feed-contact li span {
  font-size: 14.4px;
  font-weight: 600;
  text-transform: uppercase;
}
.ip-locations-feed-contact li a {
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: all 0.4s ease-out;
  color: #015936;
  color: #000;
}
.ip-locations-feed-contact li a:hover {
  color: #015936;
  color: #000;
  border-color: #000;
  text-decoration: none;
}
.ip-locations-feed-contact li:not(:last-child) {
  margin-bottom: 20px;
}

.ip-locations-feed-details a.btn-a::before {
  width: 32px;
  bottom: 10px;
}
.ip-locations-feed-details a.btn-a:hover {
  color: #015936;
  color: #000;
}
.ip-locations-feed-details a.btn-a:hover::before {
  width: 100%;
  background: #015936;
}

.ip-locations-interested {
  position: relative;
  padding: 60px 0;
}
.ip-locations-interested .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ip-locations-interested-text {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 45px;
}
.ip-locations-interested-text h2 {
  font-family: "Baskervville", serif;
  font-size: 57.6px;
  color: #000000;
  line-height: 1.15;
  margin-bottom: 18px;
}
.ip-locations-interested-text p {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.ip-locations-interested-form {
  width: 50%;
  padding: 0 15px;
}

.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;
}

.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;
}

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

.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;
}

.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);
}

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

.ip-locations-experience {
  position: relative;
}
.ip-locations-experience .ip-content-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.ip-locations-experience .ip-content-col {
  width: 50%;
  padding: 0 15px;
}
.ip-locations-experience .ip-content-col h2 {
  font-family: "Baskervville", serif;
  font-size: 57.6px;
  color: #000000;
  line-height: 1.15;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.ip-locations-experience .ip-content-col p {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.ip-locations-experience .ip-content-img {
  margin-left: calc((100vw - 1140px) / -2);
}
.ip-locations-experience .ip-content-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800/490;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 490px;
}

.ip-locations-experience-btns {
  display: flex;
  align-items: center;
  gap: 35px;
}
.ip-locations-experience-btns a.btn-a::before {
  width: 35px;
  bottom: 10px;
}
.ip-locations-experience-btns a.btn-a:hover {
  color: #015936;
}
.ip-locations-experience-btns a.btn-a:hover::before {
  width: 100%;
  background: #015936;
}

@media only screen and (max-width: 1199px) {
  .ip-locations-experience .ip-content-img {
    margin-left: calc((100vw - 940px) / -2);
  }
}
@media only screen and (max-width: 991px) {
  .ip-locations-heading h2 {
    font-size: 50px;
  }
  .ip-locations-heading p {
    font-family: 16px;
  }
  .ip-locations-feed-name {
    font-size: 25px;
  }
  .ip-locations-interested .container {
    max-width: 720px;
  }
  .ip-locations-interested-text {
    width: 100%;
  }
  .ip-locations-interested-text h2 {
    font-size: 50px;
  }
  .ip-locations-interested-text p {
    font-size: 16px;
  }
  .ip-locations-interested-form {
    width: 100%;
  }
  .ip-content-form {
    max-width: 100%;
  }
  .ip-locations-experience {
    padding: 0 0 50px;
  }
  .ip-locations-experience .ip-content-col + .ip-content-col {
    margin-top: 40px;
  }
  .ip-locations-experience .ip-content-col h2 {
    font-family: 50px;
  }
  .ip-locations-experience .ip-content-col p {
    font-family: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .ip-locations-feed-container {
    max-width: 540px;
  }
  .ip-locations-feed-map {
    width: 100%;
    margin-bottom: 20px;
  }
  .ip-locations-feed-details {
    width: 100%;
  }
  .ip-locations-experience .ip-content-img {
    margin-left: 0;
  }
  .ip-locations-experience .ip-content-col {
    width: 100%;
  }
  .ip-locations-experience .ip-content-img {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ip-locations-experience .ip-content-img img {
    min-height: 0;
  }
}
@media only screen and (max-width: 480px) {
  .ip-locations-heading h2 {
    font-family: 45px;
  }
  .ip-locations-interested-text h2 {
    font-size: 45px;
  }
  .ip-locations-experience .ip-content-col h2 {
    font-size: 45px;
  }
}