.faq-module {
  font-size: clamp(0.875rem, calc(0.26076vw + 0.875rem), 1rem);
  line-height: 1.7;
  color: #252525;
}
.faq-module a:hover {
  opacity: 1;
}
.faq-module .faq-archive__container, .faq-module .single-faq .faq-content-container {
  max-width: 60rem;
  margin-inline: auto;
  padding: 1.875rem 0.9375rem;
  overflow-x: hidden;
}
.faq-module .faq-archive__header {
  text-align: center;
  margin-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .faq-module .faq-archive__header {
    margin-bottom: 1.25rem;
  }
}
.faq-module .faq-archive__header .faq-archive__title {
  font-size: clamp(1.25rem, calc(0.97656vw + 1.25rem), 1.875rem);
  line-height: 1.3;
  color: #252525;
  font-weight: 600;
  margin: 0 0 0.9375rem;
}
.faq-module .faq-archive__header .faq-archive__title-decorator {
  width: 4.375rem;
  height: 4px;
  background: #00b9eb;
  margin: 0 auto 1.875rem;
  border-radius: 2px;
}
.faq-module .faq-archive__header .faq-archive__intro {
  font-size: clamp(0.875rem, calc(0.19531vw + 0.875rem), 1rem);
  line-height: 1.8;
  color: #727272;
  max-width: 48.75rem;
  margin: 0 auto;
}
.faq-module .faq-archive__header .faq-archive__intro .faq-archive__contact-link {
  color: #ff9c00;
  text-decoration: none;
  font-weight: 500;
}
.faq-module .faq-archive__search {
  margin-bottom: 1.875rem;
}
.faq-module .faq-archive__search .faq-search__wrapper {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 34.375rem;
  margin-inline: auto;
  border: 1px solid #dcdcdc;
  border-radius: 2.1875rem;
  box-shadow: 0 1px 3px rgba(37, 37, 37, .05);
  background: #fff;
  overflow: hidden;
}
.faq-module .faq-archive__search .faq-search__icon-label {
  display: flex;
  align-items: center;
  padding: 0 0.9375rem;
  height: 100%;
  border-right: 1px solid #dcdcdc;
  color: #8b8b8b;
}
.faq-module .faq-archive__search .faq-search__icon {
  font-size: 1.125rem;
}
.faq-module .faq-archive__search .faq-search__input {
  flex: 1;
  width: 100%;
  padding: 1.3125rem 1.40625rem;
  border: 0;
  background: none;
  outline: none;
  font-size: 1rem;
  color: #252525;
  font-family: inherit;
}
.faq-module .faq-archive__search .faq-search__input::placeholder {
  color: #8b8b8b;
}
.faq-module .faq-archive__search .faq-search__input:-webkit-autofill, .faq-module .faq-archive__search .faq-search__input:-webkit-autofill:hover, .faq-module .faq-archive__search .faq-search__input:-webkit-autofill:focus, .faq-module .faq-archive__search .faq-search__input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #252525 !important;
}
.faq-module .faq-archive__search .faq-search__reset-button {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%);
  display: inline-flex;
  place-content: center;
  place-items: center;
  padding: 0.23438rem 0.46875rem;
  background: none;
  border: 0;
  color: #8b8b8b;
  cursor: pointer;
  font-size: 1.5rem;
  opacity: 0.7;
  line-height: 1;
}
.faq-module .faq-archive__search .faq-search__reset-button:hover, .faq-module .faq-archive__search .faq-search__reset-button:focus {
  color: #252525;
  opacity: 1;
  outline: none;
}
.faq-module .faq-archive__search .faq-search__reset-button i, .faq-module .faq-archive__search .faq-search__reset-button svg {
  display: block;
}
.faq-module .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.faq-module .faq-search-feedback {
  padding: 0.70313rem 0.9375rem;
  margin: 0.9375rem 0 1.875rem;
  border: 1px solid #e9e9e9;
  border-radius: 0.3125rem;
  background: #f7f7f7;
}
.faq-module .faq-search-feedback.is-hidden {
  display: none;
}
.faq-module .faq-search-feedback .faq-search__no-results-message {
  color: #585858;
  font-weight: 500;
  margin-bottom: 0.70313rem;
  padding: 0.70313rem;
  background: #efefef;
  border: 1px solid #dcdcdc;
  border-radius: 0.3125rem;
  text-align: center;
}
.faq-module .faq-search-feedback .faq-search__current-scope-text {
  font-size: clamp(0.75rem, calc(0.26076vw + 0.75rem), 0.875rem);
  color: #585858;
  margin-bottom: 0.46875rem;
  line-height: 1.5;
  text-align: center;
}
.faq-module .faq-search-feedback .faq-search__scope-toggle-button-container {
  text-align: center;
}
.faq-module .faq-search-feedback .faq-search__scope-toggle-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background: none;
  border: 1px solid #0069b4;
  color: #0069b4;
  padding: 0.46875rem 1.125rem;
  border-radius: 2.1875rem;
  font-size: clamp(0.75rem, calc(0.26076vw + 0.75rem), 0.875rem);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .faq-module .faq-search-feedback .faq-search__scope-toggle-button {
    transition: none;
  }
}
.faq-module .faq-search-feedback .faq-search__scope-toggle-button .faq-button__icon {
  margin-right: 0.375rem;
}
.faq-module .faq-search-feedback .faq-search__scope-toggle-button:hover, .faq-module .faq-search-feedback .faq-search__scope-toggle-button:focus {
  background: #fff;
  color: #004b81;
  border-color: #004b81;
}
.faq-module .faq-archive__categories {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .faq-module .faq-archive__categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.625rem 0.9375rem;
  }
}
@media (max-width: 767px) {
  .faq-module .faq-archive__categories {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    margin-inline: -0.9375rem;
    padding: 0.9375rem;
  }
}
.faq-module .faq-archive__categories::-webkit-scrollbar {
  height: 5px;
}
.faq-module .faq-archive__categories::-webkit-scrollbar-thumb {
  background: #c3c3c3;
  border-radius: 3px;
}
.faq-module .faq-archive__categories .faq-category-tabs__button {
  display: inline-block;
  user-select: none;
  cursor: pointer;
  padding: 0.65625rem 1.40625rem;
  font-size: clamp(0.75rem, calc(0.26076vw + 0.75rem), 0.875rem);
  font-weight: 500;
  white-space: normal;
  border: 1px solid #e9e9e9;
  border-radius: 2.1875rem;
  background: #f7f7f7;
  color: #585858;
  transition: all 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  font-family: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .faq-module .faq-archive__categories .faq-category-tabs__button {
    transition: none;
  }
}
@media (max-width: 767px) {
  .faq-module .faq-archive__categories .faq-category-tabs__button {
    margin-right: 0.625rem;
    padding: 0.46875rem 0.65625rem;
  }
  .faq-module .faq-archive__categories .faq-category-tabs__button:last-child {
    margin-right: 0.9375rem;
  }
}
.faq-module .faq-archive__categories .faq-category-tabs__button:not(.faq-category-tabs__button--active):hover {
  border-color: #00b9eb;
  color: #252525;
}
.faq-module .faq-archive__categories .faq-category-tabs__button:not(.faq-category-tabs__button--active):focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 105, 180, .3);
}
.faq-module .faq-archive__categories .faq-category-tabs__button:not(.faq-category-tabs__button--active):active {
  background: #eaeaea;
}
.faq-module .faq-archive__categories .faq-category-tabs__button.faq-category-tabs__button--active {
  background: #00b9eb;
  color: #fff;
  border-color: #00b9eb;
  cursor: default;
}
.faq-module .faq-archive__list {
  margin-bottom: 3.125rem;
}
.faq-module .faq-item {
  background: #fff;
  border: 1px solid #dcdcdc;
  margin-bottom: 0.9375rem;
  border-radius: 0.3125rem;
  box-shadow: 0 1px 3px rgba(37, 37, 37, .05);
  transition: box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .faq-module .faq-item {
    transition: none;
  }
}
.faq-module .faq-item:hover {
  box-shadow: 0 4px 10px rgba(37, 37, 37, .06);
}
.faq-module .faq-item.is-hidden {
  display: none;
}
.faq-module .faq-item__question {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.125rem;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-size: clamp(0.875rem, calc(0.39063vw + 0.875rem), 1.125rem);
  font-weight: 600;
  color: #252525;
  transition: background 0.3s ease-in-out;
  font-family: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .faq-module .faq-item__question {
    transition: none;
  }
}
.faq-module .faq-item__question.is-expanded .faq-item__icon {
  transform: rotate(180deg);
}
.faq-module .faq-item__question-marker {
  flex: 0 0 1.875rem;
  display: inline-flex;
  place-content: center;
  place-items: center;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.9375rem;
  background: #00b9eb;
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.875rem, calc(0.26076vw + 0.875rem), 1rem);
  border-radius: 50%;
}
.faq-module .faq-item__question-text {
  flex: 1 1 auto;
  text-align: left;
}
.faq-module .faq-item__icon-wrapper {
  margin-left: auto;
  padding-left: 0.9375rem;
  line-height: 1;
}
.faq-module .faq-item__icon {
  color: #00b9eb;
  font-size: clamp(0.875rem, calc(0.26076vw + 0.875rem), 1rem);
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .faq-module .faq-item__icon {
    transition: none;
  }
}
.faq-module .faq-item__answer {
  background: #fff;
  overflow: hidden;
  max-height: 0;
  padding-inline: 1.125rem;
  border-top: 1px solid #e9e9e9;
  border-radius: inherit;
  transition: max-height 0.45s ease-in-out, padding-top 0.45s ease-in-out, padding-bottom 0.45s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .faq-module .faq-item__answer {
    transition: none;
  }
}
.faq-module .faq-item__answer:not([hidden]) {
  display: block;
}
.faq-module .faq-item__answer-inner-wrapper {
  display: flex;
  padding-block: 1.125rem;
}
.faq-module .faq-item__answer-marker {
  display: inline-flex;
  place-content: center;
  place-items: center;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.9375rem;
  background: #0069b4;
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.875rem, calc(0.26076vw + 0.875rem), 1rem);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.14063rem;
}
.faq-module .faq-item__answer-main-content {
  flex: 1 1 auto;
}
.faq-module .faq-item__answer-content {
  font-size: clamp(0.875rem, calc(0.26076vw + 0.875rem), 1rem);
  line-height: 1.7;
  color: #585858;
}
.faq-module .faq-item__answer-content > :first-child {
  margin-top: 0;
}
.faq-module .faq-item__answer-content > :last-child {
  margin-bottom: 0;
}
.faq-module .faq-item__answer-content p {
  margin-bottom: 0.9375rem;
}
.faq-module .faq-item__answer-content a {
  color: #0069b4;
  text-decoration: none;
}
.faq-module .faq-item__answer-content ul, .faq-module .faq-item__answer-content ol {
  margin: 0.625rem 0;
  padding-left: 1.6875rem;
}
.faq-module .faq-item__answer-content ul li, .faq-module .faq-item__answer-content ol li {
  margin-bottom: 0.3125rem;
}
.faq-module .faq-item__answer-content strong, .faq-module .faq-item__answer-content b {
  font-weight: 600;
}
.faq-module .faq-item__answer-content img {
  max-width: 100%;
  height: auto;
}
.faq-module .faq-item__answer-supplements-wrapper {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 2px dashed #e9e9e9;
}
.faq-module .faq-supplement {
  margin-bottom: 2.25rem;
}
.faq-module .faq-supplement:last-child {
  margin-bottom: 0;
}
.faq-module .faq-supplement__title {
  font-size: clamp(0.875rem, calc(0.39063vw + 0.875rem), 1.125rem);
  line-height: 1.4;
  font-weight: 600;
  color: #0069b4;
  margin: 0 0 0.9375rem;
  padding: 0.9375rem;
  background: #f7f7f7;
}
.faq-module .faq-supplement--text-block {
  font-size: clamp(0.875rem, calc(0.26076vw + 0.875rem), 1rem);
  line-height: 1.7;
  color: #585858;
}
.faq-module .faq-supplement--text-block p:last-child {
  margin-bottom: 0;
}
.faq-module .faq-supplement--text-block.faq-supplement--text-style-small {
  font-size: clamp(0.75rem, calc(0.26076vw + 0.75rem), 0.875rem);
  color: #8b8b8b;
}
.faq-module .faq-supplement--text-block.faq-supplement--text-style-quote {
  border-left: 4px solid #0069b4;
  padding-left: 0.9375rem;
  font-style: italic;
}
.faq-module .faq-supplement--bulleted-list .faq-supplement__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-module .faq-supplement--bulleted-list .faq-supplement__list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.625rem;
  font-size: clamp(0.875rem, calc(0.26076vw + 0.875rem), 1rem);
  color: #585858;
}
.faq-module .faq-supplement--bulleted-list .faq-supplement__list-item .faq-supplement__list-icon {
  width: 1.125rem;
  margin-right: 0.70313rem;
  flex-shrink: 0;
  color: #0069b4;
  margin-top: 0.1875rem;
  text-align: center;
}
.faq-module .faq-supplement--bulleted-list .faq-supplement__list-item .faq-supplement__list-text {
  flex: 1 1 auto;
}
.faq-module .faq-supplement--bulleted-list .faq-supplement__list-item--highlight {
  font-weight: 600;
  color: #252525;
}
.faq-module .faq-supplement--bulleted-list .faq-supplement__list-item--highlight .faq-supplement__list-icon {
  color: #00b9eb;
}
.faq-module .faq-supplement--related-links .faq-supplement__links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-module .faq-supplement--related-links .faq-supplement__links-item {
  margin-bottom: 0.9375rem;
}
.faq-module .faq-supplement--related-links .faq-supplement__link--text {
  color: #0069b4;
  text-decoration: none;
  font-weight: 500;
}
.faq-module .faq-supplement--related-links .faq-supplement__link--button {
  display: inline-block;
  padding: 0.65625rem 1.3125rem;
  background: #0069b4;
  color: #fff;
  border-radius: 0.3125rem;
  font-size: clamp(0.75rem, calc(0.26076vw + 0.75rem), 0.875rem);
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .faq-module .faq-supplement--related-links .faq-supplement__link--button {
    transition: none;
  }
}
.faq-module .faq-supplement--related-links .faq-supplement__link--button:hover {
  background: #0462a6;
}
.faq-module .faq-supplement--related-links .faq-supplement__link-description {
  font-size: clamp(0.75rem, calc(0.26076vw + 0.75rem), 0.875rem);
  color: #8b8b8b;
  margin-top: 0.25rem;
  padding-left: 0.46875rem;
}
.faq-module .faq-supplement--notice-box {
  padding: 1.125rem;
  border-radius: 0.3125rem;
  border-left: 5px solid;
  font-size: clamp(0.875rem, calc(0.26076vw + 0.875rem), 1rem);
}
.faq-module .faq-supplement--notice-box .faq-supplement__notice-title {
  display: flex;
  align-items: center;
  margin: 0 0 0.625rem;
  font-weight: 600;
  font-size: 1rem;
}
.faq-module .faq-supplement--notice-box .faq-supplement__notice-title i, .faq-module .faq-supplement--notice-box .faq-supplement__notice-title svg {
  margin-right: 0.46875rem;
  font-size: 1.125rem;
}
.faq-module .faq-supplement--notice-box .faq-supplement__notice-content {
  line-height: 1.6;
}
.faq-module .faq-supplement--notice-box.faq-supplement--notice-information {
  background: #e7f5ff;
  border-left-color: #0069b4;
}
.faq-module .faq-supplement--notice-box.faq-supplement--notice-information .faq-supplement__notice-title, .faq-module .faq-supplement--notice-box.faq-supplement--notice-information i, .faq-module .faq-supplement--notice-box.faq-supplement--notice-information svg {
  color: #003c68;
}
.faq-module .faq-supplement--notice-box.faq-supplement--notice-warning {
  background: #f4cbcb;
  border-left-color: #b52525;
}
.faq-module .faq-supplement--notice-box.faq-supplement--notice-warning .faq-supplement__notice-title, .faq-module .faq-supplement--notice-box.faq-supplement--notice-warning i, .faq-module .faq-supplement--notice-box.faq-supplement--notice-warning svg {
  color: #751818;
}
.faq-module .faq-supplement--notice-box.faq-supplement--notice-alert {
  background: #fdedd4;
  border-left-color: #f39c12;
}
.faq-module .faq-supplement--notice-box.faq-supplement--notice-alert .faq-supplement__notice-title, .faq-module .faq-supplement--notice-box.faq-supplement--notice-alert i, .faq-module .faq-supplement--notice-box.faq-supplement--notice-alert svg {
  color: #b06f09;
}
.faq-module .faq-supplement--notice-box.faq-supplement--notice-success {
  background: #edfbf0;
  border-left-color: #28a745;
}
.faq-module .faq-supplement--notice-box.faq-supplement--notice-success .faq-supplement__notice-title, .faq-module .faq-supplement--notice-box.faq-supplement--notice-success i, .faq-module .faq-supplement--notice-box.faq-supplement--notice-success svg {
  color: #19692c;
}
.faq-module .faq-supplement--image-block {
  display: grid;
  gap: var(--image-gallery-gap 0.9375rem);
  grid-template-columns: repeat(var(--image-gallery-cols-sp, 1), 1fr);
}
@media (min-width: 768px) {
  .faq-module .faq-supplement--image-block {
    grid-template-columns: repeat(var(--image-gallery-cols-pc, 1), 1fr);
  }
}
.faq-module .faq-supplement--image-block.faq-image-gallery--pc-1 {
  --image-gallery-cols-pc: 1;
}
.faq-module .faq-supplement--image-block.faq-image-gallery--pc-2 {
  --image-gallery-cols-pc: 2;
}
.faq-module .faq-supplement--image-block.faq-image-gallery--pc-3 {
  --image-gallery-cols-pc: 3;
}
.faq-module .faq-supplement--image-block.faq-image-gallery--pc-4 {
  --image-gallery-cols-pc: 4;
}
.faq-module .faq-supplement--image-block.faq-image-gallery--sp-1 {
  --image-gallery-cols-sp: 1;
}
.faq-module .faq-supplement--image-block.faq-image-gallery--sp-2 {
  --image-gallery-cols-sp: 2;
}
.faq-module .faq-supplement--image-block.faq-image-gallery--gap-none {
  --image-gallery-gap: 0;
}
.faq-module .faq-supplement--image-block.faq-image-gallery--gap-small {
  --image-gallery-gap: 0.46875rem;
}
.faq-module .faq-supplement--image-block.faq-image-gallery--gap-medium {
  --image-gallery-gap: 0.9375rem;
}
.faq-module .faq-supplement--image-block.faq-image-gallery--gap-large {
  --image-gallery-gap: 1.40625rem;
}
.faq-module .faq-supplement--image-block .faq-image-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 0.3125rem;
}
.faq-module .faq-supplement--image-block .faq-image-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .faq-module .faq-supplement--image-block .faq-image-gallery__item img {
    transition: none;
  }
}
.faq-module .faq-supplement--image-block .faq-image-gallery__item a {
  display: block;
  line-height: 0;
}
.faq-module .faq-supplement--image-block .faq-image-gallery__item a:hover img {
  transform: scale(1.05);
}
.faq-module .faq-supplement--image-block .faq-image-gallery__item a[data-pswp-width] {
  cursor: zoom-in;
}
.faq-module .faq-supplement--image-block .faq-image-gallery__item.faq-image-gallery__item--aspect-ratio img {
  position: absolute;
  inset: 0;
}
.faq-module .faq-supplement--image-block .faq-image-gallery__item.faq-image-gallery__item--aspect-ratio.faq-image-gallery__item--aspect-16-9 {
  padding-top: 56.25%;
}
.faq-module .faq-supplement--image-block .faq-image-gallery__item.faq-image-gallery__item--aspect-ratio.faq-image-gallery__item--aspect-4-3 {
  padding-top: 75%;
}
.faq-module .faq-supplement--image-block .faq-image-gallery__item.faq-image-gallery__item--aspect-ratio.faq-image-gallery__item--aspect-1-1 {
  padding-top: 100%;
}
.faq-module .faq-supplement--image-block .faq-image-gallery__item.faq-image-gallery__item--aspect-ratio.faq-image-gallery__item--aspect-3-2 {
  padding-top: 66.66667%;
}
.faq-module .faq-supplement--image-block .faq-image-gallery__item.faq-image-gallery__item--fit-contain img {
  object-fit: contain;
}
.faq-module .faq-supplement--image-block .faq-image-gallery__item.faq-image-gallery__item--fit-cover img {
  object-fit: cover;
}
.faq-module .faq-supplement--image-block .faq-image-gallery__item .faq-image-gallery__caption {
  font-size: clamp(0.75rem, calc(0.26076vw + 0.75rem), 0.875rem) * 0.9;
  color: #8b8b8b;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, .85);
  padding: 0.46875rem;
  text-align: center;
  box-sizing: border-box;
}
.faq-module .faq-supplement--video-modal .faq-video-popup-trigger {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.3125rem;
  background: #252525;
  box-shadow: 0 2px 8px rgba(37, 37, 37, .2);
}
.faq-module .faq-supplement--video-modal .faq-video-popup-trigger:hover .faq-video-play-button {
  transform: translate(-50%, -50%) scale(1.15);
  opacity: 1;
}
.faq-module .faq-supplement--video-modal .faq-video-popup-trigger:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 185, 235, .5), 0 2px 8px rgba(37, 37, 37, .2);
}
.faq-module .faq-supplement--video-modal .faq-video-thumbnail-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.77778;
  object-fit: cover;
  border-radius: 0.3125rem;
  transition: opacity 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .faq-module .faq-supplement--video-modal .faq-video-thumbnail-image {
    transition: none;
  }
}
.faq-module .faq-supplement--video-modal .faq-video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.125rem;
  color: rgba(255, 255, 255, .95);
  text-shadow: 0 0 10px rgba(37, 37, 37, .5);
  transition: all 0.3s ease-out;
  opacity: 0.85;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .faq-module .faq-supplement--video-modal .faq-video-play-button {
    transition: none;
  }
}
.faq-module .faq-supplement--video-modal .faq-supplement__video-caption {
  font-size: clamp(0.75rem, calc(0.26076vw + 0.75rem), 0.875rem);
  color: #8b8b8b;
  text-align: center;
  margin-top: 0.70313rem;
}
.faq-module .faq-supplement--video-simple-link {
  margin-bottom: 1.875rem;
}
.faq-module .faq-supplement--video-simple-link p {
  margin: 0;
}
.faq-module .faq-supplement--video-simple-link p:first-child {
  font-weight: 500;
}
.faq-module .faq-supplement--custom-cta {
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
  margin-top: 1.25rem;
}
.faq-module .faq-module__cta {
  background: #f7f7f7;
  padding: 2.34375rem 1.40625rem;
  border-radius: 0.625rem;
  text-align: center;
  margin-top: 2.5rem;
}
.faq-module .faq-module__cta .faq-cta__title {
  font-size: clamp(1rem, calc(0.39063vw + 1rem), 1.25rem);
  color: #252525;
  margin: 0 0 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
}
.faq-module .faq-module__cta .faq-cta__text {
  font-size: clamp(0.875rem, calc(0.29297vw + 0.875rem), 1.0625rem);
  line-height: 1.8;
  max-width: 37.5rem;
  margin: 0 auto 1.875rem;
  color: #585858;
}
.faq-module .faq-module__cta .faq-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
}
@media (min-width: 600px) {
  .faq-module .faq-module__cta .faq-cta__actions {
    flex-direction: row;
    justify-content: center;
    gap: 1.40625rem;
  }
}
.faq-module .faq-btn, .faq-module .faq-supplement__cta-button, .faq-module .faq-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.75rem;
  padding: 0.9375rem 1.875rem;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 2.1875rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-family: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .faq-module .faq-btn, .faq-module .faq-supplement__cta-button, .faq-module .faq-cta__button {
    transition: none;
  }
}
.faq-module .faq-btn i, .faq-module .faq-supplement__cta-button i, .faq-module .faq-cta__button i, .faq-module .faq-btn svg, .faq-module .faq-supplement__cta-button svg, .faq-module .faq-cta__button svg {
  margin-right: 0.5625rem;
  font-size: 0.9em;
}
.faq-module .faq-btn:hover, .faq-module .faq-supplement__cta-button:hover, .faq-module .faq-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(37, 37, 37, .1);
}
.faq-module .faq-btn--primary, .faq-module .faq-supplement__cta-button--primary, .faq-module .faq-cta__button--primary, .faq-module .faq-btn.faq-supplement__cta-button--primary, .faq-module .faq-supplement__cta-button.faq-supplement__cta-button--primary, .faq-module .faq-cta__button.faq-supplement__cta-button--primary, .faq-module .faq-btn.faq-supplement__cta-button--default, .faq-module .faq-supplement__cta-button.faq-supplement__cta-button--default, .faq-module .faq-cta__button.faq-supplement__cta-button--default {
  background: #00b9eb;
  color: #fff;
  border-color: #00b9eb;
}
.faq-module .faq-btn--primary:hover, .faq-module .faq-supplement__cta-button--primary:hover, .faq-module .faq-cta__button--primary:hover, .faq-module .faq-btn.faq-supplement__cta-button--primary:hover, .faq-module .faq-supplement__cta-button.faq-supplement__cta-button--primary:hover, .faq-module .faq-cta__button.faq-supplement__cta-button--primary:hover, .faq-module .faq-btn.faq-supplement__cta-button--default:hover, .faq-module .faq-supplement__cta-button.faq-supplement__cta-button--default:hover, .faq-module .faq-cta__button.faq-supplement__cta-button--default:hover {
  background: #04aad7;
  border-color: #04aad7;
}
.faq-module .faq-btn--secondary, .faq-module .faq-supplement__cta-button--secondary, .faq-module .faq-cta__button--secondary, .faq-module .faq-btn.faq-supplement__cta-button--secondary, .faq-module .faq-supplement__cta-button.faq-supplement__cta-button--secondary, .faq-module .faq-cta__button.faq-supplement__cta-button--secondary {
  background: #fff;
  color: #252525;
  border-color: #dcdcdc;
}
.faq-module .faq-btn--secondary:hover, .faq-module .faq-supplement__cta-button--secondary:hover, .faq-module .faq-cta__button--secondary:hover, .faq-module .faq-btn.faq-supplement__cta-button--secondary:hover, .faq-module .faq-supplement__cta-button.faq-supplement__cta-button--secondary:hover, .faq-module .faq-cta__button.faq-supplement__cta-button--secondary:hover {
  border-color: #c3c3c3;
  color: #00b9eb;
  text-decoration: none;
}
.faq-module .faq-btn.faq-supplement__cta-button--outline, .faq-module .faq-supplement__cta-button.faq-supplement__cta-button--outline, .faq-module .faq-cta__button.faq-supplement__cta-button--outline {
  background: none;
  color: #00b9eb;
  border-color: #00b9eb;
}
.faq-module .faq-btn.faq-supplement__cta-button--outline:hover, .faq-module .faq-supplement__cta-button.faq-supplement__cta-button--outline:hover, .faq-module .faq-cta__button.faq-supplement__cta-button--outline:hover {
  background: #00b9eb;
  color: #fff;
}
.faq-module .faq-single-container {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 0.3125rem;
  box-shadow: 0 1px 3px rgba(37, 37, 37, .05);
  overflow: hidden;
}
.faq-module .faq-single-header {
  display: flex;
  align-items: flex-start;
  padding: 1.125rem;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
}
.faq-module .faq-single-header .faq-item__question-marker {
  margin-top: 0.14063rem;
}
.faq-module h2.faq-single-title {
  flex: 1 1 auto;
  font-size: clamp(0.875rem, calc(0.39063vw + 0.875rem), 1.125rem);
  line-height: 1.5;
  font-weight: 600;
  color: #252525;
  margin: 0;
}
.faq-module .faq-single-answer .faq-item__answer-inner-wrapper {
  padding: 1.125rem;
  padding-left: 0.9375rem;
}
.faq-module .related-faqs {
  margin-top: 3.75rem;
  padding-top: 2.5rem;
  border-top: 1px solid #dcdcdc;
}
.faq-module .related-faqs__title {
  text-align: center;
  font-size: clamp(1rem, calc(0.39063vw + 1rem), 1.25rem);
  font-weight: 600;
  color: #252525;
  margin: 0 0 2.5rem;
}
.faq-module .back-to-archive {
  text-align: center;
  margin-top: 3.75rem;
}
