/**
 * Part of earth project.
 *
 * @copyright  Copyright (C) 2018 {ORGANIZATION}. All rights reserved.
 * @license    GNU General Public License version 2 or later;
 */
html[lang=zh-TW] h1, html[lang=zh-TW] .h1, html[lang=zh-TW] h2, html[lang=zh-TW] .h2 {
  letter-spacing: 2px;
  line-height: 1.5;
}
html[lang=zh-TW] h3, html[lang=zh-TW] .h3, html[lang=zh-TW] h4, html[lang=zh-TW] .h4 {
  letter-spacing: 1px;
  line-height: 1.5;
}
html[lang=zh-TW] h5, html[lang=zh-TW] .h5, html[lang=zh-TW] h6, html[lang=zh-TW] .h6 {
  line-height: 1.8;
}

html[lang=en-US] h1, html[lang=en-US] .h1, html[lang=en-US] h2, html[lang=en-US] .h2, html[lang=en-US] h3, html[lang=en-US] .h3, html[lang=en-US] h4, html[lang=en-US] .h4 {
  letter-spacing: 1px;
  line-height: 1.4;
}

.fs-base {
  font-size: 1rem;
}

.c-page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 24px;
}
.c-page-title:before {
  content: "";
  width: 35px;
  height: 37px;
  background: url(../../images/front/global/title-dot.svg) no-repeat center center;
  background-size: contain;
  margin: 0 12px 0 0;
}
@media (min-width: 768px) {
  .c-page-title {
    margin: 0 0 40px;
  }
}

.h-underline-position-under {
  text-underline-position: under;
}

.form-group:has(.js-password-toggle) {
  --input-icon-offset: 1.25rem;
  position: relative;
}
.form-group:has(.js-password-toggle) input[type=password], .form-group:has(.js-password-toggle) input[type=text] {
  background-position: right calc(var(--input-icon-offset) + 1.5em) center;
}
.form-group:has(.js-password-toggle) .js-password-toggle {
  position: absolute;
  right: var(--input-icon-offset);
  top: 14px;
  cursor: pointer;
  color: #A6A6A6;
}

.h-editor-content img,
.h-editor-content iframe {
  max-width: 100%;
  height: auto;
}
.h-editor-content p:has(iframe),
.h-editor-content div:has(iframe),
.h-editor-content span:has(iframe),
.h-editor-content .txt:has(iframe) {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.h-editor-content p:has(iframe) iframe, .h-editor-content p:has(iframe) object, .h-editor-content p:has(iframe) embed,
.h-editor-content div:has(iframe) iframe,
.h-editor-content div:has(iframe) object,
.h-editor-content div:has(iframe) embed,
.h-editor-content span:has(iframe) iframe,
.h-editor-content span:has(iframe) object,
.h-editor-content span:has(iframe) embed,
.h-editor-content .txt:has(iframe) iframe,
.h-editor-content .txt:has(iframe) object,
.h-editor-content .txt:has(iframe) embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.h-required-star label::after {
  content: "*";
  color: #DC3545;
  margin: 0 0 0 0.25rem;
}

@media (max-width: 575.98px) {
  .container {
    --bs-gutter-x: 2.5rem;
  }
}

.btn {
  --bs-btn-line-height: 133.33%;
  --bs-btn-disabled-color: #A6A6A6;
  --bs-btn-disabled-bg: #EBEBEB;
}
.btn-sm {
  --bs-btn-line-height: 137.5% ;
}
.btn-lg {
  --bs-btn-line-height: 140% ;
}
.btn-link {
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-disabled-bg: transparent;
}
.btn-text-icon {
  --bs-btn-color: #292929;
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-font-weight: 400;
  --bs-btn-hover-color: #32BDA6;
  --bs-btn-active-color: #005F4A;
  --bs-btn-line-height: 187.5%;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #14A38B;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #14A38B;
}
.btn-outline-primary {
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: #A2E1D8;
  --bs-btn-hover-color: #32BDA6;
  --bs-btn-hover-bg: #F7FFFE;
  --bs-btn-active-color: #32BDA6;
  --bs-btn-active-bg: #F7FFFE;
  --bs-btn-disabled-color: #A6A6A6;
  --bs-btn-disabled-border-color: #EBEBEB;
  --bs-btn-disabled-bg: transparent;
}
.btn-yellow {
  --bs-btn-hover-bg: #FFC01B;
  --bs-btn-active-bg: #FFC01B;
}
.btn-outline-yellow {
  --bs-btn-border-width: 1px;
  --bs-btn-color: #FFC01B;
  --bs-btn-hover-color: #FFC01B;
  --bs-btn-hover-bg: #FFFAED;
  --bs-btn-active-color: #FFC01B;
  --bs-btn-active-bg: #FFFAED;
  --bs-btn-disabled-color: #A6A6A6;
  --bs-btn-disabled-border-color: #EBEBEB;
  --bs-btn-disabled-bg: transparent;
}
.btn-social {
  --bs-btn-padding-x: 1rem;
  --bs-btn-color: #292929;
  --bs-btn-font-weight: 400;
  --bs-btn-border-width: 1px;
  --bs-btn-border-radius: 0.5rem;
  --bs-btn-border-color: #D6D6D6;
  --bs-btn-hover-color: #292929;
  --bs-btn-hover-border-color: #32BDA6;
  --bs-btn-hover-bg: #F7FFFE;
  --bs-btn-active-color: #292929;
  --bs-btn-active-bg: #F7FFFE;
  --bs-btn-active-border-color: #32BDA6;
  --bs-btn-disabled-color: #A6A6A6;
  --bs-btn-disabled-border-color: #EBEBEB;
  --bs-btn-disabled-bg: transparent;
}

form .was-validated .form-control:valid:focus,
form .form-control.is-valid:focus {
  --bs-form-valid-border-color: #A2E1D8;
}
form .was-validated :invalid ~ .invalid-feedback,
form .is-invalid ~ .invalid-feedback {
  padding-left: 1.5rem;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" width="12" height="12" fill="none" stroke="%23DC3545"%3e%3ccircle cx="6" cy="6" r="4.5"/%3e%3cpath stroke-linejoin="round" d="M5.8 3.6h.4L6 6.5z"/%3e%3ccircle cx="6" cy="8.2" r=".6" fill="%23DC3545" stroke="none"/%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}

.l-faq-accordion {
  --bs-accordion-btn-padding-y: 0.75rem;
  --bs-accordion-btn-padding-x: 1rem;
  --bs-accordion-inner-border-radius: 0.5rem;
  --bs-primary-bg-subtle: #fff;
}
.l-faq-accordion .l-item {
  border-radius: 0.5rem;
  border: 1px solid #A2E1D8;
}
.l-faq-accordion .l-item:not(:last-child) {
  margin: 0 0 0.75rem;
}
.l-faq-accordion .l-item:hover {
  --bs-accordion-active-bg: #F7FFFE;
  --bs-accordion-bg: #F7FFFE;
  --bs-accordion-btn-bg: #F7FFFE;
}
.l-faq-accordion .l-item__button {
  border-radius: 0.5rem;
  border: none;
  box-shadow: none;
}
.l-faq-accordion .l-item__button:not(.collapsed) {
  align-items: start;
}
.l-faq-accordion .l-item__button:not(.collapsed) [data-plus] {
  display: none;
}
.l-faq-accordion .l-item__button.collapsed [data-minus] {
  display: none;
}
.l-faq-accordion .l-item__button.collapsed .l-item__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.l-faq-accordion .l-item__button:after {
  display: none;
}
.l-faq-accordion .l-item__body {
  --bs-accordion-body-padding-y: 0;
  padding-bottom: 0.75rem;
}
.l-faq-accordion .l-item__body hr {
  border-top: 1px solid #D6D6D6;
  margin: 0 0 0.75rem;
}
.l-faq-accordion .l-item__icon {
  min-width: 28px;
  width: 28px;
  min-height: 28px;
  height: 28px;
  border-radius: 50%;
}

.c-card {
  --bs-body-bg: #fff;
  --bs-border-radius: 1.5rem;
  --bs-border-color-translucent: #A2E1D8;
  transition: all 0.3s ease-in-out;
}
.c-card * {
  transition: all 0.3s ease-in-out;
}
.c-card__body {
  --bs-card-spacer-y: 1.75rem;
  --bs-card-spacer-x: 1.25rem;
}
@media (min-width: 992px) {
  .c-card__body {
    --bs-card-spacer-y: 2.5rem;
    --bs-card-spacer-x: 2.5rem;
  }
}

.c-modal {
  --bs-border-radius-lg: 1.5rem;
  --bs-modal-header-padding: 0.75rem 2.5rem;
  --bs-modal-header-border-width: 0;
  --bs-modal-padding: 2.5rem;
}
@media (min-width: 768px) {
  .c-modal {
    --bs-modal-header-padding: 1rem 2.5rem;
  }
}
.c-modal__header {
  position: relative;
}
.c-modal__close {
  --bs-modal-header-padding-y: 0;
  --bs-modal-header-padding-x: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.c-pagination {
  --bs-pagination-bg: #ECFAF8;
  --bs-pagination-color: #32BDA6;
  gap: 20px;
}
.c-pagination .page-link {
  --bs-pagination-padding-y: 7px;
  --bs-pagination-padding-x: 9px;
  --bs-pagination-border-color: white;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: #32BDA6;
  --bs-pagination-hover-border-color: #32BDA6;
  --bs-pagination-focus-color: #fff;
  --bs-pagination-focus-bg: #32BDA6;
  --bs-pagination-focus-box-shadow: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}
.c-pagination .page-item--previous .page-link,
.c-pagination .page-item--next .page-link {
  --bs-pagination-bg: #fff;
  --bs-pagination-border-color: #BAE9E3;
  border-radius: 50%;
}

body {
  position: relative;
  padding-top: 71px;
  scroll-padding-top: 75px;
}
@media (min-width: 992px) {
  body {
    padding-top: 74px;
  }
}
body .c-content-section {
  padding-bottom: 108px;
}
@media (min-width: 460px) {
  body .c-content-section {
    padding-bottom: 87px;
  }
}
@media (min-width: 768px) {
  body .c-content-section {
    padding-bottom: 45px;
  }
}
body .j-header-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1029;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
}
body .j-header-backdrop.show {
  opacity: 0.25;
}
body.module-front-auth .c-content-section, body.module-front-registration .c-content-section {
  background: url(../../images/front/auth/auth-mobile-bg.svg) no-repeat top center;
  background-size: cover;
  min-height: calc(100vh - 71px);
}
@media (min-width: 992px) {
  body.module-front-auth .c-content-section, body.module-front-registration .c-content-section {
    background: url(../../images/front/auth/auth-bg.svg) no-repeat top center;
    background-size: cover;
    min-height: calc(100vh - 74px);
  }
}

[uni-cloak] * {
  pointer-events: none;
}

#header__navbar, .l-header__navbar {
  --bs-navbar-padding-y: 1rem;
  --bs-navbar-active-color: #32BDA6;
  border-bottom: 1px solid #F7F7F7;
}
#header__brand, .l-header__brand {
  --bs-navbar-brand-padding-y: 0;
}
#header__brand img, .l-header__brand img {
  width: 100px;
}
#header__bar:not(.collapsed) [data-bars], .l-header__bar:not(.collapsed) [data-bars] {
  display: none;
}
#header__bar.collapsed [data-times], .l-header__bar.collapsed [data-times] {
  display: none;
}
#header__login, .l-header__login {
  width: 100%;
  margin: 12px 0 0;
}
@media (min-width: 992px) {
  #header__login, .l-header__login {
    width: 140px;
    margin: 0;
  }
}
#header .l-nav, .l-header .l-nav {
  position: relative;
  margin: 1rem 0 0;
  padding: 1.24rem 0.25rem 0.25rem;
}
#header .l-nav:before, .l-header .l-nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  height: 1px;
  border-top: 1px solid #F7F7F7;
}
@media (min-width: 992px) {
  #header .l-nav, .l-header .l-nav {
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 1rem;
  }
  #header .l-nav:before, .l-header .l-nav:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #header .l-nav__item:not(:last-child), .l-header .l-nav__item:not(:last-child) {
    margin: 0 0 12px;
  }
}
#header .l-nav__link, .l-header .l-nav__link {
  --bs-nav-link-padding-y: 0.25rem;
  --bs-nav-link-padding-x: 0.5rem;
  --bs-nav-link-font-size: 18px;
  --bs-nav-link-color: #292929;
  --bs-nav-link-hover-color: #32BDA6;
}
#header .l-nav__user, .l-header .l-nav__user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #32BDA6;
}
@media (min-width: 992px) {
  #header .l-nav__user, .l-header .l-nav__user {
    width: 24px;
    height: 24px;
    background-color: #fff;
  }
}
#header .l-dropdown__menu, .l-header .l-dropdown__menu {
  --bs-dropdown-padding-y: 0.25rem;
  --bs-dropdown-padding-x: 0.5rem;
  --bs-border-color-translucent: #D6D6D6;
  --bs-border-radius: 0.75rem;
  --bs-dropdown-min-width: 100%;
  --bs-dropdown-spacer: 0.5rem;
}
#header .l-dropdown__item, .l-header .l-dropdown__item {
  --bs-dropdown-item-padding-y: 5px;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-link-hover-color: #32BDA6;
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-link-active-color: #32BDA6;
  --bs-dropdown-link-active-bg: transparent;
  text-align: center;
}
#header .l-dropdown li:not(:last-child) .l-dropdown__item, .l-header .l-dropdown li:not(:last-child) .l-dropdown__item {
  border-bottom: 1px solid #D6D6D6;
}
#header .l-langs__holder, .l-header .l-langs__holder {
  color: #D6D6D6;
  margin: 0 12px;
}

#copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px 0;
}

@media (min-width: 992px) {
  .l-auth-layout__row {
    --bs-gutter-x: 3.75rem;
  }
}
@media (min-width: 992px) {
  .l-auth-layout .c-card {
    position: sticky;
    top: 100px;
  }
}
.l-auth-layout .l-auth-nav {
  display: flex;
  align-items: center;
  background-color: #F7F7F7;
  padding: 6px;
  border-radius: 0.75rem;
  gap: 0.75rem;
}
.l-auth-layout .l-auth-nav__link {
  --bs-link-color-rgb: var(--bs-gray-500-rgb);
  font-weight: 500;
  text-align: center;
  width: 50%;
  padding: 6px 20px;
  line-height: 175%;
  border-radius: 0.5rem;
}
.l-auth-layout .l-auth-nav__link:hover {
  --bs-link-color-rgb: var(--bs-dark-rgb);
}
.l-auth-layout .l-auth-nav__link.active {
  --bs-link-color-rgb: var(--bs-white-rgb);
  background-color: #32BDA6;
}
.l-auth-layout .l-separate {
  position: relative;
}
.l-auth-layout .l-separate:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #D6D6D6;
  transform: translateY(-50%);
}
.l-auth-layout .l-separate__text {
  position: relative;
  color: #A6A6A6;
}
@media (min-width: 576px) {
  .l-auth-layout .l-submit-btn {
    width: 220px;
  }
}

.view-profile-edit .c-content-section {
  background: url(../../images/front/profile/profile-mobile-bg.svg) no-repeat top center;
  background-size: cover;
  min-height: calc(100vh - 71px);
}
@media (min-width: 992px) {
  .view-profile-edit .c-content-section {
    background: url(../../images/front/profile/profile-bg.svg) no-repeat top center;
    background-size: cover;
    min-height: calc(100vh - 74px);
  }
}

@media (min-width: 992px) {
  .l-profile-layout__row {
    --bs-gutter-x: 2.5rem;
  }
}
.l-profile-layout__card {
  --bs-border-color-translucent: #A2E1D8;
  --bs-card-border-radius: 1rem;
  padding: 1.75rem 1.25rem;
}
@media (min-width: 992px) {
  .l-profile-layout__card {
    padding: 2.5rem;
    --bs-card-border-radius: 1.5rem;
  }
}
.l-profile-layout .l-nav {
  --bs-gutter-x: 1.5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-profile-layout .l-nav ::-webkit-scrollbar {
  display: none;
}
.l-profile-layout .l-nav__tabs {
  --bs-border-width: 0;
}
.l-profile-layout .l-nav__link {
  --bs-nav-link-padding-y: 1rem;
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-color: #292929;
  --bs-nav-tabs-link-active-bg: transparent;
  text-wrap: nowrap;
  position: relative;
}
.l-profile-layout .l-nav__link.active::after {
  content: "";
  height: 2px;
  width: 100%;
  border-bottom: 2px solid #32BDA6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-profile-layout .l-menu {
  --bs-border-color-translucent: #A2E1D8;
  --bs-body-bg: #ECFAF8;
  --bs-border-radius: 1.5rem;
}
.l-profile-layout .l-menu__link {
  --bs-nav-link-padding-y: 0.375rem;
  --bs-nav-link-padding-x: 0.75rem;
  --bs-nav-link-color: #575757;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
}
.l-profile-layout .l-menu__link:hover, .l-profile-layout .l-menu__link.active {
  color: #fff !important;
  background: #32BDA6;
}
.l-profile-layout .l-menu__link:focus {
  color: inherit;
}

.view-error .c-content-section {
  background: url(../../images/front/error/error-mobile-bg.svg) no-repeat top center !important;
  background-size: cover !important;
  min-height: calc(100vh - 71px);
}
@media (min-width: 992px) {
  .view-error .c-content-section {
    background: url(../../images/front/error/error-bg.svg) no-repeat top center !important;
    background-size: cover !important;
    min-height: calc(100vh - 74px);
  }
}
.view-error .l-error-page__img {
  max-width: 260px;
}
@media (min-width: 576px) {
  .view-error .l-error-page__img {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .view-error .l-error-page__img {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .view-error .l-error-page__img {
    max-width: 400px;
  }
}

.view-auth-login .l-login-page__activate-done {
  background-color: #ECFAF8;
  border-right: 0.5rem;
  border-radius: 0.5rem;
}
.view-auth-login .l-login-page .l-notice-btn {
  --bs-btn-font-size: 0.875rem;
  --bs-btn-color: #575757;
  --bs-btn-hover-color: #575757;
  --bs-btn-active-color: #575757;
}
.view-auth-login .l-login-page .l-notice-btn__icon {
  color: #FFC01B;
}
.view-auth-login .l-login-page .js-password-toggle {
  --input-icon-offset: 2rem;
}
.view-auth-login .l-login-page .l-notice {
  position: absolute;
  z-index: -1;
  top: -140px;
  left: -18px;
  right: -18px;
  padding: 12px 16px;
  border: 1px solid #FFD567;
  border-radius: 0.5rem;
  background-color: #FFFAED;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 396px) {
  .view-auth-login .l-login-page .l-notice {
    top: -117px;
  }
}
@media (min-width: 532px) {
  .view-auth-login .l-login-page .l-notice {
    top: -100px;
  }
}
@media (min-width: 992px) {
  .view-auth-login .l-login-page .l-notice {
    top: -117px;
  }
}
.view-auth-login .l-login-page .l-notice.show {
  z-index: 1;
  opacity: 1;
}
.view-auth-login .l-login-page .l-notice ul:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../../images/front/auth/notice-arrow.svg);
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
}
@media (min-width: 768px) {
  .view-auth-login .c-modal {
    --bs-modal-width: 636px;
  }
}
.view-auth-login .c-modal__btn {
  width: 220px;
}

.view-forget-request .l-forget-request .is-invalid ~ .invalid-feedback {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  padding-left: 0;
}
.view-forget-request .l-forget-request .is-invalid ~ .invalid-feedback:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 4px 0 0;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" width="12" height="12" fill="none" stroke="%23DC3545"%3e%3ccircle cx="6" cy="6" r="4.5"/%3e%3cpath stroke-linejoin="round" d="M5.8 3.6h.4L6 6.5z"/%3e%3ccircle cx="6" cy="8.2" r=".6" fill="%23DC3545" stroke="none"/%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}

.view-faq-list .c-content-section {
  background: url(../../images/front/faq/list-mobile-bg.svg) no-repeat center center;
  background-size: cover;
  min-height: calc(100vh - 71px);
}
@media (min-width: 992px) {
  .view-faq-list .c-content-section {
    background: url(../../images/front/faq/list-bg.svg) no-repeat center center;
    background-size: cover;
    min-height: calc(100vh - 74px);
  }
}
.view-faq-list .l-faq-list-page__back {
  --bs-link-color-rgb: var(--bs-secondary-rgb);
}
.view-faq-list .l-faq-list-page__back:hover {
  --bs-link-color-rgb: var(--bs-primary-rgb);
}
@media (min-width: 992px) {
  .view-faq-list .l-faq-list-page__row {
    --bs-gutter-x: 2.5rem;
  }
}
.view-faq-list .l-faq-list-page .l-card {
  --bs-card-border-color: #D6D6D6;
  --bs-card-border-radius: 0.5rem;
}
.view-faq-list .l-faq-list-page .l-search__submit {
  color: #A6A6A6;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.view-faq-list .l-faq-list-page .l-nav {
  --bs-nav-link-padding-y: 0.375rem;
  --bs-nav-link-padding-x: 0.75rem;
  --bs-nav-pills-border-radius: 0.5rem;
  --bs-nav-link-color: #575757;
  --bs-nav-link-hover-color: #32BDA6;
}
.view-faq-list .l-faq-list-page .l-nav__item:not(:last-child) {
  margin: 0 0 0.5rem;
}
.view-faq-list .l-faq-list-page .l-dropdown__btn {
  --bs-btn-color: #A6A6A6;
  --bs-btn-font-weight: 400;
  --bs-btn-padding-y: 0.5625rem;
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-border-color: #D6D6D6;
  --bs-btn-border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-faq-list .l-faq-list-page .l-dropdown__btn:after {
  display: none;
}
.view-faq-list .l-faq-list-page .l-dropdown__btn:not(.show) .fa-angle-up {
  display: none;
}
.view-faq-list .l-faq-list-page .l-dropdown__btn.show .fa-angle-down {
  display: none;
}
.view-faq-list .l-faq-list-page .l-dropdown__menu {
  --bs-dropdown-padding-x: 0.5rem;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-border-radius: 0.5rem;
  --bs-dropdown-border-color: #D6D6D6;
  --bs-dropdown-item-padding-y: 0.5rem;
  --bs-dropdown-item-padding-x: 1.25rem;
  --bs-dropdown-item-border-radius: 0.5rem;
  --bs-dropdown-link-hover-bg: #fff;
  --bs-dropdown-link-hover-color: #32BDA6;
}

.view-faq-category-list .c-content-section {
  background: url(../../images/front/faq/category-mobile-bg.svg) #ECFAF8 no-repeat top center;
  background-size: cover;
  min-height: calc(100vh - 71px);
}
@media (min-width: 992px) {
  .view-faq-category-list .c-content-section {
    background: url(../../images/front/faq/category-bg.svg) #ECFAF8 no-repeat top center;
    background-size: cover;
    min-height: calc(100vh - 74px);
  }
}
.view-faq-category-list .l-faq-category-list-page__row {
  --bs-gutter-y: 1rem;
}
@media (min-width: 992px) {
  .view-faq-category-list .l-faq-category-list-page__row {
    --bs-gutter-y: 2.5rem;
  }
}
.view-faq-category-list .l-faq-category-list-page .c-card {
  --bs-heading-color: #32BDA6;
}
.view-faq-category-list .l-faq-category-list-page .c-card:hover {
  --bs-body-bg: #32BDA6;
  --bs-heading-color: #fff;
}
.view-faq-category-list .l-faq-category-list-page .c-card:hover .c-card__arrow {
  background-color: #fff;
}
.view-faq-category-list .l-faq-category-list-page .c-card__body {
  --bs-card-spacer-y: 2.5rem;
  --bs-card-spacer-x: 1.75rem;
}
.view-faq-category-list .l-faq-category-list-page .c-card__icon {
  color: var(--bs-heading-color);
}
.view-faq-category-list .l-faq-category-list-page .c-card__arrow {
  width: 30px;
  height: 30px;
  border-radius: 0.5rem;
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  color: #32BDA6;
}

.view-home .c-content-section {
  background: url(../../images/front/home/home-mobile-bg.svg) #ECFAF8 no-repeat top center;
  background-size: cover;
  min-height: calc(100vh - 71px);
}
@media (min-width: 992px) {
  .view-home .c-content-section {
    background: url(../../images/front/home/home-bg.svg) #ECFAF8 no-repeat top center;
    background-size: cover;
    min-height: calc(100vh - 74px);
  }
}
.view-home .l-home-page__cards {
  --bs-gutter-y: 0.75rem;
}
@media (min-width: 768px) {
  .view-home .l-home-page__cards {
    --bs-gutter-y: 1.5rem;
  }
}
.view-home .l-home-page .l-card {
  --bs-border-width: 2px;
  --bs-border-color-translucent: #A2E1D8;
  --bs-border-radius: 1.5rem;
  --bs-card-spacer-y: 2.5rem;
  --bs-card-spacer-x: 2.5rem;
  --bs-heading-color: #32BDA6;
  transition: all 0.3s ease-in-out;
}
.view-home .l-home-page .l-card * {
  transition: all 0.3s ease-in-out;
}
.view-home .l-home-page .l-card:hover {
  --bs-card-bg: #32BDA6;
  --bs-heading-color: #fff;
}

.view-invitation-list .l-invitation-list-page__notice {
  line-height: 187%;
}
.view-invitation-list .l-invitation-list-page__generate {
  margin: 0 0 1.25rem;
}
@media (min-width: 576px) {
  .view-invitation-list .l-invitation-list-page__generate {
    max-width: 20rem;
  }
}
@media (min-width: 768px) {
  .view-invitation-list .l-invitation-list-page__generate {
    margin: 0 0 2rem;
  }
}
.view-invitation-list .l-invitation-list-page .l-card {
  --bs-border-color-translucent: #D6D6D6;
  --bs-card-border-radius: 0.5rem;
  font-size: 18px;
}
@media (min-width: 768px) {
  .view-invitation-list .l-invitation-list-page .l-card {
    --bs-card-border-radius: 0.75rem;
  }
}
.view-invitation-list .l-invitation-list-page .l-card:not(:last-child) {
  margin-bottom: 1.5rem;
}
.view-invitation-list .l-invitation-list-page .l-card__state {
  --bs-badge-font-size: 1rem;
  --bs-success-rgb: var(--bs-primary-rgb);
  --bs-secondary-rgb: var(--bs-gray-500-rgb);
  --bs-danger-rgb: 255, 55, 0;
}
.view-invitation-list .l-invitation-list-page .l-card__action {
  --bs-btn-hover-color: #32BDA6;
  --bs-btn-active-color: #32BDA6;
}
.view-invitation-list .l-invitation-list-page .l-card__action:hover {
  opacity: 0.6;
}
.view-invitation-list .l-invitation-list-page .l-card__action.remove {
  position: absolute;
  top: 12px;
  right: 12px;
}
.view-invitation-list .l-invitation-list-page .c-modal {
  --bs-modal-border-width: 0;
  --bs-modal-padding: 2.5rem 1rem;
}
@media (min-width: 768px) {
  .view-invitation-list .l-invitation-list-page .c-modal {
    --bs-modal-border-radius: 1.5rem;
    --bs-modal-padding: 2.5rem 1.75rem;
  }
}
.view-invitation-list .l-invitation-list-page .c-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  transform: inherit;
}
.view-invitation-list .l-invitation-list-page .c-modal__icon {
  font-size: 60px;
}

.view-registration .l-registration-page .js-password-toggle {
  --input-icon-offset: 2rem;
}
.view-registration .l-registration-complete-page__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FFFAED;
}
.view-registration .l-registration-complete-page__icon i {
  font-size: 40px;
}
@media (min-width: 768px) {
  .view-registration #registration-confirm-modal.c-modal {
    --bs-modal-width: 636px;
  }
}
.view-registration #registration-confirm-modal.c-modal .c-modal__close {
  top: 20px;
  transform: none;
}
@media (min-width: 768px) {
  .view-registration #registration-confirm-modal.c-modal .c-modal__close {
    top: 25px;
  }
}