/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
@font-face {
  font-family: "fontello";
  src: "/assets/fonts/fontello/font/fontello.woff2" format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif", serif;
  src: "/assets/fonts/Instrument_Serif/instrument-serif-v4-latin-regular.woff2" format("woff2");
}
@font-face {
  font-family: "Rethink Sans", sans-serif;
  src: "/assets/fonts/Rethink_Sans/rethink-sans-v6-latin-regular.woff2" format("woff2");
}
.location-list .container {
  position: relative;
  z-index: 1;
}
.location-list .container::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 10%;
  transform: translateY(80%);
  width: 500px;
  height: 270px;
  background: radial-gradient(circle, rgba(0, 123, 255, 0.2) 0%, rgba(255, 255, 255, 0) 65%);
  filter: blur(60px);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .location-list .container::after {
    width: 400px;
    right: -135px;
    transform: translateY(70%);
  }
}
.location-list__wrapper {
  padding: 20px 0px;
  border-bottom: 1px solid #E7E7E7;
  -webkit-backdrop-filter: blur(41.7000007629px);
          backdrop-filter: blur(41.7000007629px);
}
.location-list__tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.location-list__tabs li {
  font-weight: 600;
  color: #09090B;
  border: 1px solid #E0E0E0;
  border-radius: 99px;
  padding: 1px 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.location-list__tabs .tabs-nav-active {
  background: linear-gradient(275.88deg, rgba(0, 145, 248, 0.2) -3.26%, rgba(105, 193, 255, 0.2) 27.88%, rgba(0, 145, 248, 0.2) 61.75%);
  border: 1px solid #0091F8;
}
.location-list__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.location-list__top span,
.location-list__top h2,
.location-list__top p {
  text-align: center;
}
.location-list__top span {
  font-weight: 500;
  color: #333;
  letter-spacing: -0.54px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.location-list__top span::before {
  content: "";
  background: #0091f8;
  border-radius: 100%;
  height: 8px;
  width: 8px;
}
.location-list__top h2 strong {
  background: linear-gradient(89.87deg, #434343 -70.15%, #18181b 14.87%, #18181b 99.89%);
  line-height: 50px;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  position: relative;
}
.location-list__top h2 strong::after {
  content: url(images/services-heading-strong.eaf0c54f.webp);
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  margin: 0 auto;
  display: inline-block;
}
.location-list__top h2 em {
  background: linear-gradient(89.87deg, #434343 -70.15%, #18181b 14.87%, #18181b 99.89%);
  font-weight: 400;
  font-family: "Instrument Serif", serif;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.location-list__tab-contents {
  padding: 33px 28px;
  border: 1px solid #E7E7E7;
  border-radius: 29px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  -webkit-backdrop-filter: blur(4.7374300957px);
          backdrop-filter: blur(4.7374300957px);
  box-shadow: 3.55px 3.55px 42.64px 0px rgba(0, 0, 0, 0.031372549);
}
@media screen and (max-width: 575px) {
  .location-list__tab-contents {
    padding: 26px 20px;
  }
}
.location-list__tab-contents .location-list__tab-content {
  display: none;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .location-list__tab-contents .location-list__tab-content {
    gap: 22px;
  }
}
.location-list__tab-contents .location-list__tab-content_top {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 575px) {
  .location-list__tab-contents .location-list__tab-content_top {
    gap: 10px;
  }
}
.location-list__tab-contents .location-list__tab-content_top .flag-image {
  border: 2px solid rgba(0, 0, 0, 0.0509803922);
  border-radius: 16px;
  padding: 9px 9px 5px 9px;
}
@media screen and (max-width: 575px) {
  .location-list__tab-contents .location-list__tab-content_top .flag-image {
    padding: 7px 7px 4px 7px;
  }
}
.location-list__tab-contents .location-list__tab-content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  color: #000000;
  letter-spacing: -1.516px;
}
@media screen and (max-width: 991px) {
  .location-list__tab-contents .location-list__tab-content h3 {
    font-size: 26px;
    line-height: 42px;
  }
}
@media screen and (max-width: 575px) {
  .location-list__tab-contents .location-list__tab-content h3 {
    font-size: 22px;
    line-height: 38px;
  }
}
.location-list__tab-contents .location-list__tab-content-inner {
  padding: 17px 28px;
  border: 1px solid rgba(231, 231, 231, 0.7411764706);
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.5019607843);
}
@media screen and (max-width: 575px) {
  .location-list__tab-contents .location-list__tab-content-inner {
    padding: 14px 16px;
  }
}
.location-list__tab-contents .location-list__tab-content-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
@media screen and (max-width: 767px) {
  .location-list__tab-contents .location-list__tab-content-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .location-list__tab-contents .location-list__tab-content-categories {
    grid-template-columns: 1fr;
  }
}
.location-list__tab-contents .location-list__tab-content-categories li a {
  display: block;
  padding: 8px 22px;
  font-weight: 600;
  color: #0E0E11;
  border: 1px solid #E7E7E7;
  border-radius: 9px;
}
@media screen and (max-width: 575px) {
  .location-list__tab-contents .location-list__tab-content-categories li a {
    padding: 8px 12px;
  }
}
.location-list__tab-contents .location-list__tab-content-categories li a::after {
  content: "\e809";
  font-family: "fontello";
  padding-left: 5px;
  color: #0091F8;
  opacity: 0;
  transition: opacity 500ms;
}
.location-list__tab-contents .location-list__tab-content-categories li a:hover::after {
  opacity: 1;
}
.location-list__tab-contents .location-list__tab-content-categories li a:hover {
  transition: all 500ms;
  background: linear-gradient(275.88deg, rgba(0, 145, 248, 0.2) -3.26%, rgba(105, 193, 255, 0.2) 27.88%, rgba(0, 145, 248, 0.2) 61.75%);
  border: 1px solid #0091F8;
}
.location-list__tab-contents .location-list__tab-content-categories li a::before {
  content: "\e821";
  font-family: "fontello";
  padding-right: 10px;
  color: #0091F8;
}
.location-list__tab-contents .tab-content-active {
  display: flex;
}
.location-list__bottom {
  padding-top: 27px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 9px;
}

/*# sourceMappingURL=style-index.css.map*/