.rrFaq {
  margin: 24px 0;
  padding:0 24px;
  padding-bottom:128px;
}
.rrFaq .custom-faq-heading {
  margin-bottom: 40px;
  text-align: center;
}
.rrFaq .custom-faq-heading h2 {
  margin-bottom: 20px;
  font-size:40px;
}
.rrFaq .page-center {
  padding: 0;
}
.rrFaq .hs-accordion-grp {
  position: relative;
}
.rrFaq .hs-accordion-grp > * {
  transition: 0.2s all ease-in-out;
}
.rrFaq .hs-accordion-grp .hs-accordion-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #e9ecef;
  margin-bottom: 25px;
  border: none;
  border-radius: 8px;
}
.rrFaq .hs-accordion-grp .hs-accordion-item.hidden {
  display:none;
}
.rrFaq .hs-accordion-grp .hs-accordion-item:last-child {
  margin-bottom: 0;
}
.rrFaq .hs-accordion-grp .hs-accordion-item.active .card-header {
  outline: none;
}
.rrFaq .hs-accordion-grp .hs-accordion-item.active .card-header p {
  color: var(--rblue);
}
.rrFaq .hs-accordion-grp .hs-accordion-item.active .card-header i.toggle {
  color: var(--rred);
  transform: rotate(270deg);
  right: 20px;
  margin-top: -3px;
}
@media only screen and (min-width: 992px)  {
  .rrFaq .hs-accordion-grp .hs-accordion-item.active .card-header i.toggle {
    margin-top: 0px;
  }
}
.rrFaq .hs-accordion-grp .hs-accordion-item .card-header {
  background-color: transparent;
  border-radius: 8px 8px 0 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-height: 50px;
  padding: 20px;
  border: none;
  outline: none;
  box-shadow: none;
  display: flex;
  position: relative;
  width: 100%;
  text-align: left;
  margin: 0;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
@media only screen and (min-width: 992px)  {
  .rrFaq .hs-accordion-grp .hs-accordion-item .card-header {
    font-size: 24px;
    line-height: 29px;
  }
}
.rrFaq .hs-accordion-grp .hs-accordion-item .card-header p {
  margin: 0;
  font-weight: 600;
  margin-right: auto;
  padding-right: 50px;
}
.rrFaq .hs-accordion-grp .hs-accordion-item .card-header i.toggle {
  position: absolute;
  display: inline;
  color: #3e3e3e;
  font-size: calc(18px + 0.5vw);
  transition: 0.2s all ease-in-out;
  transform: rotate(90deg);
  right: 25px;
  color: var(--rblue);
  margin: 0px 5px;
}
.rrFaq .hs-accordion-grp .hs-accordion-item .card-header:hover {
  background: #ced4da;
}
.rrFaq .hs-accordion-grp .hs-accordion-item .card-header:hover i.toggle {
  right: 30px;
  margin: 0px;
  font-size: calc(26px + 0.5vw);
}
.rrFaq .hs-accordion-grp .hs-accordion-item .hs-accordion-content {
  display: none;
  border-top: 2px solid #D9D9D9;
}
.rrFaq .hs-accordion-grp .hs-accordion-item .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  background: #e9ecef;
  border: none;
  font-size: 20px;
  padding: 20px;
}
.rrFaq .hs-accordion-grp .hs-accordion-item .card-body h3 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #3E3E3E;
}
.rrFaq .hs-accordion-grp .hs-accordion-item .card-body p {
  font-size: 16px;
  margin: 0;
  color: #3E3E3E;
}
.rrFaq .hs-accordion-grp .pb-4 {
  padding-bottom: 1.5rem !important;
}
.rrFaq .hs-accordion-grp .d-flex {
  display: flex!important;
}
.rrFaq .hs-accordion-grp .faq-ch-text {
  font-size: 20px;
  color: #3E3E3E;
  padding-left: 10px;
}
.rrFaq .hs-accordion-grp .align-items-center {
  align-items: center!important;
}
.rrFaq .action-btn .link-btn {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  border: 1px solid transparent;
  background: #CE1126;
  color: #fff;
  border-radius: 16px;
  display: inline-block;
  padding: 12px 62px 12px 24px;
  margin: 45px 8px 0;
  box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.4);
}
.rrFaq .action-btn .link-btn:after {
  content: '';
  display: inline-block;
  background-image: url(https://19618217.fs1.hubspotusercontent-na1.net/hubfs/19618217/arrow-button-carousel-lego.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 20px;
  background-size: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.rrFaq .see-all-faq-button {
  background-color: #CE1126;
  background-size:cover;
  background-repeat:no-repeat;
  display:block;
  width:fit-content;
  margin:24px auto;
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  width: 186px;\=
  height: 50px;
  border:none;
  border-radius:10px;
  box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.25);
}
.rrFaq .see-all-faq-button.hidden {
  display:none;
}