.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-tell-popup .aios-popup-body {
  width: 880px;
  max-width: 100%;
  min-height: 0;
  background: none;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-tell-popup .aios-popup-body .aiosp-close {
  width: auto;
  height: auto;
  line-height: 1;
  /*top: 60px;*/
	top: 375px;
  right: 60px;
  opacity: 1;
  color: #000000;
  font-size: 0;
  transition: all var(--default-transition);
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-tell-popup .aios-popup-body .aiosp-close::before {
  content: "򰉇";
  display: block;
  font-family: "agentimage";
  font-size: 22px;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#ip-tell-popup .aios-popup-body .aiosp-close:hover {
  opacity: 0.7;
}

.ip-tell-popup {
  padding: 30px;
  font-size: 0;
}
.ip-tell-popup::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 85px);
  height: calc(100% - 108px);
  top: 0;
  left: 0;
  border: 6px solid rgba(var(--primary-color), 1);
  -o-border-image: var(--gradient-color) 6;
     border-image: var(--gradient-color) 6;
  z-index: 1;
}
.ip-tell-popup::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 95px);
  height: calc(100% - 82px);
  bottom: 0;
  right: 0;
  background: var(--gradient-color);
  z-index: 1;
}

.ip-tell-popup-inner {
  position: relative;
  z-index: 2;
}

.ip-tell-popup-header {
  position: relative;
}
.ip-tell-popup-header canvas {
  height: 310px;
}
.ip-tell-popup-body {
  position: relative;
  padding: 55px 15px 40px;
}
.ip-tell-popup-body .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
.ip-tell-popup-body .gsite-bg canvas {
  filter: grayscale(1);
}
.ip-tell-popup-body .heading-title {
  position: relative;
  font-family: var(--font-family-title);
  font-size: 35px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
}
.ip-tell-popup-body .heading-title span {
  display: block;
  font-family: var(--font-family-default);
  font-size: 20px;
  font-weight: 400;
  color: #9a999f;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ip-tell-popup-form {
  position: relative;
  max-width: 496px;
  margin: 50px auto 0;
}
.ip-tell-popup-form .gsite-input {
  width: 100%;
  margin-bottom: 10px;
}
.ip-tell-popup-form .gsite-input input {
  height: 50px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(184, 184, 184, 0.35);
}
.ip-tell-popup-form .gsite-submit {
  width: 170px;
  margin: 55px auto 0;
}
.ip-tell-popup-form .gsite-submit button.gsite-button {
  border: 0;
}
.ip-tell-popup-form .wpcf7-form-control-wrap {
  display: block;
}
.ip-tell-popup-form div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
}
.ip-tell-popup-form .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  margin: 5px 0 0;
  padding: 5px 0;
  color: #000000 !important;
}

.ip-tell-popup-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 25px;
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 991px) {
  
}
@media only screen and (max-width: 767px) {
  .aiosp-wrap .aiosp-container.aiosp-ref-\#ip-tell-popup .aios-popup-body .aiosp-close {
    /* right: 45px;
    top: 345px; */
  }
  .ip-tell-popup {
    padding: 15px;
  }
  .ip-tell-popup-image {
    flex-direction: column;
    align-items: center;
  }
  .ip-tell-popup-image img {
    margin-top: 30px;
  }
  .ip-tell-popup-body .heading-title {
    font-size: 30px;
  }
  .ip-tell-popup-body .heading-title span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  
}