/* Home Hero : START */
.hp-hero {
  position: relative;
  font-size: 0;
}

.slider-holder {
  position: relative;
}
.slider-holder #aios-slider-homepage-slideshow.aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-custom-video::before,
.slider-holder #aios-slider-homepage-slideshow.aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-custom-video::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* .slider-holder #aios-slider-homepage-slideshow.aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-custom-video::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%);
  z-index: 5;
}
.slider-holder #aios-slider-homepage-slideshow.aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-custom-video::after {
  background: rgba(0, 0, 0, 0.1);
} */
.header-logo a img.fh-logo {
  opacity: 1;
}
/* .slider-holder #aios-slider-homepage-slideshow.aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-custom-video video {
  transform: scale(2);
} */
.slider-holder #aios-slider-homepage-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
    font-family: var(--font-family-title);
    font-size: 50px;
    /* text-shadow: 0 0 3px #00000087; */
    color: #000;
    text-align: center;
}
.slider-holder #aios-slider-homepage-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-description {
    font-size: 20px;
    /* text-shadow: 0 0 3px #00000087; */
    color: #000;
    text-align: center;
}

/* Home Hero : END */
/* Home Welcome : START */
.hp-welcome {
  position: relative;
  padding: 120px 0;
  font-size: 0;
}

.welcome-container {
  position: relative;
  margin: 0 auto;
}

.welcome-image {
  width: 53.89%;
}
.welcome-image img {
  aspect-ratio: 1024/700;
}

.welcome-text {
  width: 46.11%;
  padding-left: 120px;
  padding-right: 100px;
  margin-top: 80px;
}
.welcome-text .gsite-title {
  margin-bottom: 16px;
}
.welcome-text .gsite-title small {
  margin-left: -50px;
}
.welcome-text p {
  font-size: var(--font-size-default);
  color: var(--font-color-default);
  line-height: 1.7;
  margin-bottom: 60px;
}

.hp-welcome-2 {
  padding: 110px 0;
}
.hp-welcome-2 .welcome-text {
  padding-left: 140px;
  padding-right: 55px;
}
.hp-welcome-2 .welcome-text .gsite-title {
  padding-left: 50px;
  margin-bottom: 45px;
}
.hp-welcome-2 .welcome-text p:last-of-type {
  margin-bottom: 0;
}

/* Home Welcome : END */
/* Home Image : START */
.hp-image {
  position: relative;
  padding: 370px 10px;
  font-size: 0;
}
.hp-image .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hp-image .gsite-title {
  text-align: center;
}

.hp-image-2 .gsite-bg::after {
  background: rgba(0, 0, 0, 0.3);
}

/* Home Image : END */
/* Home CTA : START */
.hp-cta {
  position: relative;
  padding: 100px 0;
  font-size: 0;
}

.cta-container {
  position: relative;
}

.cta-title {
  text-align: center;
  margin-bottom: 55px;
}

.cta-feed {
  position: relative;
  padding-left: 70px;
  /* margin-right: -215px; */
}
.cta-feed::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.95) 100%);
  pointer-events: none;
  opacity: 0;
}

.cta-list {
  margin: 0 -12px;
}
.cta-list:not(.slick-initialized) {
  display: flex;
}
.cta-list:not(.slick-initialized) .cta-item {
  width: 25%;
}
.cta-list:not(.slick-initialized) .cta-item:nth-child(4) ~ div {
  display: none;
}
.cta-list .slick-list {
  padding-right: 12%;
}

.cta-item {
  padding: 0 12px;
}
.cta-item a {
  display: block;
  position: relative;
}

.cta-image {
  z-index: 1;
}
.cta-image::before, .cta-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cta-image::before {
  background: rgba(var(--primary-color), 0.85);
  opacity: 0;
  z-index: 5;
  transition: all var(--default-transition);
}
.cta-image::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.45) 100%);
}
.cta-image img {
  aspect-ratio: 492/665;
}

.cta-item a:hover .cta-image::before {
  opacity: 1;
}

.cta-text {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all var(--default-transition);
}

.cta-name {
  font-family: var(--font-family-title);
  font-size: 32px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
  transition: all var(--default-transition);
}

.cta-item a:hover .cta-text {
  height: 100%;
}
.cta-item a:hover .cta-text .cta-name {
  font-size: 48px;
}

.cta-arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  /* padding: 0 260px 0 115px; */
  padding: 0 50px 0 115px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

.cta-arrow {
  pointer-events: auto;
}

.cta-arrow.slick-disabled {
  opacity: 0;
}

.hp-cta-2 {
  padding: 185px 0 160px;
}

/* Home CTA : END */
/* Home Communities : START */
.hp-communities {
  position: relative;
  padding: 10px 0 0;
  font-size: 0;
}

.communities-container {
  position: relative;
}

.communities-image {
  position: relative;
  width: 53.63%;
}
.communities-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/home/communities-img-overlay.png) no-repeat center center/cover;
  opacity: 0.8;
}
.communities-image img {
  aspect-ratio: 1019/700;
}

.communities-text {
  width: 46.37%;
  padding-left: 95px;
  padding-right: 85px;
}
.communities-text p {
  font-family: var(--font-family-compass-sans);
  font-size: var(--font-size-default);
  color: var(--font-color-default);
  line-height: 1.7;
  margin-top: 42px;
}
.communities-text a.gsite-button {
  margin-top: 28px;
}

/* Home Communities : END */
/* Home Button : START */
.hp-button {
  position: relative;
  background: rgba(var(--primary-color), 1);
  padding: 130px 15px;
  text-align: center;
  font-size: 0;
}
.hp-button a {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-family-title);
  font-size: 50px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
  transition: all var(--default-transition);
  position: relative;
}
.hp-button a i {
  font-size: 50px;
  margin-left: 30px;
}
/* .hp-button a:hover {
  opacity: 0.7;
} */
.hp-button a::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background: #fff;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s;
  height: 2px;
  width: 0;
  opacity: 0;
}
.hp-button a:hover::after {
  width: 100%;
  opacity: 1;
}

/* Home Button : END */
/* Home Socials : START */
.hp-socials {
  position: relative;
  padding: 170px 0 100px;
  font-size: 0;
}

.socials-container {
  position: relative;
}

.socials-left {
  width: 50.89%;
}

.socials-feed {
  margin-left: -80px;
}

.socials-list {
  margin: 0 -8px;
}

.socials-item {
  width: 33.3333333333%;
  padding: 0 8px;
}
.socials-item:nth-child(3) ~ div {
  display: none;
}
.socials-item a {
  display: block;
  position: relative;
}
.socials-item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(var(--primary-color), 0.7);
  opacity: 0;
  transition: all var(--default-transition);
}
.socials-item a img {
  aspect-ratio: 337/340;
}
.socials-item a:hover::after {
  opacity: 1;
}

.socials-right {
  width: 49.11%;
  padding: 0 75px;
  margin-top: 28px;
}
.socials-right p {
  font-family: var(--font-family-compass-sans);
  font-size: 24px;
  font-size: var(--font-size-default);
  color: #9c9c9c;
  line-height: 1.7;
  max-width: 560px;
  margin-top: 30px;
}
.socials-right a.gsite-button {
  margin-top: 40px;
}

/* Home Socials : END */
/* Home Testimonials : START */
.hp-testimonials {
  position: relative;
  padding: 95px 0 85px;
  font-size: 0;
}

.testimonials-container {
  position: relative;
  width: 1490px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.testimonials-text {
  width: 100%;
  margin-top: 0;
}
.testimonials-text .gsite-title {
  text-align: center;
  max-width: 815px;
  margin: 0 auto;
}
.testimonials-text .gsite-title h2 {
  line-height: 1.2;
}
.testimonials-text .gsite-title small {
  margin-left: 0;
  margin-bottom: 20px;
}

.testimonials-feed {
  position: relative;
  padding: 0 155px;
  margin-top: 50px;
}

.testimonials-list {
  margin: 0 -45px;
}
.testimonials-list:not(.slick-initialized) {
  display: flex;
}
.testimonials-list:not(.slick-initialized) .testimonials-item {
  width: 50%;
}
.testimonials-list:not(.slick-initialized) .testimonials-item:nth-child(2) ~ div {
  display: none;
}

.testimonials-item {
  padding: 0 45px;
}
.testimonials-item img {
  width: 64px;
}
.testimonials-item p {
  font-family: var(--font-family-compass-sans);
  font-size: 24px;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 35px;
}
.testimonials-item span {
  display: block;
  font-family: var(--font-family-compass-serif);
  font-size: 28px;
  color: #696969;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-top: 45px;
}

.testimonials-arrows {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.testimonials-arrow {
  pointer-events: auto;
}

a.testimonials-more {
  display: block;
  width: 275px;
  margin: 45px auto 0;
}

/* Home Testimonials : END */
@media only screen and (min-width: 992px) {
  /* Home Welcome : START */
  .welcome-text {
    padding-left: min(6.316vw, 120px);
    padding-right: min(5.263vw, 100px);
  }
  .hp-welcome-2 .welcome-text {
    padding-left: min(7.368vw, 140px);
    padding-right: min(2.895vw, 55px);
  }
  /* Home Welcome : END */
  /* Home Communities : START */
  .communities-text {
    padding-left: min(5vw, 95px);
    padding-right: min(4.474vw, 85px);
  }
  /* Home Communities : END */
  /* Home Socials : START */
  .socials-right {
    padding: 0 min(3.947vw, 75px);
  }
  /* Home Socials : END */
}
@media only screen and (max-width: 1440px) {
  /* Home Button : START */
  .hp-button a {
    font-size: 40px;
  }
  .hp-button a i {
    font-size: 45px;
  }
  /* Home Button : END */
}
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
  /* Home Welcome : START */
  /* Home Welcome : END */
  /* Home CTA : START */
  .cta-name {
    font-size: 25px;
  }
  .cta-item a:hover .cta-text .cta-name {
    font-size: 28px;
  }
  /* Home CTA : END */
  /* Home Testimonials : START */
  .testimonials-feed {
    padding: 0 70px;
  }
  /* Home Testimonials : END */
  /* Home Button : START */
  .hp-button a {
    font-size: 30px;
  }
  .hp-button a i {
    font-size: 35px;
  }
  /* Home Button : END */
}
/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    /* Home Hero : START */
    .slider-holder #aios-slider-homepage-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
        font-size: 25px;
    }
    .slider-holder #aios-slider-homepage-slideshow .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-description {
        font-size: 15px;
    }
    /* Home Hero : END */
  /* Home Welcome : START */
  .welcome-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .welcome-image {
    width: 100%;
  }
  .welcome-text {
    width: 100%;
    padding: 0 !important;
    margin-top: 40px;
    text-align: center;
  }
  .welcome-text .gsite-title small {
    margin-left: 0;
  }
  .hp-welcome-2 .welcome-text .gsite-title {
    padding-left: 0;
  }
  /* Home Welcome : END */
  /* Home Image : START */
  .hp-image {
    padding: 150px 10px;
  }
  /* Home Image : END */
  /* Home CTA : START */
  .cta-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .cta-feed {
    padding-left: 0;
    margin-right: 0;
  }
  .cta-feed::after {
    display: none;
  }
  .cta-arrows {
    padding: 0 20px;
  }
  /* Home CTA : END */
  /* Home Communities : START */
  .communities-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .communities-image {
    width: 100%;
  }
  .communities-text {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    text-align: center;
  }
  /* Home Communities : END */
  /* Home Button : START */
  .hp-button a {
    font-size: 20px;
  }
  .hp-button a i {
    font-size: 25px;
  }
  /* Home Button : END */
  /* Home Socials : START */
  .socials-container {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .socials-left {
    width: 100%;
    margin-top: 40px;
  }
  .socials-feed {
    margin-left: 0;
  }
  .socials-right {
    width: 100%;
    padding: 0;
    margin-top: 0;
    text-align: center;
  }
  /* Home Socials : END */
  /* Home Testimonials : START */
  .testimonials-container {
    width: 630px;
  }
  .testimonials-text {
    text-align: center;
  }
  .testimonials-feed {
    padding: 0;
    text-align: center;
  }
  .testimonials-item img {
    margin: 0 auto;
  }
  .testimonials-arrows {
    position: relative;
    top: inherit;
    transform: none;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }
  /* Home Testimonials : END */
}
/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
  /* Home Welcome : START */
  .hp-welcome {
    padding: 50px 0;
  }
  .hp-welcome-2 {
    padding: 50px 0;
  }
  /* Home Welcome : END */
  /* Home CTA : START */
  .hp-cta-2 {
    padding: 50px 0;
  }
  /* Home CTA : END */
  /* Home Socials : START */
  .hp-socials {
    padding: 50px 0;
  }
  /* Home Socials : END */
  /* Home Teestimonials : START */
  .hp-testimonials {
    padding: 60px 0;
  }
  /* Home Teestimonials : END */
}