* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: inherit;
  border: 0;
}

html {
  font-size: 12px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
  font-family: "Roboto", sans-serif;
  font-feature-settings: "tnum";
}

body {
  background-color: #fff;
  font-size: 12px;
  color: #000;
}

.no-animate * {
  transition: none !important;
  animation: none !important;
}

.pageview {
  overflow: hidden;
}

.lazy {
  background: none !important;
  -webkit-mask-image: none !important;
}

ol,
ul {
  list-style: none;
}

b {
  font-weight: bold;
}

.visibility-hidden {
  visibility: hidden !important;
}

.cursor-pointer {
  cursor: pointer;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.full-mask-size {
  -webkit-mask-size: 100% 100%;
}

.mask-position {
  -webkit-mask-position: 0% 0%;
}

.u-select-none {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.p-absolute {
  position: absolute;
}

.p-relative {
  position: relative;
}

.gallery-view-icon-next img,
.gallery-view-icon-prev img,
.carousel-icon-next img,
.carousel-icon-prev img {
  width: 25px;
  height: 25px;
  filter: drop-shadow(0 0 1px black);
}

.icon-play-video {
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  cursor: pointer;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://content.pancake.vn/1.1/30/5a/c2/93/9ec72c8ce8898050035dddbb989c950bc1faabdc1fdcc11175dea467.svg);
}

.player-btn-unmute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.player-btn-unmute > div {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  background-size: 90%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.d-none {
  display: none;
}

a:link,
a:visited {
  color: inherit;
}

a {
  text-decoration: none;
}

.section-container {
  margin: auto;
}

.frame-html-box iframe {
  width: 100%;
  height: 100%;
}

.image-block-css {
  overflow: hidden;
  will-change: filter;
}

.image-background,
.image-background-compare {
  margin: 0 auto;
}

.image-background-compare {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-compare-line {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 40;
  width: 38px;
  height: 38px;
  margin-top: -22px;
  margin-left: -22px;
  cursor: pointer;
  border: 3px solid #fff;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.image-compare-left-arrow,
.image-compare-right-arrow {
  top: 50%;
  margin-top: -6px;
  position: absolute;
  width: 0;
  height: 0;
  border: 6px inset transparent;
}

.image-compare-left-arrow {
  left: 50%;
  margin-left: -17px;
  border-right: 6px solid #fff;
}

.image-compare-right-arrow {
  right: 50%;
  margin-right: -17px;
  border-left: 6px solid #fff;
}

.image-compare-line:before,
.image-compare-line:after {
  position: absolute;
  z-index: 30;
  display: block;
  content: " ";
  background: #fff;
}

.image-compare-line:before {
  left: 50%;
  width: 3px;
  height: 9999px;
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.image-compare-line:after {
  left: 50%;
  width: 3px;
  height: 9999px;
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.text-block-css {
  display: inline-block;
  word-break: break-word;
  -webkit-background-clip: text !important;
}

.animationText span {
  display: inline-block;
}

.animationText .bar {
  position: absolute;
  height: 100%;
  width: 3px;
  background: currentColor;
  top: 0;
  right: 0;
}

.animate-word-wrapper {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  transition: width 0.6s;
  text-align: start;
}

.animate-word-wrapper > span {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  font: inherit;
}

.animate-word-wrapper span i {
  font: inherit;
  font-style: initial;
  display: inline-block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.animate-word-wrapper span i.in {
  animation-name: rotate-3-in;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
}

.animate-word-wrapper span i.out {
  animation-name: rotate-3-out;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
}

.animationText .hidden {
  opacity: 0;
  z-index: -1;
}

.animationText .visible {
  opacity: 1;
  position: relative;
}

.inline {
  display: inline !important;
}

.caret-dummy {
  animation: caret-popping 1s infinite;
}

.caret {
  transform: scaleY(1.3) translateY(-3%);
}

@keyframes rotate-3-out {
  0% {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
  }

  100% {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
  }
}

@-webkit-keyframes rotate-3-out {
  0% {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
  }

  100% {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
  }
}

@keyframes rotate-3-in {
  0% {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
  }
}

@-webkit-keyframes rotate-3-in {
  0% {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
  }
}

@keyframes caret-popping {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.line-css {
  padding: 8px 0;
}

.line-container {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
}

.com-button {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  transition: transform 200ms ease-out;
  -webkit-transition: transform 200ms ease-out;
}

.com-button:active {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
}

.button-css {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
}

.button-text {
  display: table-cell;
  vertical-align: middle;
  text-align: unset;
}

.input-number-quantity-css {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  user-select: none;
}

.input-number-quantity-css .minus,
.plus {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}

.input-number-quantity-css .minus {
  border-right: inherit;
}

.input-number-quantity-css .plus {
  border-left: inherit;
}

.input-number-quantity-css input {
  text-align: center;
  background: transparent;
  color: inherit;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  border-radius: 0;
}

.input-number-quantity-css input::placeholder {
  color: #979797;
  -webkit-text-fill-color: #979797;
}

.input-number-quantity-css input::-webkit-outer-spin-button,
.input-number-quantity-css input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-number-quantity-css input[type="number"] {
  -moz-appearance: textfield;
}

.field-error {
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 30px;
}

.field-error img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
}

.input-css {
  overflow: hidden;
}

.input-css input {
  background: transparent;
  color: inherit;
  padding-left: 10px;
  border-radius: 0;
  text-align: inherit;
  letter-spacing: inherit;
}

.input-css input::placeholder {
  text-transform: var(--placeholder-transform);
  text-decoration: var(--placeholder-decoration);
}

.input-datetime {
  overflow: hidden;
}

.input-datetime input {
  background: transparent;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  text-align: inherit;
  letter-spacing: inherit;
}

.input-datetime input::placeholder {
  text-transform: var(--placeholder-transform);
  text-decoration: var(--placeholder-decoration);
}

.input-datetime .input-datetime-placeholder {
  position: absolute;
  top: 0;
  padding-left: 12px;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  z-index: -1;
}

.input-file {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 10px;
  cursor: pointer;
}

.input-file .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.input-file input[type="file"] {
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}

.textarea-css {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.textarea-css textarea {
  background: transparent;
  padding-top: 6px;
  padding-bottom: 0;
  color: inherit;
  padding-left: 10px;
  border-radius: 0;
  text-align: inherit;
  letter-spacing: inherit;
}

.textarea-css textarea::placeholder {
  text-transform: var(--placeholder-transform);
  text-decoration: var(--placeholder-decoration);
}

.com-checkbox-group {
  min-height: 40px;
}

.checkbox-group-css {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 10px;
  min-height: 40px;
}

.checkbox-group-item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.checkbox-group-input {
  margin-right: 10px;
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
  flex-shrink: 0;
}

.com-radio {
  min-height: 40px;
  height: auto !important;
}

.radio-css {
  min-height: 40px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.radio-item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 5px;
  padding-left: 10px;
}

.radio-input {
  margin-right: 10px;
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
  flex-shrink: 0;
}

.select-css {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.select-css select {
  text-align: inherit;
  letter-spacing: inherit;
}

.select-css option:first-child {
  color: #979797;
}

.chevron {
  pointer-events: none;
  color: #979797;
  position: absolute;
  right: 0;
  width: 26px;
  height: 100%;
  top: 0;
}

.chevron .icon {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid transparent;
  border-radius: 100px;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}

.chevron .icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.select-css select {
  background: transparent;
  padding-right: 26px;
  padding-left: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  color: #979797;
}

.select-css select.select {
  color: inherit;
}

.address-css {
  overflow: hidden;
}

.address-css .select-container {
  color: inherit;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.address-css .select-field {
  height: 100%;
  flex: 1;
  position: relative;
}

.address-css select {
  background: transparent;
  padding-left: 10px;
  padding-right: 26px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  height: 100%;
  color: #979797;
}

.address-css select.select {
  color: inherit;
}

.address-css select option:first-child {
  color: #979797;
}

.address-column {
  background: transparent !important;
  border-width: 0 !important;
}

.address-column .select-column {
  flex-direction: column;
  border-radius: inherit !important;
  border-color: inherit !important;
  border-style: inherit !important;
}

.address-column .select-column .select-field {
  width: 100%;
  border-radius: inherit;
  border-width: 1px;
  border-color: inherit;
  border-style: inherit;
  overflow: hidden;
}

.detect-address-select-wrapper {
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 4px;
  transition: max-height 0.3s ease-in-out, visibility 0.3s ease-in-out,
    scale 0.3s, opacity 0.3s;
  max-height: 0;
  scale: 0.5;
  opacity: 0;
  overflow: hidden scroll;
  border: 1px solid rgba(217, 217, 217, 1);
}

.detect-address-select-wrapper::-webkit-scrollbar-thumb {
  background-color: #d4d4d4;
  border-radius: 8px;
}

.detect-address-select-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #808080;
}

.detect-address-select-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}

.detect-address-select-wrapper::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
}

.detect-address-select-option {
  padding: 6px 8px;
  cursor: pointer;
  border-radius: 2px;
}

.detect-address-select-option:hover {
  background-color: #e5e5e5;
}

.icon-container {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
}

.loader {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
  animation: around 5.4s infinite;
}

@keyframes around {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader::after,
.loader::before {
  content: "";
  background: white;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  border-radius: 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  animation: around 0.7s ease-in-out infinite;
}

.loader::after {
  animation: around 0.7s ease-in-out 0.1s infinite;
  background: transparent;
}

.button-loader,
.button-loader:before,
.button-loader:after {
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}

.button-loader {
  color: #fff;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
  display: none;
  top: -17px;
}

.button-loader:before,
.button-loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.button-loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.button-loader:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.group-container {
  width: 100%;
  height: 100%;
}

.popup-wrapper {
  top: 0;
  left: 0;
}

.popup-background {
  overflow: hidden;
}

.popup-backdrop {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}

.popup-center {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.popup-top-left {
  top: 0;
  left: 0;
}

.popup-top-center {
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
}

.popup-top-right {
  top: 0;
  right: 0;
}

.popup-center-left {
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}

.popup-center-right {
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}

.popup-bottom-left {
  bottom: 0;
  left: 0;
}

.popup-bottom-center {
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
}

.popup-bottom-right {
  bottom: 0;
  right: 0;
}

.overlay {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
}

.cart-quantity-css {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
}

.cart-quantity-css .minus {
  border-right: inherit;
}

.cart-quantity-css .plus {
  border-left: inherit;
}

.cart-quantity-css input {
  text-align: center;
  background: transparent;
  color: inherit;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  -moz-appearance: textfield;
}

.cart-quantity-css input::-webkit-outer-spin-button,
.cart-quantity-css input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.cart-quantity-css .minus,
.cart-quantity-css .plus {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  user-select: none;
  cursor: pointer;
  -webkit-user-select: none;
  width: 40px;
}

.product-attr-selected {
  top: 0;
  left: 0;
  overflow: hidden;
}

.lightbox-btn-close {
  background-color: #a8a8a8;
  width: 21px;
  height: 21px;
  position: absolute;
  cursor: pointer;
}

.lightbox-btn-close > span {
  position: absolute;
  z-index: 9999;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: 0% 0%;
  background: #fff;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyAgd2lkdGg9JzE0JyBoZWlnaHQ9JzE0JyB2aWV3Qm94PScwIDAgMTQgMTQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEyLjU5IDBMNyA1LjU5TDEuNDEgMEwwIDEuNDFMNS41OSA3TDAgMTIuNTlMMS40MSAxNEw3IDguNDFMMTIuNTkgMTRMMTQgMTIuNTlMOC40MSA3TDE0IDEuNDFMMTIuNTkgMFonIGZpbGw9JyMyRTNBNTknLz48L3N2Zz4=);
}

.lightbox-image,
.lightbox-video,
.lightbox-iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}

.lightbox-iframe {
  width: 100%;
  height: 100%;
}

.lightbox-backdrop {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000;
  touch-action: none;
}

.w-alert-message-wrapper {
  position: fixed;
  top: 15px;
  z-index: 999999;
  left: 50%;
  padding: 10px 16px;
  border: 1px solid var(--color-alert, #15942a);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  --transform-translateX: -50%;
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-alert-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-alert-message .icon {
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0px;
  margin-right: 6px;
}

.w-alert-message span.close-icon {
  margin-left: 6px;
  margin-right: 0px;
  color: #80808085;
  cursor: pointer;
}

.login-popup-wrapper .backdrop-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99;
}

.login-popup-wrapper .popup-default-login {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 400px;
  height: 160px;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
  max-width: calc(100% - 50px);
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 10px;
}

.login-popup-wrapper .popup-default-login .popup-login-title {
  background-color: rgba(6, 21, 40, 0.05);
  color: #000;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.login-popup-wrapper .popup-default-login .popup-login-content {
  font-size: 14px;
  padding: 0 20px;
  margin-top: 10px;
  line-height: 18px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.login-popup-wrapper .popup-default-login .popup-login-btn {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 10px;
  margin: 0 auto;
  padding: 10px 0;
  border: none;
  width: 80px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background-color: #e6e6e6;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

</style
  > <style
  type="text/css"
  media="screen and (min-width: 768px)"
  > .section-container {
  max-width: 420px;
}

.section-wrapper {
  margin: 0 auto;
  max-width: 420px;
}

.pageview {
  max-width: 420px;
  margin: 0 auto;
}

#w-fakfzuu0 {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 780px;
  mix-blend-mode: normal;
}

#w-fakfzuu0 .section-wrapper {
  opacity: 1;
}

#w-fakfzuu0 {
  margin-bottom: -1px;
}

#w-fakfzuu0 .section-background {
  background: rgba(73, 8, 22, 1);
  --type: 0;
}

#w-tctbmm8o {
  top: 0px;
  left: 420px;
  width: 280px;
  height: 48px;
}

#w-0u4was5k {
  top: 0px;
  left: 295px;
  perspective: 1000px;
  width: 219px;
  height: 288px;
}

#w-0u4was5k .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  position: absolute;
  z-index: null;
}

#w-0u4was5k .image-background {
  width: 219px;
  height: 288px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./logo-hoa.webp");
  --type: 0;
}

#w-0u4was5k .image-background-compare {
  background: undefined;
  clip: rect(0, 109.5px, 288px, 0);
  --type: 0;
}

#w-0u4was5k > div {
  transform: rotate(-22deg) perspective(1000px);
}

#w-3fr697pj {
  top: 509px;
  left: -145px;
  perspective: 1000px;
  width: 250px;
  height: 328px;
}

#w-3fr697pj .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  position: absolute;
  z-index: null;
}

#w-3fr697pj .image-background {
  width: 250px;
  height: 328px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./logo-hoa.webp");
  --type: 0;
}

#w-3fr697pj .image-background-compare {
  background: undefined;
  clip: rect(0, 125px, 328px, 0);
  --type: 0;
}

#w-3fr697pj > div {
  transform: rotate(47deg) perspective(1000px) rotateX(0deg) rotateY(180deg);
}

#w-ce3jlrv0 {
  top: 120px;
  left: 0px;
  width: 420px;
  height: 69px;
}

#w-ce3jlrv0 .text-block {
  background: ;
}

#w-ce3jlrv0 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 16px;
  text-align: center;
  --type: 0;
}

#w-5gonrgi6 {
  top: 238px;
  left: 0px;
  width: 420px;
  height: 69px;
}

#w-5gonrgi6 .text-block {
  background: ;
}

#w-5gonrgi6 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 16px;
  text-align: center;
  --type: 0;
}

#w-7jwpaj4m {
  top: 182px;
  left: 0px;
  width: 420px;
  height: 54px;
}

#w-7jwpaj4m .text-block {
  background: ;
}

#w-7jwpaj4m .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "VNF-SheliaRegular.ttf", sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-kxxplak9 {
  top: 315px;
  left: 0px;
  width: 420px;
  height: 24px;
}

#w-kxxplak9 .text-block {
  background: ;
}

#w-kxxplak9 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-0ihwmrtv {
  top: 361px;
  left: 0px;
  width: 420px;
  height: 60px;
}

#w-0ihwmrtv .text-block {
  background: ;
}

#w-0ihwmrtv .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "VNF-SheliaRegular.ttf", sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-x50p3xjg {
  top: 439px;
  left: 0px;
  width: 420px;
  height: 30px;
}

#w-x50p3xjg .text-block {
  background: ;
}

#w-x50p3xjg .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 8px;
  text-align: center;
  --type: 0;
}

#w-eysxfqkf {
  top: 497px;
  left: 0px;
  width: 420px;
  height: 24px;
}

#w-eysxfqkf .text-block {
  background: ;
}

#w-eysxfqkf .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-dcf5c85g {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 340px;
}

#w-dcf5c85g .section-wrapper {
  opacity: 1;
}

#w-dcf5c85g {
  margin-bottom: -1px;
}

#w-dcf5c85g .section-background {
  background: undefined;
  --type: 0;
}

#w-cks6ea87 {
  top: 16px;
  left: 0px;
  width: 420px;
  height: 54px;
}

#w-cks6ea87 .text-block {
  background: ;
}

#w-cks6ea87 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "VNF-SheliaRegular.ttf", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-z45rb5wc {
  top: 92px;
  left: 0px;
  width: 210px;
  height: 24px;
}

#w-z45rb5wc .text-block {
  background: ;
}

#w-z45rb5wc .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Tinos", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-ed9he4ku {
  top: 92px;
  left: 210.51251220703125px;
  width: 210px;
  height: 24px;
}

#w-ed9he4ku .text-block {
  background: ;
}

#w-ed9he4ku .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Tinos", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-7h0zzpxy {
  top: 120px;
  left: 0px;
  width: 210px;
  height: 24px;
}

#w-7h0zzpxy .text-block {
  background: ;
}

#w-7h0zzpxy .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Tinos", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-1k56lppp {
  top: 148.5px;
  left: 0px;
  width: 210px;
  height: 24px;
}

#w-1k56lppp .text-block {
  background: ;
}

#w-1k56lppp .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Tinos", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-tjkbmn6l {
  top: 120px;
  left: 210px;
  width: 210px;
  height: 24px;
}

#w-tjkbmn6l .text-block {
  background: ;
}

#w-tjkbmn6l .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Tinos", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-5sexaigy {
  top: 148.5px;
  left: 210.51251220703125px;
  width: 210px;
  height: 24px;
}

#w-5sexaigy .text-block {
  background: ;
}

#w-5sexaigy .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Tinos", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-uopz8pft {
  top: 270px;
  left: 0px;
  width: 210px;
  height: 24px;
}

#w-uopz8pft .text-block {
  background: ;
}

#w-uopz8pft .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-gzdr8u34 {
  top: 270px;
  left: 210px;
  width: 210px;
  height: 24px;
}

#w-gzdr8u34 .text-block {
  background: ;
}

#w-gzdr8u34 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-srlxoeab {
  top: 298px;
  left: 0px;
  width: 210px;
  height: 42px;
}

#w-srlxoeab .text-block {
  background: ;
}

#w-srlxoeab .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 28px;
  text-align: center;
  --type: 0;
}

#w-wwxrmhie {
  top: 298px;
  left: 210px;
  width: 210px;
  height: 42px;
}

#w-wwxrmhie .text-block {
  background: ;
}

#w-wwxrmhie .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 28px;
  text-align: center;
  --type: 0;
}

#w-okg6ot0a {
  top: 187px;
  left: 166px;
  width: 88px;
  height: 88px;
}

#w-okg6ot0a .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  border-width: 0px;
  position: absolute;
}

#w-okg6ot0a .image-background {
  width: 88px;
  height: 88px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./logo-hy.png");
  --type: 0;
}

#w-okg6ot0a .image-background-compare {
  background: undefined;
  clip: rect(0, 44px, 88px, 0);
  --type: 0;
}

#w-tm1t0c9e {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 271px;
}

#w-tm1t0c9e .section-wrapper {
  opacity: 1;
}

#w-tm1t0c9e {
  margin-bottom: -1px;
}

#w-tm1t0c9e .section-background {
  background: center center/ cover no-repeat content-box url("") border-box;
  --type: 0;
}

#w-t8lpchz6 {
  top: 6px;
  left: 20px;
  width: 180px;
  height: 255px;
}

#w-t8lpchz6 .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-t8lpchz6 .image-background {
  width: 180px;
  height: 255px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat content-box border-box
    url("./1.jpg");
  --type: 0;
}

#w-t8lpchz6 .image-background-compare {
  background: undefined;
  clip: rect(0, 90px, 255px, 0);
  --type: 0;
}

#w-ijyskeeh {
  top: 6px;
  left: 220px;
  width: 180px;
  height: 255px;
}

#w-ijyskeeh .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
  z-index: null;
}

#w-ijyskeeh .image-background {
  width: 180px;
  height: 255px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat content-box border-box
    url("./2.jpg");
  --type: 0;
}

#w-ijyskeeh .image-background-compare {
  background: undefined;
  clip: rect(0, 90px, 255px, 0);
  --type: 0;
}

#w-vywc1hn8 {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 298px;
}

#w-vywc1hn8 .section-wrapper {
  opacity: 1;
}

#w-vywc1hn8 {
  margin-bottom: -1px;
}

#w-vywc1hn8 .section-background {
  background: undefined;
  --type: 0;
}

#w-oq0v0xtw {
  top: 110px;
  left: 284px;
  width: 116px;
  height: 163px;
}

#w-oq0v0xtw .image-block-css {
  position: absolute;
  z-index: ;
}

#w-oq0v0xtw .image-background {
  width: 116px;
  height: 163px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./4.jpg");
  --type: 0;
}

#w-oq0v0xtw .image-background-compare {
  background: undefined;
  clip: rect(0, 58px, 163px, 0);
  --type: 0;
}

#w-66kr2osy {
  top: 110px;
  left: 152px;
  width: 116px;
  height: 164px;
}

#w-66kr2osy .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
  z-index: ;
}

#w-66kr2osy .image-background {
  width: 116px;
  height: 164px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./2.jpg");
  --type: 0;
}

#w-66kr2osy .image-background-compare {
  background: undefined;
  clip: rect(0, 58px, 164px, 0);
  --type: 0;
}

#w-dwippmid {
  top: 110px;
  left: 20px;
  width: 116px;
  height: 164px;
}

#w-dwippmid .image-block-css {
  position: absolute;
  z-index: ;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-dwippmid .image-background {
  width: 116px;
  height: 164px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./3.jpg");
  --type: 0;
}

#w-dwippmid .image-background-compare {
  background: undefined;
  clip: rect(0, 58px, 164px, 0);
  --type: 0;
}

#w-4tc2u0tv {
  top: 14px;
  left: 0px;
  width: 420px;
  height: 75px;
}

#w-4tc2u0tv .rectangle-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 0px;
  border-style: solid;
  background: rgba(73, 8, 22, 1);
}

#w-8yw36csf {
  top: 14px;
  left: 28.5px;
  width: 363px;
  height: 48px;
}

#w-8yw36csf .text-block {
  background: ;
}

#w-8yw36csf .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 32px;
  text-align: center;
  --type: 0;
}

#w-65mi5dtq {
  top: 59px;
  left: 0px;
  width: 420px;
  height: 21px;
}

#w-65mi5dtq .text-block {
  background: ;
}

#w-65mi5dtq .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-v66zedmm {
  top: 227px;
  left: 20px;
  width: 116px;
  height: 48px;
}

#w-v66zedmm .text-block {
  background: ;
}

#w-v66zedmm .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-e60hj6pv {
  top: 226px;
  left: 152px;
  width: 116px;
  height: 48px;
}

#w-e60hj6pv .text-block {
  background: ;
}

#w-e60hj6pv .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-34l5rb30 {
  top: 226px;
  left: 284px;
  width: 116px;
  height: 48px;
}

#w-34l5rb30 .text-block {
  background: ;
}

#w-34l5rb30 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-ex2ksa1q {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 207px;
}

#w-ex2ksa1q .section-wrapper {
  opacity: 1;
}

#w-ex2ksa1q {
  margin-bottom: -1px;
}

#w-ex2ksa1q .section-background {
  background: rgba(255, 255, 255, 1);
  --type: 0;
}

#w-jlbzo9op {
  top: 16px;
  left: 1px;
  width: 420px;
  height: 36px;
}

#w-jlbzo9op .text-block {
  background: ;
}

#w-jlbzo9op .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "UTM-Cafeta.ttf", sans-serif;
  font-size: 24px;
  text-align: center;
  --type: 0;
}

#w-5our53ma {
  top: 60px;
  left: 0px;
  width: 420px;
  height: 24px;
}

#w-5our53ma .text-block {
  background: ;
}

#w-5our53ma .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-2dtxcjf1 {
  top: -8.5px;
  left: 92px;
  width: 236px;
  height: auto;
}

#w-2dtxcjf1 .line-container {
  border-color: rgba(73, 8, 22, 1);
  border-style: solid;
  border-width: 1px;
  z-index: ;
}

#w-h2aelx8f {
  top: 91px;
  left: 0px;
  width: 420px;
  height: 24px;
}

#w-h2aelx8f .text-block {
  background: ;
}

#w-h2aelx8f .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  --type: 0;
}

#w-ozg18ipo {
  top: 124px;
  left: 0px;
  width: 420px;
  height: 21px;
}

#w-ozg18ipo .text-block {
  background: ;
}

#w-ozg18ipo .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(64, 64, 64, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  --type: 0;
}

#w-g0tmznhq {
  top: 158px;
  left: 0px;
  width: 420px;
  height: 24px;
}

#w-g0tmznhq .text-block {
  background: ;
}

#w-g0tmznhq .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-hrqc5hoc {
  top: -9.5px;
  left: -37.5px;
  perspective: 1000px;
  width: 75px;
  height: 98px;
}

#w-hrqc5hoc .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  position: absolute;
  z-index: ;
}

#w-hrqc5hoc .image-background {
  width: 75px;
  height: 98px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("https://content.pancake.vn/1/7c/a4/b0/31/-w:608-h:800-l:458936-t:image/webp.webp");
  --type: 0;
}

#w-hrqc5hoc .image-background-compare {
  background: undefined;
  clip: rect(0, 37.5px, 98px, 0);
  --type: 0;
}

#w-hrqc5hoc > div {
  transform: rotate(47deg) perspective(1000px) rotateX(0deg) rotateY(180deg);
}

#w-6g7yamhm {
  top: 165.5px;
  left: 384.5px;
  perspective: 1000px;
  width: 81px;
  height: 107px;
}

#w-6g7yamhm .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  position: absolute;
  z-index: ;
}

#w-6g7yamhm .image-background {
  width: 81px;
  height: 107px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./logo-hoa.webp");
  --type: 0;
}

#w-6g7yamhm .image-background-compare {
  background: undefined;
  clip: rect(0, 40.5px, 107px, 0);
  --type: 0;
}

#w-6g7yamhm > div {
  transform: rotate(-34deg) perspective(1000px);
}

#w-lf5soeac {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 342px;
}

#w-lf5soeac .section-wrapper {
  opacity: 1;
}

#w-lf5soeac {
  margin-bottom: -1px;
}

#w-lf5soeac .section-background {
  background: undefined;
  --type: 0;
}

#w-nxzb1zqs {
  top: 20.25px;
  left: 4.5px;
  width: 420px;
  height: 36px;
}

#w-nxzb1zqs .text-block {
  background: ;
}

#w-nxzb1zqs .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "UTM-Cafeta.ttf", sans-serif;
  font-size: 24px;
  text-align: center;
  --type: 0;
}

#w-lj6qjkdk {
  top: 64.25px;
  left: 3.5px;
  width: 420px;
  height: 24px;
}

#w-lj6qjkdk .text-block {
  background: ;
}

#w-lj6qjkdk .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-mt6z29rm {
  top: 156px;
  left: 0px;
  width: 420px;
  height: 21px;
}

#w-mt6z29rm .text-block {
  background: ;
}

#w-mt6z29rm .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(64, 64, 64, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  --type: 0;
}

#w-46f1o3wz {
  top: 189px;
  left: 0px;
  width: 420px;
  height: 24px;
}

#w-46f1o3wz .text-block {
  background: ;
}

#w-46f1o3wz .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-wygdu47z {
  top: -9px;
  left: 92px;
  width: 236px;
  height: auto;
}

#w-wygdu47z .line-container {
  border-color: rgba(73, 8, 22, 1);
  border-style: solid;
  border-width: 1px;
  z-index: ;
}

#w-lfwnnzku {
  top: 107px;
  left: 30.0010986328125px;
  width: 90px;
  height: 24px;
}

#w-lfwnnzku .text-block {
  background: ;
}

#w-lfwnnzku .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-rq6d1pu6 {
  top: 95px;
  left: 100px;
  width: 90px;
  height: 54px;
}

#w-rq6d1pu6 .text-block {
  background: ;
}

#w-rq6d1pu6 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  --type: 0;
}

#w-ekxgm13b {
  top: 95px;
  left: 238px;
  width: 90px;
  height: 54px;
}

#w-ekxgm13b .text-block {
  background: ;
}

#w-ekxgm13b .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  --type: 0;
}

#w-ijbe89xq {
  top: 90px;
  left: 168.5px;
  width: 90px;
  height: 60px;
}

#w-ijbe89xq .text-block {
  background: ;
}

#w-ijbe89xq .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Dancing Script", sans-serif;
  font-size: 40px;
  text-align: center;
  --type: 0;
}

#w-po7i64jf {
  top: 107px;
  left: 298px;
  width: 90px;
  height: 24px;
}

#w-po7i64jf .text-block {
  background: ;
}

#w-po7i64jf .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-av3y2tm9 {
  top: 222.5px;
  left: 0px;
  width: 420px;
  height: 21px;
}

#w-av3y2tm9 .text-block {
  background: ;
}

#w-av3y2tm9 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  text-align: center;
  --type: 0;
}

#w-qwgfi5tu {
  top: 261px;
  left: 130px;
  width: 160px;
  height: 44px;
}

#w-qwgfi5tu .button-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 4px;
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  background: rgba(73, 8, 22, 1);
  --type: 0;
}

#w-r6uvdp0n {
  top: 286.5px;
  left: -37.5px;
  perspective: 1000px;
  width: 75px;
  height: 98px;
}

#w-r6uvdp0n .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  position: absolute;
  z-index: ;
}

#w-r6uvdp0n .image-background {
  width: 75px;
  height: 98px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./logo-hoa.webp");
  --type: 0;
}

#w-r6uvdp0n .image-background-compare {
  background: undefined;
  clip: rect(0, 37.5px, 98px, 0);
  --type: 0;
}

#w-r6uvdp0n > div {
  transform: rotate(47deg) perspective(1000px) rotateX(0deg) rotateY(180deg);
}

#w-ufb4ntps {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 344px;
}

#w-ufb4ntps .section-wrapper {
  opacity: 1;
}

#w-ufb4ntps {
  margin-bottom: -1px;
}

#w-ufb4ntps .section-background {
  background: undefined;
  --type: 0;
}

#w-842h6i2e {
  top: 20.25px;
  left: 4.5px;
  width: 420px;
  height: 36px;
}

#w-842h6i2e .text-block {
  background: ;
}

#w-842h6i2e .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "UTM-Cafeta.ttf", sans-serif;
  font-size: 24px;
  text-align: center;
  --type: 0;
}

#w-0qaluc6e {
  top: 64.25px;
  left: 3.5px;
  width: 420px;
  height: 24px;
}

#w-0qaluc6e .text-block {
  background: ;
}

#w-0qaluc6e .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-2xbyvk97 {
  top: 156px;
  left: 0px;
  width: 420px;
  height: 21px;
}

#w-2xbyvk97 .text-block {
  background: ;
}

#w-2xbyvk97 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(64, 64, 64, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  --type: 0;
}

#w-gvhhk4q8 {
  top: 189px;
  left: 0px;
  width: 420px;
  height: 24px;
}

#w-gvhhk4q8 .text-block {
  background: ;
}

#w-gvhhk4q8 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-48j0255q {
  top: -9px;
  left: 92px;
  width: 236px;
  height: auto;
}

#w-48j0255q .line-container {
  border-color: rgba(73, 8, 22, 1);
  border-style: solid;
  border-width: 1px;
  z-index: ;
}

#w-4cbdm5wp {
  top: 107px;
  left: 30.0010986328125px;
  width: 90px;
  height: 24px;
}

#w-4cbdm5wp .text-block {
  background: ;
}

#w-4cbdm5wp .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-ruie2yca {
  top: 95px;
  left: 100px;
  width: 90px;
  height: 54px;
}

#w-ruie2yca .text-block {
  background: ;
}

#w-ruie2yca .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  --type: 0;
}

#w-punf3qde {
  top: 95px;
  left: 238px;
  width: 90px;
  height: 54px;
}

#w-punf3qde .text-block {
  background: ;
}

#w-punf3qde .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  --type: 0;
}

#w-blqs0qy1 {
  top: 92px;
  left: 168.5px;
  width: 90px;
  height: 60px;
}

#w-blqs0qy1 .text-block {
  background: ;
}

#w-blqs0qy1 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Dancing Script", sans-serif;
  font-size: 40px;
  text-align: center;
  --type: 0;
}

#w-ron67bzq {
  top: 107px;
  left: 298px;
  width: 90px;
  height: 24px;
}

#w-ron67bzq .text-block {
  background: ;
}

#w-ron67bzq .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-8mghjgs2 {
  top: 222.5px;
  left: 0px;
  width: 420px;
  height: 21px;
}

#w-8mghjgs2 .text-block {
  background: ;
}

#w-8mghjgs2 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  text-align: center;
  --type: 0;
}

#w-4b7ahxr9 {
  top: 263px;
  left: 130px;
  width: 160px;
  height: 44px;
}

#w-4b7ahxr9 .button-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 4px;
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  background: rgba(73, 8, 22, 1);
  --type: 0;
}

#w-swdtj1q3 {
  top: 271px;
  left: 384.5px;
  perspective: 1000px;
  width: 81px;
  height: 107px;
}

#w-swdtj1q3 .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  position: absolute;
  z-index: null;
}

#w-swdtj1q3 .image-background {
  width: 81px;
  height: 107px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./logo-hoa.webp");
  --type: 0;
}

#w-swdtj1q3 .image-background-compare {
  background: undefined;
  clip: rect(0, 40.5px, 107px, 0);
  --type: 0;
}

#w-swdtj1q3 > div {
  transform: rotate(-34deg) perspective(1000px);
}

#w-epjhp84i {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 472px;
}

#w-epjhp84i .section-wrapper {
  opacity: 1;
}

#w-epjhp84i {
  margin-bottom: -1px;
}

#w-epjhp84i .section-background {
  background: center top/ cover no-repeat content-box border-box
    url("./logo-hoa.webp");
  --type: 0;
}

#w-epjhp84i .section-wrapper > .overlay {
  background: rgba(73, 8, 22, 0.5);
  --type: 0;
}

#w-9ppmw9gy {
  top: 69px;
  left: 24px;
  width: 372px;
  height: 298px;
}

#w-9ppmw9gy form {
  border-radius: 6px;
  color: rgba(73, 8, 22, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 13px;
  -webkit-text-stroke: 0px rgba(0, 0, 0, 1);
}

#w-9ppmw9gy {
}

#w-gwfybvg1 {
  top: 250px;
  left: 0px;
  width: 372px;
  height: 48px;
}

#w-gwfybvg1 .button-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 6px;
  border-style: solid;
  color: rgba(73, 8, 22, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  -webkit-text-stroke: 0px rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255, 1);
  --type: 0;
}

#w-lgs3c5vv {
  top: 59px;
  left: 0px;
  width: 372px;
  height: 48px;
}

#w-lgs3c5vv .input-css {
  border-color: rgba(73, 8, 22, 1);
  border-radius: 6px;
  border-style: solid;
  color: rgba(73, 8, 22, 1);
}

#w-lgs3c5vv input {
  background: rgba(255, 255, 255, 1);
  color: rgba(73, 8, 22, 1);
}

#w-lgs3c5vv input::placeholder {
  color: rgba(73, 8, 22, 1);
  -webkit-text-fill-color: rgba(73, 8, 22, 1) !important;
}

#w-95o7z0z6 {
  top: 118.5px;
  left: 0px;
  width: 372px;
  height: 48px;
}

#w-95o7z0z6 .input-css {
  border-color: rgba(73, 8, 22, 1);
  border-radius: 6px;
  border-style: solid;
  color: rgba(73, 8, 22, 1);
}

#w-95o7z0z6 input {
  background: rgba(255, 255, 255, 1);
  color: rgba(73, 8, 22, 1);
}

#w-95o7z0z6 input::placeholder {
  color: rgba(73, 8, 22, 1);
  -webkit-text-fill-color: rgba(73, 8, 22, 1) !important;
}

#w-m0tg5sjf {
  top: 178px;
  left: 0px;
  width: 372px;
  height: 48px;
}

#w-m0tg5sjf .select-css {
  border-color: rgba(73, 8, 22, 1);
  border-radius: 6px;
  border-style: solid;
  color: rgba(73, 8, 22, 1);
}

#w-m0tg5sjf select {
  background: rgba(255, 255, 255, 1);
  color: rgba(73, 8, 22, 1);
}

#w-m0tg5sjf .chevron .icon {
  color: rgba(73, 8, 22, 1);
}

#w-qjbp8h2i {
  top: 0px;
  left: 0px;
  width: 372px;
  height: 48px;
}

#w-qjbp8h2i .input-css {
  border-color: rgba(73, 8, 22, 1);
  border-radius: 6px;
  border-style: solid;
  color: rgba(73, 8, 22, 1);
}

#w-qjbp8h2i input {
  background: rgba(255, 255, 255, 1);
  color: rgba(73, 8, 22, 1);
}

#w-qjbp8h2i input::placeholder {
  color: rgba(73, 8, 22, 1);
  -webkit-text-fill-color: rgba(73, 8, 22, 1) !important;
}

#w-jgaxat9v {
  top: 9px;
  left: 28.5px;
  width: 363px;
  height: 52.5px;
}

#w-jgaxat9v .text-block {
  background: ;
}

#w-jgaxat9v .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 35px;
  text-align: center;
  --type: 0;
}

#w-k4z811q6 {
  top: 391px;
  left: 24px;
  width: 174px;
  height: 48px;
}

#w-k4z811q6 .button-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 4px;
  border-style: solid;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  background: rgba(73, 8, 22, 1);
  --type: 0;
}

#w-m3esgw5v {
  top: 391px;
  left: 222px;
  width: 174px;
  height: 48px;
}

#w-m3esgw5v .button-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 4px;
  border-style: solid;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  background: rgba(73, 8, 22, 1);
  --type: 0;
}

#w-bt7npfto {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 865px;
}

#w-bt7npfto .section-wrapper {
  opacity: 1;
}

#w-bt7npfto {
  margin-bottom: -1px;
}

#w-bt7npfto .section-background {
  background: rgba(255, 255, 255, 1);
  --type: 0;
}

#w-4a0xykfj {
  top: 72.5px;
  left: 12px;
  width: 261px;
  height: 187px;
}

#w-4a0xykfj .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
  z-index: null;
}

#w-4a0xykfj .image-background {
  width: 282px;
  height: 188px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./5.jpg");
  --type: 0;
}

#w-4a0xykfj .image-background-compare {
  background: undefined;
  clip: rect(0, 130.5px, 187px, 0);
  --type: 0;
}

#w-b5h7wvh3 {
  top: 13px;
  left: 0px;
  width: 420px;
  height: 48px;
}

#w-b5h7wvh3 .text-block {
  background: ;
}

#w-b5h7wvh3 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 32px;
  text-align: center;
  --type: 0;
}

#w-72eo8by1 {
  top: 270px;
  left: 12px;
  width: 126px;
  height: 187px;
}

#w-72eo8by1 .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-72eo8by1 .image-background {
  width: 126px;
  height: 187px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./7.jpg");
  --type: 0;
}

#w-72eo8by1 .image-background-compare {
  background: undefined;
  clip: rect(0, 63px, 187px, 0);
  --type: 0;
}

#w-r7sxdlk7 {
  top: 72.5px;
  left: 282px;
  width: 126px;
  height: 187px;
}

#w-r7sxdlk7 .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-r7sxdlk7 .image-background {
  width: 126px;
  height: 187px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./6.jpg");
  --type: 0;
}

#w-r7sxdlk7 .image-background-compare {
  background: undefined;
  clip: rect(0, 63px, 187px, 0);
  --type: 0;
}

#w-jii27im5 {
  top: 270px;
  left: 147px;
  width: 261px;
  height: 187px;
}

#w-jii27im5 .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-jii27im5 .image-background {
  width: 281px;
  height: 187px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./8.jpg");
  --type: 0;
}

#w-jii27im5 .image-background-compare {
  background: undefined;
  clip: rect(0, 130.5px, 187px, 0);
  --type: 0;
}

#w-yxyx1e10 {
  top: 466px;
  left: 12px;
  width: 261px;
  height: 187px;
}

#w-yxyx1e10 .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-yxyx1e10 .image-background {
  width: 282px;
  height: 188px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./9.jpg");
  --type: 0;
}

#w-yxyx1e10 .image-background-compare {
  background: undefined;
  clip: rect(0, 130.5px, 187px, 0);
  --type: 0;
}

#w-dyfq0c3u {
  top: 466px;
  left: 282px;
  width: 126px;
  height: 187px;
}

#w-dyfq0c3u .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-dyfq0c3u .image-background {
  width: 126px;
  height: 187px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./10.jpg");
  --type: 0;
}

#w-dyfq0c3u .image-background-compare {
  background: undefined;
  clip: rect(0, 63px, 187px, 0);
  --type: 0;
}

#w-9j4wka9v {
  top: 662px;
  left: 12px;
  width: 126px;
  height: 187px;
}

#w-9j4wka9v .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
  z-index: null;
}

#w-9j4wka9v .image-background {
  width: 126px;
  height: 188px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./11.jpg");
  --type: 0;
}

#w-9j4wka9v .image-background-compare {
  background: undefined;
  clip: rect(0, 63px, 187px, 0);
  --type: 0;
}

#w-eebmtoq0 {
  top: 662px;
  left: 147px;
  width: 126px;
  height: 187px;
}

#w-eebmtoq0 .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
  z-index: ;
}

#w-eebmtoq0 .image-background {
  width: 126px;
  height: 188px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./12.jpg");
  --type: 0;
}

#w-eebmtoq0 .image-background-compare {
  background: undefined;
  clip: rect(0, 63px, 187px, 0);
  --type: 0;
}

#w-23kf0c9n {
  top: 662px;
  left: 282px;
  width: 126px;
  height: 187px;
}

#w-23kf0c9n .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
  z-index: ;
}

#w-23kf0c9n .image-background {
  width: 126px;
  height: 188px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat content-box border-box
    url("./13.jpg");
  --type: 0;
}

#w-23kf0c9n .image-background-compare {
  background: undefined;
  clip: rect(0, 63px, 187px, 0);
  --type: 0;
}

#w-3n95ekwc {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 590px;
}

#w-3n95ekwc .section-wrapper {
  opacity: 1;
}

#w-3n95ekwc {
  margin-bottom: -1px;
}

#w-3n95ekwc .section-background {
  background: center center/ cover no-repeat content-box border-box
    url("./14.jpg");
  --type: 0;
}

#w-70dhyt5u {
  top: 345px;
  left: 0px;
  width: 420px;
  height: 160px;
}

#w-70dhyt5u .rectangle-css {
  border-color: rgba(255, 255, 255, 1);
  border-radius: 0px;
  border-style: solid;
  background: rgba(73, 8, 22, 0.5);
}

#w-j9jj5u4z {
  top: 335px;
  left: 0px;
  width: 420px;
  height: 96px;
}

#w-j9jj5u4z .text-block {
  background: ;
}

#w-j9jj5u4z .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 64px;
  text-align: center;
  --type: 0;
}

#w-gsmo5lmv {
  top: 416px;
  left: 0px;
  width: 420px;
  height: 81px;
}

#w-gsmo5lmv .text-block {
  background: ;
}

#w-gsmo5lmv .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 18px;
  text-align: center;
  --type: 0;
}

#sticky-b02zc5ct {
  width: 56px;
  height: 56px;
}

#w-b02zc5ct {
  top: 510px;
  left: 346px;
  width: 56px;
  height: 56px;
}

#w-xa6sbd2f {
  top: 0px;
  left: 0px;
  width: 56px;
  height: 56px;
}

#w-xa6sbd2f .rectangle-css {
  border-color: rgba(73, 8, 22, 1);
  border-radius: 50px;
  border-style: solid;
  border-width: 2px;
  background: rgba(255, 255, 255, 1);
}

#w-6k78c7jt {
  top: 5px;
  left: 5px;
  width: 46px;
  height: 46px;
}

#w-6k78c7jt {
  box-shadow: undefined;
  filter: undefined;
}

#w-6k78c7jt .rectangle-css {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9Im11c2ljLW5vdGUiPjxwYXRoIGQ9Ik0xMiwyQzEyLjQzLDIgMTIuODQsMi4xNCAxMy4xNywyLjM3QzE1Ljc4LDQuMjUgMTguMzksNi4xMiAxOS4xMSw4LjMxQzE5LjgzLDEwLjUgMTksMTMgMTcuNSwxNS41QzIwLDkgMTMsNy41IDEzLDcuNVYxOEMxMywyMC4yMSAxMSwyMiA4LjUsMjJDNiwyMiA0LDIwLjIxIDQsMThDNCwxNS43OSA2LDE0IDguNSwxNEM5LjAzLDE0IDkuNTMsMTQuMDggMTAsMTQuMjNWNEEyLDIgMCAwLDEgMTIsMloiPjwvcGF0aD48L3N2Zz4=);
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  background: rgba(73, 8, 22, 1);
}

#sticky-gwkz5e47 {
  width: 56px;
  height: 56px;
}

#w-gwkz5e47 {
  top: 510px;
  left: 346px;
  width: 56px;
  height: 56px;
}

#w-kjjzdt1e {
  top: 0px;
  left: 0px;
  width: 56px;
  height: 56px;
}

#w-kjjzdt1e .rectangle-css {
  border-color: rgba(73, 8, 22, 1);
  border-radius: 50px;
  border-style: solid;
  border-width: 2px;
  background: rgba(255, 255, 255, 1);
}

#w-89i1e9ib {
  top: 5px;
  left: 5px;
  width: 46px;
  height: 46px;
}

#w-89i1e9ib {
  box-shadow: undefined;
  filter: undefined;
}

#w-89i1e9ib .rectangle-css {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9Im11c2ljLW5vdGUtb2ZmIj48cGF0aCBkPSJNMiw1LjI3TDMuMjgsNEwyMCwyMC43MkwxOC43MywyMkwxMywxNi4yN1YxOEMxMywyMC4yMSAxMSwyMiA4LjUsMjJDNiwyMiA0LDIwLjIxIDQsMThDNCwxNS43OSA2LDE0IDguNSwxNEM5LjAzLDE0IDkuNTMsMTQuMDggMTAsMTQuMjNWMTMuMjdMMiw1LjI3TTEyLDJDMTIuNDMsMiAxMi44NCwyLjE0IDEzLjE3LDIuMzdDMTUuNzgsNC4yNSAxOC4zOSw2LjEyIDE5LjExLDguMzFDMTkuODMsMTAuNSAxOSwxMyAxNy41LDE1LjVDMjAsOSAxMyw3LjUgMTMsNy41VjExLjE4TDEwLDguMThWNEEyLDIgMCAwLDEgMTIsMloiPjwvcGF0aD48L3N2Zz4=);
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  background: rgba(73, 8, 22, 1);
}

#w-ximiqye4 {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 52px;
}

#w-ximiqye4 .section-wrapper {
  opacity: 1;
}

#w-ximiqye4 {
  margin-bottom: -1px;
}

#w-ximiqye4 .section-background {
  background: rgba(73, 8, 22, 0.5);
  --type: 0;
}

#w-cnpwkiey {
  top: 14px;
  left: 14px;
  width: 244px;
  height: 24px;
}

#w-cnpwkiey .text-block {
  background: ;
}

#w-cnpwkiey .text-block-css {
  text-align: left;
  font-size: 16px;
  border-style: solid;
  border-color: rgba(229, 231, 235, 1);
  font-family: "Tinos", sans-serif;
  color: rgba(255, 255, 255, 1);
  --type: 0;
}

#w-wz58mua8 {
  top: 17.5px;
  left: 243px;
  perspective: 1000px;
  width: 28px;
  height: auto;
}

#w-wz58mua8 .line-container {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1);
  z-index: ;
}

#w-wz58mua8 > div {
  transform: rotateX(0deg) perspective(1000px) rotate(90deg);
}

#w-hesawcu1 {
  top: 6px;
  left: 266px;
  width: 40px;
  height: 40px;
}

#w-hesawcu1 .rectangle-css {
  border-style: solid;
  border-color: rgba(229, 231, 235, 1);
  background: center center/ contain no-repeat scroll content-box
    url(https://content.pancake.vn/1/08/3f/7a/e9/be9a053a77ec7cdb461246a62779525962247b7146d4dcccce9c1cfb.png);
}

#w-ky897sbo {
  top: 6px;
  left: 316.5px;
  width: 40px;
  height: 40px;
}

#w-ky897sbo .image-block-css {
  position: absolute;
  z-index: null;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
  border-radius: 10px;
}

#w-ky897sbo .image-background {
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("https://content.pancake.vn/1/fwebp0/5e/92/4c/94/576169baeb9bcd6ccfefb1f103e204731ee0f9e6cba01915ee76b754-w:225-h:225-l:2964-t:image/png.png");
  --type: 0;
}

#w-ky897sbo .image-background-compare {
  background: undefined;
  clip: rect(0, 20px, 40px, 0);
  --type: 0;
}

#w-0d47lckz {
  top: 6px;
  left: 367px;
  width: 40px;
  height: 40px;
}

#w-0d47lckz .image-block-css {
  position: absolute;
  z-index: ;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-0d47lckz .image-background {
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./logo-hy.png");
  --type: 0;
}

#w-0d47lckz .image-background-compare {
  background: undefined;
  clip: rect(0, 20px, 40px, 0);
  --type: 0;
}

#w-__popup_default__ {
  position: fixed;
  width: 400px;
  height: 523px;
}

#w-__popup_default__ .popup-background.fb {
  background: undefined;
}

#w-__popup_default__::-webkit-scrollbar {
  display: none;
}

#w-__popup_default__ .popup-background {
  background: center center/ cover no-repeat content-box border-box
    url("./14.jpg");
  border-color: rgba(76, 175, 80, 0.8);
  border-radius: 8px;
  border-style: solid;
  box-shadow: 4px 4px 9px 0px rgba(139, 195, 74, 0.2);
  color: rgba(69, 64, 64, 1);
}

#w-au0o7yap {
  top: 13px;
  left: 360px;
  z-index: 1;
  width: 29px;
  height: 29px;
}

#w-au0o7yap {
  box-shadow: undefined;
  filter: undefined;
}

#w-au0o7yap .rectangle-css {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCc+IDxwYXRoIGQ9J00xMy40NiwxMkwxOSwxNy41NFYxOUgxNy41NEwxMiwxMy40Nkw2LjQ2LDE5SDVWMTcuNTRMMTAuNTQsMTJMNSw2LjQ2VjVINi40NkwxMiwxMC41NEwxNy41NCw1SDE5VjYuNDZMMTMuNDYsMTJaJz48L3BhdGg+IDwvc3ZnPg==);
  border-color: #e5e7eb;
  border-style: solid;
  z-index: 1;
  background: rgba(255, 255, 255, 1);
}

#w-x1zgedtn {
  top: 360.5px;
  left: 0px;
  perspective: 1000px;
  width: 400px;
  height: 120px;
}

#w-x1zgedtn .rectangle-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  background: rgba(73, 8, 22, 0.5);
}

#w-x1zgedtn > div {
  transform: rotate(0deg) perspective(1000px);
}

#w-oc2dcqis {
  top: 360.5px;
  left: 0px;
  perspective: 1000px;
  width: 400px;
  height: 78px;
}

#w-oc2dcqis .text-block {
  background: ;
}

#w-oc2dcqis .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-oc2dcqis > div {
  transform: rotate(0deg) perspective(1000px);
}

#w-0ni90ea5 {
  top: 429.5px;
  left: 0px;
  width: 400px;
  height: 36px;
}

#w-0ni90ea5 .text-block {
  background: ;
}

#w-0ni90ea5 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "VNF-SheliaRegular.ttf", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-zo7jt7tc {
  position: fixed;
  width: 320px;
  height: 400px;
}

#w-zo7jt7tc::-webkit-scrollbar {
  display: none;
}

#w-zo7jt7tc .popup-background {
  background: rgba(73, 8, 22, 1);
  border-color: rgba(128, 0, 32, 1);
  border-radius: 8px;
  border-style: solid;
}

#w-slhy7pgw {
  top: 8px;
  left: 284px;
  z-index: 1;
  width: 29px;
  height: 29px;
}

#w-slhy7pgw {
  box-shadow: undefined;
  filter: undefined;
}

#w-slhy7pgw .rectangle-css {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCc+IDxwYXRoIGQ9J00xMy40NiwxMkwxOSwxNy41NFYxOUgxNy41NEwxMiwxMy40Nkw2LjQ2LDE5SDVWMTcuNTRMMTAuNTQsMTJMNSw2LjQ2VjVINi40NkwxMiwxMC41NEwxNy41NCw1SDE5VjYuNDZMMTMuNDYsMTJaJz48L3BhdGg+IDwvc3ZnPg==);
  border-color: #e5e7eb;
  border-style: solid;
  z-index: 1;
  background: rgba(255, 255, 255, 1);
}

#w-yvchzu74 {
  top: 43px;
  left: 40px;
  width: 240px;
  height: 240px;
  mix-blend-mode: normal;
  transform: translate3d(0, 0, 0);
}

#w-yvchzu74 .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  border-width: 0px;
  position: absolute;
}

#w-yvchzu74 .image-background {
  width: 240px;
  height: 240px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat content-box border-box
    url("./tuyen-qr.png");
  --type: 0;
}

#w-yvchzu74 .image-background-compare {
  background: undefined;
  clip: rect(0, 120px, 240px, 0);
  --type: 0;
}

#w-nv4t49sh {
  top: 18.5px;
  left: 55px;
  width: 210px;
  height: 30px;
}

#w-nv4t49sh .text-block {
  background: ;
}

#w-nv4t49sh .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(73, 8, 22, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  --type: 0;
}

#w-v1bmvyky {
  top: 290.5px;
  left: 40px;
  width: 231px;
  height: 30px;
}

#w-v1bmvyky .text-block {
  background: ;
}

#w-v1bmvyky .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: start;
  --type: 0;
}

#w-w9lhmri7 {
  top: 322.5px;
  left: 40px;
  width: 232px;
  height: 30px;
}

#w-w9lhmri7 .text-block {
  background: ;
}

#w-w9lhmri7 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: start;
  --type: 0;
}

#w-ihn42zxr {
  top: 355.5px;
  left: 40px;
  width: 232px;
  height: 30px;
}

#w-ihn42zxr .text-block {
  background: ;
}

#w-ihn42zxr .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: start;
  --type: 0;
}

#w-2hi3rjsn {
  position: fixed;
  width: 320px;
  height: 400px;
}

#w-2hi3rjsn::-webkit-scrollbar {
  display: none;
}

#w-2hi3rjsn .popup-background {
  background: rgba(73, 8, 22, 1);
  border-color: rgba(128, 0, 32, 1);
  border-radius: 8px;
  border-style: solid;
}

#w-l772fk2u {
  top: 8px;
  left: 284px;
  z-index: 1;
  width: 29px;
  height: 29px;
}

#w-l772fk2u {
  box-shadow: undefined;
  filter: undefined;
}

#w-l772fk2u .rectangle-css {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCc+IDxwYXRoIGQ9J00xMy40NiwxMkwxOSwxNy41NFYxOUgxNy41NEwxMiwxMy40Nkw2LjQ2LDE5SDVWMTcuNTRMMTAuNTQsMTJMNSw2LjQ2VjVINi40NkwxMiwxMC41NEwxNy41NCw1SDE5VjYuNDZMMTMuNDYsMTJaJz48L3BhdGg+IDwvc3ZnPg==);
  border-color: #e5e7eb;
  border-style: solid;
  z-index: 1;
  background: rgba(255, 255, 255, 1);
}

#w-q0grdn0u {
  top: 43px;
  left: 40px;
  width: 240px;
  height: 240px;
  mix-blend-mode: normal;
  transform: translate3d(0, 0, 0);
}

#w-q0grdn0u .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  border-width: 0px;
  position: absolute;
}

#w-q0grdn0u .image-background {
  width: 240px;
  height: 240px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat content-box border-box
    url("./dat-qr.png");
  --type: 0;
}

#w-q0grdn0u .image-background-compare {
  background: undefined;
  clip: rect(0, 120px, 240px, 0);
  --type: 0;
}

#w-v8bldrl8 {
  top: 18.5px;
  left: 55px;
  width: 210px;
  height: 30px;
}

#w-v8bldrl8 .text-block {
  background: ;
}

#w-v8bldrl8 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(73, 8, 22, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  --type: 0;
}

#w-frtzc9wf {
  top: 290.5px;
  left: 40px;
  width: 231px;
  height: 30px;
}

#w-frtzc9wf .text-block {
  background: ;
}

#w-frtzc9wf .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: start;
  --type: 0;
}

#w-wpqk9mfv {
  top: 322.5px;
  left: 40px;
  width: 232px;
  height: 30px;
}

#w-wpqk9mfv .text-block {
  background: ;
}

#w-wpqk9mfv .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: start;
  --type: 0;
}

#w-gf89svew {
  top: 355.5px;
  left: 40px;
  width: 232px;
  height: 30px;
}

#w-gf89svew .text-block {
  background: ;
}

#w-gf89svew .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: start;
  --type: 0;
}

.-popup-checkout .-close,
.-zoom .-close {
  width: 22px;
  height: 22px;
}

.-checkout-gallery .gallery-view-item {
  background-size: cover !important;
}

#w-0u4was5k.animation {
  transform: perspective(1000px);
}

#w-0u4was5k.animation .image-block-css {
  animation-name: fadeInBottomRight;
  -webkit-animation-name: fadeInBottomRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-3fr697pj.animation {
  transform: perspective(1000px);
}

#w-3fr697pj.animation .image-block-css {
  animation-name: fadeInBottomLeft;
  -webkit-animation-name: fadeInBottomLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-ce3jlrv0.animation {
  transform: perspective(1000px);
}

#w-ce3jlrv0.animation .text-block-css {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-5gonrgi6.animation {
  transform: perspective(1000px);
}

#w-5gonrgi6.animation .text-block-css {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-7jwpaj4m.animation {
  transform: perspective(1000px);
}

#w-7jwpaj4m.animation .text-block-css {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-kxxplak9.animation {
  transform: perspective(1000px);
}

#w-kxxplak9.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-0ihwmrtv.animation {
  transform: perspective(1000px);
}

#w-0ihwmrtv.animation .text-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-x50p3xjg.animation {
  transform: perspective(1000px);
}

#w-x50p3xjg.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-eysxfqkf.animation {
  transform: perspective(1000px);
}

#w-eysxfqkf.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-cks6ea87.animation {
  transform: perspective(1000px);
}

#w-cks6ea87.animation .text-block-css {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-z45rb5wc.animation {
  transform: perspective(1000px);
}

#w-z45rb5wc.animation .text-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-ed9he4ku.animation {
  transform: perspective(1000px);
}

#w-ed9he4ku.animation .text-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-7h0zzpxy.animation {
  transform: perspective(1000px);
}

#w-7h0zzpxy.animation .text-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-1k56lppp.animation {
  transform: perspective(1000px);
}

#w-1k56lppp.animation .text-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-tjkbmn6l.animation {
  transform: perspective(1000px);
}

#w-tjkbmn6l.animation .text-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-5sexaigy.animation {
  transform: perspective(1000px);
}

#w-5sexaigy.animation .text-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-okg6ot0a.animation {
  transform: perspective(1000px);
}

#w-okg6ot0a.animation .image-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-t8lpchz6.animation {
  transform: perspective(1000px);
}

#w-t8lpchz6.animation .image-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-ijyskeeh.animation {
  transform: perspective(1000px);
}

#w-ijyskeeh.animation .image-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-oq0v0xtw.animation {
  transform: perspective(1000px);
}

#w-oq0v0xtw.animation .image-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-66kr2osy.animation {
  transform: perspective(1000px);
}

#w-66kr2osy.animation .image-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-dwippmid.animation {
  transform: perspective(1000px);
}

#w-dwippmid.animation .image-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-8yw36csf.animation {
  transform: perspective(1000px);
}

#w-8yw36csf.animation .text-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-65mi5dtq.animation {
  transform: perspective(1000px);
}

#w-65mi5dtq.animation .text-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-v66zedmm.animation {
  transform: perspective(1000px);
}

#w-v66zedmm.animation .text-block-css {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-e60hj6pv.animation {
  transform: perspective(1000px);
}

#w-e60hj6pv.animation .text-block-css {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-34l5rb30.animation {
  transform: perspective(1000px);
}

#w-34l5rb30.animation .text-block-css {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-jlbzo9op.animation {
  transform: perspective(1000px);
}

#w-jlbzo9op.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-5our53ma.animation {
  transform: perspective(1000px);
}

#w-5our53ma.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-h2aelx8f.animation {
  transform: perspective(1000px);
}

#w-h2aelx8f.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-ozg18ipo.animation {
  transform: perspective(1000px);
}

#w-ozg18ipo.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-g0tmznhq.animation {
  transform: perspective(1000px);
}

#w-g0tmznhq.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-hrqc5hoc.animation {
  transform: perspective(1000px);
}

#w-hrqc5hoc.animation .image-block-css {
  animation-name: fadeInBottomLeft;
  -webkit-animation-name: fadeInBottomLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-6g7yamhm.animation {
  transform: perspective(1000px);
}

#w-6g7yamhm.animation .image-block-css {
  animation-name: fadeInBottomRight;
  -webkit-animation-name: fadeInBottomRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-nxzb1zqs.animation {
  transform: perspective(1000px);
}

#w-nxzb1zqs.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-lj6qjkdk.animation {
  transform: perspective(1000px);
}

#w-lj6qjkdk.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-mt6z29rm.animation {
  transform: perspective(1000px);
}

#w-mt6z29rm.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-46f1o3wz.animation {
  transform: perspective(1000px);
}

#w-46f1o3wz.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-lfwnnzku.animation {
  transform: perspective(1000px);
}

#w-lfwnnzku.animation .text-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-ijbe89xq.animation {
  transform: perspective(1000px);
}

#w-ijbe89xq.animation .text-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-po7i64jf.animation {
  transform: perspective(1000px);
}

#w-po7i64jf.animation .text-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-av3y2tm9.animation {
  transform: perspective(1000px);
}

#w-av3y2tm9.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-r6uvdp0n.animation {
  transform: perspective(1000px);
}

#w-r6uvdp0n.animation .image-block-css {
  animation-name: fadeInBottomLeft;
  -webkit-animation-name: fadeInBottomLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-842h6i2e.animation {
  transform: perspective(1000px);
}

#w-842h6i2e.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-0qaluc6e.animation {
  transform: perspective(1000px);
}

#w-0qaluc6e.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-2xbyvk97.animation {
  transform: perspective(1000px);
}

#w-2xbyvk97.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-gvhhk4q8.animation {
  transform: perspective(1000px);
}

#w-gvhhk4q8.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-4cbdm5wp.animation {
  transform: perspective(1000px);
}

#w-4cbdm5wp.animation .text-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-blqs0qy1.animation {
  transform: perspective(1000px);
}

#w-blqs0qy1.animation .text-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-ron67bzq.animation {
  transform: perspective(1000px);
}

#w-ron67bzq.animation .text-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-8mghjgs2.animation {
  transform: perspective(1000px);
}

#w-8mghjgs2.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-swdtj1q3.animation {
  transform: perspective(1000px);
}

#w-swdtj1q3.animation .image-block-css {
  animation-name: fadeInBottomRight;
  -webkit-animation-name: fadeInBottomRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-jgaxat9v.animation {
  transform: perspective(1000px);
}

#w-jgaxat9v.animation .text-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-4a0xykfj.animation {
  transform: perspective(1000px);
}

#w-4a0xykfj.animation .image-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-b5h7wvh3.animation {
  transform: perspective(1000px);
}

#w-b5h7wvh3.animation .text-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-72eo8by1.animation {
  transform: perspective(1000px);
}

#w-72eo8by1.animation .image-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-r7sxdlk7.animation {
  transform: perspective(1000px);
}

#w-r7sxdlk7.animation .image-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-jii27im5.animation {
  transform: perspective(1000px);
}

#w-jii27im5.animation .image-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-yxyx1e10.animation {
  transform: perspective(1000px);
}

#w-yxyx1e10.animation .image-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

#w-dyfq0c3u.animation {
  transform: perspective(1000px);
}

#w-dyfq0c3u.animation .image-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-9j4wka9v.animation {
  transform: perspective(1000px);
}

#w-9j4wka9v.animation .image-block-css {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-eebmtoq0.animation {
  transform: perspective(1000px);
}

#w-eebmtoq0.animation .image-block-css {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-23kf0c9n.animation {
  transform: perspective(1000px);
}

#w-23kf0c9n.animation .image-block-css {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-j9jj5u4z.animation {
  transform: perspective(1000px);
}

#w-j9jj5u4z.animation .text-block-css {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-gsmo5lmv.animation {
  transform: perspective(1000px);
}

#w-gsmo5lmv.animation .text-block-css {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-b02zc5ct.animation {
  transform: perspective(1000px);
}

#w-b02zc5ct.animation > .group-container {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
}

</style
  > <style
  type="text/css"
  media="screen and (max-width: 767px)"
  > .section-container {
  max-width: 420px;
}

.section-wrapper {
  margin: 0 auto;
  max-width: 420px;
}

#w-fakfzuu0 {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 780px;
  mix-blend-mode: normal;
}

#w-fakfzuu0 .section-wrapper {
  opacity: 1;
}

#w-fakfzuu0 {
  margin-bottom: -1px;
}

#w-fakfzuu0 .section-background {
  background: rgba(73, 8, 22, 1);
  --type: 0;
}

#w-tctbmm8o {
  top: 0px;
  left: 420px;
  width: 280px;
  height: 48px;
}

#w-0u4was5k {
  top: 0px;
  left: 295px;
  perspective: 1000px;
  width: 219px;
  height: 288px;
}

#w-0u4was5k .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  position: absolute;
  z-index: null;
}

#w-0u4was5k .image-background {
  width: 219px;
  height: 288px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./logo-hoa.webp");
  --type: 0;
}

#w-0u4was5k .image-background-compare {
  background: undefined;
  clip: rect(0, 109.5px, 288px, 0);
  --type: 0;
}

#w-0u4was5k > div {
  transform: rotate(-22deg) perspective(1000px);
}

#w-3fr697pj {
  top: 509px;
  left: -145px;
  perspective: 1000px;
  width: 250px;
  height: 328px;
}

#w-3fr697pj .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  position: absolute;
  z-index: null;
}

#w-3fr697pj .image-background {
  width: 250px;
  height: 328px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./logo-hoa.webp");
  --type: 0;
}

#w-3fr697pj .image-background-compare {
  background: undefined;
  clip: rect(0, 125px, 328px, 0);
  --type: 0;
}

#w-3fr697pj > div {
  transform: rotate(47deg) perspective(1000px) rotateX(0deg) rotateY(180deg);
}

#w-ce3jlrv0 {
  top: 120px;
  left: 0px;
  width: 420px;
  height: 69px;
}

#w-ce3jlrv0 .text-block {
  background: ;
}

#w-ce3jlrv0 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 16px;
  text-align: center;
  --type: 0;
}

#w-5gonrgi6 {
  top: 238px;
  left: 0px;
  width: 420px;
  height: 69px;
}

#w-5gonrgi6 .text-block {
  background: ;
}

#w-5gonrgi6 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 16px;
  text-align: center;
  --type: 0;
}

#w-7jwpaj4m {
  top: 182px;
  left: 0px;
  width: 420px;
  height: 54px;
}

#w-7jwpaj4m .text-block {
  background: ;
}

#w-7jwpaj4m .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "VNF-SheliaRegular.ttf", sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-kxxplak9 {
  top: 315px;
  left: 0px;
  width: 420px;
  height: 24px;
}

#w-kxxplak9 .text-block {
  background: ;
}

#w-kxxplak9 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-0ihwmrtv {
  top: 361px;
  left: 0px;
  width: 420px;
  height: 60px;
}

#w-0ihwmrtv .text-block {
  background: ;
}

#w-0ihwmrtv .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "VNF-SheliaRegular.ttf", sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-x50p3xjg {
  top: 439px;
  left: 0px;
  width: 420px;
  height: 30px;
}

#w-x50p3xjg .text-block {
  background: ;
}

#w-x50p3xjg .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 8px;
  text-align: center;
  --type: 0;
}

#w-eysxfqkf {
  top: 497px;
  left: 0px;
  width: 420px;
  height: 24px;
}

#w-eysxfqkf .text-block {
  background: ;
}

#w-eysxfqkf .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-dcf5c85g {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 340px;
}

#w-dcf5c85g .section-wrapper {
  opacity: 1;
}

#w-dcf5c85g {
  margin-bottom: -1px;
}

#w-dcf5c85g .section-background {
  background: undefined;
  --type: 0;
}

#w-cks6ea87 {
  top: 16px;
  left: 0px;
  width: 420px;
  height: 54px;
}

#w-cks6ea87 .text-block {
  background: ;
}

#w-cks6ea87 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "VNF-SheliaRegular.ttf", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-z45rb5wc {
  top: 92px;
  left: 0px;
  width: 210px;
  height: 24px;
}

#w-z45rb5wc .text-block {
  background: ;
}

#w-z45rb5wc .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Tinos", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-ed9he4ku {
  top: 92px;
  left: 210.51251220703125px;
  width: 210px;
  height: 24px;
}

#w-ed9he4ku .text-block {
  background: ;
}

#w-ed9he4ku .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Tinos", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-7h0zzpxy {
  top: 120px;
  left: 0px;
  width: 210px;
  height: 24px;
}

#w-7h0zzpxy .text-block {
  background: ;
}

#w-7h0zzpxy .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Tinos", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-1k56lppp {
  top: 148.5px;
  left: 0px;
  width: 210px;
  height: 24px;
}

#w-1k56lppp .text-block {
  background: ;
}

#w-1k56lppp .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Tinos", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-tjkbmn6l {
  top: 120px;
  left: 210px;
  width: 210px;
  height: 24px;
}

#w-tjkbmn6l .text-block {
  background: ;
}

#w-tjkbmn6l .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Tinos", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-5sexaigy {
  top: 148.5px;
  left: 210.51251220703125px;
  width: 210px;
  height: 24px;
}

#w-5sexaigy .text-block {
  background: ;
}

#w-5sexaigy .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Tinos", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-uopz8pft {
  top: 270px;
  left: 0px;
  width: 210px;
  height: 24px;
}

#w-uopz8pft .text-block {
  background: ;
}

#w-uopz8pft .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-gzdr8u34 {
  top: 270px;
  left: 210px;
  width: 210px;
  height: 24px;
}

#w-gzdr8u34 .text-block {
  background: ;
}

#w-gzdr8u34 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-srlxoeab {
  top: 298px;
  left: 0px;
  width: 210px;
  height: 42px;
}

#w-srlxoeab .text-block {
  background: ;
}

#w-srlxoeab .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 28px;
  text-align: center;
  --type: 0;
}

#w-wwxrmhie {
  top: 298px;
  left: 210px;
  width: 210px;
  height: 42px;
}

#w-wwxrmhie .text-block {
  background: ;
}

#w-wwxrmhie .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 28px;
  text-align: center;
  --type: 0;
}

#w-okg6ot0a {
  top: 187px;
  left: 166px;
  width: 88px;
  height: 88px;
}

#w-okg6ot0a .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  border-width: 0px;
  position: absolute;
}

#w-okg6ot0a .image-background {
  width: 88px;
  height: 88px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./logo-hy.png");
  --type: 0;
}

#w-okg6ot0a .image-background-compare {
  background: undefined;
  clip: rect(0, 44px, 88px, 0);
  --type: 0;
}

#w-tm1t0c9e {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 271px;
}

#w-tm1t0c9e .section-wrapper {
  opacity: 1;
}

#w-tm1t0c9e {
  margin-bottom: -1px;
}

#w-tm1t0c9e .section-background {
  background: center center/ cover no-repeat content-box url("") border-box;
  --type: 0;
}

#w-t8lpchz6 {
  top: 6px;
  left: 20px;
  width: 180px;
  height: 255px;
}

#w-t8lpchz6 .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-t8lpchz6 .image-background {
  width: 180px;
  height: 255px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat content-box border-box
    url("./1.jpg");
  --type: 0;
}

#w-t8lpchz6 .image-background-compare {
  background: undefined;
  clip: rect(0, 90px, 255px, 0);
  --type: 0;
}

#w-ijyskeeh {
  top: 6px;
  left: 220px;
  width: 180px;
  height: 255px;
}

#w-ijyskeeh .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
  z-index: null;
}

#w-ijyskeeh .image-background {
  width: 180px;
  height: 255px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat content-box border-box
    url("./2.jpg");
  --type: 0;
}

#w-ijyskeeh .image-background-compare {
  background: undefined;
  clip: rect(0, 90px, 255px, 0);
  --type: 0;
}

#w-vywc1hn8 {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 298px;
}

#w-vywc1hn8 .section-wrapper {
  opacity: 1;
}

#w-vywc1hn8 {
  margin-bottom: -1px;
}

#w-vywc1hn8 .section-background {
  background: undefined;
  --type: 0;
}

#w-oq0v0xtw {
  top: 110px;
  left: 284px;
  width: 116px;
  height: 163px;
}

#w-oq0v0xtw .image-block-css {
  position: absolute;
  z-index: ;
}

#w-oq0v0xtw .image-background {
  width: 116px;
  height: 163px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./4.jpg");
  --type: 0;
}

#w-oq0v0xtw .image-background-compare {
  background: undefined;
  clip: rect(0, 58px, 163px, 0);
  --type: 0;
}

#w-66kr2osy {
  top: 110px;
  left: 152px;
  width: 116px;
  height: 164px;
}

#w-66kr2osy .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
  z-index: ;
}

#w-66kr2osy .image-background {
  width: 116px;
  height: 164px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./2.jpg");
  --type: 0;
}

#w-66kr2osy .image-background-compare {
  background: undefined;
  clip: rect(0, 58px, 164px, 0);
  --type: 0;
}

#w-dwippmid {
  top: 110px;
  left: 20px;
  width: 116px;
  height: 164px;
}

#w-dwippmid .image-block-css {
  position: absolute;
  z-index: ;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-dwippmid .image-background {
  width: 116px;
  height: 164px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./3.jpg");
  --type: 0;
}

#w-dwippmid .image-background-compare {
  background: undefined;
  clip: rect(0, 58px, 164px, 0);
  --type: 0;
}

#w-4tc2u0tv {
  top: 14px;
  left: 0px;
  width: 420px;
  height: 75px;
}

#w-4tc2u0tv .rectangle-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 0px;
  border-style: solid;
  background: rgba(73, 8, 22, 1);
}

#w-8yw36csf {
  top: 14px;
  left: 28.5px;
  width: 363px;
  height: 48px;
}

#w-8yw36csf .text-block {
  background: ;
}

#w-8yw36csf .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 32px;
  text-align: center;
  --type: 0;
}

#w-65mi5dtq {
  top: 59px;
  left: 0px;
  width: 420px;
  height: 21px;
}

#w-65mi5dtq .text-block {
  background: ;
}

#w-65mi5dtq .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-v66zedmm {
  top: 227px;
  left: 20px;
  width: 116px;
  height: 48px;
}

#w-v66zedmm .text-block {
  background: ;
}

#w-v66zedmm .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-e60hj6pv {
  top: 226px;
  left: 152px;
  width: 116px;
  height: 48px;
}

#w-e60hj6pv .text-block {
  background: ;
}

#w-e60hj6pv .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-34l5rb30 {
  top: 226px;
  left: 284px;
  width: 116px;
  height: 48px;
}

#w-34l5rb30 .text-block {
  background: ;
}

#w-34l5rb30 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "cmunrm.ttf", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-ex2ksa1q {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 207px;
}

#w-ex2ksa1q .section-wrapper {
  opacity: 1;
}

#w-ex2ksa1q {
  margin-bottom: -1px;
}

#w-ex2ksa1q .section-background {
  background: rgba(255, 255, 255, 1);
  --type: 0;
}

#w-jlbzo9op {
  top: 16px;
  left: 1px;
  width: 420px;
  height: 36px;
}

#w-jlbzo9op .text-block {
  background: ;
}

#w-jlbzo9op .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "UTM-Cafeta.ttf", sans-serif;
  font-size: 24px;
  text-align: center;
  --type: 0;
}

#w-5our53ma {
  top: 60px;
  left: 0px;
  width: 420px;
  height: 24px;
}

#w-5our53ma .text-block {
  background: ;
}

#w-5our53ma .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-2dtxcjf1 {
  top: -8.5px;
  left: 92px;
  width: 236px;
  height: auto;
}

#w-2dtxcjf1 .line-container {
  border-color: rgba(73, 8, 22, 1);
  border-style: solid;
  border-width: 1px;
  z-index: ;
}

#w-h2aelx8f {
  top: 91px;
  left: 0px;
  width: 420px;
  height: 24px;
}

#w-h2aelx8f .text-block {
  background: ;
}

#w-h2aelx8f .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  --type: 0;
}

#w-ozg18ipo {
  top: 124px;
  left: 0px;
  width: 420px;
  height: 21px;
}

#w-ozg18ipo .text-block {
  background: ;
}

#w-ozg18ipo .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(64, 64, 64, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  --type: 0;
}

#w-g0tmznhq {
  top: 158px;
  left: 0px;
  width: 420px;
  height: 24px;
}

#w-g0tmznhq .text-block {
  background: ;
}

#w-g0tmznhq .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-hrqc5hoc {
  top: -9.5px;
  left: -37.5px;
  perspective: 1000px;
  width: 75px;
  height: 98px;
}

#w-hrqc5hoc .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  position: absolute;
  z-index: ;
}

#w-hrqc5hoc .image-background {
  width: 75px;
  height: 98px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./logo-hoa.webp");
  --type: 0;
}

#w-hrqc5hoc .image-background-compare {
  background: undefined;
  clip: rect(0, 37.5px, 98px, 0);
  --type: 0;
}

#w-hrqc5hoc > div {
  transform: rotate(47deg) perspective(1000px) rotateX(0deg) rotateY(180deg);
}

#w-6g7yamhm {
  top: 165.5px;
  left: 384.5px;
  perspective: 1000px;
  width: 81px;
  height: 107px;
}

#w-6g7yamhm .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  position: absolute;
  z-index: ;
}

#w-6g7yamhm .image-background {
  width: 81px;
  height: 107px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./logo-hoa.webp");
  --type: 0;
}

#w-6g7yamhm .image-background-compare {
  background: undefined;
  clip: rect(0, 40.5px, 107px, 0);
  --type: 0;
}

#w-6g7yamhm > div {
  transform: rotate(-34deg) perspective(1000px);
}

#w-lf5soeac {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 342px;
}

#w-lf5soeac .section-wrapper {
  opacity: 1;
}

#w-lf5soeac {
  margin-bottom: -1px;
}

#w-lf5soeac .section-background {
  background: undefined;
  --type: 0;
}

#w-nxzb1zqs {
  top: 20.25px;
  left: 4.5px;
  width: 420px;
  height: 36px;
}

#w-nxzb1zqs .text-block {
  background: ;
}

#w-nxzb1zqs .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "UTM-Cafeta.ttf", sans-serif;
  font-size: 24px;
  text-align: center;
  --type: 0;
}

#w-lj6qjkdk {
  top: 64.25px;
  left: 3.5px;
  width: 420px;
  height: 24px;
}

#w-lj6qjkdk .text-block {
  background: ;
}

#w-lj6qjkdk .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-mt6z29rm {
  top: 156px;
  left: 0px;
  width: 420px;
  height: 21px;
}

#w-mt6z29rm .text-block {
  background: ;
}

#w-mt6z29rm .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(64, 64, 64, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  --type: 0;
}

#w-46f1o3wz {
  top: 189px;
  left: 0px;
  width: 420px;
  height: 24px;
}

#w-46f1o3wz .text-block {
  background: ;
}

#w-46f1o3wz .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-wygdu47z {
  top: -9px;
  left: 92px;
  width: 236px;
  height: auto;
}

#w-wygdu47z .line-container {
  border-color: rgba(73, 8, 22, 1);
  border-style: solid;
  border-width: 1px;
  z-index: ;
}

#w-lfwnnzku {
  top: 107px;
  left: 30.0010986328125px;
  width: 90px;
  height: 24px;
}

#w-lfwnnzku .text-block {
  background: ;
}

#w-lfwnnzku .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-rq6d1pu6 {
  top: 95px;
  left: 100px;
  width: 90px;
  height: 54px;
}

#w-rq6d1pu6 .text-block {
  background: ;
}

#w-rq6d1pu6 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  --type: 0;
}

#w-ekxgm13b {
  top: 95px;
  left: 238px;
  width: 90px;
  height: 54px;
}

#w-ekxgm13b .text-block {
  background: ;
}

#w-ekxgm13b .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  --type: 0;
}

#w-ijbe89xq {
  top: 90px;
  left: 168.5px;
  width: 90px;
  height: 60px;
}

#w-ijbe89xq .text-block {
  background: ;
}

#w-ijbe89xq .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Dancing Script", sans-serif;
  font-size: 40px;
  text-align: center;
  --type: 0;
}

#w-po7i64jf {
  top: 107px;
  left: 298px;
  width: 90px;
  height: 24px;
}

#w-po7i64jf .text-block {
  background: ;
}

#w-po7i64jf .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-av3y2tm9 {
  top: 222.5px;
  left: 0px;
  width: 420px;
  height: 21px;
}

#w-av3y2tm9 .text-block {
  background: ;
}

#w-av3y2tm9 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  text-align: center;
  --type: 0;
}

#w-qwgfi5tu {
  top: 261px;
  left: 130px;
  width: 160px;
  height: 44px;
}

#w-qwgfi5tu .button-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 4px;
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  background: rgba(73, 8, 22, 1);
  --type: 0;
}

#w-r6uvdp0n {
  top: 286.5px;
  left: -37.5px;
  perspective: 1000px;
  width: 75px;
  height: 98px;
}

#w-r6uvdp0n .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  position: absolute;
  z-index: ;
}

#w-r6uvdp0n .image-background {
  width: 75px;
  height: 98px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./logo-hoa.webp");
  --type: 0;
}

#w-r6uvdp0n .image-background-compare {
  background: undefined;
  clip: rect(0, 37.5px, 98px, 0);
  --type: 0;
}

#w-r6uvdp0n > div {
  transform: rotate(47deg) perspective(1000px) rotateX(0deg) rotateY(180deg);
}

#w-ufb4ntps {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 344px;
}

#w-ufb4ntps .section-wrapper {
  opacity: 1;
}

#w-ufb4ntps {
  margin-bottom: -1px;
}

#w-ufb4ntps .section-background {
  background: undefined;
  --type: 0;
}

#w-842h6i2e {
  top: 20.25px;
  left: 4.5px;
  width: 420px;
  height: 36px;
}

#w-842h6i2e .text-block {
  background: ;
}

#w-842h6i2e .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "UTM-Cafeta.ttf", sans-serif;
  font-size: 24px;
  text-align: center;
  --type: 0;
}

#w-0qaluc6e {
  top: 64.25px;
  left: 3.5px;
  width: 420px;
  height: 24px;
}

#w-0qaluc6e .text-block {
  background: ;
}

#w-0qaluc6e .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-2xbyvk97 {
  top: 156px;
  left: 0px;
  width: 420px;
  height: 21px;
}

#w-2xbyvk97 .text-block {
  background: ;
}

#w-2xbyvk97 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(64, 64, 64, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  --type: 0;
}

#w-gvhhk4q8 {
  top: 189px;
  left: 0px;
  width: 420px;
  height: 24px;
}

#w-gvhhk4q8 .text-block {
  background: ;
}

#w-gvhhk4q8 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-48j0255q {
  top: -9px;
  left: 92px;
  width: 236px;
  height: auto;
}

#w-48j0255q .line-container {
  border-color: rgba(73, 8, 22, 1);
  border-style: solid;
  border-width: 1px;
  z-index: ;
}

#w-4cbdm5wp {
  top: 107px;
  left: 30.0010986328125px;
  width: 90px;
  height: 24px;
}

#w-4cbdm5wp .text-block {
  background: ;
}

#w-4cbdm5wp .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-ruie2yca {
  top: 95px;
  left: 100px;
  width: 90px;
  height: 54px;
}

#w-ruie2yca .text-block {
  background: ;
}

#w-ruie2yca .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  --type: 0;
}

#w-punf3qde {
  top: 95px;
  left: 238px;
  width: 90px;
  height: 54px;
}

#w-punf3qde .text-block {
  background: ;
}

#w-punf3qde .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  --type: 0;
}

#w-blqs0qy1 {
  top: 92px;
  left: 168.5px;
  width: 90px;
  height: 60px;
}

#w-blqs0qy1 .text-block {
  background: ;
}

#w-blqs0qy1 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Dancing Script", sans-serif;
  font-size: 40px;
  text-align: center;
  --type: 0;
}

#w-ron67bzq {
  top: 107px;
  left: 298px;
  width: 90px;
  height: 24px;
}

#w-ron67bzq .text-block {
  background: ;
}

#w-ron67bzq .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: center;
  --type: 0;
}

#w-8mghjgs2 {
  top: 222.5px;
  left: 0px;
  width: 420px;
  height: 21px;
}

#w-8mghjgs2 .text-block {
  background: ;
}

#w-8mghjgs2 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  text-align: center;
  --type: 0;
}

#w-4b7ahxr9 {
  top: 263px;
  left: 130px;
  width: 160px;
  height: 44px;
}

#w-4b7ahxr9 .button-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 4px;
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  background: rgba(73, 8, 22, 1);
  --type: 0;
}

#w-swdtj1q3 {
  top: 271px;
  left: 384.5px;
  perspective: 1000px;
  width: 81px;
  height: 107px;
}

#w-swdtj1q3 .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  position: absolute;
  z-index: null;
}

#w-swdtj1q3 .image-background {
  width: 81px;
  height: 107px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./logo-hoa.webp");
  --type: 0;
}

#w-swdtj1q3 .image-background-compare {
  background: undefined;
  clip: rect(0, 40.5px, 107px, 0);
  --type: 0;
}

#w-swdtj1q3 > div {
  transform: rotate(-34deg) perspective(1000px);
}

#w-epjhp84i {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 472px;
}

#w-epjhp84i .section-wrapper {
  opacity: 1;
}

#w-epjhp84i {
  margin-bottom: -1px;
}

#w-epjhp84i .section-background {
  background: center top/ cover no-repeat content-box border-box
    url("./logo-hoa.webp");
  --type: 0;
}

#w-epjhp84i .section-wrapper > .overlay {
  background: rgba(73, 8, 22, 0.5);
  --type: 0;
}

#w-9ppmw9gy {
  top: 69px;
  left: 24px;
  width: 372px;
  height: 298px;
}

#w-9ppmw9gy form {
  border-radius: 6px;
  color: rgba(73, 8, 22, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 13px;
  -webkit-text-stroke: 0px rgba(0, 0, 0, 1);
}

#w-9ppmw9gy {
}

#w-gwfybvg1 {
  top: 250px;
  left: 0px;
  width: 372px;
  height: 48px;
}

#w-gwfybvg1 .button-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 6px;
  border-style: solid;
  color: rgba(73, 8, 22, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  -webkit-text-stroke: 0px rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255, 1);
  --type: 0;
}

#w-lgs3c5vv {
  top: 59px;
  left: 0px;
  width: 372px;
  height: 48px;
}

#w-lgs3c5vv .input-css {
  border-color: rgba(73, 8, 22, 1);
  border-radius: 6px;
  border-style: solid;
  color: rgba(73, 8, 22, 1);
}

#w-lgs3c5vv input {
  background: rgba(255, 255, 255, 1);
  color: rgba(73, 8, 22, 1);
}

#w-lgs3c5vv input::placeholder {
  color: rgba(73, 8, 22, 1);
  -webkit-text-fill-color: rgba(73, 8, 22, 1) !important;
}

#w-95o7z0z6 {
  top: 118.5px;
  left: 0px;
  width: 372px;
  height: 48px;
}

#w-95o7z0z6 .input-css {
  border-color: rgba(73, 8, 22, 1);
  border-radius: 6px;
  border-style: solid;
  color: rgba(73, 8, 22, 1);
}

#w-95o7z0z6 input {
  background: rgba(255, 255, 255, 1);
  color: rgba(73, 8, 22, 1);
}

#w-95o7z0z6 input::placeholder {
  color: rgba(73, 8, 22, 1);
  -webkit-text-fill-color: rgba(73, 8, 22, 1) !important;
}

#w-m0tg5sjf {
  top: 178px;
  left: 0px;
  width: 372px;
  height: 48px;
}

#w-m0tg5sjf .select-css {
  border-color: rgba(73, 8, 22, 1);
  border-radius: 6px;
  border-style: solid;
  color: rgba(73, 8, 22, 1);
}

#w-m0tg5sjf select {
  background: rgba(255, 255, 255, 1);
  color: rgba(73, 8, 22, 1);
}

#w-m0tg5sjf .chevron .icon {
  color: rgba(73, 8, 22, 1);
}

#w-qjbp8h2i {
  top: 0px;
  left: 0px;
  width: 372px;
  height: 48px;
}

#w-qjbp8h2i .input-css {
  border-color: rgba(73, 8, 22, 1);
  border-radius: 6px;
  border-style: solid;
  color: rgba(73, 8, 22, 1);
}

#w-qjbp8h2i input {
  background: rgba(255, 255, 255, 1);
  color: rgba(73, 8, 22, 1);
}

#w-qjbp8h2i input::placeholder {
  color: rgba(73, 8, 22, 1);
  -webkit-text-fill-color: rgba(73, 8, 22, 1) !important;
}

#w-jgaxat9v {
  top: 9px;
  left: 28.5px;
  width: 363px;
  height: 52.5px;
}

#w-jgaxat9v .text-block {
  background: ;
}

#w-jgaxat9v .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 35px;
  text-align: center;
  --type: 0;
}

#w-k4z811q6 {
  top: 391px;
  left: 24px;
  width: 174px;
  height: 48px;
}

#w-k4z811q6 .button-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 4px;
  border-style: solid;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  background: rgba(73, 8, 22, 1);
  --type: 0;
}

#w-m3esgw5v {
  top: 391px;
  left: 222px;
  width: 174px;
  height: 48px;
}

#w-m3esgw5v .button-css {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 4px;
  border-style: solid;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 1);
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  background: rgba(73, 8, 22, 1);
  --type: 0;
}

#w-bt7npfto {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 865px;
}

#w-bt7npfto .section-wrapper {
  opacity: 1;
}

#w-bt7npfto {
  margin-bottom: -1px;
}

#w-bt7npfto .section-background {
  background: rgba(255, 255, 255, 1);
  --type: 0;
}

#w-4a0xykfj {
  top: 72.5px;
  left: 12px;
  width: 261px;
  height: 187px;
}

#w-4a0xykfj .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
  z-index: null;
}

#w-4a0xykfj .image-background {
  width: 282px;
  height: 188px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./5.jpg");
  --type: 0;
}

#w-4a0xykfj .image-background-compare {
  background: undefined;
  clip: rect(0, 130.5px, 187px, 0);
  --type: 0;
}

#w-b5h7wvh3 {
  top: 13px;
  left: 0px;
  width: 420px;
  height: 48px;
}

#w-b5h7wvh3 .text-block {
  background: ;
}

#w-b5h7wvh3 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 32px;
  text-align: center;
  --type: 0;
}

#w-72eo8by1 {
  top: 270px;
  left: 12px;
  width: 126px;
  height: 187px;
}

#w-72eo8by1 .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-72eo8by1 .image-background {
  width: 126px;
  height: 187px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./7.jpg");
  --type: 0;
}

#w-72eo8by1 .image-background-compare {
  background: undefined;
  clip: rect(0, 63px, 187px, 0);
  --type: 0;
}

#w-r7sxdlk7 {
  top: 72.5px;
  left: 282px;
  width: 126px;
  height: 187px;
}

#w-r7sxdlk7 .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-r7sxdlk7 .image-background {
  width: 126px;
  height: 187px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./6.jpg");
  --type: 0;
}

#w-r7sxdlk7 .image-background-compare {
  background: undefined;
  clip: rect(0, 63px, 187px, 0);
  --type: 0;
}

#w-jii27im5 {
  top: 270px;
  left: 147px;
  width: 261px;
  height: 187px;
}

#w-jii27im5 .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-jii27im5 .image-background {
  width: 281px;
  height: 187px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./8.jpg");
  --type: 0;
}

#w-jii27im5 .image-background-compare {
  background: undefined;
  clip: rect(0, 130.5px, 187px, 0);
  --type: 0;
}

#w-yxyx1e10 {
  top: 466px;
  left: 12px;
  width: 261px;
  height: 187px;
}

#w-yxyx1e10 .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-yxyx1e10 .image-background {
  width: 282px;
  height: 188px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./9.jpg");
  --type: 0;
}

#w-yxyx1e10 .image-background-compare {
  background: undefined;
  clip: rect(0, 130.5px, 187px, 0);
  --type: 0;
}

#w-dyfq0c3u {
  top: 466px;
  left: 282px;
  width: 126px;
  height: 187px;
}

#w-dyfq0c3u .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-dyfq0c3u .image-background {
  width: 126px;
  height: 187px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./10.jpg");
  --type: 0;
}

#w-dyfq0c3u .image-background-compare {
  background: undefined;
  clip: rect(0, 63px, 187px, 0);
  --type: 0;
}

#w-9j4wka9v {
  top: 662px;
  left: 12px;
  width: 126px;
  height: 187px;
}

#w-9j4wka9v .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
  z-index: null;
}

#w-9j4wka9v .image-background {
  width: 126px;
  height: 188px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./11.jpg");
  --type: 0;
}

#w-9j4wka9v .image-background-compare {
  background: undefined;
  clip: rect(0, 63px, 187px, 0);
  --type: 0;
}

#w-eebmtoq0 {
  top: 662px;
  left: 147px;
  width: 126px;
  height: 187px;
}

#w-eebmtoq0 .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
  z-index: ;
}

#w-eebmtoq0 .image-background {
  width: 126px;
  height: 188px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./12.jpg");
  --type: 0;
}

#w-eebmtoq0 .image-background-compare {
  background: undefined;
  clip: rect(0, 63px, 187px, 0);
  --type: 0;
}

#w-23kf0c9n {
  top: 662px;
  left: 282px;
  width: 126px;
  height: 187px;
}

#w-23kf0c9n .image-block-css {
  position: absolute;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
  z-index: ;
}

#w-23kf0c9n .image-background {
  width: 126px;
  height: 188px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat content-box border-box
    url("./13.jpg");
  --type: 0;
}

#w-23kf0c9n .image-background-compare {
  background: undefined;
  clip: rect(0, 63px, 187px, 0);
  --type: 0;
}

#w-3n95ekwc {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 590px;
}

#w-3n95ekwc .section-wrapper {
  opacity: 1;
}

#w-3n95ekwc {
  margin-bottom: -1px;
}

#w-3n95ekwc .section-background {
  background: center center/ cover no-repeat content-box border-box
    url("./14.jpg");
  --type: 0;
}

#w-70dhyt5u {
  top: 345px;
  left: 0px;
  width: 420px;
  height: 160px;
}

#w-70dhyt5u .rectangle-css {
  border-color: rgba(255, 255, 255, 1);
  border-radius: 0px;
  border-style: solid;
  background: rgba(73, 8, 22, 0.5);
}

#w-j9jj5u4z {
  top: 335px;
  left: 0px;
  width: 420px;
  height: 96px;
}

#w-j9jj5u4z .text-block {
  background: ;
}

#w-j9jj5u4z .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(0, 0, 0, 1);
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 64px;
  text-align: center;
  --type: 0;
}

#w-gsmo5lmv {
  top: 416px;
  left: 0px;
  width: 420px;
  height: 81px;
}

#w-gsmo5lmv .text-block {
  background: ;
}

#w-gsmo5lmv .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 18px;
  text-align: center;
  --type: 0;
}

#sticky-b02zc5ct {
  width: 56px;
  height: 56px;
}

#w-b02zc5ct {
  top: 510px;
  left: 346px;
  width: 56px;
  height: 56px;
}

#w-xa6sbd2f {
  top: 0px;
  left: 0px;
  width: 56px;
  height: 56px;
}

#w-xa6sbd2f .rectangle-css {
  border-color: rgba(73, 8, 22, 1);
  border-radius: 50px;
  border-style: solid;
  border-width: 2px;
  background: rgba(255, 255, 255, 1);
}

#w-6k78c7jt {
  top: 5px;
  left: 5px;
  width: 46px;
  height: 46px;
}

#w-6k78c7jt {
  box-shadow: undefined;
  filter: undefined;
}

#w-6k78c7jt .rectangle-css {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9Im11c2ljLW5vdGUiPjxwYXRoIGQ9Ik0xMiwyQzEyLjQzLDIgMTIuODQsMi4xNCAxMy4xNywyLjM3QzE1Ljc4LDQuMjUgMTguMzksNi4xMiAxOS4xMSw4LjMxQzE5LjgzLDEwLjUgMTksMTMgMTcuNSwxNS41QzIwLDkgMTMsNy41IDEzLDcuNVYxOEMxMywyMC4yMSAxMSwyMiA4LjUsMjJDNiwyMiA0LDIwLjIxIDQsMThDNCwxNS43OSA2LDE0IDguNSwxNEM5LjAzLDE0IDkuNTMsMTQuMDggMTAsMTQuMjNWNEEyLDIgMCAwLDEgMTIsMloiPjwvcGF0aD48L3N2Zz4=);
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  background: rgba(73, 8, 22, 1);
}

#sticky-gwkz5e47 {
  width: 56px;
  height: 56px;
}

#w-gwkz5e47 {
  top: 510px;
  left: 346px;
  width: 56px;
  height: 56px;
}

#w-kjjzdt1e {
  top: 0px;
  left: 0px;
  width: 56px;
  height: 56px;
}

#w-kjjzdt1e .rectangle-css {
  border-color: rgba(73, 8, 22, 1);
  border-radius: 50px;
  border-style: solid;
  border-width: 2px;
  background: rgba(255, 255, 255, 1);
}

#w-89i1e9ib {
  top: 5px;
  left: 5px;
  width: 46px;
  height: 46px;
}

#w-89i1e9ib {
  box-shadow: undefined;
  filter: undefined;
}

#w-89i1e9ib .rectangle-css {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9Im11c2ljLW5vdGUtb2ZmIj48cGF0aCBkPSJNMiw1LjI3TDMuMjgsNEwyMCwyMC43MkwxOC43MywyMkwxMywxNi4yN1YxOEMxMywyMC4yMSAxMSwyMiA4LjUsMjJDNiwyMiA0LDIwLjIxIDQsMThDNCwxNS43OSA2LDE0IDguNSwxNEM5LjAzLDE0IDkuNTMsMTQuMDggMTAsMTQuMjNWMTMuMjdMMiw1LjI3TTEyLDJDMTIuNDMsMiAxMi44NCwyLjE0IDEzLjE3LDIuMzdDMTUuNzgsNC4yNSAxOC4zOSw2LjEyIDE5LjExLDguMzFDMTkuODMsMTAuNSAxOSwxMyAxNy41LDE1LjVDMjAsOSAxMyw3LjUgMTMsNy41VjExLjE4TDEwLDguMThWNEEyLDIgMCAwLDEgMTIsMloiPjwvcGF0aD48L3N2Zz4=);
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  background: rgba(73, 8, 22, 1);
}

#w-ximiqye4 {
  top: 0px;
  left: 0px;
  position: relative;
  width: 420px;
  height: 52px;
}

#w-ximiqye4 .section-wrapper {
  opacity: 1;
}

#w-ximiqye4 {
  margin-bottom: -1px;
}

#w-ximiqye4 .section-background {
  background: rgba(73, 8, 22, 0.5);
  --type: 0;
}

#w-cnpwkiey {
  top: 14px;
  left: 14px;
  width: 244px;
  height: 24px;
}

#w-cnpwkiey .text-block {
  background: ;
}

#w-cnpwkiey .text-block-css {
  text-align: left;
  font-size: 16px;
  border-style: solid;
  border-color: rgba(229, 231, 235, 1);
  font-family: "Tinos", sans-serif;
  color: rgba(255, 255, 255, 1);
  --type: 0;
}

#w-wz58mua8 {
  top: 17.5px;
  left: 243px;
  perspective: 1000px;
  width: 28px;
  height: auto;
}

#w-wz58mua8 .line-container {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1);
  z-index: ;
}

#w-wz58mua8 > div {
  transform: rotateX(0deg) perspective(1000px) rotate(90deg);
}

#w-hesawcu1 {
  top: 6px;
  left: 266px;
  width: 40px;
  height: 40px;
}

#w-hesawcu1 .rectangle-css {
  border-style: solid;
  border-color: rgba(229, 231, 235, 1);
  background: center center/ contain no-repeat scroll content-box
    url(https://content.pancake.vn/1/08/3f/7a/e9/be9a053a77ec7cdb461246a62779525962247b7146d4dcccce9c1cfb.png);
}

#w-ky897sbo {
  top: 6px;
  left: 316.5px;
  width: 40px;
  height: 40px;
}

#w-ky897sbo .image-block-css {
  position: absolute;
  z-index: null;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
  border-radius: 10px;
}

#w-ky897sbo .image-background {
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("https://content.pancake.vn/1/fwebp0/5e/92/4c/94/576169baeb9bcd6ccfefb1f103e204731ee0f9e6cba01915ee76b754-w:225-h:225-l:2964-t:image/png.png");
  --type: 0;
}

#w-ky897sbo .image-background-compare {
  background: undefined;
  clip: rect(0, 20px, 40px, 0);
  --type: 0;
}

#w-0d47lckz {
  top: 6px;
  left: 367px;
  width: 40px;
  height: 40px;
}

#w-0d47lckz .image-block-css {
  position: absolute;
  z-index: ;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(229, 231, 235, 1);
}

#w-0d47lckz .image-background {
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat scroll content-box border-box
    url("./logo-hy.png");
  --type: 0;
}

#w-0d47lckz .image-background-compare {
  background: undefined;
  clip: rect(0, 20px, 40px, 0);
  --type: 0;
}

#w-__popup_default__ {
  position: fixed;
  width: 400px;
  height: 523px;
}

#w-__popup_default__ .popup-background.fb {
  background: undefined;
}

#w-__popup_default__::-webkit-scrollbar {
  display: none;
}

#w-__popup_default__ .popup-background {
  background: center center/ cover no-repeat content-box border-box
    url("./14.jpg");
  border-color: rgba(76, 175, 80, 0.8);
  border-radius: 8px;
  border-style: solid;
  box-shadow: 4px 4px 9px 0px rgba(139, 195, 74, 0.2);
  color: rgba(69, 64, 64, 1);
}

#w-au0o7yap {
  top: 13px;
  left: 360px;
  z-index: 1;
  width: 29px;
  height: 29px;
}

#w-au0o7yap {
  box-shadow: undefined;
  filter: undefined;
}

#w-au0o7yap .rectangle-css {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCc+IDxwYXRoIGQ9J00xMy40NiwxMkwxOSwxNy41NFYxOUgxNy41NEwxMiwxMy40Nkw2LjQ2LDE5SDVWMTcuNTRMMTAuNTQsMTJMNSw2LjQ2VjVINi40NkwxMiwxMC41NEwxNy41NCw1SDE5VjYuNDZMMTMuNDYsMTJaJz48L3BhdGg+IDwvc3ZnPg==);
  border-color: #e5e7eb;
  border-style: solid;
  z-index: 1;
  background: rgba(255, 255, 255, 1);
}

#w-x1zgedtn {
  top: 360.5px;
  left: 0px;
  perspective: 1000px;
  width: 400px;
  height: 120px;
}

#w-x1zgedtn .rectangle-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  background: rgba(73, 8, 22, 0.5);
}

#w-x1zgedtn > div {
  transform: rotate(0deg) perspective(1000px);
}

#w-oc2dcqis {
  top: 360.5px;
  left: 0px;
  perspective: 1000px;
  width: 400px;
  height: 78px;
}

#w-oc2dcqis .text-block {
  background: ;
}

#w-oc2dcqis .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "Ephesis-Regular.ttf", sans-serif;
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-oc2dcqis > div {
  transform: rotate(0deg) perspective(1000px);
}

#w-0ni90ea5 {
  top: 429.5px;
  left: 0px;
  width: 400px;
  height: 36px;
}

#w-0ni90ea5 .text-block {
  background: ;
}

#w-0ni90ea5 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-family: "VNF-SheliaRegular.ttf", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  --type: 0;
}

#w-zo7jt7tc {
  position: fixed;
  width: 320px;
  height: 400px;
}

#w-zo7jt7tc::-webkit-scrollbar {
  display: none;
}

#w-zo7jt7tc .popup-background {
  background: rgba(73, 8, 22, 1);
  border-color: rgba(128, 0, 32, 1);
  border-radius: 8px;
  border-style: solid;
}

#w-slhy7pgw {
  top: 8px;
  left: 284px;
  z-index: 1;
  width: 29px;
  height: 29px;
}

#w-slhy7pgw {
  box-shadow: undefined;
  filter: undefined;
}

#w-slhy7pgw .rectangle-css {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCc+IDxwYXRoIGQ9J00xMy40NiwxMkwxOSwxNy41NFYxOUgxNy41NEwxMiwxMy40Nkw2LjQ2LDE5SDVWMTcuNTRMMTAuNTQsMTJMNSw2LjQ2VjVINi40NkwxMiwxMC41NEwxNy41NCw1SDE5VjYuNDZMMTMuNDYsMTJaJz48L3BhdGg+IDwvc3ZnPg==);
  border-color: #e5e7eb;
  border-style: solid;
  z-index: 1;
  background: rgba(255, 255, 255, 1);
}

#w-yvchzu74 {
  top: 43px;
  left: 40px;
  width: 240px;
  height: 240px;
  mix-blend-mode: normal;
  transform: translate3d(0, 0, 0);
}

#w-yvchzu74 .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  border-width: 0px;
  position: absolute;
}

#w-yvchzu74 .image-background {
  width: 240px;
  height: 240px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat content-box border-box
    url("./tuyen-qr.png");
  --type: 0;
}

#w-yvchzu74 .image-background-compare {
  background: undefined;
  clip: rect(0, 120px, 240px, 0);
  --type: 0;
}

#w-nv4t49sh {
  top: 18.5px;
  left: 55px;
  width: 210px;
  height: 30px;
}

#w-nv4t49sh .text-block {
  background: ;
}

#w-nv4t49sh .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(73, 8, 22, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  --type: 0;
}

#w-v1bmvyky {
  top: 290.5px;
  left: 40px;
  width: 231px;
  height: 30px;
}

#w-v1bmvyky .text-block {
  background: ;
}

#w-v1bmvyky .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: start;
  --type: 0;
}

#w-w9lhmri7 {
  top: 322.5px;
  left: 40px;
  width: 232px;
  height: 30px;
}

#w-w9lhmri7 .text-block {
  background: ;
}

#w-w9lhmri7 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: start;
  --type: 0;
}

#w-ihn42zxr {
  top: 355.5px;
  left: 40px;
  width: 232px;
  height: 30px;
}

#w-ihn42zxr .text-block {
  background: ;
}

#w-ihn42zxr .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: start;
  --type: 0;
}

#w-2hi3rjsn {
  position: fixed;
  width: 320px;
  height: 400px;
}

#w-2hi3rjsn::-webkit-scrollbar {
  display: none;
}

#w-2hi3rjsn .popup-background {
  background: rgba(73, 8, 22, 1);
  border-color: rgba(128, 0, 32, 1);
  border-radius: 8px;
  border-style: solid;
}

#w-l772fk2u {
  top: 8px;
  left: 284px;
  z-index: 1;
  width: 29px;
  height: 29px;
}

#w-l772fk2u {
  box-shadow: undefined;
  filter: undefined;
}

#w-l772fk2u .rectangle-css {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCc+IDxwYXRoIGQ9J00xMy40NiwxMkwxOSwxNy41NFYxOUgxNy41NEwxMiwxMy40Nkw2LjQ2LDE5SDVWMTcuNTRMMTAuNTQsMTJMNSw2LjQ2VjVINi40NkwxMiwxMC41NEwxNy41NCw1SDE5VjYuNDZMMTMuNDYsMTJaJz48L3BhdGg+IDwvc3ZnPg==);
  border-color: #e5e7eb;
  border-style: solid;
  z-index: 1;
  background: rgba(255, 255, 255, 1);
}

#w-q0grdn0u {
  top: 43px;
  left: 40px;
  width: 240px;
  height: 240px;
  mix-blend-mode: normal;
  transform: translate3d(0, 0, 0);
}

#w-q0grdn0u .image-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  border-width: 0px;
  position: absolute;
}

#w-q0grdn0u .image-background {
  width: 240px;
  height: 240px;
  top: 0px;
  left: 0px;
  background: center center/ cover no-repeat content-box border-box
    url("./dat-qr.png");
  --type: 0;
}

#w-q0grdn0u .image-background-compare {
  background: undefined;
  clip: rect(0, 120px, 240px, 0);
  --type: 0;
}

#w-v8bldrl8 {
  top: 18.5px;
  left: 55px;
  width: 210px;
  height: 30px;
}

#w-v8bldrl8 .text-block {
  background: ;
}

#w-v8bldrl8 .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(73, 8, 22, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  --type: 0;
}

#w-frtzc9wf {
  top: 290.5px;
  left: 40px;
  width: 231px;
  height: 30px;
}

#w-frtzc9wf .text-block {
  background: ;
}

#w-frtzc9wf .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: start;
  --type: 0;
}

#w-wpqk9mfv {
  top: 322.5px;
  left: 40px;
  width: 232px;
  height: 30px;
}

#w-wpqk9mfv .text-block {
  background: ;
}

#w-wpqk9mfv .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: start;
  --type: 0;
}

#w-gf89svew {
  top: 355.5px;
  left: 40px;
  width: 232px;
  height: 30px;
}

#w-gf89svew .text-block {
  background: ;
}

#w-gf89svew .text-block-css {
  border-color: rgba(229, 231, 235, 1);
  border-style: solid;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: bold;
  text-align: start;
  --type: 0;
}

.-popup-checkout .-close,
.-zoom .-close {
  width: 22px;
  height: 22px;
}

.-checkout-gallery .gallery-view-item {
  background-size: cover !important;
}

#w-0u4was5k.animation {
  transform: perspective(1000px);
}

#w-0u4was5k.animation .image-block-css {
  animation-name: fadeInBottomRight;
  -webkit-animation-name: fadeInBottomRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-3fr697pj.animation {
  transform: perspective(1000px);
}

#w-3fr697pj.animation .image-block-css {
  animation-name: fadeInBottomLeft;
  -webkit-animation-name: fadeInBottomLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-ce3jlrv0.animation {
  transform: perspective(1000px);
}

#w-ce3jlrv0.animation .text-block-css {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-5gonrgi6.animation {
  transform: perspective(1000px);
}

#w-5gonrgi6.animation .text-block-css {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-7jwpaj4m.animation {
  transform: perspective(1000px);
}

#w-7jwpaj4m.animation .text-block-css {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-kxxplak9.animation {
  transform: perspective(1000px);
}

#w-kxxplak9.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-0ihwmrtv.animation {
  transform: perspective(1000px);
}

#w-0ihwmrtv.animation .text-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-x50p3xjg.animation {
  transform: perspective(1000px);
}

#w-x50p3xjg.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-eysxfqkf.animation {
  transform: perspective(1000px);
}

#w-eysxfqkf.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-cks6ea87.animation {
  transform: perspective(1000px);
}

#w-cks6ea87.animation .text-block-css {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-z45rb5wc.animation {
  transform: perspective(1000px);
}

#w-z45rb5wc.animation .text-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-ed9he4ku.animation {
  transform: perspective(1000px);
}

#w-ed9he4ku.animation .text-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-7h0zzpxy.animation {
  transform: perspective(1000px);
}

#w-7h0zzpxy.animation .text-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-1k56lppp.animation {
  transform: perspective(1000px);
}

#w-1k56lppp.animation .text-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-tjkbmn6l.animation {
  transform: perspective(1000px);
}

#w-tjkbmn6l.animation .text-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-5sexaigy.animation {
  transform: perspective(1000px);
}

#w-5sexaigy.animation .text-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-okg6ot0a.animation {
  transform: perspective(1000px);
}

#w-okg6ot0a.animation .image-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-t8lpchz6.animation {
  transform: perspective(1000px);
}

#w-t8lpchz6.animation .image-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-ijyskeeh.animation {
  transform: perspective(1000px);
}

#w-ijyskeeh.animation .image-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-oq0v0xtw.animation {
  transform: perspective(1000px);
}

#w-oq0v0xtw.animation .image-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-66kr2osy.animation {
  transform: perspective(1000px);
}

#w-66kr2osy.animation .image-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-dwippmid.animation {
  transform: perspective(1000px);
}

#w-dwippmid.animation .image-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-8yw36csf.animation {
  transform: perspective(1000px);
}

#w-8yw36csf.animation .text-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-65mi5dtq.animation {
  transform: perspective(1000px);
}

#w-65mi5dtq.animation .text-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-v66zedmm.animation {
  transform: perspective(1000px);
}

#w-v66zedmm.animation .text-block-css {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-e60hj6pv.animation {
  transform: perspective(1000px);
}

#w-e60hj6pv.animation .text-block-css {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-34l5rb30.animation {
  transform: perspective(1000px);
}

#w-34l5rb30.animation .text-block-css {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-jlbzo9op.animation {
  transform: perspective(1000px);
}

#w-jlbzo9op.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-5our53ma.animation {
  transform: perspective(1000px);
}

#w-5our53ma.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-h2aelx8f.animation {
  transform: perspective(1000px);
}

#w-h2aelx8f.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-ozg18ipo.animation {
  transform: perspective(1000px);
}

#w-ozg18ipo.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-g0tmznhq.animation {
  transform: perspective(1000px);
}

#w-g0tmznhq.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-hrqc5hoc.animation {
  transform: perspective(1000px);
}

#w-hrqc5hoc.animation .image-block-css {
  animation-name: fadeInBottomLeft;
  -webkit-animation-name: fadeInBottomLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-6g7yamhm.animation {
  transform: perspective(1000px);
}

#w-6g7yamhm.animation .image-block-css {
  animation-name: fadeInBottomRight;
  -webkit-animation-name: fadeInBottomRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-nxzb1zqs.animation {
  transform: perspective(1000px);
}

#w-nxzb1zqs.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-lj6qjkdk.animation {
  transform: perspective(1000px);
}

#w-lj6qjkdk.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-mt6z29rm.animation {
  transform: perspective(1000px);
}

#w-mt6z29rm.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-46f1o3wz.animation {
  transform: perspective(1000px);
}

#w-46f1o3wz.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-lfwnnzku.animation {
  transform: perspective(1000px);
}

#w-lfwnnzku.animation .text-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-ijbe89xq.animation {
  transform: perspective(1000px);
}

#w-ijbe89xq.animation .text-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-po7i64jf.animation {
  transform: perspective(1000px);
}

#w-po7i64jf.animation .text-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-av3y2tm9.animation {
  transform: perspective(1000px);
}

#w-av3y2tm9.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-r6uvdp0n.animation {
  transform: perspective(1000px);
}

#w-r6uvdp0n.animation .image-block-css {
  animation-name: fadeInBottomLeft;
  -webkit-animation-name: fadeInBottomLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-842h6i2e.animation {
  transform: perspective(1000px);
}

#w-842h6i2e.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-0qaluc6e.animation {
  transform: perspective(1000px);
}

#w-0qaluc6e.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-2xbyvk97.animation {
  transform: perspective(1000px);
}

#w-2xbyvk97.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-gvhhk4q8.animation {
  transform: perspective(1000px);
}

#w-gvhhk4q8.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-4cbdm5wp.animation {
  transform: perspective(1000px);
}

#w-4cbdm5wp.animation .text-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-blqs0qy1.animation {
  transform: perspective(1000px);
}

#w-blqs0qy1.animation .text-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-ron67bzq.animation {
  transform: perspective(1000px);
}

#w-ron67bzq.animation .text-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-8mghjgs2.animation {
  transform: perspective(1000px);
}

#w-8mghjgs2.animation .text-block-css {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-swdtj1q3.animation {
  transform: perspective(1000px);
}

#w-swdtj1q3.animation .image-block-css {
  animation-name: fadeInBottomRight;
  -webkit-animation-name: fadeInBottomRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-jgaxat9v.animation {
  transform: perspective(1000px);
}

#w-jgaxat9v.animation .text-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-4a0xykfj.animation {
  transform: perspective(1000px);
}

#w-4a0xykfj.animation .image-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-b5h7wvh3.animation {
  transform: perspective(1000px);
}

#w-b5h7wvh3.animation .text-block-css {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-72eo8by1.animation {
  transform: perspective(1000px);
}

#w-72eo8by1.animation .image-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-r7sxdlk7.animation {
  transform: perspective(1000px);
}

#w-r7sxdlk7.animation .image-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-jii27im5.animation {
  transform: perspective(1000px);
}

#w-jii27im5.animation .image-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-yxyx1e10.animation {
  transform: perspective(1000px);
}

#w-yxyx1e10.animation .image-block-css {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

#w-dyfq0c3u.animation {
  transform: perspective(1000px);
}

#w-dyfq0c3u.animation .image-block-css {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-9j4wka9v.animation {
  transform: perspective(1000px);
}

#w-9j4wka9v.animation .image-block-css {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-eebmtoq0.animation {
  transform: perspective(1000px);
}

#w-eebmtoq0.animation .image-block-css {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-23kf0c9n.animation {
  transform: perspective(1000px);
}

#w-23kf0c9n.animation .image-block-css {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-j9jj5u4z.animation {
  transform: perspective(1000px);
}

#w-j9jj5u4z.animation .text-block-css {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-gsmo5lmv.animation {
  transform: perspective(1000px);
}

#w-gsmo5lmv.animation .text-block-css {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
}

#w-b02zc5ct.animation {
  transform: perspective(1000px);
}

#w-b02zc5ct.animation > .group-container {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
}
