.get-started-faqs-page {
  overflow-x: hidden;
}
.get-started-faqs-page .info-popup {
  position: relative;
  display: inline-block;
  height: 0.5em;
  vertical-align: super;
  cursor: pointer;
  white-space: nowrap;
}
.get-started-faqs-page .info-popup img {
  height: 1.2rem !important;
  width: 1.2rem !important;
}
.get-started-faqs-page .info-popup.active-popup .info-button-popup {
  opacity: 1;
  z-index: 999;
  visibility: visible;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out, z-index 0s 0s;
}
@media (min-width: 769px) {
  .get-started-faqs-page .info-popup:hover .info-button-popup {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out, z-index 0s 0s;
  }
}
.get-started-faqs-page .info-popup .info-button-popup {
  white-space: normal;
  position: absolute;
  bottom: 2.3rem;
  right: -2rem;
  z-index: -1;
  padding: 1.6rem;
  background-color: #F5F5F5;
  opacity: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc(20em / 14);
  letter-spacing: -0.01em;
  color: #000000;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out, z-index 0s 350ms;
  width: 35.6rem;
  filter: drop-shadow(0 0 1rem #00000059);
  visibility: hidden;
}
.get-started-faqs-page .info-popup .info-button-popup::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.6rem;
  right: 1.6rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: inherit;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .get-started-faqs-page .info-popup .info-button-popup::before {
    left: var(--arrow-left, 1.6rem) !important;
    right: auto !important;
    top: var(--arrow-top, auto) !important;
    bottom: var(--arrow-bottom, -1.6rem) !important;
  }
}
@media (max-width: 768px) {
  .get-started-faqs-page .tbm__container {
    width: 34.3rem;
    margin: 0 auto;
  }
}
.get-started-faqs-page .tbm__select {
  display: none;
}
@media (max-width: 768px) {
  .get-started-faqs-page .tbm__select {
    display: block;
  }
}
.get-started-faqs-page .tbm__select--top {
  padding-top: 4rem;
}
.get-started-faqs-page .tbm__select--bottom {
  padding-bottom: 4rem;
}
.get-started-faqs-page .hero {
  position: relative;
  padding: 12.3rem 0 8.6rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .get-started-faqs-page .hero {
    padding: 0;
    height: 41.2rem;
  }
}
.get-started-faqs-page .hero .back-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
@media (max-width: 768px) {
  .get-started-faqs-page .hero .back-img {
    object-position: 70%;
  }
}
@media (max-width: 768px) {
  .get-started-faqs-page .hero .container {
    position: absolute;
    top: 15.3rem;
    padding: 0 2.4rem;
  }
}
.get-started-faqs-page .hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: calc(38em/32);
  color: #FFFFFF;
  text-shadow: 0 0.4rem 1rem #000000;
  margin-bottom: 9.8rem;
}
@media (max-width: 768px) {
  .get-started-faqs-page .hero h1 {
    margin-bottom: 16.5rem;
    font-size: 2.4rem;
  }
  .get-started-faqs-page .hero h1 br {
    display: none;
  }
}
.get-started-faqs-page .hero p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc(17em/14);
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .get-started-faqs-page .hero p {
    text-align: right;
  }
}
.get-started-faqs-page .tabs-section {
  position: relative;
}
.get-started-faqs-page .tabs-section .tabs {
  position: absolute;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  padding: 0 19.2rem;
}
@media (max-width: 768px) {
  .get-started-faqs-page .tabs-section .tabs {
    display: none;
  }
}
.get-started-faqs-page .tabs-section .tabs .tab {
  width: 25%;
  background: linear-gradient(180deg, #963CBD 0%, #6F2393 69%, #470A68 100%);
  cursor: pointer;
  padding: 1.8rem;
  height: 5.9rem;
}
.get-started-faqs-page .tabs-section .tabs .tab .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: calc(22.5em/18);
  text-align: center;
  color: #FFFFFF;
}
.get-started-faqs-page .tabs-section .tabs .tab.active {
  background: #FFFFFF;
}
.get-started-faqs-page .tabs-section .tabs .tab.active .name {
  color: #963CBD;
}
.get-started-faqs-page .tabs-section .tabs .tab.active:hover {
  background: #FFFFFF;
}
.get-started-faqs-page .tabs-section .tabs-top {
  top: -5.9rem;
}
.get-started-faqs-page .tabs-section .tabs-top .tab {
  border-radius: 1.6rem 1.6rem 0 0;
}
.get-started-faqs-page .tabs-section .tabs-top .tab:not(.active):hover {
  background: linear-gradient(180deg, #C6A1CF 0%, #963CBD 50%, #470A68 100%);
}
.get-started-faqs-page .tabs-section .tabs-bottom {
  bottom: -5.9rem;
}
.get-started-faqs-page .tabs-section .tabs-bottom .tab {
  border-radius: 0 0 1.6rem 1.6rem;
}
.get-started-faqs-page .tabs-section .tabs-bottom .tab:not(.active) {
  background: linear-gradient(0deg, #963CBD 0%, #6F2393 69%, #470A68 100%);
}
.get-started-faqs-page .tabs-section .tabs-bottom .tab:not(.active):hover {
  background: linear-gradient(180deg, #C6A1CF 0%, #963CBD 50%, #470A68 100%);
}
.get-started-faqs-page .tabs-section .tabs-content .content {
  padding: 6.9rem 0 8rem;
  position: relative;
  max-width: 100%;
}
@media (max-width: 768px) {
  .get-started-faqs-page .tabs-section .tabs-content .content {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.get-started-faqs-page .tabs-section .tabs-content .content .bg-circles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.get-started-faqs-page .tabs-section .tabs-content .content .bg-circles-container .primary-3-circle {
  position: absolute;
  background-color: #C6A1CF;
  border-radius: 50%;
  opacity: 0.25;
  display: block !important;
}
.get-started-faqs-page .tabs-section .tabs-content .content .bg-circles-container .bg-circle-big-primary {
  width: 25.94rem;
  height: 26.082rem;
  top: 24.5rem;
  left: -16.44rem;
}
.get-started-faqs-page .tabs-section .tabs-content .content .bg-circles-container .bg-circle-big-secondary {
  width: 46.3rem;
  height: 46.3rem;
  top: 41.4rem;
  right: -33.5rem;
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: calc(32em/26);
  text-align: left;
  color: #963CBD;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .get-started-faqs-page .tabs-section .tabs-content .content .faq-section-title {
    margin-top: 3.6rem;
    font-size: 2rem;
    text-align: center;
  }
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list {
  margin: 1.6rem 0 3.6rem;
  list-style: none;
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item {
  position: relative;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item {
    padding: 1.8rem 0 2.4rem;
  }
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 0.1rem solid #C6A1CF;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 768px) {
  .get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-header {
    gap: 1.6rem;
  }
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-header::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
  border-bottom: 0.1rem solid #C6A1CF;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 768px) {
  .get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-header::after {
    left: -1.8rem;
    right: -1.8rem;
    bottom: -2.4rem;
  }
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-header-text {
  flex-grow: 1;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: calc(28em/22);
  color: #470A68;
}
@media (max-width: 768px) {
  .get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-header-text {
    font-size: 1.6rem;
  }
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-header-icon {
  flex-shrink: 0;
  position: relative;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-header-icon::before,
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-header-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-header-icon::before {
  background-image: url("../img/svg/accent-plus-icon.svg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 1;
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-header-icon::after {
  background-image: url("../img/svg/accent-minus-icon.svg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-body {
  overflow: hidden;
  height: 0;
  transition: height 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-body-text {
  padding: 2.5rem 0 0 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: calc(4em/3);
  color: #333333;
  visibility: hidden;
}
@media (max-width: 768px) {
  .get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-body-text {
    padding: 1.6rem 0 0 0;
    font-size: 1.4rem;
  }
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-body-text .small {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item-body-text .small {
    font-size: 1.1rem;
  }
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item.active::after {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item.active .faq-section-list-item-header::after {
  opacity: 0;
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item.active .faq-section-list-item-header-icon::before {
  opacity: 0;
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item.active .faq-section-list-item-header-icon::after {
  opacity: 1;
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item.active .faq-section-list-item-body {
  height: auto;
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section-list-item.active .faq-section-list-item-body-text {
  visibility: visible;
  transition: visibility 0s linear 0s;
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section .about-attruby-section {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .get-started-faqs-page .tabs-section .tabs-content .content .faq-section .about-attruby-section {
    margin-top: 2.4rem;
  }
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section .about-attruby-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: calc(32em/26);
  text-align: left;
  color: #963CBD;
  margin-bottom: 0;
  padding-bottom: 1.3rem;
  border-bottom: 0.1rem solid #C6A1CF;
}
@media (max-width: 768px) {
  .get-started-faqs-page .tabs-section .tabs-content .content .faq-section .about-attruby-section h2 {
    font-size: 2rem;
    padding-bottom: 1.8rem;
  }
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section .personal-and-financial-support {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .get-started-faqs-page .tabs-section .tabs-content .content .faq-section .personal-and-financial-support {
    margin-top: 2.4rem;
  }
}
.get-started-faqs-page .tabs-section .tabs-content .content .faq-section .personal-and-financial-support h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: calc(32em/26);
  text-align: left;
  color: #963CBD;
  margin-bottom: 0;
  padding-bottom: 1.3rem;
  border-bottom: 0.1rem solid #C6A1CF;
}
@media (max-width: 768px) {
  .get-started-faqs-page .tabs-section .tabs-content .content .faq-section .personal-and-financial-support h2 {
    font-size: 2rem;
    padding-bottom: 1.8rem;
  }
}
.get-started-faqs-page .accent-arrow-link {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  min-height: 24px;
  min-width: 24px;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5em;
  color: #E0115F;
  transition: gap 350ms ease-out;
}
.get-started-faqs-page .accent-arrow-link::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-weight: 700;
  transition: opacity 350ms ease-out;
}
.get-started-faqs-page .accent-arrow-link:hover {
  gap: 1.2rem;
}
.get-started-faqs-page .accent-arrow-link:hover::before {
  opacity: 1;
}
.get-started-faqs-page .accent-arrow-link:hover p {
  opacity: 0;
}
.get-started-faqs-page .accent-arrow-link img {
  height: 2.5rem;
  width: auto;
}
.get-started-faqs-page .accent-arrow-link p {
  opacity: 1;
  transition: opacity 350ms ease-out;
}
@media (max-width: 768px) {
  .get-started-faqs-page .accent-arrow-link {
    font-size: 1.6rem;
  }
  .get-started-faqs-page .accent-arrow-link img {
    height: 2rem;
  }
}
.get-started-faqs-page .two-cards {
  padding: 9.8rem 0rem 6.5rem;
  background-color: rgba(51, 51, 51, 0.11);
}
@media (max-width: 768px) {
  .get-started-faqs-page .two-cards {
    padding: 3.6rem 0;
  }
}
.get-started-faqs-page .two-cards ul {
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .get-started-faqs-page .two-cards ul {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.get-started-faqs-page .two-cards ul li {
  width: 55.2rem;
  border-radius: 0.8rem;
  overflow: hidden;
  transition: all 600ms ease-in-out;
}
.get-started-faqs-page .two-cards ul li a:focus-visible {
  outline: none;
}
.get-started-faqs-page .two-cards ul li a:focus-visible .first-card-btn,
.get-started-faqs-page .two-cards ul li a:focus-visible .second-card-btn {
  outline: 0.2rem solid #E0115F;
  outline-offset: 0.2rem;
  gap: 1.2rem;
}
.get-started-faqs-page .two-cards ul li a:focus-visible .first-card-btn::before,
.get-started-faqs-page .two-cards ul li a:focus-visible .second-card-btn::before {
  opacity: 1;
}
.get-started-faqs-page .two-cards ul li a:focus-visible .first-card-btn p,
.get-started-faqs-page .two-cards ul li a:focus-visible .second-card-btn p {
  opacity: 0;
}
@media (max-width: 768px) {
  .get-started-faqs-page .two-cards ul li {
    width: 100%;
  }
}
.get-started-faqs-page .two-cards ul li .img {
  width: 100%;
  height: 20rem;
  position: relative;
}
@media (max-width: 768px) {
  .get-started-faqs-page .two-cards ul li .img {
    height: auto;
  }
}
.get-started-faqs-page .two-cards ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .get-started-faqs-page .two-cards ul li .img img {
    height: 15rem;
  }
}
.get-started-faqs-page .two-cards ul li .img span {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc(17em/14);
  position: absolute;
  color: #FFFFFF;
  left: 1rem;
  bottom: 1rem;
  text-shadow: 0 0.4rem 0.4rem #000000BF;
  transition: all 600ms ease-in-out;
}
.get-started-faqs-page .two-cards ul li .content {
  padding: 1.7rem 3rem 2.6rem;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  justify-content: space-between;
  min-height: 19.4rem;
}
@media (max-width: 768px) {
  .get-started-faqs-page .two-cards ul li .content {
    gap: 0.8rem;
    padding: 1.6rem;
    min-height: unset;
  }
}
.get-started-faqs-page .two-cards ul li .content .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.25em;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .get-started-faqs-page .two-cards ul li .content .title {
    font-size: 1.4rem;
    text-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .get-started-faqs-page .two-cards ul li .content .title.desktop {
    display: none;
  }
}
.get-started-faqs-page .two-cards ul li .content .title.mobile {
  display: none;
}
@media (max-width: 768px) {
  .get-started-faqs-page .two-cards ul li .content .title.mobile {
    display: block;
  }
}
.get-started-faqs-page .two-cards ul li .content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(22.5em/18);
  color: #333333;
}
@media (max-width: 768px) {
  .get-started-faqs-page .two-cards ul li .content p {
    font-size: 1.4rem;
  }
}
.get-started-faqs-page .two-cards ul li .content .first-card-btn,
.get-started-faqs-page .two-cards ul li .content .second-card-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 24px;
  min-width: 24px;
  width: max-content;
}
.get-started-faqs-page .two-cards ul li .content .first-card-btn span,
.get-started-faqs-page .two-cards ul li .content .second-card-btn span {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5em;
  color: #E0115F;
  transition: all 350ms ease-in-out;
}
@media (max-width: 768px) {
  .get-started-faqs-page .two-cards ul li .content .first-card-btn span,
  .get-started-faqs-page .two-cards ul li .content .second-card-btn span {
    font-size: 1.6rem;
  }
}
.get-started-faqs-page .two-cards ul li .content .first-card-btn img,
.get-started-faqs-page .two-cards ul li .content .second-card-btn img {
  width: 2.5rem;
  height: 2.5rem;
  transition: all 350ms ease-in-out;
}
@media (max-width: 768px) {
  .get-started-faqs-page .two-cards ul li .content .first-card-btn img,
  .get-started-faqs-page .two-cards ul li .content .second-card-btn img {
    height: 2rem;
    width: auto;
  }
}
.get-started-faqs-page .two-cards ul li .content .first-card-btn:hover span,
.get-started-faqs-page .two-cards ul li .content .second-card-btn:hover span {
  font-weight: 700;
}
.get-started-faqs-page .two-cards ul li .content .first-card-btn:hover img,
.get-started-faqs-page .two-cards ul li .content .second-card-btn:hover img {
  margin-left: 0.6rem;
}
.get-started-faqs-page .refLink {
  padding: 6rem 19.2rem 6.5rem;
}
@media (min-width: 768px) {
  .get-started-faqs-page .refLink a:focus {
    outline-width: 0.2rem;
    outline-style: solid;
    outline-offset: 0.2rem;
    outline-color: #963CBD;
  }
}
@media (max-width: 768px) {
  .get-started-faqs-page .refLink {
    margin: 3.6rem 0;
    padding: 0 2.4rem;
  }
}
.get-started-faqs-page .refLink p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: calc(17em/14);
  color: #333333;
  margin-bottom: 2.2rem;
}
@media (max-width: 768px) {
  .get-started-faqs-page .refLink p {
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.get-started-faqs-page .refLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #963CBD;
  margin: 0 auto;
  padding: 1.2rem 11.85rem;
  width: fit-content;
  max-width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25em;
  text-transform: capitalize;
  color: #FFFFFF;
  border: 0.2rem transparent solid;
  border-radius: 5rem;
  transition: all 350ms ease-in-out;
  cursor: pointer;
}
@media (max-width: 768px) {
  .get-started-faqs-page .refLink a {
    padding: 0.8rem 0;
    width: 100%;
    font-size: 1.6rem;
  }
}
.get-started-faqs-page .refLink a svg {
  margin-left: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  fill: #FFFFFF;
  transition: all 350ms ease-in-out;
}
@media (max-width: 768px) {
  .get-started-faqs-page .refLink a svg {
    height: 2rem;
    width: auto;
  }
}
@media (min-width: 768px) {
  .get-started-faqs-page .refLink a:hover {
    background-color: #FFFFFF;
    border-color: #963CBD;
    color: #963CBD;
  }
  .get-started-faqs-page .refLink a:hover svg {
    margin-left: 2.5rem;
    fill: #963CBD;
  }
}
/*# sourceMappingURL=get-started-faqs.css.map */