/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/locations/locations.scss ***!
  \**************************************************************************************************************************************************************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
.locations {
  min-height: 600px;
  margin-top: -70px;
  z-index: 5;
  position: relative;
  display: flex;
  align-items: flex-end;
  background: #222222;
}
@media all and (max-width: 992px) {
  .locations {
    padding-top: 100px;
    background: #222222;
    margin-top: -160px;
  }
}
@media all and (max-width: 768px) {
  .locations {
    padding-top: 0;
    margin-top: -80px;
  }
}
@media all and (max-width: 460px) {
  .locations {
    padding-top: 0;
    min-height: unset;
    margin-top: -60px;
    background: transparent;
  }
}
.locations__content {
  display: flex;
  column-gap: 8.854166666%;
}
@media all and (max-width: 1200px) {
  .locations__content {
    column-gap: 2.5%;
  }
}
@media all and (max-width: 992px) {
  .locations__content {
    flex-direction: column;
    row-gap: 50px;
  }
}
.locations__img {
  min-width: 57.118055555%;
  width: 57.118055555%;
  padding-left: 12.442129629%;
  padding-bottom: 68px;
  align-self: flex-end;
  position: relative;
}
@media all and (max-width: 1200px) {
  .locations__img {
    padding-left: 5%;
  }
}
@media all and (max-width: 992px) {
  .locations__img {
    padding-left: 5%;
    align-self: flex-start;
    min-width: 95%;
    width: 95%;
  }
}
@media all and (max-width: 640px) {
  .locations__img {
    padding-bottom: 0;
  }
}
.locations__img::before {
  content: url("/wp-content/uploads/2025/07/loc-bg.svg");
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 1440px) {
  .locations__img::before {
    left: -180px;
    bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .locations__img::before {
    left: -260px;
  }
}
@media all and (max-width: 992px) {
  .locations__img::before {
    left: 0;
    bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .locations__img::before {
    display: none;
  }
}
.locations__img img {
  position: relative;
  z-index: 2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3019607843), 0px 8px 12px 6px rgba(0, 0, 0, 0.1490196078);
  width: 100%;
  height: auto;
}
.locations__text {
  width: 26.157407407%;
  max-width: 26.157407407%;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media all and (max-width: 1200px) {
  .locations__text {
    width: 35%;
    max-width: 35%;
    padding-top: 0;
  }
}
@media all and (max-width: 992px) {
  .locations__text {
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
  }
}
.locations__text-info {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.locations__text-info h2 {
  text-transform: uppercase;
  color: #ffffff;
}
.locations__text-info p {
  color: #ffffff;
  margin: 0;
}
.locations__text-btn a {
  margin-top: 0 !important;
}

/*# sourceMappingURL=locations.css.map*/