#inner-page-wrapper .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#inner-page-wrapper #content .entry-content {
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 1.2px;
}
#inner-page-wrapper #content ul {
  margin: 1.12em 0 1.12em 30px;
}

.agentsingle__img {
  display: block;
  position: relative;
}
.agentsingle__img img {
  display: block;
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  transition: var(--transition);
}
.agentsingle-container {
  display: flex;
  flex-direction: column;
  color: var(--aios-agents-text-color);
}
.agentsingle-container .aci-results-equinox-controls,
.agentsingle-container .aci-results-equinox-pagination {
  display: none !important;
}
.agentsingle__card {
  display: flex;
  flex-direction: column;
  color: var(--aios-agents-secondary-text-color);
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.agentsingle__card-image {
  position: relative;
}
.agentsingle__card-image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid var(--agent-primary-color, #000000);
  z-index: 1;
}
.agentsingle__card-image canvas {
  display: block;
  width: 100%;
  height: auto;
}
.agentsingle__card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.agentsingle__card-information {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 35px 29px 0;
  margin-bottom: 82px;
}
.agentsingle__card-contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.agentsingle__card-contacts-item {
  display: flex;
  align-items: flex-start;
  gap: 8.84px;
  font-size: 13.892px;
  font-weight: 300;
  line-height: 23.995px;
  letter-spacing: 0.695px;
  color: var(--aios-agents-primary-color, #000000);
}
.agentsingle__card-contacts-item a {
  color: inherit;
  transition: var(--default-transition, 150ms);
}
.agentsingle__card-contacts-item a:hover {
  text-decoration: underline;
  opacity: 0.65;
}
.agentsingle__card-contacts-item svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 24px;
}
.agentsingle__card-contacts-item svg.ai-envelope {
  width: 15px;
}
.agentsingle__card-contacts-item svg.ai-location {
  width: 20px;
}
.agentsingle__card-contacts-item span[class*=ai-font] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 24px;
  min-width: 24px;
  height: 24px;
  font-size: 16px;
}
.agentsingle__card-contacts-item span[class*=ai-font].ai-font-person-a {
  font-size: 24px;
}
.agentsingle__card-contacts-item span[class*=ai-font].ai-font-envelope-f {
  font-size: 14px;
}
.agentsingle__card-smi {
  display: block;
  position: relative;
  margin-top: 28px;
}
.agentsingle__card-smi ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 33px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.agentsingle__card-smi ul li {
  list-style: none !important;
  margin: 0 !important;
}
.agentsingle__card-smi ul li a {
  font-size: 25px;
  color: var(--aios-agents-primary-color);
  transition: var(--default-transition, 150ms);
  display: block;
  line-height: 1;
}
.agentsingle__card-smi ul li a:hover {
  opacity: 0.65;
}
.agentsingle__card-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 22px;
  font-family: var(--font-family-default);
  background-color: transparent;
  border: solid 1px var(--aios-agents-primary-color, #000000);
  color: var(--aios-agents-primary-color, #000000);
  transition: var(--default-transition, 150ms);
  width: 100%;
  max-width: 216px;
  margin: 0 auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.agentsingle__card-button a:hover {
  background-color: var(--aios-agents-primary-color, #000000);
  border-color: var(--aios-agents-primary-color, #000000);
  color: #ffffff;
}
.agentsingle__content {
  flex-grow: 1;
}
.agentsingle__title {
  display: block;
  position: relative;
  margin-bottom: 17px;
}
.agentsingle__title h2 {
  font-family: var(--font-family-title);
  font-size: 45px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.35px;
}
.agentsingle__title h2 span {
  display: block;
  margin-bottom: 3px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.4px;
}
.agentsingle__description h1,
.agentsingle__description h2,
.agentsingle__description h3,
.agentsingle__description h4,
.agentsingle__description h5,
.agentsingle__description h6 {
  margin: 24px 0 8px;
  line-height: 1;
}
.agentsingle__description h1:first-child,
.agentsingle__description h2:first-child,
.agentsingle__description h3:first-child,
.agentsingle__description h4:first-child,
.agentsingle__description h5:first-child,
.agentsingle__description h6:first-child {
  margin-top: 0;
  margin-bottom: 24px;
}
.agentsingle__description h2 {
  font-family: var(--font-family-title);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.4px;
  margin: 19px 0 8px;
}
.agentsingle__description h5 {
  font-size: 24px;
  line-height: 1.25em;
}
.agentsingle__description h5 .small,
.agentsingle__description h5 small {
  color: var(--primary-text, #000000);
}
.agentsingle__description p {
  margin-top: 0;
  margin-bottom: 19px;
}
.agentsingle__description p:last-child {
  margin-bottom: 0;
}
.agentsingle__description-information-heading {
  display: block;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.031);
  border-bottom: solid 1px rgba(0, 0, 0, 0.106);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.agentsingle__description-information-content {
  display: block;
  padding: 12px;
}
.agentsingle__description-information-content ul {
  list-style: disc !important;
  margin: 0 0 0 22px !important;
}
.agentsingle__videos .heading-1, .agentsingle__optional-section .heading-1, .agentsingle__properties .heading-1, .agentsingle__testimonials .heading-1 {
  margin-bottom: 24px;
  display: block;
  font-family: var(--font-family-title);
  font-size: 45px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.35px;
}
.agentsingle__optional-section {
  margin-top: 40px;
}
.agentsingle__videos {
  margin-top: 40px;
  position: relative;
  display: block;
}
.agentsingle__videos .swiper-slide {
  width: 100% !important;
}
.agentsingle__videos-list {
  position: relative;
  display: block;
}
.agentsingle__videos-list--image {
  position: relative;
  display: block;
}
.agentsingle__videos-list--image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #000000;
  opacity: 0.34;
  transition: opacity var(--default-transition, 150ms);
}
.agentsingle__videos-list--image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity var(--default-transition, 150ms);
}
.agentsingle__videos-list--image canvas {
  display: block;
  width: 100%;
  aspect-ratio: 341.42/192;
}
.agentsingle__videos-list--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.agentsingle__videos-list--name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding: 0 95px;
  height: 95px;
  color: var(--aios-agents-text-color);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2.55px;
  text-transform: uppercase;
  opacity: var(--name-opacity, 0);
  transition: var(--default-transition);
}
.agentsingle__videos-list:hover .agentsingle__videos-list--image::before {
  opacity: 0.7;
}
.agentsingle__videos-list:hover .agentsingle__videos-list--image svg {
  opacity: 1;
}
.agentsingle__videos-pagination button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: auto;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.agentsingle__videos-pagination--prev {
  left: 15px;
}
.agentsingle__videos-pagination--next {
  right: 15px;
}
.agentsingle__properties {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.agentsingle__properties .heading-1 {
  padding: 0 15px;
}
.agentsingle__properties-main {
  display: block;
  position: relative;
}
.agentsingle__properties-item {
  width: 100%;
  position: relative;
  z-index: 2;
}
.agentsingle__properties-item a {
  color: #ffffff;
  overflow: hidden;
  display: block;
  position: relative;
}
.agentsingle__properties-item a:hover .agentsingle__properties-img img {
  transform: scale(1.2);
}
.agentsingle__properties-item a:hover .agentsingle__properties-img::before {
  opacity: 0.7;
}
.agentsingle__properties-item a:hover .agentsingle__properties-img::after {
  opacity: 0;
}
.agentsingle__properties-item a:hover .agentsingle__properties-content {
  bottom: 35px;
}
.agentsingle__properties-item a:hover .agentsingle__properties-button {
  border-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
}
.agentsingle__properties-item a:hover .agentsingle__properties-info::after {
  height: 100%;
}
.agentsingle__properties-img {
  display: block;
  position: relative;
  z-index: 2;
}
.agentsingle__properties-img img {
  display: block;
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  transition: var(--transition);
  aspect-ratio: 744/500;
  height: auto;
}
.agentsingle__properties-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  transition: var(--transition);
  opacity: 0;
  z-index: 2;
}
.agentsingle__properties-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  transition: var(--transition);
  z-index: 3;
}
.agentsingle__properties-content {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 17px;
  transition: var(--transition);
}
.agentsingle__properties-info {
  padding-left: 16px;
  position: relative;
  padding-bottom: 2px;
}
.agentsingle__properties-info::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-image: -webkit-linear-gradient(90deg, rgb(49, 49, 49) 0%, rgb(129, 129, 129) 38%, rgb(209, 209, 209) 100%);
  transition: var(--transition);
}
.agentsingle__properties-info h3 {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1.2px;
  font-family: var(--font-family-default);
  margin: 0 !important;
  color: #ffffff;
}
.agentsingle__properties-info p {
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 0 !important;
}
.agentsingle__properties-info p span:has(em:empty) {
  display: none;
}
.agentsingle__properties-info p span em {
  font-style: normal !important;
}
.agentsingle__properties-price {
  font-family: var(--font-family-title);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
}
.agentsingle__properties-button {
  border-top: 1px solid transparent;
  position: absolute;
  bottom: -50%;
  width: 100%;
  left: 0;
  padding: 30px 0;
  text-align: center;
  z-index: 5;
  transition: var(--transition);
  display: none;
}
.agentsingle__properties-button .agentsingle__button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  min-width: 210px;
  height: 53px;
  background-color: transparent;
  border: 1px solid #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  transition: var(--transition);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 auto;
}
.agentsingle__properties-button .agentsingle__button:before {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  width: calc(100% + 1px);
  height: calc(100% + 2px);
  border: 1px solid #ffffff;
  transition: var(--transition);
}
.agentsingle__properties-button .agentsingle__button span {
  position: relative;
  padding-right: 35px;
}
.agentsingle__properties-button .agentsingle__button span em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: var(--transition);
  font-size: 9px;
}
.agentsingle__properties-button .agentsingle__button.active, .agentsingle__properties-button .agentsingle__button:hover, .agentsingle__properties-button .agentsingle__button:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.agentsingle__properties-button .agentsingle__button.active:before, .agentsingle__properties-button .agentsingle__button:hover:before, .agentsingle__properties-button .agentsingle__button:focus:before {
  border-color: #ffffff;
}
.agentsingle__properties-button .agentsingle__button.active span em, .agentsingle__properties-button .agentsingle__button:hover span em, .agentsingle__properties-button .agentsingle__button:focus span em {
  right: 10px;
}
.agentsingle__testimonials {
  margin-top: 46px;
}
.agentsingle__testimonials h2,
.agentsingle__testimonials .heading-1 {
  text-align: center;
  margin-bottom: 18px;
}
.agentsingle__testimonials-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.agentsingle__testimonials-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 31px 48px 42px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.agentsingle__testimonials-item--stars {
  display: flex;
  justify-content: center;
  gap: 6px;
  font-size: 17px;
  line-height: 1;
}
.agentsingle__testimonials-item p {
  margin: 0 !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 1.2px;
  text-align: center;
}
.agentsingle__testimonials-item--name {
  font-family: var(--font-family-title);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.4px;
  text-align: center;
}

.agentsinglepopup.mfp-wrap {
  pointer-events: none;
}
.agentsinglepopup.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.agentsinglepopup .mfp-container {
  padding: 50px 11px;
  pointer-events: none;
}
.agentsinglepopup .mfp-content {
  pointer-events: auto;
}
.agentsinglepopup__item {
  position: relative;
  display: block;
  height: 100%;
}
.agentsinglepopup__item .plyr {
  --plyr-color-main: var(--primary-text);
  height: 100%;
}
.agentsinglepopup__video {
  position: relative;
  display: block;
  width: 100%;
}
.agentsinglepopup__pagination button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: auto;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.agentsinglepopup__pagination--prev {
  left: 15px;
}
.agentsinglepopup__pagination--next {
  right: 15px;
}
.agentsinglepopup__close {
  position: absolute;
  bottom: calc(100% + 18px);
  right: 0;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

.aiosp-container[class*="aiosp-ref-#agents-popup-form"] {
  padding-right: 22px;
  padding-left: 22px;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body {
  max-width: 654px;
  width: 100%;
  padding: 24px;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .aiosp-close {
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1.16049L13.1045 0L7 5.97531L0.895476 0L0 1.16049L5.96256 7L0 12.8395L0.895476 14L7 8.02469L13.1045 14L14 12.8395L8.03744 7L14 1.16049Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center;
  width: 14px;
  height: 14px;
  font-size: 0;
  top: 24px;
  right: 24px;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form h2 {
  font-size: 22px;
  color: var(--aios-agents-text-color);
  line-height: 1.6;
  margin: 0 0 24px;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .aios-cf7-consent-consent-wrap {
  margin: 0;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 !important;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form--field {
  position: relative;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form--field:last-child {
  margin-top: 24px;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form--field .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form--consent {
  border: 0 !important;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form fieldset {
  border: 1px solid #AAAAAA;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form fieldset legend {
  width: auto;
  margin-left: 12px;
  padding: 0 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #222222;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form input[type=text],
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form input[type=email],
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form input[type=tel],
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0 !important;
  border: 0 !important;
  padding: 6px 16px 12px;
  width: 100%;
  height: auto;
  font-family: var(--font-family-default);
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 1.2px;
  color: var(--aios-agents-text-color);
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form input[type=text]::-moz-placeholder, .aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form input[type=email]::-moz-placeholder, .aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form input[type=tel]::-moz-placeholder, .aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form textarea::-moz-placeholder {
  color: #929292;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form input[type=text]::placeholder,
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form input[type=email]::placeholder,
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form input[type=tel]::placeholder,
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form textarea::placeholder {
  color: #929292;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form textarea {
  height: 96px;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form--submit {
  display: flex;
  justify-content: flex-end;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form--submit input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  min-width: 150px;
  width: auto;
  min-height: 40px;
  font-family: var(--font-family-default);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid var(--aios-agents-primary-color, #000000);
  color: var(--aios-agents-primary-color, #000000);
  transition: var(--default-transition, 150ms);
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form--submit input[type=submit]:hover {
  background-color: var(--aios-agents-primary-color, #000000);
  border-color: var(--aios-agents-primary-color, #000000);
  color: #ffffff;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .agentsingle__form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: 0;
  transform: translateY(-50%);
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 6px;
  left: auto;
  right: 10px;
  font-size: 12px;
  width: auto;
}
.aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form .use-floating-validation-tip .wpcf7-response-output {
  margin: 20px 0 0;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .agentsingle__properties {
    margin-left: -40px;
    margin-right: -40px;
  }
  .agentsingle__properties-item a:hover .agentsingle__properties-content {
    bottom: 160px;
  }
  .agentsingle__properties-content {
    padding: 0 40px;
    bottom: 50px;
  }
  .agentsingle__properties-info {
    padding-left: 30px;
  }
  .agentsingle__properties-info::after {
    height: calc(100% + 15px);
  }
  .agentsingle__properties-button {
    display: block;
    padding: 30px 0 44px;
  }
  .agentsingle__properties-button .agentsingle__button {
    min-width: 244px;
  }
}
@media screen and (min-width: 744px) {
  .agentsingle__card {
    max-width: 100%;
    flex-direction: row;
  }
  .agentsingle__card-image {
    min-width: 320px;
    max-width: 320px;
  }
  .agentsingle__card-information {
    padding: 47px 0 0 60px;
  }
  .agentsingle__card-contacts-item {
    font-size: 13.75px;
    line-height: 23.75px;
    letter-spacing: 0.688px;
  }
  .agentsingle__card-smi ul {
    justify-content: flex-start;
  }
  .agentsingle__card-smi ul li a {
    font-size: 23px;
  }
  .agentsingle__card-button a {
    margin-left: 0;
    margin-right: auto;
  }
  .agentsingle__content {
    margin-top: 61px;
  }
  .agentsingle__description h5 {
    font-size: 28px;
    line-height: 1.15em;
  }
  .agentsingle__videos-list--image canvas {
    aspect-ratio: 661.503/372;
  }
  .agentsingle__properties {
    margin-top: 33px;
  }
  .agentsingle__properties .heading-1 {
    padding: 0 40px;
  }
  .agentsingle__properties-info {
    padding-top: 20px;
  }
  .agentsingle__properties-info::after {
    height: calc(100% + 30px);
  }
  .agentsingle__properties-info h3 {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.5px;
  }
  .agentsingle__properties-info p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.5px;
    margin-top: 9px;
  }
  .agentsingle__properties-price {
    font-size: 30px;
    letter-spacing: 3px;
  }
  .agentsingle__testimonials {
    margin-top: 55px;
  }
  .agentsingle__testimonials h2,
  .agentsingle__testimonials .heading-1 {
    margin-bottom: 23px;
  }
  .agentsinglepopup .mfp-container {
    padding: 50px 41px;
  }
  .aiosp-container[class*="aiosp-ref-#agents-popup-form"] .aios-popup-body .agents-popup-form h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .agentsingle-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 46px;
  }
  .agentsingle__card {
    flex-direction: column;
    max-width: 270px;
    min-width: 270px;
  }
  .agentsingle__card-image {
    min-width: 270px;
    max-width: 270px;
  }
  .agentsingle__card-information {
    margin-bottom: 0;
    padding: 12px 22px 0 27px;
  }
  .agentsingle__card-contacts {
    gap: 7px;
  }
  .agentsingle__card-contacts-item {
    font-size: 11px;
    line-height: 19px;
    letter-spacing: 0.55px;
  }
  .agentsingle__card-contacts-item svg {
    width: 11px;
    height: 19px;
  }
  .agentsingle__card-contacts-item svg.ai-envelope {
    width: 13px;
  }
  .agentsingle__card-contacts-item svg.ai-location {
    width: 17px;
  }
  .agentsingle__content {
    margin-top: 0;
  }
  .agentsingle__videos-list--image canvas {
    aspect-ratio: 796.649/448;
  }
  .agentsingle__videos-list--name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(calc(100% + 32px));
  }
  .agentsingle__properties {
    margin-left: 0px;
    margin-right: 0px;
  }
  .agentsingle__properties .heading-1 {
    padding: 0;
    margin-bottom: 23px;
  }
  .agentsingle__properties-main {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .agentsingle__properties-item a:hover .agentsingle__properties-content {
    bottom: 85px;
  }
  .agentsingle__properties-img img {
    aspect-ratio: 445/326;
  }
  .agentsingle__properties-content {
    padding: 0 17px;
    bottom: 30px;
  }
  .agentsingle__properties-info {
    padding-top: 0;
    padding-left: 13px;
  }
  .agentsingle__properties-info::after {
    height: calc(100% + 15px);
  }
  .agentsingle__properties-info h3 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.2px;
  }
  .agentsingle__properties-info p {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1.1px;
    margin-top: 17px;
  }
  .agentsingle__properties-price {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
  .agentsingle__properties-button {
    padding: 12px 0 10px;
  }
  .agentsingle__properties-button .agentsingle__button {
    min-width: 113px;
    height: 45px;
  }
  .agentsingle__testimonials {
    margin-top: 40px;
  }
  .agentsingle__testimonials h2,
  .agentsingle__testimonials .heading-1 {
    text-align: left;
  }
  .agentsingle__testimonials-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .agentsingle__testimonials-item {
    padding: 32px 62px 42px;
  }
  .agentsinglepopup .mfp-container {
    padding: 100px 32px;
  }
  .agentsinglepopup .mfp-content {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    height: 100%;
  }
  .agentsinglepopup__pagination {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  #inner-page-wrapper #content ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .agentsingle-container {
    gap: 79px;
  }
  .agentsingle__description h2 {
    margin: 12px 0 8px;
  }
  .agentsingle__description h5 {
    font-size: 32px;
    line-height: 1.125em;
  }
  .agentsingle__description p {
    margin-bottom: 10px;
  }
  .agentsingle__videos-list--name {
    font-size: 16px;
    line-height: 1.125;
    letter-spacing: 2.24px;
  }
  .agentsingle__properties {
    margin-top: 55px;
  }
  .agentsingle__properties-item a:hover .agentsingle__properties-content {
    bottom: 120px;
  }
  .agentsingle__properties-img img {
    height: 450px;
  }
  .agentsingle__properties-content {
    padding: 0 25px;
    bottom: 35px;
  }
  .agentsingle__properties-info {
    padding-left: 23px;
  }
  .agentsingle__properties-info h3 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2px;
  }
  .agentsingle__properties-info p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.2px;
    margin-top: 27px;
  }
  .agentsingle__properties-price {
    font-size: 36px;
    line-height: normal;
    letter-spacing: 0.72px;
  }
  .agentsingle__properties-button {
    padding: 25px 0 13px;
  }
  .agentsingle__properties-button .agentsingle__button {
    min-width: 208px;
    height: 55px;
  }
  .agentsingle__testimonials {
    margin-top: 153px;
  }
  .agentsinglepopup .mfp-container {
    padding: 100px 92px;
  }
  .agentsinglepopup__pagination {
    padding: 0 88px;
  }
}