:root {
  --white: white;
  --t: transparent;
  --brand-yellow: #fee20c;
  --brand-red: #c50016;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  letter-spacing: .05em;
  font-family: Noto Sans TC, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 1rem;
}

.page-wrapper {
  z-index: 2;
  height: 100svh;
  padding: 0;
  position: relative;
  overflow: auto;
}

.page-wrapper.dev {
  width: 375px;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper.is-auto-height {
  height: auto;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro {
  width: 100%;
  min-height: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
  position: relative;
}

.logo {
  width: 6em;
  position: relative;
}

.logo.is-bigger {
  height: 12svh;
  margin-top: 0;
}

.lightbox-link {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .5);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: .8em .9em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  line-height: 1;
  display: flex;
  position: relative;
}

.text-block {
  min-width: 350px;
  text-align: center;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: .875rem;
  line-height: 1.4;
}

.btn {
  width: 100%;
  max-width: 400px;
  border: 2px solid var(--white);
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: .8em 1em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.btn.is-form-btn {
  border: 1px solid #fff;
  border-radius: 0 0 10px 10px;
}

.btn.is-sticky {
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
}

.btn.secondary {
  background-color: var(--t);
  color: var(--white);
}

.btn.secondary.hidden {
  display: none;
}

.btn.disabled {
  pointer-events: none;
}

.btn.hidden {
  display: none;
}

.body {
  background-color: var(--brand-yellow);
}

.spotlight {
  width: 100%;
  height: 100%;
  opacity: .8;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn-wrapper {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.middle-wrapper {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.middle-wrapper.is-result {
  padding-left: 20px;
  padding-right: 20px;
}

.middle-wrapper.is-home {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  padding-top: 1em;
}

.middle-wrapper.is-agree {
  justify-content: flex-start;
  padding-top: 1em;
}

.div-block-2 {
  z-index: 2;
  border-top: 1px solid rgba(0, 0, 0, .3);
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  flex-direction: column;
  display: flex;
  position: relative;
}

.question {
  width: 100%;
  height: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.question.is-card-choose {
  height: auto;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  padding-bottom: 20px;
}

.text-block-2 {
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-2.s {
  font-size: 1.1em;
}

.text-block-3 {
  letter-spacing: .2em;
  border: 1px solid #000;
  border-radius: 50px;
  padding: .25em .5em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
}

.caption {
  opacity: .7;
  font-size: .875em;
}

.text-field {
  height: auto;
  background-color: var(--white);
  color: #161616;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: .5em;
  margin-bottom: 0;
  padding: .5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-field:focus {
  border-color: var(--brand-yellow);
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .8);
}

.text-field::placeholder {
  color: rgba(255, 255, 255, .8);
}

.text-field.centered {
  text-align: center;
}

.form-wrapper {
  width: 100%;
  max-width: 400px;
}

.form-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.form {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  display: flex;
}

.div-block-3 {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-direction: column;
  align-items: center;
  font-size: 1.2em;
  display: flex;
}

.div-block-3.no-push {
  margin-top: 0;
}

.div-block-3.for-q-title {
  margin-top: -15vh;
}

.form-btn-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.swiper.card-swiper {
  width: 100%;
  max-width: 400px;
}

.swiper.thumb-swiper {
  width: 100vw;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.swiper.dumplings-swiper {
  width: 100%;
  height: 70px;
  max-width: 600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.card-slogan {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: var(--brand-yellow);
  text-align: center;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: .5em;
  padding-left: .75em;
  padding-right: .75em;
  font-family: Noto Serif TC, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.card {
  width: auto;
  height: 35svh;
  border-radius: 5px;
}

.swiper-wrapper.cover-slide-wrapper {
  align-items: center;
}

.swiper-slide.is-card-thumb {
  width: 10svh;
  height: 10svh;
}

.swiper-slide.is-card-thumb.swiper-slide-thumb-active {
  border: 2px solid var(--brand-red);
  border-radius: 2px;
}

.swiper-slide.dc {
  width: 100px;
}

.swiper-slide.dc.s {
  width: 70px;
}

.card-thumb {
  width: 100%;
  height: auto;
}

.barcode {
  width: 100%;
  max-width: 400px;
  border-radius: 1em 1em 0 0;
}

.image {
  width: 100%;
  max-width: 400px;
}

.result {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0 20px;
  display: flex;
  position: relative;
}

.result.is-card-choose {
  padding-bottom: 20px;
}

.div-block-5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  width: 100%;
  max-width: 400px;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  text-align: center;
  flex-direction: column;
  padding-bottom: 20px;
  font-size: .9rem;
  display: flex;
}

.div-block-7 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: rgba(0, 0, 0, .8);
  text-align: left;
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  padding: .5em 1em .5em .5em;
  line-height: 1.2;
  display: flex;
}

.text-span {
  border-bottom: 2px solid var(--brand-red);
  font-weight: 700;
}

.circle {
  width: 2em;
  height: 2em;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: -.2em;
  margin-right: -.2em;
  font-size: 1rem;
  display: flex;
}

.circle.b {
  border-width: 2px;
  border-color: #000;
}

.circle.highlight {
  z-index: 2;
  background-color: var(--brand-red);
  color: var(--brand-yellow);
  position: relative;
}

.animaition {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.animate-bg {
  width: auto;
  height: 100%;
  max-width: none;
  opacity: .7;
  position: absolute;
}

.animate-bg.a4 {
  width: 180px;
  height: auto;
  opacity: 1;
  margin-bottom: -156px;
  margin-right: -293px;
}

.animate-bg.a4.q2 {
  margin-bottom: -212px;
  margin-left: -289px;
  margin-right: 0;
}

.div-block-8 {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin-top: -10vh;
  position: relative;
  overflow: hidden;
}

.background-video-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-2 {
  width: 240px;
  pointer-events: none;
  position: absolute;
  top: auto;
  bottom: -9px;
  left: auto;
  right: -172px;
}

.small-title-text {
  margin-left: .3em;
  margin-right: .3em;
  font-size: .6em;
}

.bg {
  width: 100%;
  height: 100svh;
  background-image: linear-gradient(45deg, #f5a909, var(--brand-yellow));
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sparkle {
  width: 200px;
  position: absolute;
  top: -26px;
  bottom: auto;
  left: auto;
  right: -89px;
}

.div-block-9 {
  position: relative;
}

.marquee-wrapper {
  z-index: 2;
  width: 100%;
  background-color: var(--brand-yellow);
  color: var(--brand-red);
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.marquee-wrapper._2 {
  color: #cee600;
  mix-blend-mode: hard-light;
}

.marquee-scroller {
  width: 100%;
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-wrap: nowrap;
  padding: .5em .2em .6em;
  font-family: Noto Sans TC, sans-serif;
  font-size: .875em;
  font-weight: 700;
  display: flex;
}

.marquee-text {
  flex: none;
  line-height: 1;
}

.div-block-10 {
  z-index: -1;
  background-color: #fff;
  border-radius: 2em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dumpling-series {
  width: 100%;
  max-width: 600px;
  margin-bottom: -10px;
}

.div-block-11 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.text-block-5 {
  text-align: center;
  font-size: .875rem;
  font-weight: 700;
}

.text-block-6 {
  width: 100%;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--brand-red);
  color: #fff;
  border-radius: 0 0 1em 1em;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  padding: .5em .5em .5em 2.3em;
  font-size: .875rem;
  display: flex;
}

.btn-2 {
  width: 300px;
  color: #fff;
  text-align: center;
  background-color: #ec2224;
  border: 1px solid #ec2224;
  border-radius: 5px;
  padding: 12px 40px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s;
  box-shadow: 0 5px 20px rgba(236, 34, 36, .4);
}

.btn-2:hover {
  background-color: #ff2527;
}

.div-block-12 {
  width: 70ch;
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px 20px;
  font-weight: 400;
}

.close {
  z-index: 100;
  width: 24px;
  height: 24px;
  background-image: url('../images/close.svg');
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.close.is-white {
  width: 36px;
  height: 36px;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.list-item {
  margin-bottom: 1em;
  list-style-type: decimal;
}

.div-block-23 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.div-block-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  font-weight: 500;
  display: flex;
}

.list {
  padding-left: 20px;
}

.caption-2 {
  color: rgba(0, 0, 0, .6);
  font-size: .875rem;
}

.modal {
  z-index: 2000;
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, .6);
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.modal.dev {
  display: block;
}

.heading-3 {
  text-align: center;
  margin-bottom: 20px;
}

.paragraph {
  color: rgba(0, 0, 0, .6);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: .75rem;
}

.open-notice {
  height: 0;
  padding: 0;
}

.link-block {
  z-index: 100;
  position: relative;
}

.final-card {
  width: 100%;
  max-width: 400px;
  border-radius: 1em;
}

.div-block-25 {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  color: var(--brand-red);
  justify-content: center;
  align-items: center;
  padding-bottom: .5em;
  font-weight: 700;
  display: flex;
  position: relative;
}

.text-block-7 {
  width: 1.5em;
  height: 1.5em;
  background-color: var(--brand-red);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.div-block-26 {
  width: 100%;
  max-width: 400px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-8 {
  color: rgba(0, 0, 0, .5);
  letter-spacing: .3em;
  margin-bottom: -1.3em;
  font-size: .75rem;
}

.div-block-27 {
  width: 100%;
  max-width: 350px;
  border-radius: 0 0 5px 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
}

.div-block-3-copy {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-direction: column;
  align-items: center;
  font-size: 1.2em;
  display: flex;
}

.div-block-3-copy.no-push {
  margin-top: 0;
}

.div-block-28 {
  position: relative;
}

.div-block-29 {
  width: 75%;
  height: 44%;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 10px;
  line-height: 1.2;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 17%;
  left: 1%;
}

.div-block-29.pentouch-regular.dev {
  opacity: 1;
}

.text-block-9 {
  text-align: center;
  font-size: 2rem;
}

.text-block-10 {
  font-size: 1.6rem;
  line-height: 1.6;
}

.list-item-2 {
  margin-bottom: 1em;
  margin-left: 1em;
  list-style-type: disc;
}

.list-item-3 {
  margin-bottom: 1em;
  list-style-type: none;
}

.list-2 {
  padding-left: 0;
}

.list-item-copy {
  margin-bottom: 0;
  list-style-type: disc;
}

.heading-4 {
  margin-top: 2em;
  font-size: 1rem;
  text-decoration: underline;
}

.heading-5 {
  margin-top: 2em;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  margin-top: -.2em;
}

.og {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link {
  color: var(--brand-red);
}

.image-3 {
  width: 100%;
  max-width: 320px;
  position: relative;
}

.image-3-copy {
  width: 100%;
  max-width: 300px;
}

.image-3-copy.s {
  max-width: 200px;
}

.flex-block {
  z-index: 200;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20em;
  padding: .8em;
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
}

.flex-block-2 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  align-items: center;
}

.firework-wrapper {
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-block-3 {
  width: 5em;
  position: absolute;
  top: -2em;
  bottom: auto;
  left: -2.2em;
  right: auto;
}

.firework {
  width: 100%;
}

.flex-block-4 {
  width: 100%;
  max-width: 350px;
  position: relative;
}

.flex-block-3-copy {
  width: 8em;
  position: absolute;
  top: auto;
  bottom: 3.6em;
  left: auto;
  right: -2.4em;
}

.lottie-animation {
  height: 100%;
  opacity: .5;
  filter: grayscale() brightness(200%);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-block-5 {
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-4 {
  z-index: 2;
  width: 220px;
  margin-bottom: -9px;
  position: relative;
}

.image-4.s {
  width: 180px;
  margin-bottom: -8px;
}

.text-block-8-copy {
  color: rgba(0, 0, 0, .5);
  letter-spacing: .3em;
  font-size: .75rem;
}

.div-block-31 {
  width: 350px;
  height: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-5 {
  transform-origin: 50% 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-5._1 {
  width: 25%;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-5._2 {
  width: 20%;
  left: 10%;
}

.image-5._3 {
  width: 20%;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.image-5._4 {
  width: 15%;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.flex-block-6 {
  width: 100%;
  max-width: 350px;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--brand-red);
  color: var(--brand-yellow);
  border-radius: 1em 1em 0 0;
  align-items: center;
  padding: 1em;
  overflow: hidden;
}

.flex-block-6.all-round-corner {
  border-radius: 1em;
}

.div-block-32 {
  color: var(--brand-red);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-33 {
  width: 1.6em;
  aspect-ratio: 1 / 1;
  background-color: var(--brand-yellow);
  position: absolute;
  transform: rotate(45deg);
}

.text-block-12 {
  font-weight: 700;
  position: relative;
}

.flex-block-7 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
}

.image-6 {
  width: 80%;
  position: relative;
}

.text-block-13 {
  width: 100%;
  border-top: 1px solid var(--brand-yellow);
  border-bottom: 1px solid var(--brand-yellow);
  text-align: center;
  padding: .25em 1em;
}

.text-block-13.highlight {
  background-color: var(--brand-yellow);
  color: var(--brand-red);
  border: 1px #000;
  border-radius: 1em;
}

.flex-block-8 {
  width: 100%;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  position: relative;
}

.flex-block-8.s {
  width: 60%;
}

.image-7 {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  position: absolute;
}

.lottie-animation-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-block-9 {
  align-items: center;
}

.check-box-group {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  padding: 1em;
  display: flex;
}

.div-block-34 {
  padding: 1em;
}

.text-block-14 {
  opacity: .7;
  font-size: .875rem;
}

.form-block-2 {
  width: 100%;
}

.grid {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.form-group {
  margin-bottom: 1em;
}

.text-block-15 {
  font-size: .875rem;
  font-weight: 400;
}

.text-block-15.has-margin {
  margin-bottom: 1em;
}

.flex-block-10 {
  width: 100%;
  align-items: center;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .2);
  margin-top: 1em;
  margin-bottom: 1em;
}

.divider.double-margin {
  margin-top: 2em;
  margin-bottom: 2em;
}

.link-2 {
  width: 100%;
  display: block;
}

.btn-copy {
  width: 100%;
  max-width: 400px;
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 100px;
  margin-top: .5em;
  margin-left: auto;
  margin-right: auto;
  padding: .8em 1em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: block;
  position: relative;
}

.btn-copy.is-form-btn {
  border: 1px solid #fff;
  border-radius: 0 0 10px 10px;
}

.btn-copy.is-sticky {
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
}

.btn-copy.secondary {
  background-color: var(--t);
  color: var(--white);
}

.btn-copy.hidden {
  display: none;
}

.invoice-group {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.radio-button-label {
  margin-bottom: 0;
}

.radio-button-field {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  margin-bottom: 0;
  padding-left: 12px;
  display: flex;
}

.text-block-16 {
  margin-top: 1em;
  font-size: 1.2rem;
  font-weight: 700;
}

.flex-block-12 {
  width: 100%;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-bottom: 1px solid var(--brand-yellow);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1.2fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1em;
  display: grid;
}

.flex-block-12.s {
  font-size: .875rem;
}

.text-block-17 {
  width: 50%;
}

.text-block-17-copy {
  width: 25%;
}

.text-block-18 {
  background-color: var(--brand-yellow);
  color: var(--brand-red);
  border-radius: 2em;
  padding: .5em 1em;
}

.select-field {
  background-color: var(--white);
  color: #161616;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: .5em;
  margin-bottom: 0;
  padding: 0 .5em;
  font-size: 1rem;
  line-height: 1.5;
}

.select-field:focus {
  border-color: var(--brand-yellow);
}

.flex-block-13 {
  justify-content: space-between;
  margin-bottom: 1em;
}

.html-embed {
  width: 100%;
}

.flex-block-14 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
}

.invoice-remove {
  width: 1.5em;
  height: 1.5em;
  filter: invert();
  cursor: pointer;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.invoice-remove.hidden {
  display: none;
}

.swiper-slide-2 {
  text-decoration: none;
}

.swiper-slide-2.cover-slide {
  width: 13%;
}

.dumpling-package-cover {
  width: 100%;
}

.div-block-35 {
  z-index: 2;
  background-color: var(--brand-red);
  filter: brightness(120%);
  color: var(--brand-yellow);
  border-radius: 2em;
  padding: .8em;
  font-size: .75rem;
  position: absolute;
  top: -3.2em;
  bottom: auto;
  left: -2em;
  right: auto;
}

.html-embed-2 {
  width: 1em;
  position: absolute;
}

.image-8 {
  height: 1em;
  position: absolute;
  bottom: -.9em;
  left: 8.2em;
}

@media screen and (max-width: 991px) {
  .swiper.home-covers-swiper {
    width: 100%;
  }

  .btn-2 {
    max-width: 100%;
  }

  .div-block-12 {
    width: 100%;
    padding: 10px 20px 20px;
  }

  .close {
    top: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .swiper.home-covers-swiper {
    width: 100vw;
  }

  .swiper.dumplings-swiper {
    width: 100vw;
    margin-left: -10px;
    margin-right: 0;
  }

  .btn-2 {
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .bg {
    background-image: linear-gradient(45deg, #f5a909, var(--brand-yellow));
  }

  .btn-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-12 {
    padding-left: 20px;
  }

  .list-item {
    text-align: left;
  }

  .div-block-23 {
    padding: 10px;
  }

  .list {
    padding-left: 20px;
  }

  .caption-2 {
    font-size: .8rem;
  }

  .heading-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
  }

  .text-block-9 {
    font-size: 1.4rem;
  }

  .text-block-10 {
    font-size: 1.2rem;
  }

  .list-item-copy {
    text-align: left;
  }

  .flex-block-7, .text-block-13 {
    font-size: 4.5vw;
  }

  .swiper-slide-2.cover-slide {
    width: 60px;
  }
}


