/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_fragua/cartridge/client/default/scss/help.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/* $gradient-border-background: #00AEEF - #01579B; */
#maincontent {
  background-color: #F9F9F9;
}

.help-center h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #212121;
  margin: 24px 0;
}
@media (max-width: 768.98px) {
  .help-center h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 16px 0;
  }
}
.help-center .most-searched {
  margin: 0 40px 24px 40px;
  background-color: #FFF;
  border-radius: 8px;
  border: solid 1px #CCC;
  padding: 24px;
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768.98px) {
  .help-center .most-searched {
    font-size: 24px;
    line-height: 32px;
    margin: 0px;
    margin-bottom: 16px;
    padding: 24px 16px;
  }
}
.help-center .most-searched h3 {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .help-center .most-searched h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.help-center .most-searched .questions-container {
  width: 100%;
  display: flex;
  gap: 0 24px;
  flex-wrap: wrap;
}
@media (max-width: 768.98px) {
  .help-center .most-searched .questions-container {
    gap: 0px;
  }
}
.help-center .most-searched .questions-container .question {
  flex-basis: calc(50% - 12px);
}
@media (max-width: 991.98px) {
  .help-center .most-searched .questions-container .question {
    flex-basis: 100%;
  }
}
.help-center .most-searched .questions-container .question a {
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  padding: 16px 24px;
  color: #0277BD !important;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768.98px) {
  .help-center .most-searched .questions-container .question a {
    font-size: 13px;
    line-height: 14px;
    padding: 16px;
  }
  .help-center .most-searched .questions-container .question a img {
    width: 20px;
    height: 20px;
    margin-left: 36px;
  }
}
.help-center .most-searched .questions-container .question a:hover {
  background-color: #F6F7F8;
  text-decoration: none;
  font-weight: 700;
}
.help-center .most-searched .questions-container .question:nth-last-child(n+3) a {
  border-bottom: solid 1px #CCC;
}
@media (max-width: 991.98px) {
  .help-center .most-searched .questions-container .question:not(:last-child) a {
    border-bottom: solid 1px #CCC;
  }
}
.help-center .most-searched .show-more {
  min-width: 281px;
  height: 48px;
  padding: 16px 24px;
  margin: 0 auto;
  border: solid 1px #0277BD;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin: 0 auto;
  color: #0277BD !important;
}
@media (max-width: 768.98px) {
  .help-center .most-searched .show-more {
    width: calc(100% - 32px);
    line-height: 24px;
    font-size: 14px;
    padding: 12px 16px;
    text-align: center;
  }
}
.help-center .most-searched .show-more:hover {
  background-color: #EFFAFF;
  text-decoration: none;
}
.help-center .help-title {
  color: #212121;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 48px auto 24px auto;
}
@media (max-width: 768.98px) {
  .help-center .help-title {
    font-size: 18px;
    line-height: 24px;
    margin: 24px auto;
  }
}
.help-center .help-topics {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  gap: 24px 80px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 24px;
}
@media (max-width: 768.98px) {
  .help-center .help-topics {
    gap: 16px;
    margin-bottom: 16px;
    padding: 0 40px;
  }
}
.help-center .help-topics a {
  background-color: #FFF;
  border-radius: 4px;
  border: solid 1px #CCC;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1607843137);
  width: 230px;
  height: 48px;
  display: flex;
  gap: 8px;
  color: #545454 !important;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768.98px) {
  .help-center .help-topics a {
    padding-left: 16px;
    width: 100%;
    height: 40px;
    justify-content: flex-start;
  }
}
.help-center .help-topics a img {
  width: 20px;
  height: 20px;
}
.help-center .help-topics a:hover {
  color: #0277BD !important;
  border: solid 1px #0277BD;
  background-color: #EFFAFF;
  text-decoration: none;
}
.help-center .help-topics a:hover img {
  filter: brightness(0) saturate(100%) invert(33%) sepia(62%) saturate(1602%) hue-rotate(176deg) brightness(90%) contrast(103%);
}
.help-center .help-banners {
  display: flex;
  gap: 30px;
  margin-top: 48px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .help-center .help-banners {
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media (max-width: 768.98px) {
  .help-center .help-banners {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.help-center .help-banners .banner-container {
  flex-basis: calc(50% - 15px);
  overflow: hidden;
  height: 160px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .help-center .help-banners .banner-container {
    flex-basis: 100%;
  }
}
.help-center .help-banners .banner-container a {
  padding: 14px 20px;
  border: solid 1px #0277BD;
  color: #0277BD !important;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 248px;
}
@media (max-width: 768.98px) {
  .help-center .help-banners .banner-container a {
    padding: 12px 16px;
    font-size: 14px;
    width: 300px;
  }
}
.help-center .help-banners .banner-container a img {
  width: 20px;
  height: 20px;
}
@media (max-width: 768.98px) {
  .help-center .help-banners .banner-container a img {
    width: 16px;
    height: 16px;
  }
}
.help-center .help-banners .banner-container a:hover {
  background-color: #EFFAFF;
  text-decoration: none;
}
.help-center .help-banners .contact-us {
  padding-top: 32px;
  padding-left: 48px;
}
@media (max-width: 768.98px) {
  .help-center .help-banners .contact-us {
    display: flex;
    padding: 0;
  }
}
.help-center .help-banners .contact-us > div {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768.98px) {
  .help-center .help-banners .contact-us > div {
    margin: auto;
  }
}
.help-center .help-banners .contact-us h3 {
  color: #0073B8;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 768.98px) {
  .help-center .help-banners .contact-us h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.help-center .help-banners .store-locator {
  padding-bottom: 16px;
  display: flex;
}
.help-center .help-banners .store-locator > a {
  margin: auto;
  margin-bottom: 0;
}

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