/** Shopify CDN: Minification failed

Line 67:9 Expected ":"

**/
/* app/styles/section-hero-banner.scss */
.shopify-section-hero-banner {
  padding: var(--padding);
  margin: var(--margin);
  background: var(--background-color);
  z-index: 1;
}

.section-hero-banner .btn:not(.sys-btn) {
  max-width: 100% !important;
  width: 100% !important;
}


.hero__Search-wrapper {
  max-width: 680px;
  width: 100%;
}

.shopify-section-hero-banner:has(.hero__Search-wrapper) {
  /* display: none; */
}

.chosen-wrapper__search-heading {
  color: #0E5BDC !important;
  font-family: Poppins !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 29.16px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
}

.chosen-wrapper__search-subheading {
  color: #000 !important;
  font-family: Fahkwang !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 36px !important;
  margin-top: -20px;
}

.chosen-btn button {
  gap: 10px;
}
 
.search__icon-btn-grid {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.search__icon-btn-grid-img-wrapper {
  max-width: 40px;
  width: 100%;
}

.search__icon-btn-grid-img-wrapper img {
  max-width: 100%;
  width: 100%;
  display block;
  height: auto;
}

.search__icon-btn-grid-content-heading {
  color: #848589;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.2px; /* 120% */
  margin: 0;
}

.search__icon-btn-grid-content-btn {
  color: #848589;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px; /* 120% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (max-width: 767px) {
  .section-hero-banner .content-mb-absolute .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section-hero-banner .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .section-hero-banner .banner__content {
    padding: 0 12px;
  }
}
@media (min-width: 1200px) {
  .section-hero-banner .banner__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .section-hero-banner .banner__content {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (min-width: 768px) {
  .section-hero-banner .banner__content.ab-tl {
    position: absolute;
    left: 0;
    top: 0;
  }
  .section-hero-banner .banner__content.ab-tc {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .section-hero-banner .banner__content.ab-tr {
    position: absolute;
    top: 0;
    right: 0;
  }
  .section-hero-banner .banner__content.ab-cl {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-hero-banner .banner__content.ab-cc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .section-hero-banner .banner__content.ab-cr {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .section-hero-banner .banner__content.ab-bl {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .section-hero-banner .banner__content.ab-bc {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .section-hero-banner .banner__content.ab-br {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.section-hero-banner .reversed-content {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .section-hero-banner .reversed-content {
    display: block;
  }
}
@media (min-width: 768px) {
  .section-hero-banner .banner__content:has(.title-marker) {
    position: relative;
    padding-left: calc(var(--marker-max-width) + 15px);
  }
}
@media (min-width: 1200px) {
  .section-hero-banner .banner__content:has(.title-marker) {
    padding-left: calc(var(--marker-max-width) + 30px);
  }
}
.section-hero-banner h1,
.section-hero-banner h2,
.section-hero-banner h3,
.section-hero-banner h4,
.section-hero-banner h5,
.section-hero-banner h6 {
  font-family: var(--heading-font);
}
.section-hero-banner .block-item {
  margin: 0;
  color: var(--color);
  font-size: var(--font-size);
  justify-content: var(--alignment);
  align-items: center;
  line-height: 1.2em;
}
.section-hero-banner .block-item > * {
  font-size: inherit;
}
.section-hero-banner .block-item .block-image {
  width: var(--image_max_width);
  max-width: 100%;
}
.section-hero-banner .block-item .block-image img {
  position: static;
}
@media (min-width: 768px) {
  .section-hero-banner .block-item .title-marker {
    position: absolute;
    top: -17px;
    left: 0;
    max-width: var(--marker-max-width);
  }
  .section-hero-banner .block-item .title-marker img {
    position: static;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  .section-hero-banner .block-item .title-marker {
    top: -10px;
  }
}
.section-hero-banner .group-button {
  width: 100%;
}
.section-hero-banner .btn:not(.sys-btn) {
  text-align: center;
  min-width: 100%;
}
@media (min-width: 768px) {
  .section-hero-banner .btn:not(.sys-btn) {
    min-width: 275px;
  }
}
@media (min-width: 1200px) {
  .section-hero-banner .btn:not(.sys-btn) {
    min-width: 330px;
    max-width: 100%;
    width: 100%;
  }
}
.section-hero-banner .form-search-container .form-field-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-hero-banner .form-search-container .form-field-wrapper .form-field {
  align-items: center;
  border: 1px solid #CBDAF4;
  background-color: #fff;
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.section-hero-banner .form-search-container .form-field-wrapper .form-field .btn-search {
  min-width: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  padding: 0;
  background: none !important;
  border: none !important;
  cursor: pointer;
}
.section-hero-banner .form-search-container .form-field-wrapper .form-field .btn-search svg path {
  fill: #007ea7;
}
.section-hero-banner .form-search-container .form-field-wrapper .form-field input {
  flex: 1;
  background-color: #fff;
}
.section-hero-banner .form-search-container .form-field-wrapper .form-field input::placeholder {
  color: #000;
  font-size: calc(var(--body-fs) - 2px);
}
@media (min-width: 750px) {
  .section-hero-banner .form-search-container .form-field-wrapper .form-field input::placeholder {
    font-size: var(--body-fs);
  }
}
.section-hero-banner .form-search-container .form-field-wrapper .btn-search-text {
  height: 44px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 750px) {
  .section-hero-banner .form-search-container .form-field-wrapper .btn-search-text {
    min-width: initial;
    font-size: var(--body-fs);
  }
}
.section-hero-banner .banner-mobile-hidden .block.image__style {
  display: none;
}
@media (min-width: 768px) {
  .section-hero-banner .banner-mobile-hidden .block.image__style {
    display: block;
  }
}
.shopify-section-map-about-us {
  padding: var(--padding);
  margin: var(--margin);
  background: var(--background-map);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  --text: #0A0A0A;
}
.shopify-section-map-about-us .section-heading-wrapper {
  margin-bottom: 10px;
}
.shopify-section-map-about-us .section-heading-wrapper .section-heading {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.64px;
  color: var(--text);
}
@media (min-width: 768px) {
  .shopify-section-map-about-us .section-heading-wrapper .section-heading {
    margin-bottom: 20px;
    font-size: 58px;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
.shopify-section-map-about-us .content-description a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .shopify-section-map-about-us .content-description a {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
@media (hover: hover) {
  .shopify-section-map-about-us .content-description a:hover {
    color: var(--primary-color);
  }
}
.shopify-section-map-about-us .content-description p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.28px;
  color: var(--text);
}
@media (min-width: 768px) {
  .shopify-section-map-about-us .content-description p {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
.shopify-section-map-about-us .content-description p:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .shopify-section-map-about-us .content-description p:not(:last-child) {
    margin-bottom: 35px;
  }
}
.shopify-section-map-about-us .section-inner .section-image {
  max-width: var(--image-width);
  margin: 0 auto 16px;
}
.shopify-section-map-about-us .section-inner .section-content .content-wrapper {
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
}
