.ss-wrap::before,
.ss-wrap::after {
  content: "";
  position: absolute;
  bottom: 17.125%;
  left: 3.6875%;
  width: 1px;
  height: 72.25%;
  background: #fff;
  opacity: 70%;
  z-index: 1;
  pointer-events: none;
}

.ss-wrap::after {
  width: 3px;
  height: 11.125%;
  opacity: 1;
}

.ss-hero::before,
.ss-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 40%;
  z-index: 1;
  pointer-events: none;
}

.ss-hero::after {
  background: linear-gradient(180deg, #000, transparent, transparent, #000);
  opacity: 65%;
}

.ss-tagline {
  position: absolute;
  width: 90%;
  top: calc(52% + 5px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ss-tagline .site-title h1 {
  font-size: clamp(70px, 5.625vw, 89.3px);
  font-size: clamp(70px, 6.5vw, 102px);
}

.ss-tagline .site-title h1 span {
  font-size: clamp(21px, 1.6875vw, 26.9px);
  font-size: clamp(21px, 2vw, 32px);
  letter-spacing: 0.24em;
  padding: min(3vw, 46px) 0;
}

.ss-overlay {
  top: auto;
  bottom: 0;
  z-index: 1;
  height: 94%;
}

/**/
/**/
.wc-wrap {
  width: min(90%, 1284px);
  margin: auto;
  padding: min(4.5625vw, 73px) 0;
  border-bottom: 1px solid var(--primary);
}

.wc-title {
  padding-left: min(2.3125vw, 37px);
}

.wc-title .site-title h2 {
  font-family: var(--font-mea-culpa);
  font-size: clamp(76px, 6.875vw, 109.97px);
  font-size: clamp(76px, 7.8125vw, 125px);
}

.wc-title .site-title h2 span {
  padding: min(1.3125vw, 21px) 0;
}

.wc-block {
  padding: 7px 0 min(4.6875vw, 75px);
}

.wc-left {
  width: calc((744/1284)*100%);
  padding-top: min(6.0625vw, 97px);
}

.wc-desc {}

.wc-desc p {
  font-size: clamp(14px, 1.0625vw, 17px);
  font-weight: 300;
  color: #404040;
  letter-spacing: 0.0445em;
  line-height: 1.5;
  padding-bottom: min(1.5625vw, 25px);
}

.wc-desc p.primary {
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 0.048em;
}

.wc-btn {
  gap: 14px calc((14/730)*100%);
  width: min(100%, 730px);
  padding-top: min(5.875vw, 94px);
}

.wc-btn .site-btn {
  width: calc((358/730)*100%);
}

.wc-right {
  width: calc((540/1284)*100%);
  padding-left: calc((49/1284)*100%);
}

.wc-img {
  width: calc((440/491)*100%);
  margin-top: 30px;
}

.wc-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc((640/679)*100%);
  height: 100%;
  right: calc((50/440)*-100%);
  bottom: calc((50/679)*-100%);
  background: linear-gradient(125deg, #dab963, #867035 44%, #dab963 80%);
  z-index: -1;
}

.wc-vid {
  position: absolute;
  width: calc((382/440)*100%);
  bottom: calc((113/679)*-100%);
  left: calc((40/440)*-100%);
  background: #fff;
  padding: 10px;
}

.wc-vid a img {
  filter: brightness(60%);
}

.wc-vid a:hover img {
  filter: brightness(90%);
}

.wc-vid a::before,
.wc-vid a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* width: 0;
  height: 0;
  border-top: 18.625px solid transparent;
  border-bottom: 18.625px solid transparent;
  border-left: 32.25px solid #fff;
  margin-left: 2px; */
  z-index: 1;
}

.wc-vid a::before {
  width: 99.87px;
  width: calc((99.87/362)*100%);
  height: 99.87px;
  height: calc((99.87/220)*100%);
  /* border: 2px solid #fff; */
  border-radius: 100%;
  margin: 0;
  background: url(/wp-content/uploads/2024/08/play.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

/**/
/**/

.hp-aa {
  padding: min(4.125vw, 66px) 0;
}

.aa-wrap {
  width: min(90%, 1325px);
  margin: auto;
}

.aa-title {
  padding: min(2.8125vw, 45px) 0 min(1.875vw, 30px);
}

.aa-list {
  padding: min(1.5vw, 24px) 0;
  margin-left: min(2.1875vw, 35px);
}

.aa-item {
  width: calc(100% / 3);
  padding: 20px;
  text-align: center;
}

.aa-item.full,
.aa-item.large {
  width: 100%;
}

.aa-item.large {
  margin-left: max(-2.1875vw, -35px);
}

.aa-item strong {
  text-transform: uppercase;
  font-size: min(4vw, 59.5px);
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 0.85;
  color: var(--primary);
  display: block;
}

.aa-item.large strong {
  font-size: clamp(80px, 6.25vw, 100px);
  font-weight: 600;
  font-variant: lining-nums;
  padding: 9px 0;
  letter-spacing: -0.025em;
}

.aa-item img {
  margin: auto;
  margin-bottom: 5px;
  max-width: calc((390/430)*100%);
}

.aa-item span {
  display: block;
  font-size: clamp(15px, 1.125vw, 18px);
  color: #404040;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: none;
  padding-top: 5px;
}

.aa-item.large span {
  font-size: clamp(23px, 1.75vw, 28px);
  line-height: 1.25;
  padding-top: 8px;
}

.aa-txt {
  font-size: clamp(16px, 1.2vw, 19px);
  color: #404040;
  letter-spacing: 0.0325em;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

/**/
/**/
.hp-fh {
  padding: min(4.6875vw, 75px) 0;
}

.fh-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  background: linear-gradient(190deg, #fff, transparent);
  z-index: 1;
  pointer-events: none;
  opacity: 95%;
}

.fh-bg canvas {
  opacity: 10%;
}

.fh-wrap {
  width: min(98%, 1441px);
  margin: auto;
}

.fh-title {}

.fh-title .site-title h2 span {
  padding-bottom: 13px;
}

.fh-block {
  padding: 0 clamp(42px, 3.1875vw, 51px);
}

.fh-list {}

.fh-list .slick-list {
  padding: 32px 11px;
}

/* 
.fh-list .slick-slide {
  opacity: 0;
}

.fh-list .slick-active {
  opacity: 1;
} */

.fh-item {
  width: calc(100% / 3);
  padding: 0 min(1.0625vw, 17px);
}

.fh-item>a {
  margin-top: 19px;
  overflow: hidden;
}

.fh-item>a:hover {
  margin: 0;
  box-shadow: 0 min(0.6875vw, 11px) min(3.875vw, 62px) rgba(0, 0, 0, 0.44);
  box-shadow: 0 4px clamp(20px, 2vw, 28px) rgba(0, 0, 0, 0.44);
}

.fh-img {}

.fh-img::before,
.fh-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fh-img::before {
  background: linear-gradient(180deg, transparent, #000);
  opacity: 80%;
}

.fh-img::after {
  border-image: linear-gradient(180deg, #fff, #fff, var(--primary), #000) 1%;
  border-width: 3px;
  border-style: solid;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.fh-item>a:hover .fh-img::after {
  opacity: 1;
}

.fh-info {
  position: absolute;
  left: calc((57/405)*100%);
  right: 5%;
  bottom: -7px;
  z-index: 1;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fh-item>a:hover .fh-info {
  bottom: 41px;
}

.fh-info i {
  position: absolute;
  top: 2px;
  left: -31px;
  font-size: 28px;
}

.fh-address {
  font-size: clamp(19px, 1.625vw, 26px);
  font-weight: 600;
  letter-spacing: 0.015em;
}

.fh-address span {
  display: block;
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 300;
  letter-spacing: 0.095em;
  text-transform: none;
}

.fh-price {
  font-size: clamp(19px, 1.625vw, 26px);
  font-weight: 600;
  padding: min(1.4375vw, 23px) 0;
}

.fh-info ul {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fh-item>a:hover .fh-info ul {
  opacity: 1;
}

.fh-info ul li {
  font-size: clamp(12.5px, 1vw, 16px);
  font-weight: 300;
  letter-spacing: 0.055em;
  font-variant: lining-nums;
  padding: 0 17px;
  margin: 2px 0;
  border-left: 1px solid #fff;
  line-height: 1;
}

.fh-info ul li:first-child {
  border: none;
  padding-left: 0;
}

.fh-arrow {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.fh-btn {
  margin-top: min(1.625vw, 26px);
  padding: 11px 0;
  gap: min(1vw, 16px);
}

/**/
/**/
.hp-res {
  padding: min(5.625vw, 90px) 0;
}

.res-wrap {
  width: min(90%, 1299px);
  margin: auto;
}

.res-title {}

.res-list {
  padding-top: 34px;
}

.res-item {
  width: calc(100% / 3);
  padding: 8px;
}

.res-item>a {}


.res-item>a:hover {
  margin: 0;
  box-shadow: 0 11px 62px rgba(0, 0, 0, 0.44);
}

.res-item>a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 93.765%;
  height: 90.91%;
  border: 1px solid var(--primary);
  z-index: 2;
  opacity: 70%;
}

.res-img {}

.res-img::before,
.res-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.res-img::before {
  background: linear-gradient(180deg, transparent 10%, #000);
  opacity: 90%;
}

.res-img::after {
  border-image: linear-gradient(180deg, #fff, #fff, var(--primary), #000) 1%;
  border-width: 3px;
  border-style: solid;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.res-item>a:hover .res-img::after {
  opacity: 1;
}

.res-label {
  position: absolute;
  left: 5%;
  bottom: calc((34/352)*100%);
  width: 90%;
  z-index: 2;
  font-size: clamp(24px, 1.85vw, 28px);
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.res-label span {
  display: block;
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 400;
  color: var(--primary);
  letter-spacing: 0.1em;
  padding-bottom: 5px;
}

/**/
/**/
.hp-qs {
  /* height: 308px; */
  background: #000;
  padding: 48px 0;
  position: relative;
  z-index: 2;
}

.qs-wrap {
  width: min(90%, 1304px);
  margin: auto;
}

.qs-title {
  padding: 11px 0 17px;
}

.qs-title .site-title h2 {
  font-size: 61.52px;
  font-size: clamp(60px, 6vw, 76px);
}

.qs-title .site-title h2 span {
  text-align: right;
  padding-right: 6px;
  padding-top: 0;
  font-size: 21px;
  margin-top: -7px;
}

.qs-fields {
  padding: 14px 0;
}

.qs-field {
  padding: 4px min(0.78125vw, 12.5px) 0;
  width: 203px;
  width: calc((203/1304)*100%);
  position: relative;
}

.qs-field:not(.long)::after {
  content: "";
  position: absolute;
  right: min(1.1875vw, 19px);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid var(--primary);
  z-index: 1;
  pointer-events: none;
}

.qs-field.long {
  width: 312px;
  width: calc((312/1304)*100%);
}

.qs-field input,
.qs-field select {
  border: none;
  outline: none;
  appearance: none;
  background: transparent;
  width: 100%;
  height: 47px;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 300;
  font-variant: lining-nums;
  letter-spacing: 0.055em;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.qs-btn {
  gap: min(1vw, 16px);
  width: 180px;
  width: calc((180/1304)*100%);
  padding-right: min(0.6875vw, 11px);
}

.qs-btn .site-btn {
  width: min(calc(50% - min(0.5vw, 8px)), 63.81px);
  padding: 0;
}

.qs-btn .site-btn span {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: normal;
}

.qs-btn .site-btn::after {
  display: none;
}

.qs-txt {
  font-size: clamp(12px, 0.875vw, 14px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #a6a6a6;
  text-align: right;
  padding-right: min(0.75vw, 12px);
}

.qs-field .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 250px !important;
}

/**/
/**/

.hp-fc {
  position: relative;
  z-index: 1;
}

.fc-wrap {
  background: #242424;
}

.map-outer {
  position: relative;
}

.map-inner {
  position: relative;
  width: 1600px;
}

.map-transparent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  max-width: 100%;
}

.map-true {
  z-index: 1;
  max-width: 100%;
}

.map-hovers>div {
  position: absolute;
  top: 0;
  left: 0;
}

.map-hovers>div>img {
  position: relative;
  opacity: 0;
  pointer-events: none;
  z-index: 12;
  transition: all var(--default-transition);
}

.map-hovers>div.is-active>img {
  opacity: 1;
}

.map-hovers>div.is-active span {
  transform: scale(1.05);
}

.map-hovers .map-label {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-spectral);
  font-size: 17px;
  font-weight: 300;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 0.2em;
  text-align: center;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  text-transform: uppercase;
  z-index: 15;
  pointer-events: none;
  transition: all var(--default-transition);
}

.map-hovers.is-active>div:not(.is-active) .map-label {
  color: #8e8e8e;
  text-shadow: none;
}

.map-hovers.is-active>div:not(.is-active) .map-label::before {
  background: #717171;
}

.map-hovers.is-active.bedford-county-active>div[data-area="Bedford"] .map-label,
.map-hovers.is-active.bedford-county-active>div[data-area="Goode"] .map-label,
.map-hovers.is-active.bedford-county-active>div[data-area="Forest"] .map-label {
  opacity: 0;
}

.map-hovers>div[data-area="Boonsboro"] .map-label::before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #c6c6c6;
  transform: rotate(-29deg) translate(-56px, -5px);
  transition: all var(--default-transition);
}

.map-text {
  position: absolute;
  top: 79px;
  left: 158px;
  z-index: 20;
}

.map-title {}

.map-title .site-title {
  font-family: var(--font-rouge-script);
  font-size: 100px;
  font-size: 115px;
  color: #ffffff;
  line-height: 1;
  margin-left: -13px;
}

.map-title .site-title span {
  display: block;
  font-family: var(--font-spectral);
  font-size: 18px;
  font-size: 28px;
  font-style: italic;
  color: var(--primary);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-left: 13px;
}

.map-list {
  margin-top: 62px;
  margin-left: 27px;
}

.map-list ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.map-list li {
  margin-bottom: 35px;
}

.map-list li a {
  display: block;
  position: relative;
  font-family: var(--font-spectral);
  font-size: 19px;
  font-weight: 300;
  color: #fafafa;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 10px;
  transition: all var(--default-transition);
}

.map-list li a.is-active,
.map-list li a:hover {
  padding-left: 65px;
}

.map-list li a::before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/communities/pin.png) no-repeat center center / contain;
  transition: all var(--default-transition);
}

.map-list li a::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -15px;
  background: var(--primary);
  opacity: 0;
  transition: all var(--default-transition);
}

.map-list li a.is-active::before,
.map-list li a:hover::before {
  left: 22px;
}

.map-list li a.is-active::after,
.map-list li a:hover::after {
  width: 100%;
  opacity: 1;
}

/**/
/**/
.hp-test {
  /* height: 930px; */
  padding: 53px 0;
}

.test-bg::before,
.test-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 30%;
  z-index: 1;
  pointer-events: none;
}

.test-bg::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 10%, transparent, #000 81%);
  opacity: 1;
}

.test-wrap {
  width: min(93%, 1479px);
  margin: auto;
  padding-top: 22px;
}

.test-title {}

.test-title .site-title h2 {
  letter-spacing: 0.035em;
}

.test-block {
  width: 100%;
  /* height: 646px; */
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: min(4.875vw, 78px);
  padding: min(4vw, 64px) min(8.6875vw, 139px);
}

.test-list {
  margin-top: 34px;
}

.test-item {
  color: #fff;
  width: 50%;
  padding: min(5.375vw, 86px) 0;
  padding-left: min(1.5vw, 24px);
}

.test-item::before {
  content: "";
  position: absolute;
  width: min(3.625vw, 58px);
  height: min(3vw, 48px);
  left: min(1.5625vw, 25px);
  top: 3px;
  background: url(/wp-content/uploads/2024/08/quote.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 30%;
  z-index: 1;
}

.test-item p {
  font-size: clamp(14px, 1.0625vw, 17px);
  font-weight: 300;
  letter-spacing: 0.045em;
  line-height: 1.525;
  padding-bottom: min(2.375vw, 38px);
}

.test-name {
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 600;
  font-variant: lining-nums;
  line-height: 1.105;
  text-transform: uppercase;
  padding-top: min(2.375vw, 38px);
}

.test-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc((163/576)*100%);
  height: 1px;
  background: var(--primary);
}

.test-name span {
  display: block;
  font-size: clamp(15px, 1.125vw, 18px);
  font-weight: 300;
  font-variant: none;
  letter-spacing: 0.05em;
  text-transform: none;
}

.test-arrow {
  position: absolute;
  top: calc(48% - 54px);
  left: 50%;
  width: 96%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.test-btn {}

.test-btn .site-btn {
  margin: auto;
}

/**/
/**/
.hp-gs {
  padding: min(5.6875vw, 91px) 0;
}

.gs-wrap {
  width: min(95%, 1516px);
  margin: auto;
  padding-top: 28px;
}

.gs-title {}

.gs-title .site-title h2 span {
  text-align: right;
  padding-right: 2px;
  padding-top: 0;
}

.gs-desc {
  margin: 28px auto;
  width: min(90%, 1200px);
}

.gs-desc p {
  font-size: clamp(14px, 1.0625vw, 17px);
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.045em;
  color: #404040;
  text-align: center;
  padding-bottom: 5px;
}

.gs-icons {
  margin: auto;
  /* width: min(90%, 1135px); */
  padding: 19px;
}

.gs-icon {
  width: 25%;
  text-align: center;
  border-right: 1px solid #000;
  opacity: 20%;
}

.gs-icon:last-child {
  /* border: none; */
}

.gs-icon i {
  color: #000;
  font-size: clamp(60px, 5vw, 78px);
  line-height: clamp(80px, 6.2vw, 98px);
}

.gs-icon i.ai-font-youtube {
  font-size: clamp(80px, 6.2vw, 98px);
}

.gs-list {
  padding-top: min(2.4375vw, 39px);
}

.gs-item {
  width: 25%;
  padding: min(1.1875vw, 19px);
}

.gs-item>a {
  overflow: hidden;
}

.gs-img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gs-item>a:hover .gs-img {
  transform: scale(1.05);
}

.gs-img::before,
.gs-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  background: linear-gradient(-180deg, transparent, #000);
  z-index: 1;
  opacity: 60%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gs-img::after {
  height: 100%;
  background: var(--primary);
  opacity: 0;
}

.gs-item>a:hover .gs-img::before {
  opacity: 0;
}

.gs-item>a:hover .gs-img::after {
  opacity: 80%;
}

.gs-label {
  position: absolute;
  width: 90%;
  left: 5%;
  top: calc(100% - 38px);
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(15.8px, 1.375vw, 21.4px);
  letter-spacing: 0.15em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gs-item>a:hover .gs-label {
  top: 50%;
  transform: translateY(-50%);
}

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

  .ss-wrap::before,
  .ss-wrap::after {
    left: 2.5%;
  }

  .ss-tagline {
    top: 50%;
  }

  .wc-wrap {
    padding: 60px 0 110px;
  }

  .wc-title {
    padding: 0;
  }

  .wc-title .site-title h2 {
    font-size: 65px;
  }

  .wc-left {
    width: 100%;
    padding: 30px 0;
  }

  .wc-desc p {
    font-size: 15px;
    text-align: center;
    padding-bottom: 15px;
  }

  .wc-desc p.primary {
    font-size: 16px;
  }

  .wc-btn {
    padding-top: 40px;
    margin: auto;
    gap: 10px;
  }

  .wc-right {
    width: min(100%, calc(440px + min(6.25vw, 40px)));
    margin: auto;
    padding: 0;
    padding-right: min(6.25vw, 40px);
  }

  .wc-img {
    width: 100%;
  }

  .wc-img::before {
    right: max(-6.25vw, -40px);
    bottom: max(-6.25vw, -40px);
  }

  .wc-vid {
    left: 50%;
    transform: translateX(-50%);
    width: min(90%, 382px);
  }

  .hp-aa {
    padding: 60px 0;
  }

  .aa-list {
    margin: 0;
    padding: 15px 0;
  }

  .aa-item {
    width: min(100%, 288px);
  }

  .aa-item.large {
    margin: 0;
  }

  .aa-item strong {
    font-size: 36px;
  }

  .aa-item span {
    font-size: 16px;
  }

  .aa-txt {
    font-size: 17px;
  }

  .hp-fh {
    padding: 60px 0;
  }

  .fh-wrap {
    width: min(98%, 686px);
  }

  .fh-title {
    padding: 0 16px;
  }

  .fh-item {
    padding: 0 11px;
  }

  .fh-price {
    padding: 15px 0;
  }

  .hp-res {
    padding: 60px 0;
  }

  .res-wrap {
    width: min(90%, 417px);
  }

  .res-item {
    width: 100%;
    padding: 6px 0;
  }

  .res-label {
    font-size: 25px;
  }

  .res-label span {
    font-size: 16px;
  }

  .hp-qs {
    padding: 60px 0;
  }

  .qs-wrap {
    width: min(90%, 431px);
  }

  .qs-field {
    width: 50%;
    padding: 5px 8px;
  }

  .qs-field.long {
    width: 100%;
  }

  .qs-field input,
  .qs-field select {
    font-size: 14px;
  }

  .qs-field:not(.long)::after {
    right: 12px;
  }

  .qs-btn {
    width: 140px;
    padding: 0;
    gap: 16px;
    margin-top: 20px;
  }

  .qs-btn .site-btn {
    padding: 0;
    width: calc(50% - 8px) !important;
  }

  .qs-txt {
    font-size: 13px;
    text-align: center;
    padding: 0;
  }

  .hp-fc {
    background: #242424;
    padding: 60px 0;
  }

  .fc-wrap {
    width: 100%;
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .map-outer {
    height: auto !important;
  }

  .map-inner {
    width: 100%;
    transform: none !important;
  }

  map,
  .map-transparent,
  .map-true,
  .map-hovers,
  .map-countries,
  .map-labels {
    display: none;
  }

  .map-text {
    position: relative;
    top: inherit;
    left: inherit;
  }

  .map-title {
    display: flex;
    justify-content: center;
  }

  .map-title .site-title {
    width: auto;
    margin-left: auto;
  }

  .map-title .site-title {
    font-size: 50px;
  }

  .map-title .site-title span {
    font-size: 18px;
    margin-left: 0;
  }

  .fc-title {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .fc-list {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 50px;
  }

  .fc-list li {
    padding-bottom: 20px;
  }

  .fc-list li a {
    font-size: 17px;
  }

  .fc-list li a i {
    font-size: 19px;
    margin-right: 15px;
  }

  .hp-test {
    padding: 60px 0;
  }

  .test-block {
    margin-top: 30px;
    padding: 40px 80px;
  }

  .test-item {
    padding: 50px 5px;
    text-align: center;
  }

  .test-item::before {
    width: 50px;
    height: 41px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .test-item p {
    font-size: 15px;
    padding-bottom: 30px;
  }

  .test-name::before {
    width: min(50%, 400px);
    left: 50%;
    transform: translateX(-50%);
  }

  .test-name {
    padding-top: 30px;
    font-size: 21px;
  }

  .test-name span {
    font-size: 16px;
  }

  .test-btn .site-btn {
    width: min(100%, 288px) !important;
  }

  .hp-gs {
    padding: 60px 0;
  }

  .gs-wrap {
    width: min(90%, 722px);
  }

  .gs-desc p {
    font-size: 15px;
  }

  .gs-list {
    padding-top: 30px;
  }

  .gs-item {
    width: 50%;
    padding: 10px;
  }

  .gs-label {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .fh-wrap {
    width: min(100%, 416px);
  }

  .fh-btn {
    margin: 0;
    gap: 10px;
  }
}

@media only screen and (max-width: 570px) {
  .gs-wrap {
    width: min(90%, 341px);
  }

  .gs-item {
    width: 100%;
    padding: 8px 0;
  }
}

@media only screen and (max-width: 480px) {
  .fh-wrap {
    width: min(100%, 320px);
  }

  .fh-block {
    padding: 0;
  }

  .fh-list .slick-list {
    padding: 32px 0;
  }

  .fh-item {
    padding: 0 16px;
  }

  .fh-arrow {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: fit-content;
    gap: 15px;
    margin: auto;
    padding-bottom: 30px;
  }

  .test-block {
    padding: 40px 5vw;
  }

  .test-arrow {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: fit-content;
    gap: 15px;
    margin: auto;
    padding-bottom: 30px;
  }
}

#hp-wc,
#hp-aa,
#hp-res,
#hp-qs,
#ftr-cf {
  display: none;
}

#hp-fh,
#hp-fc,
#hp-test,
#hp-gs {
  opacity: 0;
}

.bootstrap-select>.dropdown-toggle {
  border: none;
  outline: none;
  appearance: none;
  background: transparent;
  width: 100%;
  height: 47px;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 300;
  font-variant: lining-nums;
  letter-spacing: 0.055em;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
  color: #fff;
}

input.form-control,
.hp-qs option {
  color: #000;
}

.hp-qs span.filter-option {
  text-overflow: ellipsis;
}