@charset "UTF-8";
html,
body {
  font-family: "Microsoft JhengHei", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}

a {
  color: #525252;
  text-decoration: none;
}

ul {
  list-style-type: disc;
}

.privacy p {
  margin-bottom: 20px;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem !important;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem !important;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem !important;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem !important;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem !important;
  line-height: 1;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.text-link {
  color: #25A0A2;
  text-decoration: underline;
  cursor: pointer;
}

.text-link-grey {
  text-decoration: underline;
  cursor: pointer;
}

.text-white {
  color: white;
}

.text-primary {
  color: #25A0A2;
}

.text-secondary {
  color: #D33529;
}

.text-secondary-light {
  color: #E1B698;
}

.title {
  font-size: 1.25rem;
  font-weight: bold;
}

.title-secondary {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 2px solid #E1B698;
  color: #E1B698;
  padding: 5px;
}

.header {
  font-size: 1.25rem;
  font-weight: bold;
  color: #525252;
}

@media (min-width: 768px) {
  .title,
.header {
    font-size: 1.5rem;
  }
}
/* ================ margin ================ */
.margin-auto {
  margin: auto;
}

.margin-r-auto {
  margin-right: auto;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* ================  align  ================ */
.align-items {
  align-items: center;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

/* ================  width  ================ */
.w-100 {
  width: 100% !important;
}

.w-90 {
  width: 90%;
}

.w-50 {
  width: 50%;
}

/* ================  other  ================ */
.float {
  float: left;
}

.nowrap-row {
  flex-wrap: nowrap;
}

.text-nowrap {
  white-space: nowrap;
}

.col-auto {
  width: auto;
}

hr {
  border-top: 1px solid #A3A3A3;
  border-bottom: none;
}

.position-r {
  position: relative;
}

.position-left-top {
  position: absolute;
  left: 0;
  top: 0;
}

.position-left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}

.position-right-top {
  position: absolute;
  right: 0;
  top: 0;
}

.position-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}

.step-list, .img-mask, .checkbox-btn .check-mark, .radio-btn .check-mark, .radio .check-mark, .custom-select, input, .btn, a.icon-list-style i, a.icon-circle-style i {
  border-radius: 50rem;
}

/* ================  content layout  ================ */
html,
body {
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}

.container-fluid {
  padding: 0;
  margin: 0;
}

.layout-content {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(90deg, #C6F4F8 0%, #F3E7DE 40%, #F3E7DE 60%, #D8BDAA 100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #525252;
  position: relative;
  padding-bottom: 50px;
  font-size: 0.875rem;
}

.content {
  width: 90%;
  padding: 50px 0;
}

.bg-secondary {
  background: url(../images/footprint2.svg) no-repeat top center, #F3E7DE;
  padding: 50px 2% 20px;
  width: 100%;
}

.bg-linear {
  background: linear-gradient(180deg, #C6F4F8 0%, #F3E7DE 50%);
  padding: 50px 2% 20px;
  width: 100%;
}

.bg-secondary2 {
  background: url(../images/footprint3.svg) no-repeat top center, #E1B698;
  padding: 50px 2% 0;
  width: 100%;
}

.bg-white {
  background: white;
}

.header {
  padding-bottom: 50px;
}
.header img + div {
  margin-top: 20px;
}

.footer {
  width: 100%;
  background: #737373;
  position: absolute;
  bottom: 0;
}

.fixed-br {
  position: fixed;
  right: 0px;
  bottom: 70px;
  z-index: 1;
  text-align: center;
}

.form {
  width: 80%;
  max-width: 500px;
}

@media screen and (min-width: 540px) {
  .content {
    padding: 100px 0 20px;
    font-size: 1rem;
  }

  .img,
.header img {
    transform: scale(1.2);
  }
}
@media screen and (min-width: 1280px) {
  .layout-content {
    background: url(../images/footprint.svg) no-repeat right center/30% fixed, linear-gradient(90deg, #C6F4F8 0%, #F3E7DE 40%, #F3E7DE 60%, #D8BDAA 100%);
  }
}
@media (min-width: 768px) {
  .fixed-br {
    transform: scale(1.4);
    right: 18px;
  }
}
/* ================ components/navbar ================ */
.navbar {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #6cbcbd;
}
.navbar .navbar-item {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  padding: 5px 5px 15px;
  color: white;
}
.navbar .navbar-item:hover, .navbar .navbar-item:active, .navbar .navbar-item.active {
  background: #25A0A2;
}
.navbar [class^=icon-],
.navbar [class*=" icon-"] {
  position: relative;
  font-size: 32px;
}

a.icon-circle-style {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
  margin: 10px 0;
  color: #525252;
}
a.icon-circle-style i {
  display: block;
  font-size: 30px;
  background: #25A0A2;
  padding: 8px;
  color: white;
  margin-bottom: 4px;
}

a.icon-list-style {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 20px 0;
  margin: 8px;
  border-bottom: 1px solid #A3A3A3;
  color: #525252;
}
a.icon-list-style i {
  display: block;
  font-size: 24px;
  padding: 4px;
  color: #737373;
}
a.icon-list-style .icon-arrow-next {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .navbar {
    top: 0;
    bottom: auto;
    justify-content: stretch;
  }
  .navbar .navbar-item {
    flex-direction: row;
    flex: none;
    padding: 15px;
    font-size: 15px;
  }
  .navbar .navbar-item [class^=icon-],
.navbar .navbar-item [class*=" icon-"] {
    margin-right: 5px;
  }
  .navbar .navbar-item i {
    display: none;
  }
}
/* ================ components/buttons ================ */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  background: #25A0A2;
  color: white;
  padding: 6px 16px;
  border: none;
  box-sizing: border-box;
}
.btn:hover {
  background: #6cbcbd;
}

.btn-s {
  padding: 2px;
}

.btn-full {
  width: 100%;
}

.btn-half {
  width: 50%;
}

.btn-line {
  background: #68B82B;
  padding: 0;
}
.btn-line img {
  height: 36px;
}
.btn-line:hover {
  background: #68B82B;
}

.btn-outline {
  background: white;
  border: 1px solid #25A0A2;
  color: #25A0A2;
}
.btn-outline:hover {
  background: #F5F5F5;
}

/* ================ components/forms ================ */
input,
textarea,
select {
  background: white;
  box-shadow: none;
  box-sizing: border-box;
  border: none;
}
textarea {
  border-radius: 10px;
  padding: 8px 16px;
}

input {
  margin: 8px 0;
  padding: 8px 16px;
  outline: none;
  border: none;
}
input::placeholder {
  color: #A3A3A3;
}

label {
  margin: 8px 0;
}

.radio {
  margin-right: 4px;
}

.custom-input.form-s {
  width: 100px;
}

.custom-input.form-m {
  width: 180px;
}

.input-date .form-xs {
  width: 114px;
}

.input-date {
  font-size: 0.8125rem;
  border-radius: 50rem;
}
.input-date [type=date] {
  padding: 0 0 0 10px;
  height: 34px !important;
  outline: none;
  border-radius: 50rem;
}
.input-date [type=date]::-webkit-inner-spin-button {
  display: none;
}
.input-date [type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.input-date [type=date]:focus, .input-date [type=date]::placeholder {
  font-weight: 600;
}

.form-group {
  width: 100%;
  align-items: center;
}

.custom-select {
  background: white;
  position: relative;
  height: 34px;
  color: #737373;
  margin: 8px 8px 8px 0;
  outline: none;
  border: none;
}
.custom-select select {
  margin: 0;
  display: block;
  height: 100%;
  font-weight: 600;
  text-indent: 10px;
  cursor: pointer;
  border: none;
}

.custom-checkbox {
  width: auto;
  display: inline-block;
  position: relative;
  padding-left: 22px;
  line-height: 22px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.custom-checkbox .checkbox-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 3px;
  color: #25A0A2;
  background-color: white;
  font-family: "icomoon";
  font-size: 22px;
}
.custom-checkbox .checkbox-mark:before {
  display: block;
  position: absolute;
  content: "";
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox input:checked ~ .checkbox-mark {
  color: #25A0A2;
}
.custom-checkbox input:checked ~ .checkbox-mark:before {
  display: block;
  content: "";
}

.radio {
  width: auto;
  display: inline-block;
  position: relative;
  padding-left: 18px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.radio .check-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  color: #25A0A2;
  background-color: white;
  font-family: "icomoon";
  font-size: 18px;
}
.radio .check-mark:before {
  display: block;
  position: absolute;
  content: "";
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio input:checked ~ .check-mark {
  color: #25A0A2;
}
.radio input:checked ~ .check-mark:before {
  display: block;
  content: "";
}

.bcs-title .radio {
  width: 100%;
  height: 100%;
}
.bcs-title .radio .check-mark {
  left: 30%;
}

.radio-btn {
  cursor: pointer;
  margin: 4px;
  width: calc(50% - 8px);
}
.radio-btn .check-mark {
  color: #25A0A2;
  background-color: white;
  border: 1px solid #25A0A2;
  padding: 4px 12px;
  width: 100%;
}
.radio-btn input {
  display: none;
}
.radio-btn input:checked ~ .check-mark {
  background-color: #25A0A2;
  color: white;
}

.checkbox-btn {
  min-width: calc(25% - 8px);
  margin-right: 4px;
}
.checkbox-btn .check-mark {
  color: #25A0A2;
  background-color: white;
  border: 1px solid #25A0A2;
  padding: 4px 12px;
  width: 100%;
  margin-top: -40px;
}
.checkbox-btn input {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 12px 0;
}
.checkbox-btn input:checked ~ .check-mark {
  background-color: #25A0A2;
  color: white;
}

/* ================ components/card ================ */
.container-scroll {
  width: 110%;
  overflow-x: scroll;
}
.container-scroll .card {
  margin-right: 10px;
}

.card-content {
  width: calc(75vw * 5);
  display: flex;
  justify-content: start;
  align-items: stretch;
}

.card {
  background: white;
  border-radius: 10px;
  box-shadow: 0px 1px 6px rgba(38, 38, 38, 0.2);
  box-sizing: border-box;
}

.bg-grey {
  background: #E5E5E5;
  border-radius: 5px;
  padding: 4px 8px;
  margin: 5px 0;
}

.card-title {
  background: #6cbcbd;
  border-radius: 5px;
  padding: 5px 10px;
  color: white;
  margin-bottom: 5px;
}

.card-list {
  border-bottom: 1px solid #D4D4D4;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  text-align: left;
}
.card-list div:last-child {
  width: 30%;
  text-align: right;
}

.bcs-title {
  background: #A3A3A3;
  color: white;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  padding: 5px 0;
}
.bcs-title .check-mark {
  color: #A3A3A3;
}
.bcs-title:hover, .bcs-title.active {
  background: #25A0A2;
}
.bcs-title:hover .check-mark, .bcs-title.active .check-mark {
  color: #25A0A2;
}

.bcs-active {
  background: #25A0A2;
}
.bcs-active .check-mark {
  color: #25A0A2;
}

.bcs-5-l, .bcs-5-t, .bcs-4-l, .bcs-4-t, .bcs-3-l, .bcs-3-t, .bcs-2-l, .bcs-2-t, .bcs-1-l, .bcs-1-t {
  display: block;
  background: url(../images/bcs.svg) no-repeat;
  width: 145px;
  scale: 90%;
}

.bcs-1-t {
  height: 70px;
  background-position: 0 -20px;
}

.bcs-1-l {
  height: 110px;
  background-position: -150px 0;
}

.bcs-2-t {
  height: 70px;
  background-position: 0 -140px;
}

.bcs-2-l {
  height: 110px;
  background-position: -150px -120px;
}

.bcs-3-t {
  height: 70px;
  background-position: 0 -260px;
}

.bcs-3-l {
  height: 110px;
  background-position: -150px -240px;
}

.bcs-4-t {
  height: 70px;
  background-position: 0 -380px;
}

.bcs-4-l {
  height: 110px;
  background-position: -150px -360px;
}

.bcs-5-t {
  height: 70px;
  background-position: 0 -500px;
}

.bcs-5-l {
  height: 110px;
  background-position: -150px -480px;
}

@media screen and (min-width: 720px) {
  .container-scroll {
    overflow-x: visible;
    display: inline-flex;
    width: 100%;
  }
  .container-scroll .card-content {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container-scroll .card {
    margin: 0 10px 10px 0;
    min-width: 300px;
    max-width: calc(20vw - 50px);
  }
}
/* ================ components/table ================ */
table {
  border-collapse: collapse;
}

.compare table,
.compare tr,
.compare td {
  border: 1px solid #D4D4D4;
}
.compare table [class^=icon-],
.compare tr [class^=icon-],
.compare td [class^=icon-] {
  font-size: 24px;
}
.compare th {
  background: #E1B698;
  color: white;
  font-weight: bold;
  border-right: 1px solid white;
  height: 50px;
}
.compare .bg-highlight {
  background: #D33529;
}
.compare td {
  background: white;
  padding: 10px 3px;
  text-align: center;
  min-width: 60px;
}
.compare td:first-child {
  background: #25A0A2;
  color: white;
  border-bottom: 1px solid white;
}
.compare .icon-circle-yes {
  color: #25A0A2;
}
.compare .icon-circle-no {
  color: #D33529;
}
@media (max-width: 760px) {
  .compare th:nth-child(8),
.compare th:nth-child(5),
.compare th:nth-child(6),
.compare th:nth-child(7),
.compare td:nth-child(5),
.compare td:nth-child(6),
.compare td:nth-child(7),
.compare td:nth-child(8) {
    display: none;
  }
}

/* ================ components/other ================ */
.cursor {
  cursor: pointer;
}

.img-mask {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.banner-text {
  background: white;
  padding: 2px 4px;
  border-radius: 5px;
  font-size: 13px;
  box-shadow: 0px 1px 6px rgba(38, 38, 38, 0.2);
}

.banner {
  background: #D33529;
  padding: 8px;
  margin: 0 auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  min-width: 46px;
  max-width: 80%;
  animation: green 0.6s infinite;
}
.banner.free {
  animation: light 0.6s infinite;
}

.animate {
  animation: rotate 0.6s infinite;
}

@keyframes light {
  0% {
    background: #D33529;
  }
  50% {
    background: #FD553E;
  }
  100% {
    background: #D33529;
  }
}
@keyframes green {
  0% {
    background: #25A0A2;
  }
  50% {
    background: #6dbcbd;
  }
  100% {
    background: #25A0A2;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
.rotate {
  transform: rotate(-15deg);
}

.logo-partner img {
  height: 95px;
  width: auto;
  margin: 4px;
  transform: scale(1);
}

.border-b {
  border-bottom: 1px solid #A3A3A3;
}

.step-list {
  background: #6cbcbd;
  color: white;
  padding: 5px 50px 5px 20px;
  margin: 10px;
  display: block;
}

a.step-list {
  position: relative;
}
a.step-list::after {
  content: "►";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: white;
}
a.step-list:hover {
  background: #25A0A2;
}

.img-h-auto {
  width: 100%;
  height: auto;
}

.border-top-show {
  border-top: 1px solid #A3A3A3;
}

.border-bottom {
  border-bottom: 1px solid #A3A3A3;
}

.pet-layout {
  justify-content: center;
}

.border-grey300 {
  border: 1px solid #D4D4D4;
}

.update {
  width: 150px;
  height: 150px;
}

.question {
  cursor: pointer;
}

.answer {
  background: rgba(108, 188, 189, 0.3);
  display: none;
}

.show {
  display: block;
}

@media (min-width: 768px) {
  .title-line::after {
    content: "";
    position: absolute;
    left: 105%;
    top: 50%;
    width: 270px;
    border-bottom: 2px solid #525252;
  }

  .border-top {
    border-top: 1px solid #A3A3A3;
  }

  .price {
    margin-left: 20px;
    border-top: none;
  }

  .pet-layout {
    justify-content: start;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background: white;
  position: absolute;
  top: calc(50% - 45px);
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 10px;
  min-width: 200px;
  max-width: 90vw;
  box-sizing: content-box;
}
.modal-content.modal-m {
  width: 500px;
}

@media (max-width: 500px) {
  .modal-content.modal-m {
    width: auto;
  }
}
.report {
  width: 900px;
  padding: 120px;
  background: url(../images/report-bg@3x.png) no-repeat top center;
  background-size: cover;
}
.report table table,
.report table th,
.report table tr,
.report table td {
  border: 1px solid black;
  padding: 5px;
  text-align: center;
}
.report table .align-l {
  text-align: left;
}
.report table.table-s tr:nth-child(1) td:nth-child(1) {
  width: 2rem;
}
.report .qrcode {
  width: 90px;
  margin: 5px;
}