/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/styles/pages/page-contact-us.scss ***!
  \****************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500&display=swap);
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/styles/pages/page-contact-us.scss (1) ***!
  \********************************************************************************************************************************************************************************************/
html, body {
  scroll-behavior: smooth;
  scroll-padding-top: 77px;
}

#content {
  margin-top: 77px;
}

body.home #content {
  margin-top: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Karla", sans-serif;
}

.hidden {
  display: none;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 32px;
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

.cta-button {
  color: #E9E9E9;
  background-color: #000000;
  border-radius: 16px;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.3s ease-in-out;
}
.cta-button:hover {
  background-color: #3B3C3D;
}

.sec-button {
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #000000;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.sec-button:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.desc {
  font-size: 14px;
  font-weight: 300;
  color: #535455;
  line-height: 18px;
}
.desc p {
  font-size: 14px;
  font-weight: 300;
  color: #535455;
  line-height: 18px;
}

.icon {
  width: 80px;
  height: 80px;
}

.flex {
  display: flex;
}
.flex--column {
  flex-direction: column;
}
.flex--row {
  flex-direction: row;
}
.flex--center {
  justify-content: center;
  align-items: center;
}
.flex--between {
  justify-content: space-between;
}
.flex--end {
  justify-content: flex-end;
}

a {
  text-decoration: none;
}

body.page-template-page-contact-us {
  background-color: #E9E9E9;
  padding-top: 32px;
}
body.page-template-page-contact-us .stores {
  width: calc(100% - 64px);
  margin: 5rem auto;
}
@media screen and (min-width: 769px) {
  body.page-template-page-contact-us .stores {
    width: calc(100% - 160px);
  }
}
body.page-template-page-contact-us .stores .store {
  width: 100%;
  background-color: #FFFFFF;
  padding: 12px;
  padding-top: 32px;
  transition: max-height 0.3s ease-in-out;
  margin-bottom: 16px;
  max-height: 90px;
  overflow: hidden;
}
body.page-template-page-contact-us .stores .store.open {
  max-height: 1000px;
}
body.page-template-page-contact-us .stores .store.open .collapse {
  transform: rotate(180deg);
}
body.page-template-page-contact-us .stores .store .collapse {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  body.page-template-page-contact-us .stores .store {
    padding: 32px;
  }
}
body.page-template-page-contact-us .stores .store__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-bottom: 32px;
}
body.page-template-page-contact-us .stores .store__header .collapse {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
body.page-template-page-contact-us .stores .store__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #E2E2E2;
  padding-top: 32px;
}
@media screen and (max-width: 1024px) {
  body.page-template-page-contact-us .stores .store__content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
body.page-template-page-contact-us .stores .store__content .row {
  flex: 1;
}
body.page-template-page-contact-us .stores .store__content h3 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 32px;
}
body.page-template-page-contact-us .stores .store__content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 16px;
}
body.page-template-page-contact-us .stores .store__content a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  body.page-template-page-contact-us .stores .store__content img {
    width: 100%;
    object-fit: cover;
  }
}

/*# sourceMappingURL=page-contact-us.css.map*/