:root {
  /** Font default */
  --font-family-default: "Lato", sans-serif;
  --font-family-title: "Italiana", sans-serif;
  --font-size-default: 15px;
  --font-size-title: 18px;
  --font-color-default: #000000;
  --font-color-title: #6c757d;
  /** Use for input, button, and any other element */
  --primary: #000;
  --secondary: #cdbe9d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --default-transition: .3s cubic-bezier(.4, 0, .2, 1);
}

/* Global */
body {
  font-family: var(--font-family-default);
  font-size: var(--font-size-default);
  background: #FFFFFF;
  color: var(--font-color-default);
  margin: 0;
  /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

.visible-on-scroll {
  display: none !important;
}

#main-wrapper {
  overflow: hidden;
}

:after,
:before {
  pointer-events: none;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

a,
img,
.global-button,
input[type="submit"],
button {
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

body.home section {
  position: relative;
  padding: 40px 0;
}

body.home section#hp-hero,
body.home section#shadow-host-companion {
  padding: 0 0;
}

body div#loom-companion-mv3,
body section#shadow-host-companion {
  display: none !important;
}

.img-cover {
  position: relative;
  display: block;
  z-index: 0;
  overflow: hidden;
}

.img-cover>img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

canvas {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}

.fixed-bg {
  clip-path: inset(0 0 0 0);
  -moz-clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}

.fixed-bg>div {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fixed-bg:before {
  content: '';
  display: block;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all ease 0s;
  -moz-transition: all ease 0s;
  -webkit-transition: all ease 0s;
}

.fixed-bg:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all ease 0s;
  -moz-transition: all ease 0s;
  -webkit-transition: all ease 0s;
}

.fixed-bg:not(.bg-loaded),
.fixed-bg:not(.bg-loaded) div,
.fixed-bg:not(.bg-loaded):after,
.fixed-bg:not(.bg-loaded):before {
  background: none !important;
}

textarea::-webkit-scrollbar {
  display: none;
}

textarea {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mw-container {
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

.ease {
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

.ease-f {
  transition: all ease .3s;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
}

.ease-s {
  transition: all ease .8s;
  -moz-transition: all ease .8s;
  -webkit-transition: all ease .8s;
}

img.custom-lazyload,
img.lazyload {
  opacity: 0 !important;
}

a {
  color: inherit;
}

a:focus,
a:hover {
  color: var(--secondary);
  text-decoration: none;
}


/* Global */
/*******************************************************
 *
 * 4. IP Styles
 *
 *******************************************************/
.ip-banner {
  position: relative;
  width: 100%;
}

.ip-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.ip-banner canvas {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 250px;
  background-color: var(--dark);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ip-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ip-banner h1 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.ip-banner h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01em;
}

/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
  min-height: 500px;
  margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
  width: 77.08%;
}

#content-full #content {
  width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
  width: 20.83%;
}

/* fullwidth template */
.page-template-template-fullwidth #content {
  padding-left: 15px;
  padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
  margin-left: -15px;
  margin-right: -15px;
}

/* Adjust line height of page elements */
#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
  line-height: 1.7;
}

.header {
  position: relative;
  z-index: 81;
  background: var(--primary);
  padding: 70px 0 20px;
}

.hdr-container {
  width: 1500px;
}

.hdr-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.hdr-logo {
  max-width: 283px;
}

.hdr-navigation {}

#nav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

#nav>li {
  margin-left: min(3.922vw, 60px);
}

#nav>li:first-child {
  margin-left: 0;
}

#nav>li:not(:first-child):before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(-2.026vw, -31px);
  width: 1px;
  background: var(--secondary);
}

#nav li {
  position: relative;
}

#nav a {
  color: #fff;
  font-size: min(0.915vw, 14px);
  letter-spacing: 0.050em;
  text-transform: uppercase;
}

#nav>li>a {}

#nav>li:focus-within>a,
#nav>li:hover>a {
  color: var(--secondary);
}

#nav .sub-menu {
  list-style: none outside none;
  margin: 0;
  display: none;
  padding: 0;
  position: absolute;
  width: 100%;
  min-width: min(11.765vw, 180px);
  text-align: center;
}

#nav>li>.sub-menu {
  left: -50vw;
  right: -50vw;
  margin: 0 auto;
  padding: min(1.242vw, 19px) 0 0;
}

.header.fixed #nav>li>.sub-menu {
  padding: min(2.418vw, 37px) 0 0;
}

#nav .sub-menu a {
  color: var(--primary);
  background: #fff;
  display: block;
  padding: min(0.850vw, 13px) min(0.654vw, 10px);
}

#nav .sub-menu li:focus-within>a,
#nav .sub-menu li:hover>a {
  background: var(--secondary);
  color: #fff;
  text-decoration: none;
}

#nav .sub-menu .sub-menu {
  margin-left: 100%;
  top: 0;
}

#nav li:focus-within>.sub-menu,
#nav li:hover>.sub-menu {
  display: block;
}

#nav .sub-menu li {
  position: relative;
  margin: 1px 0 0;
}

#nav .sub-menu li:first-child {
  margin: 0 0;
}

.sect-title {}

.sect-title h2 {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.740em;
  text-transform: uppercase;
}

.sect-title h2 em {
  font-style: normal;
  display: inline-block;
  position: relative;
}

.sect-title h2 span {
  display: block;
  color: var(--primary);
  font-family: var(--font-family-title);
  font-size: 3.824em;
  letter-spacing: 0.040em;
  margin: 12px 0 0;
}

.sect-title.light h2 {
  color: #fff;
}

.sect-title.light h2 span {
  color: var(--secondary);
}

.sect-title.mod h2 em {
  display: block;
  margin: 0 0 4px;
}

.sect-title.mod h2 strong {
  display: inline-block;
  font-family: var(--font-family-title);
  color: var(--secondary);
  font-size: 5.882em;
  letter-spacing: 0.040em;
  font-weight: 400;
  position: relative;
}

.sect-title.mod h2 span {
  margin: -4px 0 0;
}

.global-button,
a.global-button,
button.global-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 0;
  border: 1px solid var(--secondary);
  color: #fff;
  min-width: 231px;
  min-height: 69px;
  background: var(--secondary);
  position: relative;
  font-size: 13px;
  letter-spacing: 0.200em;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.global-button:before,
a.global-button:before,
button.global-button:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background: #fff;
}

.global-button:after,
a.global-button:after,
button.global-button:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  background: #fff;
}

.global_button_parent:hover .global-button:before,
.global_button_parent:hover a.global-button:before,
.global_button_parent:hover button.global-button:before,
.global_button_parent:hover .global-button:after,
.global_button_parent:hover a.global-button:after,
.global_button_parent:hover button.global-button:after,
.global-button:hover:before,
a.global-button:hover:before,
button.global-button:hover:before,
.global-button:hover:after,
a.global-button:hover:after,
button.global-button:hover:after {
  width: 50%;
}

.global-button.light,
a.global-button.light,
button.global-button.light {
  border: 1px solid #fff;
  color: #fff;
}

.global_button_parent:hover .global-button,
.global_button_parent:hover a.global-button,
.global_button_parent:hover button.global-button,
.global-button:hover,
a.global-button:hover,
button.global-button:hover {
  color: var(--primary);
  border: 1px solid var(--secondary);
}

.global_button_parent:hover .global-button.light,
.global_button_parent:hover a.global-button.light,
.global_button_parent:hover button.global-button.light,
.global-button.light:hover,
a.global-button.light:hover,
button.global-button.light:hover {
  color: #fff;
  border: 1px solid var(--secondary);
}

.footer {
  position: relative;
  z-index: 0;
}

#ftr-git {
  padding: 70px 0;
}

.git-container {
  width: 1300px;
}

.git-wrap {
  padding: 70px 0;
  position: relative;
}

.fixed-bg.git {
  background: #fff;
}

.fixed-bg.git:before {
  background: url(/wp-content/uploads/2025/05/hp-cu-bg-1.jpg) left center no-repeat;
  background-size: cover;
  opacity: 0.15;
}

.git-wrap>div:not(.fixed-bg) {
  position: relative;
  z-index: 1;
}

.git-title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 39px;
}

.git-content {
  width: 736px;
}

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

.git-form {}

.git-row {
  margin: 15px 0 0;
}

.git-row:first-child {
  margin: 0 0 0;
}

.git-row.dual {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.git-row.dual>div {
  width: calc(50% - 9px);
}

.git-row.dual>div:first-child {
  margin: 0 0 0;
}

.git-row input[type="password"],
.git-row input[type="email"],
.git-row input[type="tel"],
.git-row input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  outline: 0;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 0.050em;
  color: #333;
  height: 55px;
  background: none;
}

.git-row.mssg {}

.git-row.mssg textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  outline: 0;
  padding: 20px 20px 10px;
  font-size: 14px;
  letter-spacing: 0.050em;
  color: #333;
  height: 124px;
  resize: none;
  background: none;
}

.git-row.sbmt {
  display: flex;
  flex-flow: column-reverse wrap;
  align-items: center;
  justify-content: center;
  margin: 33px 0 0;
}


.ftr-content {
  position: relative;
  background: var(--primary);
  color: #fff;
}

.fixed-bg.ftr {
  background: var(--primary);
}

.fixed-bg.ftr:before {
  background: url(../images/ftr-bg.jpg) center bottom no-repeat;
  background-size: cover;
  opacity: 0.1;
}

.ftr-inner {
  position: relative;
  z-index: 1;
  padding: 70px 15px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.ftr-logo {
  margin: 0 auto;
  max-width: 283px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.ftr-info {
  margin: 75px 0 0;
}

.ftr-info ul {}

.ftr-info ul li {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.050em;
  margin: 15px 0 0;
}

.ftr-info ul li:first-child {
  margin: 0 0 0;
}

.ftr-info ul li i {
  color: var(--secondary);
  margin-right: 14px;
  font-size: 0.9em;
}

.ftr-info ul li i.ai-font-envelope-f {
  font-size: 0.75em;
}

.ftr-info ul li a {}

.ftr-sm {
  text-align: center;
  font-size: 0;
  margin: 39px 0 0;
}

.ftr-sm a {
  display: inline-block;
  font-size: 22px;
  margin-left: 36px;
}

.ftr-sm a:first-child {
  margin-left: 0;
}

.ftr-disclaimer {
  margin: 80px auto 0;
  font-size: 12px;
  line-height: 1.833;
  letter-spacing: 0.020em;
  color: #999;
  text-align: center;
  max-width: 1110px;
}

.copyright {
  font-size: 12px;
  line-height: 1.833;
  letter-spacing: 0.035em;
  text-align: center;
}

.copyright a[target] {
  text-decoration: underline;
}

.re-logos {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 30px;
  margin: 10px 0 0;
}

.re-logos em {
  margin-left: 10px;
}

.re-logos em.ai-font-eho {
  margin-left: 0;
  font-size: 0.75em;
}

.floating-info {
  position: fixed;
  z-index: 82;
  top: 0;
  right: 20px;
  height: 100vh;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.floating-info.nav-active-section-ftr-main {
  display: none !important;
}

.floating-info .flinfo_inner {}

.floating-info .flinfo_inner ul {}

.floating-info .flinfo_inner li {
  margin: 10px 0 0;
}

.floating-info .flinfo_inner li:first-child {
  margin: 0 0 0;
}

.floating-info .flinfo_inner a {
  color: #fff;
  font-size: 22px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50em;
  background: var(--primary);
  pointer-events: auto;
}

.floating-info .flinfo_inner a:not([target]) {
  font-size: 14px;
}


.floating-info.nav-active-section-ftr-git .flinfo_inner a:not(:hover),
.floating-info.nav-active-section-hp-fp .flinfo_inner a:not(:hover),
.floating-info.nav-active-section-hp-fc .flinfo_inner a:not(:hover),
.floating-info.nav-active-section-hp-fcmap .flinfo_inner a:not(:hover),
.floating-info.nav-active-section-hp-cta .flinfo_inner a:not(:hover),
.floating-info.nav-active-section-hp-abt .flinfo_inner a:not(:hover) {
  color: var(--primary);
}

.floating-info .flinfo_inner a:hover {
  background: var(--secondary);
  color: #fff;
}

.floating-info.home_page.nav-active-section-ftr-git li:nth-child(5):before,
.floating-info.home_page.nav-active-section-hp-fp li:nth-child(5):before,
.floating-info.home_page.nav-active-section-hp-fc li:nth-child(5):before,
.floating-info.home_page.nav-active-section-hp-fcmap li:nth-child(5):before,
.floating-info.home_page.nav-active-section-hp-cta li:nth-child(5):before,
.floating-info.home_page.nav-active-section-hp-abt li:nth-child(5):before {
  background: var(--primary);
}

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#inner-page-wrapper .agent-entry-title,
#inner-page-wrapper .archive-title,
#inner-page-wrapper .entry-title,
#content .archive-title,
#content .entry-title {
  font-size: 65px;
  font-weight: 400;
  font-family: var(--font-family-title);
  text-transform: uppercase;
  letter-spacing: 0.040em;
  margin: 0.67em 0;
}

#inner-page-wrapper .archive-title.custom,
#inner-page-wrapper .entry-title.custom,
#content .archive-title.custom,
#content .entry-title.custom {
  font-family: var(--font-family-default);
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.740em;
  text-transform: uppercase;
  color: var(--secondary);
  line-height: 1;
  margin: 3em 0;
}

#inner-page-wrapper .archive-title.custom em,
#inner-page-wrapper .entry-title.custom em,
#content .archive-title.custom em,
#content .entry-title.custom em {
  font-style: normal;
  display: inline-block;
  position: relative;
}

#inner-page-wrapper .archive-title.custom span,
#inner-page-wrapper .entry-title.custom span,
#content .archive-title.custom span,
#content .entry-title.custom span {
  display: block;
  color: var(--primary);
  font-family: var(--font-family-title);
  font-size: 3.824em;
  letter-spacing: 0.040em;
  margin: 12px 0 0;
}


/* Styles for category/archive/search/etc subheadings (h2) */

#content h6,
#content h5,
#content h4,
#content h3,
#content h2 {
  font-family: var(--font-family-title);
  font-weight: 400;
  letter-spacing: 0.040em;
}


p#breadcrumbs {
  line-height: 1.7;
  margin: calc(1.12em + 3px) 0 1.12em;
}

body #pojo-a11y-toolbar {
  bottom: 0 !important;
  top: auto !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
  top: auto !important;
  bottom: 0 !important;
}

button:focus-visible,
a:focus-visible {
  outline-style: solid !important;
  outline-width: 5px !important;
  outline-color: red !important;
  transition: none !important;
}

/* High contrast and Negative contrast break canvas elements with backgrounds */
#pojo-a11y-toolbar .pojo-a11y-btn-light-background,
#pojo-a11y-toolbar .pojo-a11y-btn-grayscale,
#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast {
  display: none !important;
}

.aios-custom-ihomefinder-details-template #content .entry-title {
  display: none !important;
}

.ai-minimalist-column-content .sect-title h2 {
  font-weight: 300 !important;
  line-height: 1 !important;
  letter-spacing: 0.740em !important;
}

.ai-minimalist-column-content .sect-title.mod h2 em {
  font-style: normal !important;
  font-family: var(--font-family-default);
  font-size: 16px;
}

.ai-minimalist-column-content .sect-title.mod h2 strong {
  font-weight: 400 !important;
  font-size: 4.882em;
}

.ai-minimalist-column-content .ai-minimalist-column-the-content {
  font-weight: 300;
  line-height: 1.666;
  letter-spacing: 0.040em;
}

#ai-classic-contact-wrap>h1 {
  display: none !important;
}

body.aios-custom-ihomefinder-results-template #content-full .entry-title {
  width: unset !important;
  padding: 0;
}

body.aios-custom-ihomefinder-results-template #breadcrumbs {
  margin-top: 0;
}

.trec-links {
  margin: 40px 0 0;
  padding: 0 0 30px;
}

.trec-link {
  margin: 5px 0 0;
}

.trec-link:first-child {
  margin: 0 0 0;
}

.trec-link a {
  font-size: 1.1em;
  text-transform: uppercase;
}

#content #agents-results .agents-name a {
  font-family: var(--font-family-title);
}

#agents-results .agents-contact li a:hover {
  color: #000;
  opacity: .4;
}

.ai-minimalist-wrapper .ai-minimalist-cta-button a {
  width: 100%;
}

.page-id-13 #ai-classic-contact-wrap .ai-classic-contact-image canvas {
  background-size: contain;
  background-repeat: no-repeat;
}

.aiosCommunitiesGalaxy:nth-child(2) {
  display: none;
}

.error-page-content-wrapper .use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
}

.error-page-content-wrapper .wpcf7 form .wpcf7-response-output {
  text-align: center;
}

body.pojo-a11y-readable-font [class*=ai-font-] {
  font-family: agentimage !important;
}

.aios-custom-ihomefinder-printable-template #content .listings-printable-header span {
  display: none;
}

.page-id-16 .ai-minimalist-cta-button a {
  color: #000000;
}

#agents-results .agents-contact {
  justify-content: center;
}

.git-wrap .use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
}

.git-wrap .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  margin: 0;
  top: calc(100% + 15px);
  text-align: center;
}

.git-wrap form {
  position: relative;
}

.aios-custom-ihomefinder-printable-template p#breadcrumbs {
  display: none;
}

body.aios-custom-ihomefinder-printable-template {
  overflow: scroll !important;
}

.ai-minimalist-column-agent-image img {
  height: auto;
}

.aios-custom-ihomefinder-results-template .aios-custom-ihomefinder-template-img-loader img {
  object-fit: contain;
  object-position: center center;
  transition: all 0.4s ease-in-out;
  width: auto;
  height: auto;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

@media only screen and (min-width: 992px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    padding: min(3.660vw, 56px) 0 0;
  }

  .header.fixed {
    background: var(--primary);
    padding: min(1.569vw, 24px) 0;
    max-height: min(5.882vw, 90px);
  }

  .hdr-inner {
    justify-content: space-between;
    padding: 0 min(3.203vw, 49px) 0 min(4.052vw, 62px);
  }

  .header .hdr-logo {
    max-width: none;
    width: min(16.209vw, 248px);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }

  .header.fixed .hdr-logo {
    width: min(10.850vw, 166px);
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
  }

  .sect-title:not(.mod):not(.alt_line) h2 {
    overflow: hidden;
  }

  .sect-title:not(.mod) h2 em:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 28px);
    height: 1px;
    background: #bfbfbf;
    margin: auto 0;
    width: 100vw;
  }

  .sect-title.alt_line h2 em:before {
    opacity: 0;
  }

  .sect-title.alt_line h2 span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 28px);
    height: 1px;
    background: #bfbfbf;
    margin: auto 0;
    width: 100vw;
    max-width: 184px;
  }

  .sect-title.alt_line.light h2 span {
    max-width: max-content;
    position: relative;
  }

  .sect-title.alt_line.light h2 span:before {
    background: #515151;
  }

  .sect-title:not(.mod).light h2 em:before {
    background: var(--secondary);
  }

  .sect-title.mod h2 strong:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 28px);
    height: 1px;
    background: #bfbfbf;
    margin: auto 0;
    width: 100vw;
    max-width: 340px;
  }

  .sect-title.min-vw h2 {
    font-size: min(1.063vw, 17px);
  }

  .sect-title.min-vw h2 span {
    margin: min(0.75vw, 12px) 0 0;
  }

  .sect-title.mod.min-vw h2 em {
    margin: 0 0 min(0.25vw, 4px);
  }

  .sect-title.mod.min-vw h2 span {
    margin: max(-0.25vw, -4px) 0 0;
  }

  .sect-title.min-vw:not(.mod) h2 em:before {
    left: calc(100% + min(1.750vw, 28px));
    max-width: min(11.5vw, 184px);
  }

  .sect-title.min-vw.mod h2 strong:before {
    left: calc(100% + min(1.750vw, 28px));
    max-width: min(21.25vw, 340px);
  }

  .sect-title.lg h2 span {
    font-size: 5.882em;
  }

  #ftr-git {
    padding: 115px 0 100px;
  }

  .git-wrap {
    padding: 82px 0 80px;
  }

  .fixed-bg.git:before {
    left: 15px;
    right: 15px;
    margin: 0 auto;
    max-width: 1300px;
  }

  .ftr-inner {
    padding: 101px 15px 88px;
  }

  .ftr-info ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }

  .ftr-info ul li {
    margin: 0 0 0 50px;
  }

  .floating-info .flinfo_inner li {
    margin: min(1vw, 17px) 0 0;
  }

  .floating-info.home_page li:nth-child(5):before {
    content: '';
    display: block;
    width: 1px;
    background: #fff;
    opacity: 0.5;
    margin: 0 auto min(1.375vw, 22px);
    height: min(3.438vw, 55px);
  }

  .floating-info.home_page .flinfo_inner a {
    background: rgba(0, 0, 0, 0);
  }

  .floating-info.home_page .flinfo_inner a:hover {
    background: var(--secondary);
    color: #fff;
  }

  #inner-page-wrapper .archive-title.custom,
  #inner-page-wrapper .entry-title.custom,
  #content .archive-title.custom,
  #content .entry-title.custom {
    display: inline-block;
    overflow: hidden;
  }

  #inner-page-wrapper .archive-title.custom em:before,
  #inner-page-wrapper .entry-title.custom em:before,
  #content .archive-title.custom em:before,
  #content .entry-title.custom em:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 28px);
    height: 1px;
    background: #bfbfbf;
    margin: auto 0;
    width: 100vw;
  }

  .trec-links {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }

  .trec-link {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    border-left: 1px solid #999;
  }

  .trec-link:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */

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

  .sect-title {
    text-align: center;
  }

  /* The following are used on inner pages. Please edit carefully. */
  .inner {
    width: 100%;
  }

  #content-sidebar,
  #content-full {
    width: 100%;
  }

  .outer {
    width: 100%;
    min-width: 100%;
  }

  #content-sidebar #content {
    width: 100%;
  }

  html:not(.no-js) [data-aos^=fade][data-aos^=fade],
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom],
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    opacity: 1 !important;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }

  #pojo-a11y-toolbar {
    display: none;
  }

  #listings-results .listings-sort .listings-filter-tab {
    flex-flow: wrap;
  }

  #listings-results .listings-sort .listings-filter-tab a {
    width: calc(50% - 10px) !important;
  }

  #content .ai-minimalist-column-content-left .entry-sub-title img {
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
    max-width: 300px;
  }

  #ai-classic-contact-wrap .ai-classic-contact-contents h2 img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: auto;
  }

  #ai-classic-contact-wrap .ai-classic-contact-informations li:first-child {
    flex-flow: wrap;
  }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
  .ip-banner .container {
    width: 100%;
  }
}

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

  #inner-page-wrapper .agent-entry-title,
  #inner-page-wrapper .archive-title,
  #inner-page-wrapper .entry-title,
  #content .archive-title,
  #content .entry-title {
    font-size: 40px;
  }

  .sect-title h2 {
    font-size: 16px;
    letter-spacing: 0.150em;
  }

  .sect-title.mod h2 strong {
    font-size: 4em;
  }

  .sect-title h2 span {
    font-size: 2.5em;
  }

  .git-row.dual>div {
    width: 100%;
    margin: 15px 0 0;
  }

  #inner-page-wrapper .archive-title.custom,
  #inner-page-wrapper .entry-title.custom,
  #content .archive-title.custom,
  #content .entry-title.custom {
    font-size: 16px;
    letter-spacing: 0.150em;
  }

  #inner-page-wrapper .archive-title.custom span,
  #inner-page-wrapper .entry-title.custom span,
  #content .archive-title.custom span,
  #content .entry-title.custom span {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 480px) {
  #listings-results .listings-sort .listings-filter-tab a {
    width: 100% !important;
  }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */