@charset "UTF-8";
#inner-page-wrapper {
  margin-bottom: 0;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.ip-banner::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 70%);
}

.ip-custom-breadcrumbs {
  background: var(--primary);
  padding: 15px 0;
}
.ip-custom-breadcrumbs p#breadcrumbs {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ip-custom-breadcrumbs p#breadcrumbs .breadcrumb_last {
  color: #c8b273;
}
.ip-custom-breadcrumbs p#breadcrumbs a {
  transition: all var(--default-transition);
}
.ip-custom-breadcrumbs p#breadcrumbs a:hover {
  color: #c8b273;
}
.ip-custom-breadcrumbs p#breadcrumbs strong {
  font-weight: 400;
}

.ip-sellers {
  position: relative;
  font-size: 0;
}

.ip-sellers-looking {
  position: relative;
  padding: 65px 0 60px;
}
.ip-sellers-looking .fixed-bg {
  z-index: 1;
}
.ip-sellers-looking .fixed-bg::before, .ip-sellers-looking .fixed-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ip-sellers-looking .fixed-bg::after {
  background: rgba(255, 255, 255, 0.85);
}
.ip-sellers-looking .fixed-bg-img {
  position: absolute;
  filter: grayscale(1);
  background-repeat: no-repeat;
  background-size: cover;
}

.ip-sellers-looking-container {
  position: relative;
  max-width: 1420px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ip-sellers-looking-container .section-title {
  margin-bottom: 35px;
}
.ip-sellers-looking-container p {
  font-size: 18px;
  color: var(--font-color-default);
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 35px;
}
.ip-sellers-looking-container a.global-button {
  margin: 0 5px 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.ip-sellers-looking-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.ip-sellers-concierge {
  position: relative;
  padding: 65px 0;
}

.ip-sellers-concierge-container {
  position: relative;
  max-width: 1360px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.ip-sellers-content {
  position: relative;
}

.ip-sellers-content-container {
  position: relative;
  max-width: 1360px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.ip-sellers-content-container.is-reverse {
  flex-direction: row-reverse;
}

.ip-sellers-content-image {
  position: relative;
  width: 42.55%;
  padding: 0 30px 30px 0;
}
.ip-sellers-content-image::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  bottom: 0;
  right: 0;
  background: var(--primary);
}

.ip-sellers-content-text {
  position: relative;
  width: 51.5%;
}
.ip-sellers-content-text .ip-sellers-content-title {
  display: inline-block;
  font-family: var(--font-family-title);
  font-size: 30px;
  color: var(--primary);
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  border-bottom: 2px solid #c8b273;
  padding-bottom: 14px;
  margin-bottom: 38px;
}
.ip-sellers-content-text p {
  font-size: 18px;
  color: var(--font-color-default);
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-bottom: 34px;
}
.ip-sellers-content-text ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 45px;
       column-gap: 45px;
  list-style-type: disc;
  margin-left: 20px;
}
.ip-sellers-content-text ul li {
  font-size: 18px;
  color: var(--font-color-default);
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-bottom: 8px;
}

.ip-sellers-marketing {
  position: relative;
  padding: 65px 0 55px;
}
.ip-sellers-marketing .fixed-bg {
  height: 231%;
  z-index: 0;
}
.ip-sellers-marketing .fixed-bg::before, .ip-sellers-marketing .fixed-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ip-sellers-marketing .fixed-bg::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 10;
}
.ip-sellers-marketing .fixed-bg::after {
  background: rgba(255, 255, 255, 0.85);
}
.ip-sellers-marketing .fixed-bg-img {
  position: absolute;
  filter: grayscale(1);
  background-repeat: no-repeat;
  background-size: cover;
}

.ip-sellers-marketing-container {
  position: relative;
  max-width: 1370px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.ip-sellers-marketing-container .section-title {
  margin-bottom: 35px;
}
.ip-sellers-marketing-container p {
  font-size: 18px;
  color: var(--font-color-default);
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
}

.ip-sellers-years {
  background: var(--primary);
  padding: 68px 0 75px;
}

.ip-sellers-years-container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ip-sellers-years-container .section-title {
  margin-bottom: 36px;
}
.ip-sellers-years-container p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 38px;
}
.ip-sellers-years-container a.global-button {
  width: 365px;
}

.ip-sec-4 {
  padding: 65px 0;
}

.ip-sec-5 {
  padding: 0 0 75px;
}

.ip-sec-8 {
  padding: 65px 0;
}

.ip-sec-10 {
  padding: 65px 0 75px;
}

.ip-sec-12 {
  padding: 75px 0;
}

.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-sellers-request-popup .aios-popup-body {
  max-width: 565px;
  min-height: auto;
  padding: 0;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-sellers-request-popup .aiosp-close {
  width: auto;
  height: auto;
  top: 30px;
  right: 30px;
  line-height: 1;
  opacity: 1;
  font-size: 0;
  color: var(--primary);
  transition: all var(--default-transition);
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-sellers-request-popup .aiosp-close::before {
  content: "򰉇";
  font-family: "agentimage";
  font-size: 15px;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-sellers-request-popup .aiosp-close:hover {
  color: #C8B274;
}

.ip-sellers-request-popup {
  padding: 50px 15px;
  font-size: 0;
  border: 5px solid var(--primary);
}
.ip-sellers-request-popup img {
  margin: 0 auto;
}
.ip-sellers-request-popup .wpcf7 {
  position: relative;
  max-width: 415px;
  margin: 12px auto 0;
}

.request-popup-input-fields {
  margin: 0 -3px;
}

.request-popup-input {
  display: inline-block;
  width: 100%;
  padding: 0 3px;
  margin-bottom: 5px;
}
.request-popup-input input, .request-popup-input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  padding: 0;
  font-size: 14px;
  color: #162130;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 1px solid #162130;
  padding-left: 25px;
  padding-right: 15px;
  width: 100%;
  height: 50px;
}
.request-popup-input textarea {
  resize: none;
  height: 80px;
  padding-top: 20px;
}

.request-popup-input-sm {
  width: 50%;
}

.ip-sellers-request-popup button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  display: block;
  width: 142px;
  height: 38px;
  margin: 15px auto 0;
  border: 1px solid #000000;
  font-size: 15px;
  color: #4d4c4c;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all var(--default-transition);
}
.ip-sellers-request-popup button:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
}

.ip-sellers-request-popup .wpcf7-form-control-wrap {
  display: block;
}

.ip-sellers-request-popup .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  margin: 5px 0 0;
  font-size: 12px;
  text-align: center;
}

.ip-sellers-request-popup .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .ip-sec-8 .ip-sellers-content-image {
    width: 74.66%;
  }
  .ip-sec-8 .ip-sellers-content-text {
    width: 22.93%;
  }
  .ip-sec-8 .ip-sellers-content-text .ip-sellers-content-title {
    width: 170px;
  }
  .ip-sec-12 .ip-sellers-content-image {
    width: 44.84%;
  }
}
@media only screen and (max-width: 991px) {
  .ip-sellers-looking-container,
  .ip-sellers-content-container,
  .ip-sellers-marketing-container,
  .ip-sellers-years-container {
    max-width: 630px;
  }
  .ip-sellers-content-image {
    width: 100%;
  }
  .ip-sellers-content-text {
    width: 100%;
    margin-top: 50px;
  }
  .ip-sellers-content-text ul {
    -moz-column-count: 1;
         column-count: 1;
  }
  .request-popup-input-sm {
    width: 100%;
  }
}