.help-center-landing #brx-header {
  background-color: rgb(1, 104, 165);
}
.help-center-landing .content-wrapper .brxe-container {
  max-width: 1200px;
}
.help-center-landing .content-wrapper .hero-search-wrapper {
  background-color: rgb(1, 104, 165);
}
.help-center-landing .content-wrapper .hero-search-wrapper:after {
  content: " ";
  height: 24px;
  width: 100%;
  background-image: url("/wp-content/plugins/safar-help-center/assets/img/search-wave.svg");
  background-color: #FFFFFF;
  display: block;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container {
  position: relative;
  padding: 100px 0px 150px 0px;
}
@media only screen and (max-width : 768px) {
  .help-center-landing .content-wrapper .hero-search-wrapper .brxe-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box h1 {
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .search-bar-wrapper {
  background-color: #FFFFFF;
  height: 56px;
  border-radius: 100px;
  width: 100%;
  max-width: 720px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  position: relative;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .search-bar-wrapper form {
  width: 100%;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .search-bar-wrapper form input[type=text] {
  background-color: transparent;
  border: none;
  width: 100%;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .search-bar-wrapper .dropdown-wrapper {
  display: none;
  padding: 48px;
  gap: 40px;
  border: 1px solid rgba(217, 219, 220, 0.75);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  background: rgb(255, 255, 255);
  position: absolute;
  top: 70px;
  left: 0px;
  border-radius: 12px;
  width: 100%;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .search-bar-wrapper .dropdown-wrapper > div .title {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: rgb(67, 74, 79);
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .search-bar-wrapper .dropdown-wrapper > div .content {
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin-top: 21px;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .search-bar-wrapper .dropdown-wrapper > div .content .item {
  display: flex;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .search-bar-wrapper .dropdown-wrapper > div .content .item .text {
  flex: 1;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgb(67, 74, 79);
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .search-bar-wrapper .dropdown-wrapper > div .content .item button {
  background-color: transparent;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .search-bar-wrapper .dropdown-wrapper > div.popular-topics .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .search-bar-wrapper .dropdown-wrapper.active {
  display: flex;
  flex-direction: column;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .popular-topics-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media only screen and (max-width : 768px) {
  .help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .popular-topics-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .popular-topics-wrapper .items {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    width: -moz-max-content;
    width: max-content;
  }
  .help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .popular-topics-wrapper .item {
    flex: 0 0 auto;
  }
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .popular-topics-wrapper span {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .popular-topics-wrapper .tags {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width : 768px) {
  .help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .popular-topics-wrapper .tags {
    flex-wrap: wrap;
  }
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .search-box .popular-topics-wrapper .tags a {
  background: rgb(0, 73, 116);
  padding: 8px 16px;
  border-radius: 100px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .cloud {
  position: absolute;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .cloud-left {
  left: -14%;
  bottom: 22%;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .cloud-right {
  right: -14%;
  top: 28%;
}
@media (max-width: 1440px) {
  .help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .cloud {
    display: none !important;
  }
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .star {
  position: absolute;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .star-left {
  left: 7%;
  top: 34%;
}
.help-center-landing .content-wrapper .hero-search-wrapper .brxe-container .star-right {
  right: 6%;
  bottom: 10%;
}
.help-center-landing .content-wrapper .main-content {
  min-height: 100vh;
  background-color: #fdfdfd;
}
.help-center-landing .content-wrapper .main-content > .brxe-container {
  display: flex;
  flex-direction: column;
  gap: 150px;
  padding: 150px 0px;
}
@media only screen and (max-width : 768px) {
  .help-center-landing .content-wrapper .main-content > .brxe-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.help-center-landing .content-wrapper .main-content > .brxe-container .user-type-articles-wrapper {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media only screen and (max-width : 768px) {
  .help-center-landing .content-wrapper .main-content > .brxe-container .user-type-articles-wrapper {
    flex-direction: column;
  }
}
.help-center-landing .content-wrapper .main-content > .brxe-container .user-type-articles-wrapper .block {
  border: 1px solid rgba(217, 219, 220, 0.75);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex: 1;
  background-color: #FFFFFF;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .user-type-articles-wrapper .block .details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .user-type-articles-wrapper .block .details .title {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: -0.15px;
  color: rgb(67, 74, 79);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .user-type-articles-wrapper .block .details .description {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: -0.15px;
  color: rgb(67, 74, 79);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .user-type-articles-wrapper .block .details a {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: rgb(1, 104, 165);
  display: flex;
  gap: 4px;
  align-items: center;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .popular-articles-wrapper .heading h1 {
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0.07px;
  color: rgb(0, 73, 116);
  margin-bottom: 8px;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .popular-articles-wrapper .heading .description {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: rgb(67, 74, 79);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .popular-articles-wrapper .article-cards {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
@media only screen and (max-width : 768px) {
  .help-center-landing .content-wrapper .main-content > .brxe-container .popular-articles-wrapper .article-cards {
    flex-direction: column;
  }
}
.help-center-landing .content-wrapper .main-content > .brxe-container .popular-articles-wrapper .article-cards .card {
  border: 1px solid rgba(217, 219, 220, 0.75);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  background-color: #FFFFFF;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .popular-articles-wrapper .article-cards .card .title {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: -0.15px;
  color: rgb(67, 74, 79);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .popular-articles-wrapper .article-cards .card .description {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: -0.15px;
  color: rgb(67, 74, 79);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .popular-articles-wrapper .article-cards .card a {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: rgb(1, 104, 165);
  display: flex;
  gap: 4px;
  align-items: center;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper {
  background: rgb(235, 247, 253);
  padding: 80px;
  border-radius: 32px;
  width: 100%;
}
@media only screen and (max-width : 768px) {
  .help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper {
    padding: 40px;
  }
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .heading {
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 768px) {
  .help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .heading {
    flex-direction: column;
  }
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .heading .left {
  flex: 1;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .heading .left .title {
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 36px;
  letter-spacing: 0.4px;
  color: rgb(0, 73, 116);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .heading .left .description {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: -0.44px;
  color: rgb(67, 74, 79);
  margin-top: 16px;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .heading .right a {
  display: flex;
  background: rgb(139, 194, 81);
  padding: 14px 24px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  width: 170px;
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .contact-cards {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
@media only screen and (max-width : 768px) {
  .help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .contact-cards {
    flex-direction: column;
  }
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .contact-cards a.card {
  flex: 1;
  border-radius: 14px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #FFFFFF;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}
@media only screen and (max-width : 768px) {
  .help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .contact-cards a.card {
    align-items: center;
    justify-content: center;
  }
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .contact-cards a.card .type {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: rgb(0, 73, 116);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .contact-cards a.card .contact {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: rgb(67, 74, 79);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .contact-cards a.card .details {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: 0px;
  color: rgb(67, 74, 79);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .contact-cards a.card:nth-child(1) {
  border: 1px solid rgb(47, 174, 219);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .contact-cards a.card:nth-child(1):hover {
  box-shadow: 0 4px 12px rgba(47, 174, 219, 0.2);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .contact-cards a.card:nth-child(2) {
  border: 1px solid rgb(139, 194, 81);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .contact-cards a.card:nth-child(2):hover {
  box-shadow: 0 4px 12px rgba(139, 194, 81, 0.2);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .contact-cards a.card:nth-child(3) {
  border: 1px solid rgb(140, 117, 193);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .contact-cards a.card:nth-child(3):hover {
  box-shadow: 0 4px 12px rgba(140, 117, 193, 0.2);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .still-need-help-wrapper .contact-cards a.card:hover {
  transform: translateY(-2px);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .heading h1 {
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgb(0, 73, 116);
  margin-bottom: 24px;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .popular-topics-wrapper {
  width: 100%;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .popular-topics-wrapper .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .popular-topics-wrapper .items a {
  display: flex;
  border: 1px solid rgba(217, 219, 220, 0.75);
  border-radius: 12px;
  padding: 24px;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: rgb(67, 74, 79);
  align-items: center;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .popular-topics-wrapper .items a span {
  flex: 1;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .browse-by-topic {
  width: 100%;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .browse-by-topic .cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .browse-by-topic .cards .card {
  background: #FFFFFF;
  border: 1px solid rgba(217, 219, 220, 0.75);
  border-radius: 16px;
  padding: 24px;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .browse-by-topic .cards .card .top {
  display: flex;
  gap: 16px;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .browse-by-topic .cards .card .top .right {
  display: flex;
  flex-direction: column;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .browse-by-topic .cards .card .top .right .title {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: rgb(67, 74, 79);
  margin-bottom: 4px;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .browse-by-topic .cards .card .top .right .count {
  background-color: rgb(249, 250, 251);
  border-radius: 100px;
  padding: 2px 8px;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: 0px;
  color: rgb(161, 164, 167);
}
.help-center-landing .content-wrapper .main-content > .brxe-container .browse-by-topic .cards .card .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0px;
  border-bottom: 1px solid rgba(217, 219, 220, 0.75);
  padding-bottom: 10px;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .browse-by-topic .cards .card .content a {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: rgb(67, 74, 79);
  display: flex;
  gap: 10px;
}
.help-center-landing .content-wrapper .main-content > .brxe-container .browse-by-topic .cards .card > a {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -0.15px;
  text-align: center;
  color: rgb(1, 104, 165);
  display: flex;
  gap: 4px;
}
.help-center-landing .content-wrapper .main-content .fullwidth-blue-wave {
  background-color: rgb(235, 247, 253);
}
.help-center-landing .content-wrapper .main-content .fullwidth-blue-wave:before {
  content: " ";
  height: 24px;
  width: 100%;
  background-image: url("/wp-content/plugins/safar-help-center/assets/img/light-blue-wave-top.svg");
  background-color: #FFFFFF;
  display: block;
}
.help-center-landing .content-wrapper .main-content .fullwidth-blue-wave:after {
  content: " ";
  height: 24px;
  width: 100%;
  background-image: url("/wp-content/plugins/safar-help-center/assets/img/light-blue-wave-bottom.svg");
  background-color: #FFFFFF;
  display: block;
}
.help-center-landing .content-wrapper .main-content .fullwidth-blue-wave .brxe-container {
  padding: 100px 0px;
}
.help-center-landing .content-wrapper .main-content .fullwidth-blue-wave .brxe-container .heading .purple {
  display: flex;
  gap: 8px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: rgb(140, 117, 193);
  align-items: center;
}
.help-center-landing .content-wrapper .main-content .fullwidth-blue-wave .brxe-container .heading .title {
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0.07px;
  color: rgb(0, 73, 116);
  margin-bottom: 16px;
  margin-top: 8px;
}
.help-center-landing .content-wrapper .main-content .fullwidth-blue-wave .brxe-container .heading .description {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: rgb(67, 74, 79);
}
.help-center-landing .content-wrapper .main-content .fullwidth-blue-wave .brxe-container .cards {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.help-center-landing .content-wrapper .main-content .fullwidth-blue-wave .brxe-container .cards .card {
  background: #FFFFFF;
  flex: 1;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(217, 219, 220, 0.75);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.help-center-landing .content-wrapper .main-content .fullwidth-blue-wave .brxe-container .cards .card img {
  width: 100%;
}
.help-center-landing .content-wrapper .main-content .fullwidth-blue-wave .brxe-container .cards .card .title {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: -0.15px;
  color: rgb(67, 74, 79);
}
.help-center-landing .content-wrapper .main-content .fullwidth-blue-wave .brxe-container .cards .card .description {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: -0.15px;
  color: rgb(67, 74, 79);
}
.help-center-landing .content-wrapper .main-content .fullwidth-blue-wave .brxe-container .cards .card a {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: rgb(1, 104, 165);
  display: flex;
  gap: 4px;
  align-items: center;
}

.help-center-category .breadcrumb .brxe-container, .help-center-article .breadcrumb .brxe-container, .help-center-collection .breadcrumb .brxe-container, .help-center-search .breadcrumb .brxe-container {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
  flex-direction: row;
}
@media only screen and (max-width : 768px) {
  .help-center-category .breadcrumb .brxe-container, .help-center-article .breadcrumb .brxe-container, .help-center-collection .breadcrumb .brxe-container, .help-center-search .breadcrumb .brxe-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.help-center-category .breadcrumb .brxe-container a, .help-center-category .breadcrumb .brxe-container span, .help-center-article .breadcrumb .brxe-container a, .help-center-article .breadcrumb .brxe-container span, .help-center-collection .breadcrumb .brxe-container a, .help-center-collection .breadcrumb .brxe-container span, .help-center-search .breadcrumb .brxe-container a, .help-center-search .breadcrumb .brxe-container span {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgb(161, 164, 167);
}
.help-center-category .breadcrumb .brxe-container a:last-child, .help-center-category .breadcrumb .brxe-container span:last-child, .help-center-article .breadcrumb .brxe-container a:last-child, .help-center-article .breadcrumb .brxe-container span:last-child, .help-center-collection .breadcrumb .brxe-container a:last-child, .help-center-collection .breadcrumb .brxe-container span:last-child, .help-center-search .breadcrumb .brxe-container a:last-child, .help-center-search .breadcrumb .brxe-container span:last-child {
  color: rgb(0, 73, 116);
}
.help-center-category .back-to-help-center, .help-center-article .back-to-help-center, .help-center-collection .back-to-help-center, .help-center-search .back-to-help-center {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgb(1, 104, 165);
  margin-bottom: 32px;
}
.help-center-category .content-with-sidebar, .help-center-article .content-with-sidebar, .help-center-collection .content-with-sidebar, .help-center-search .content-with-sidebar {
  display: flex;
  gap: 60px;
  margin-bottom: 120px;
  width: 100%;
}
@media only screen and (max-width : 768px) {
  .help-center-category .content-with-sidebar, .help-center-article .content-with-sidebar, .help-center-collection .content-with-sidebar, .help-center-search .content-with-sidebar {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.help-center-category .content-with-sidebar .sidebar, .help-center-article .content-with-sidebar .sidebar, .help-center-collection .content-with-sidebar .sidebar, .help-center-search .content-with-sidebar .sidebar {
  max-width: 320px;
  width: 100%;
}
@media only screen and (max-width : 768px) {
  .help-center-category .content-with-sidebar .sidebar, .help-center-article .content-with-sidebar .sidebar, .help-center-collection .content-with-sidebar .sidebar, .help-center-search .content-with-sidebar .sidebar {
    max-width: 100%;
  }
}
.help-center-category .content-with-sidebar .article-content, .help-center-article .content-with-sidebar .article-content, .help-center-collection .content-with-sidebar .article-content, .help-center-search .content-with-sidebar .article-content {
  flex: 1;
}
.help-center-category .content-with-sidebar .article-content .category-article-wrapper .heading, .help-center-article .content-with-sidebar .article-content .category-article-wrapper .heading, .help-center-collection .content-with-sidebar .article-content .category-article-wrapper .heading, .help-center-search .content-with-sidebar .article-content .category-article-wrapper .heading {
  margin-bottom: 24px;
}
.help-center-category .content-with-sidebar .article-content .category-article-wrapper .heading .title, .help-center-article .content-with-sidebar .article-content .category-article-wrapper .heading .title, .help-center-collection .content-with-sidebar .article-content .category-article-wrapper .heading .title, .help-center-search .content-with-sidebar .article-content .category-article-wrapper .heading .title {
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgb(0, 73, 116);
  margin-bottom: 8px;
}
.help-center-category .content-with-sidebar .article-content .category-article-wrapper .heading .description, .help-center-article .content-with-sidebar .article-content .category-article-wrapper .heading .description, .help-center-collection .content-with-sidebar .article-content .category-article-wrapper .heading .description, .help-center-search .content-with-sidebar .article-content .category-article-wrapper .heading .description {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgb(67, 74, 79);
}
.help-center-category .content-with-sidebar .article-content .category-article-wrapper .heading .description a, .help-center-article .content-with-sidebar .article-content .category-article-wrapper .heading .description a, .help-center-collection .content-with-sidebar .article-content .category-article-wrapper .heading .description a, .help-center-search .content-with-sidebar .article-content .category-article-wrapper .heading .description a {
  color: rgb(1, 104, 165);
  text-decoration: underline;
}
.help-center-category .content-with-sidebar .article-content .category-article-wrapper .heading .description a:hover, .help-center-article .content-with-sidebar .article-content .category-article-wrapper .heading .description a:hover, .help-center-collection .content-with-sidebar .article-content .category-article-wrapper .heading .description a:hover, .help-center-search .content-with-sidebar .article-content .category-article-wrapper .heading .description a:hover {
  color: rgb(0, 73, 116);
}
.help-center-category .content-with-sidebar .article-content .category-article-wrapper .items, .help-center-article .content-with-sidebar .article-content .category-article-wrapper .items, .help-center-collection .content-with-sidebar .article-content .category-article-wrapper .items, .help-center-search .content-with-sidebar .article-content .category-article-wrapper .items {
  margin-bottom: 24px;
}
.help-center-category .content-with-sidebar .article-content .category-article-wrapper .items .item, .help-center-article .content-with-sidebar .article-content .category-article-wrapper .items .item, .help-center-collection .content-with-sidebar .article-content .category-article-wrapper .items .item, .help-center-search .content-with-sidebar .article-content .category-article-wrapper .items .item {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(217, 219, 220, 0.75);
}
.help-center-category .content-with-sidebar .article-content .category-article-wrapper .items .item a, .help-center-article .content-with-sidebar .article-content .category-article-wrapper .items .item a, .help-center-collection .content-with-sidebar .article-content .category-article-wrapper .items .item a, .help-center-search .content-with-sidebar .article-content .category-article-wrapper .items .item a {
  display: flex;
  gap: 16px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgb(67, 74, 79);
}
.help-center-category .content-with-sidebar .article-content .category-article-wrapper .see-more, .help-center-article .content-with-sidebar .article-content .category-article-wrapper .see-more, .help-center-collection .content-with-sidebar .article-content .category-article-wrapper .see-more, .help-center-search .content-with-sidebar .article-content .category-article-wrapper .see-more {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: rgb(15, 136, 209);
  display: flex;
  gap: 8px;
}
.help-center-category .content-with-sidebar .article-content .category-article-wrapper .see-more.hide, .help-center-article .content-with-sidebar .article-content .category-article-wrapper .see-more.hide, .help-center-collection .content-with-sidebar .article-content .category-article-wrapper .see-more.hide, .help-center-search .content-with-sidebar .article-content .category-article-wrapper .see-more.hide {
  display: none;
}
.help-center-category .content-with-sidebar .category-sidebar, .help-center-article .content-with-sidebar .category-sidebar, .help-center-collection .content-with-sidebar .category-sidebar, .help-center-search .content-with-sidebar .category-sidebar {
  border: 1px solid rgb(229, 231, 235);
  border-radius: 16px;
  padding: 24px;
  background: #FFFFFF;
}
.help-center-category .content-with-sidebar .category-sidebar .heading, .help-center-article .content-with-sidebar .category-sidebar .heading, .help-center-collection .content-with-sidebar .category-sidebar .heading, .help-center-search .content-with-sidebar .category-sidebar .heading {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(217, 219, 220, 0.75);
  align-items: center;
}
.help-center-category .content-with-sidebar .category-sidebar .heading .title, .help-center-article .content-with-sidebar .category-sidebar .heading .title, .help-center-collection .content-with-sidebar .category-sidebar .heading .title, .help-center-search .content-with-sidebar .category-sidebar .heading .title {
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: -0.45px;
  color: rgb(0, 73, 116);
  flex: 1;
}
.help-center-category .content-with-sidebar .category-sidebar .heading button, .help-center-category .content-with-sidebar .category-sidebar .heading a:has(svg), .help-center-category .content-with-sidebar .category-sidebar .heading .search-icon, .help-center-article .content-with-sidebar .category-sidebar .heading button, .help-center-article .content-with-sidebar .category-sidebar .heading a:has(svg), .help-center-article .content-with-sidebar .category-sidebar .heading .search-icon, .help-center-collection .content-with-sidebar .category-sidebar .heading button, .help-center-collection .content-with-sidebar .category-sidebar .heading a:has(svg), .help-center-collection .content-with-sidebar .category-sidebar .heading .search-icon, .help-center-search .content-with-sidebar .category-sidebar .heading button, .help-center-search .content-with-sidebar .category-sidebar .heading a:has(svg), .help-center-search .content-with-sidebar .category-sidebar .heading .search-icon {
  display: none;
}
.help-center-category .content-with-sidebar .category-sidebar .items, .help-center-article .content-with-sidebar .category-sidebar .items, .help-center-collection .content-with-sidebar .category-sidebar .items, .help-center-search .content-with-sidebar .category-sidebar .items {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.help-center-category .content-with-sidebar .category-sidebar .items li, .help-center-article .content-with-sidebar .category-sidebar .items li, .help-center-collection .content-with-sidebar .category-sidebar .items li, .help-center-search .content-with-sidebar .category-sidebar .items li {
  border-bottom: 1px solid rgba(217, 219, 220, 0.75);
  padding: 16px 0px;
}
.help-center-category .content-with-sidebar .category-sidebar .items li:last-child, .help-center-article .content-with-sidebar .category-sidebar .items li:last-child, .help-center-collection .content-with-sidebar .category-sidebar .items li:last-child, .help-center-search .content-with-sidebar .category-sidebar .items li:last-child {
  border-bottom: none;
}
.help-center-category .content-with-sidebar .category-sidebar .items li a, .help-center-article .content-with-sidebar .category-sidebar .items li a, .help-center-collection .content-with-sidebar .category-sidebar .items li a, .help-center-search .content-with-sidebar .category-sidebar .items li a {
  display: flex;
  align-items: center;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: rgb(67, 74, 79);
}
.help-center-category .content-with-sidebar .category-sidebar .items li a span, .help-center-article .content-with-sidebar .category-sidebar .items li a span, .help-center-collection .content-with-sidebar .category-sidebar .items li a span, .help-center-search .content-with-sidebar .category-sidebar .items li a span {
  flex: 1;
}
.help-center-category .content-with-sidebar .category-sidebar .items li .tab-content, .help-center-article .content-with-sidebar .category-sidebar .items li .tab-content, .help-center-collection .content-with-sidebar .category-sidebar .items li .tab-content, .help-center-search .content-with-sidebar .category-sidebar .items li .tab-content {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
  padding-bottom: 0px;
  padding-left: 12px;
}
.help-center-category .content-with-sidebar .category-sidebar .items li:hover .tab-toggle a, .help-center-article .content-with-sidebar .category-sidebar .items li:hover .tab-toggle a, .help-center-collection .content-with-sidebar .category-sidebar .items li:hover .tab-toggle a, .help-center-search .content-with-sidebar .category-sidebar .items li:hover .tab-toggle a {
  color: rgb(1, 104, 165);
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -0.15px;
}
.help-center-category .content-with-sidebar .category-sidebar .items li.active .tab-toggle a, .help-center-article .content-with-sidebar .category-sidebar .items li.active .tab-toggle a, .help-center-collection .content-with-sidebar .category-sidebar .items li.active .tab-toggle a, .help-center-search .content-with-sidebar .category-sidebar .items li.active .tab-toggle a {
  color: rgb(1, 104, 165);
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -0.15px;
}
.help-center-category .content-with-sidebar .category-sidebar .items li.active .tab-toggle a > svg, .help-center-article .content-with-sidebar .category-sidebar .items li.active .tab-toggle a > svg, .help-center-collection .content-with-sidebar .category-sidebar .items li.active .tab-toggle a > svg, .help-center-search .content-with-sidebar .category-sidebar .items li.active .tab-toggle a > svg {
  transform: rotate(90deg);
}
.help-center-category .content-with-sidebar .category-sidebar .items li.active .tab-toggle a > svg path, .help-center-article .content-with-sidebar .category-sidebar .items li.active .tab-toggle a > svg path, .help-center-collection .content-with-sidebar .category-sidebar .items li.active .tab-toggle a > svg path, .help-center-search .content-with-sidebar .category-sidebar .items li.active .tab-toggle a > svg path {
  stroke: rgb(1, 104, 165);
}
.help-center-category .content-with-sidebar .category-sidebar .items li.active .tab-content, .help-center-article .content-with-sidebar .category-sidebar .items li.active .tab-content, .help-center-collection .content-with-sidebar .category-sidebar .items li.active .tab-content, .help-center-search .content-with-sidebar .category-sidebar .items li.active .tab-content {
  display: flex;
}
.help-center-category .skeleton-loader, .help-center-article .skeleton-loader, .help-center-collection .skeleton-loader, .help-center-search .skeleton-loader {
  background: #efefef;
  border-radius: 4px;
  animation: flickerAnimation 1s infinite;
  display: inline-block;
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.help-center-category .content-with-sidebar.article-page-layout, .help-center-article .content-with-sidebar.article-page-layout, .help-center-collection .content-with-sidebar.article-page-layout, .help-center-search .content-with-sidebar.article-page-layout {
  display: flex;
  gap: 40px;
  margin-bottom: 120px;
  width: 100%;
}
.help-center-category .content-with-sidebar.article-page-layout .sidebar-left, .help-center-article .content-with-sidebar.article-page-layout .sidebar-left, .help-center-collection .content-with-sidebar.article-page-layout .sidebar-left, .help-center-search .content-with-sidebar.article-page-layout .sidebar-left {
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.help-center-category .content-with-sidebar.article-page-layout .article-content, .help-center-article .content-with-sidebar.article-page-layout .article-content, .help-center-collection .content-with-sidebar.article-page-layout .article-content, .help-center-search .content-with-sidebar.article-page-layout .article-content {
  flex: 1;
  min-width: 0;
}
.help-center-category .content-with-sidebar.article-page-layout .sidebar-right, .help-center-article .content-with-sidebar.article-page-layout .sidebar-right, .help-center-collection .content-with-sidebar.article-page-layout .sidebar-right, .help-center-search .content-with-sidebar.article-page-layout .sidebar-right {
  width: 280px;
  flex-shrink: 0;
}
@media only screen and (max-width : 1024px) {
  .help-center-category .content-with-sidebar.article-page-layout .sidebar-right, .help-center-article .content-with-sidebar.article-page-layout .sidebar-right, .help-center-collection .content-with-sidebar.article-page-layout .sidebar-right, .help-center-search .content-with-sidebar.article-page-layout .sidebar-right {
    display: none;
  }
}
@media only screen and (max-width : 768px) {
  .help-center-category .content-with-sidebar.article-page-layout, .help-center-article .content-with-sidebar.article-page-layout, .help-center-collection .content-with-sidebar.article-page-layout, .help-center-search .content-with-sidebar.article-page-layout {
    flex-direction: column;
    gap: 40px;
  }
  .help-center-category .content-with-sidebar.article-page-layout .sidebar-left, .help-center-article .content-with-sidebar.article-page-layout .sidebar-left, .help-center-collection .content-with-sidebar.article-page-layout .sidebar-left, .help-center-search .content-with-sidebar.article-page-layout .sidebar-left {
    max-width: 100%;
    order: 2;
  }
  .help-center-category .content-with-sidebar.article-page-layout .article-content, .help-center-article .content-with-sidebar.article-page-layout .article-content, .help-center-collection .content-with-sidebar.article-page-layout .article-content, .help-center-search .content-with-sidebar.article-page-layout .article-content {
    order: 1;
  }
  .help-center-category .content-with-sidebar.article-page-layout .sidebar-right, .help-center-article .content-with-sidebar.article-page-layout .sidebar-right, .help-center-collection .content-with-sidebar.article-page-layout .sidebar-right, .help-center-search .content-with-sidebar.article-page-layout .sidebar-right {
    display: none;
  }
}
.help-center-category .on-this-page, .help-center-article .on-this-page, .help-center-collection .on-this-page, .help-center-search .on-this-page {
  background: #FFFFFF;
  border: 1px solid rgba(217, 219, 220, 0.75);
  border-radius: 16px;
  padding: 24px;
  position: sticky;
  top: 100px;
}
.help-center-category .on-this-page .heading, .help-center-article .on-this-page .heading, .help-center-collection .on-this-page .heading, .help-center-search .on-this-page .heading {
  padding-bottom: 16px;
}
.help-center-category .on-this-page .heading .title, .help-center-article .on-this-page .heading .title, .help-center-collection .on-this-page .heading .title, .help-center-search .on-this-page .heading .title {
  font-family: Mikado;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.45px;
  color: rgb(0, 73, 116);
}
.help-center-category .on-this-page .toc-divider, .help-center-article .on-this-page .toc-divider, .help-center-collection .on-this-page .toc-divider, .help-center-search .on-this-page .toc-divider {
  height: 1px;
  background: rgba(217, 219, 220, 0.75);
  margin-bottom: 16px;
}
.help-center-category .on-this-page .toc-nav .toc-items, .help-center-article .on-this-page .toc-nav .toc-items, .help-center-collection .on-this-page .toc-nav .toc-items, .help-center-search .on-this-page .toc-nav .toc-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.help-center-category .on-this-page .toc-nav .toc-item, .help-center-article .on-this-page .toc-nav .toc-item, .help-center-collection .on-this-page .toc-nav .toc-item, .help-center-search .on-this-page .toc-nav .toc-item {
  margin-bottom: 4px;
}
.help-center-category .on-this-page .toc-nav .toc-item .toc-link, .help-center-article .on-this-page .toc-nav .toc-item .toc-link, .help-center-collection .on-this-page .toc-nav .toc-item .toc-link, .help-center-search .on-this-page .toc-nav .toc-item .toc-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-radius: 10px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.help-center-category .on-this-page .toc-nav .toc-item .toc-link .toc-arrow, .help-center-article .on-this-page .toc-nav .toc-item .toc-link .toc-arrow, .help-center-collection .on-this-page .toc-nav .toc-item .toc-link .toc-arrow, .help-center-search .on-this-page .toc-nav .toc-item .toc-link .toc-arrow {
  display: none;
  flex-shrink: 0;
  width: 8px;
  height: 20px;
  color: rgb(1, 104, 165);
}
.help-center-category .on-this-page .toc-nav .toc-item .toc-link .toc-arrow svg, .help-center-article .on-this-page .toc-nav .toc-item .toc-link .toc-arrow svg, .help-center-collection .on-this-page .toc-nav .toc-item .toc-link .toc-arrow svg, .help-center-search .on-this-page .toc-nav .toc-item .toc-link .toc-arrow svg {
  margin-top: 6px;
}
.help-center-category .on-this-page .toc-nav .toc-item .toc-link .toc-text, .help-center-article .on-this-page .toc-nav .toc-item .toc-link .toc-text, .help-center-collection .on-this-page .toc-nav .toc-item .toc-link .toc-text, .help-center-search .on-this-page .toc-nav .toc-item .toc-link .toc-text {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: rgb(54, 65, 83);
}
.help-center-category .on-this-page .toc-nav .toc-item .toc-link:hover .toc-text, .help-center-article .on-this-page .toc-nav .toc-item .toc-link:hover .toc-text, .help-center-collection .on-this-page .toc-nav .toc-item .toc-link:hover .toc-text, .help-center-search .on-this-page .toc-nav .toc-item .toc-link:hover .toc-text {
  color: rgb(1, 104, 165);
}
.help-center-category .on-this-page .toc-nav .toc-item.active .toc-link .toc-arrow, .help-center-article .on-this-page .toc-nav .toc-item.active .toc-link .toc-arrow, .help-center-collection .on-this-page .toc-nav .toc-item.active .toc-link .toc-arrow, .help-center-search .on-this-page .toc-nav .toc-item.active .toc-link .toc-arrow {
  display: flex;
  align-items: center;
}
.help-center-category .on-this-page .toc-nav .toc-item.active .toc-link .toc-text, .help-center-article .on-this-page .toc-nav .toc-item.active .toc-link .toc-text, .help-center-collection .on-this-page .toc-nav .toc-item.active .toc-link .toc-text, .help-center-search .on-this-page .toc-nav .toc-item.active .toc-link .toc-text {
  color: rgb(1, 104, 165);
}
.help-center-category .related-questions, .help-center-article .related-questions, .help-center-collection .related-questions, .help-center-search .related-questions {
  background: linear-gradient(90deg, rgba(235, 247, 253, 0.5) 0%, rgba(235, 247, 253, 0.5) 100%), #FFFFFF;
  border: 1px solid rgb(47, 174, 219);
  border-radius: 16px;
  padding: 24px;
}
.help-center-category .related-questions .heading, .help-center-article .related-questions .heading, .help-center-collection .related-questions .heading, .help-center-search .related-questions .heading {
  padding-bottom: 16px;
}
.help-center-category .related-questions .heading .title, .help-center-article .related-questions .heading .title, .help-center-collection .related-questions .heading .title, .help-center-search .related-questions .heading .title {
  font-family: Mikado;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.45px;
  color: rgb(0, 73, 116);
}
.help-center-category .related-questions .rq-divider, .help-center-article .related-questions .rq-divider, .help-center-collection .related-questions .rq-divider, .help-center-search .related-questions .rq-divider {
  height: 1px;
  background: rgba(217, 219, 220, 0.75);
  margin-bottom: 16px;
}
.help-center-category .related-questions .rq-items, .help-center-article .related-questions .rq-items, .help-center-collection .related-questions .rq-items, .help-center-search .related-questions .rq-items {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.help-center-category .related-questions .rq-item, .help-center-article .related-questions .rq-item, .help-center-collection .related-questions .rq-item, .help-center-search .related-questions .rq-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.help-center-category .related-questions .rq-item .rq-icon, .help-center-article .related-questions .rq-item .rq-icon, .help-center-collection .related-questions .rq-item .rq-icon, .help-center-search .related-questions .rq-item .rq-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.help-center-category .related-questions .rq-item .rq-icon svg, .help-center-article .related-questions .rq-item .rq-icon svg, .help-center-collection .related-questions .rq-item .rq-icon svg, .help-center-search .related-questions .rq-item .rq-icon svg {
  display: block;
}
.help-center-category .related-questions .rq-item .rq-text, .help-center-article .related-questions .rq-item .rq-text, .help-center-collection .related-questions .rq-item .rq-text, .help-center-search .related-questions .rq-item .rq-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: rgb(54, 65, 83);
}
.help-center-category .related-questions .rq-item:hover .rq-text, .help-center-article .related-questions .rq-item:hover .rq-text, .help-center-collection .related-questions .rq-item:hover .rq-text, .help-center-search .related-questions .rq-item:hover .rq-text {
  color: rgb(1, 104, 165);
}
@media only screen and (max-width : 768px) {
  .help-center-category .related-questions, .help-center-article .related-questions, .help-center-collection .related-questions, .help-center-search .related-questions {
    margin-top: 40px;
  }
}
.help-center-category .related-questions-mobile, .help-center-article .related-questions-mobile, .help-center-collection .related-questions-mobile, .help-center-search .related-questions-mobile {
  display: none;
  margin-top: 40px;
}
@media only screen and (max-width : 768px) {
  .help-center-category .content-with-sidebar.article-page-layout .sidebar-left .related-questions, .help-center-article .content-with-sidebar.article-page-layout .sidebar-left .related-questions, .help-center-collection .content-with-sidebar.article-page-layout .sidebar-left .related-questions, .help-center-search .content-with-sidebar.article-page-layout .sidebar-left .related-questions {
    display: none;
  }
  .help-center-category .related-questions-mobile, .help-center-article .related-questions-mobile, .help-center-collection .related-questions-mobile, .help-center-search .related-questions-mobile {
    display: block;
  }
}

.help-center-collection #brx-header,
.help-center-category #brx-header,
.help-center-article #brx-header,
.help-center-search #brx-header {
  background-color: rgb(1, 104, 165);
}
.help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed,
.help-center-category .content-wrapper .hero-search-wrapper.hero-condensed,
.help-center-article .content-wrapper .hero-search-wrapper.hero-condensed,
.help-center-search .content-wrapper .hero-search-wrapper.hero-condensed {
  background-color: rgb(1, 104, 165);
  margin-bottom: 30px;
}
.help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed:after,
.help-center-category .content-wrapper .hero-search-wrapper.hero-condensed:after,
.help-center-article .content-wrapper .hero-search-wrapper.hero-condensed:after,
.help-center-search .content-wrapper .hero-search-wrapper.hero-condensed:after {
  content: " ";
  height: 24px;
  width: 100%;
  background-image: url("/wp-content/plugins/safar-help-center/assets/img/search-wave.svg");
  background-color: #FFFFFF;
  display: block;
}
.help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container,
.help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container,
.help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container,
.help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container {
  position: relative;
  padding: 60px 0px 80px 0px;
}
@media only screen and (max-width : 768px) {
  .help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container,
  .help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container,
  .help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container,
  .help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box,
.help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box,
.help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box,
.help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
.help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box h1,
.help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box h1,
.help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box h1,
.help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box h1 {
  font-family: Mikado;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  max-width: 800px;
}
@media only screen and (max-width : 768px) {
  .help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box h1,
  .help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box h1,
  .help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box h1,
  .help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width : 768px) {
  .help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box h1,
  .help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box h1,
  .help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box h1,
  .help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box h1 {
    font-size: 24px;
  }
}
.help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper,
.help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper,
.help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper,
.help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper {
  background-color: #FFFFFF;
  height: 56px;
  border-radius: 100px;
  width: 100%;
  max-width: 600px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
}
.help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper form,
.help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper form,
.help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper form,
.help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper form {
  width: 100%;
}
.help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper form input[type=text],
.help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper form input[type=text],
.help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper form input[type=text],
.help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper form input[type=text] {
  background-color: transparent;
  border: none;
  width: 100%;
}
@media only screen and (max-width : 768px) {
  .help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper,
  .help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper,
  .help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper,
  .help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .search-box .search-bar-wrapper {
    max-width: 100%;
    margin: 0 16px;
  }
}
.help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud,
.help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud,
.help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud,
.help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud {
  position: absolute;
}
.help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud-left,
.help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud-left,
.help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud-left,
.help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud-left {
  left: -14%;
  bottom: 10%;
}
.help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud-right,
.help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud-right,
.help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud-right,
.help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud-right {
  right: -14%;
  top: 15%;
}
@media (max-width: 1440px) {
  .help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud,
  .help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud,
  .help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud,
  .help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .cloud {
    display: none !important;
  }
}
.help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star,
.help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star,
.help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star,
.help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star {
  position: absolute;
}
.help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star-left,
.help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star-left,
.help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star-left,
.help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star-left {
  left: 7%;
  top: 30%;
}
.help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star-right,
.help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star-right,
.help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star-right,
.help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star-right {
  right: 6%;
  bottom: 15%;
}
@media only screen and (max-width : 768px) {
  .help-center-collection .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star,
  .help-center-category .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star,
  .help-center-article .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star,
  .help-center-search .content-wrapper .hero-search-wrapper.hero-condensed .brxe-container .star {
    display: none;
  }
}/*# sourceMappingURL=frontend.css.map */