.font-rfl {
  font-family: Roboto Flex, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.font-rfr {
  font-family: Roboto Flex, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-rfm {
  font-family: Roboto Flex, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font-rfsb {
  font-family: Roboto Flex, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.font-rfb {
  font-family: Roboto Flex, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-rfli {
  font-family: Roboto Flex, sans-serif;
  font-weight: 300;
  font-style: italic;
}
.font-rfri {
  font-family: Roboto Flex, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font-rfmi {
  font-family: Roboto Flex, sans-serif;
  font-weight: 500;
  font-style: italic;
}
.font-rfsbi {
  font-family: Roboto Flex, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-rfbi {
  font-family: Roboto Flex, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.font-cpl {
  font-family: Chakra Petch, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.font-cpr {
  font-family: Chakra Petch, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-cpm {
  font-family: Chakra Petch, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font-cpsb {
  font-family: Chakra Petch, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.font-cpb {
  font-family: Chakra Petch, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-cpli {
  font-family: Chakra Petch, sans-serif;
  font-weight: 300;
  font-style: italic;
}
.font-cpri {
  font-family: Chakra Petch, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font-cpmi {
  font-family: Chakra Petch, sans-serif;
  font-weight: 500;
  font-style: italic;
}
.font-cpsbi {
  font-family: Chakra Petch, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.font-cpbi {
  font-family: Chakra Petch, sans-serif;
  font-weight: 700;
  font-style: italic;
}
@keyframes moveUpDown {
  0%,
  to {
    background-position: 79% 75%;
  }
  25% {
    background-position: 79% 80%;
  }
  50% {
    background-position: 79% 85%;
  }
  75% {
    background-position: 79% 80%;
  }
}
@keyframes moveRightIn {
  0% {
    background-position: 160% 75%;
  }
  75% {
    background-position: 79% 75%;
  }
  to {
    background-position: 79% 75%;
  }
}
@keyframes moveLeftIn {
  0% {
    background-position: -50% bottom;
  }
  to {
    background-position: left bottom;
  }
}
@keyframes moveUpDownForM {
  0%,
  to {
    background-position: center 82%;
  }
  50% {
    background-position: center 95%;
  }
}
@keyframes rect-t-down {
  0% {
    transform: translateY(-30%);
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  85% {
    opacity: 0.55;
  }
  95% {
    opacity: 0.25;
  }
  to {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes rect-bl-down {
  0% {
    transform: translateY(-60%);
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  65% {
    opacity: 0.75;
  }
  75% {
    opacity: 0.55;
  }
  85% {
    opacity: 0.25;
  }
  95% {
    opacity: 0.15;
  }
  to {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes rect-br-down {
  0% {
    transform: translateY(-60%);
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  65% {
    opacity: 0.75;
  }
  75% {
    opacity: 0.55;
  }
  85% {
    opacity: 0.25;
  }
  95% {
    opacity: 0.15;
  }
  to {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes print {
  0% {
    width: 0;
  }
  to {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@keyframes delete {
  0% {
    width: -moz-fit-content;
    width: fit-content;
  }
  to {
    width: 0;
  }
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
:before,
:after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
* {
  touch-action: auto;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
}
input::-moz-placeholder {
  color: rgba(#cebbbb, 0.4);
  font-weight: 400;
}
input::placeholder {
  color: rgba(#cebbbb, 0.4);
  font-weight: 400;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
textarea {
  resize: none;
  border: 0;
}
textarea:focus-visible {
  outline: none;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0;
}
.top-0 {
  top: 0;
}
.z-10 {
  z-index: 10;
}
.m-auto {
  margin: auto;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-\[190px\] {
  height: 190px;
}
.h-\[215px\] {
  height: 215px;
}
.h-\[292px\] {
  height: 292px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[60px\] {
  height: 60px;
}
.h-full {
  height: 100%;
}
.min-h-\[278px\] {
  min-height: 278px;
}
.w-\[122px\] {
  width: 122px;
}
.w-\[135px\] {
  width: 135px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[1155px\] {
  max-width: 1155px;
}
.max-w-\[1260px\] {
  max-width: 1260px;
}
.max-w-\[1320px\] {
  max-width: 1320px;
}
.max-w-full {
  max-width: 100%;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!bg-\[\#000\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-\[white\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.fill-white {
  fill: #fff;
}
.fill-black {
  fill: #000;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[3px\] {
  padding: 3px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.-indent-5 {
  text-indent: -1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[46px\] {
  line-height: 46px;
}
.text-\[\#FFF500\] {
  --tw-text-opacity: 1;
  color: rgb(255 245 0 / var(--tw-text-opacity));
}
.text-\[white\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.backdrop-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(0.9);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.duration-500 {
  transition-duration: 0.5s;
}
#app {
  font-family: Chakra Petch, -apple-system, BlinkMacSystemFont, Segoe UI,
    Helvetica Neue, HCo Gotham SSm, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #000;
  width: 100%;
  height: 100%;
}
.n-notification-main {
  font-family: Chakra Petch, -apple-system, BlinkMacSystemFont, Segoe UI,
    Helvetica Neue, HCo Gotham SSm, Arial, sans-serif;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.app-container-pt {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .app-container-pt {
    padding-top: 90px;
  }
}
@media (min-width: 1280px) {
  .app-container-pt {
    padding-top: 140px;
  }
}
@media (min-width: 1536px) {
  .app-container-pt {
    padding-top: 160px;
  }
}
.bg-home-top {
  background-image: url(../assets_img/h-layer1.png),
    url(../assets_img/home-card.svg);
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto;
}
.bg-home-top-move {
  background-image: url(../assets_img/h-layer2.png);
  background-position: 79% 75%;
  background-repeat: no-repeat;
  background-size: 26% auto;
  animation: moveRightIn 2s ease-out;
}
.bg-home-top-layer3 {
  background-image: url(../assets_img/h-layer3.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 16% auto;
  animation: moveLeftIn 1s ease-out;
}
.bg-home-middle {
  background-image: url(../assets_img/h-layer4.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
.bg-home-inner-card {
  background-image: url(../assets_img/home-inner-card.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.bg-home-bottom-inner-card {
  background-image: url(../assets_img/home-bottom-inner-card.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.bg-apply-btn {
  background-image: url(../assets_img/apply-btn.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-apply-btn:hover {
  background-image: url(../assets_img/apply-btn-hover.svg);
}
.bg-apply-btn-ycube {
  background-image: url(../assets_img/apply-btn-ycube.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-apply-btn-ycube:hover {
  background-image: url(../assets_img/apply-btn-ycube-active.svg);
}
.bg-home-why {
  background-image: url(../assets_img/bg-why.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .bg-home-why {
    background-size: 100% auto;
  }
}
.bg-footer {
  background-image: url(../assets_img/bg-footer.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .bg-footer {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 600px) {
  .bg-home-top {
    background-image: url(../assets_img/h-layer1-m.png);
    background-position: center 22%;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .bg-home-top-layer2-m {
    background-image: url(../assets_img/h-layer2.png);
    background-position: center 82%;
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .bg-home-top-move,
  .bg-home-top-layer3 {
    background: none;
  }
  .bg-home-middle {
    background-image: url(../assets_img/h-layer4.png);
    background-position: left 22%;
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .bg-home-why {
    background-image: url(../assets_img/bg-why-m.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.card {
  cursor: pointer;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  background-color: rgb(255 245 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.05;
}
.social {
  height: 2.5rem;
  width: 5rem;
  font-family: Chakra Petch, sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  background-color: rgb(255 245 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.05;
}
@media (min-width: 768px) {
  .social {
    height: 4rem;
    width: 8rem;
  }
}
.why-title {
  height: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: Chakra Petch, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 768px) {
  .why-title {
    height: 5rem;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .why-title {
    font-size: 28px;
    line-height: 2rem;
  }
}
@media (min-width: 1536px) {
  .why-title {
    font-size: 32px;
    line-height: 2.5rem;
  }
}
.why-content {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  white-space: pre-wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 22px;
  font-family: Roboto Flex, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  .why-content {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
.rect-t-a {
  animation: rect-t-down infinite 4s;
  animation-delay: 6s;
  animation-timing-function: steps(2) ease-out;
}
.rect-t {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  animation: rect-t-down infinite 4s;
  animation-delay: 6s;
  animation-timing-function: steps(2) ease-out;
}
@media (min-width: 768px) {
  .rect-t {
    width: auto;
  }
}
.rect-bl-a {
  animation: rect-bl-down infinite 4s;
  animation-delay: 1s;
  animation-timing-function: steps(2) ease-out;
}
.rect-bl {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  animation: rect-bl-down infinite 4s;
  animation-delay: 1s;
  animation-timing-function: steps(2) ease-out;
}
@media (min-width: 768px) {
  .rect-bl {
    width: auto;
  }
}
.rect-br-a {
  animation: rect-br-down infinite 4s;
  animation-delay: 3s;
  animation-timing-function: steps(2) ease-out;
}
.rect-br {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  animation: rect-br-down infinite 4s;
  animation-delay: 3s;
  animation-timing-function: steps(2) ease-out;
}
@media (min-width: 768px) {
  .rect-br {
    width: auto;
  }
}
.text-animation:after {
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  background: var(--Linear, linear-gradient(180deg, #a1615e 0%, #c6311f 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: blink 1s step-end infinite;
}
.home-bg-gradient-orange {
  background: linear-gradient(83deg, #191717 6.64%, #000000 93.36%), #191717;
}
.home-bg-gradient-white {
  background: linear-gradient(180deg, #eeeeee, #ffffff);
}
.home-bg-gradient-word {
  background: var(
    --not-orange,
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(251, 244, 240, 0.8) 100%
    )
  );
}
.home-bg-gradient-card {
  background: var(
    --not-orange-3,
    linear-gradient(250deg, #000000 -30.4%, #eeeeee 51.11%, #171919 139.41%)
  );
}
.home-bg-gradient-inner-card {
  fill: var(
    --box-gradient,
    radial-gradient(
      366.57% 102.74% at 60.61% 36.23%,
      rgba(255, 255, 255, 0.69) 9.2%,
      rgba(255, 239, 215, 0.64) 100%
    )
  );
}
.home-bg-gradient-inner-btn {
  background: var(
    --apply-now,
    linear-gradient(90deg, #171919 0%, #616161 100.01%)
  );
}
.home-bg-gradient-inner-btn-hover {
  background: #b236094d;
}
.n-loading-bar-container .n-loading-bar.n-loading-bar--finishing {
  background: #6b180e !important;
  transition: max-width 0.2s linear, background 0.2s linear;
}
.custom-dots {
  display: flex;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.custom-dots li {
  display: inline-block;
  width: 12px;
  height: 4px;
  margin: 0 3px;
  border-radius: 4px;
  background-color: #f2b694;
  transition: width 0.3s, background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.custom-dots li.is-active {
  width: 40px;
  background: #ea875f;
}
.after\:w-\[10px\]:after {
  content: var(--tw-content);
  width: 10px;
}
.after\:content-\[\'\|\'\]:after {
  --tw-content: "|";
  content: var(--tw-content);
}
.hover\:fill-white:hover {
  fill: #fff;
}
.hover\:text-\[\#6B180E\]:hover {
  --tw-text-opacity: 1;
  color: rgb(107 24 14 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-\[\#FAEADE\] {
  --tw-text-opacity: 1;
  color: rgb(250 234 222 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-14 {
    margin-top: 3.5rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mt-24 {
    margin-top: 6rem;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:\!flex {
    display: flex !important;
  }
  .md\:flex {
    display: flex;
  }
  .md\:\!hidden {
    display: none !important;
  }
  .md\:h-\[73px\] {
    height: 73px;
  }
  .md\:h-\[80px\] {
    height: 80px;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-\[240px\] {
    width: 240px;
  }
  .md\:w-\[245px\] {
    width: 245px;
  }
  .md\:w-\[256px\] {
    width: 256px;
  }
  .md\:w-\[300px\] {
    width: 300px;
  }
  .md\:w-\[431px\] {
    width: 431px;
  }
  .md\:w-\[566px\] {
    width: 566px;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:max-w-\[752px\] {
    max-width: 752px;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:rounded-2xl {
    border-radius: 1rem;
  }
  .md\:rounded-lg {
    border-radius: 0.5rem;
  }
  .md\:p-3 {
    padding: 0.75rem;
  }
  .md\:p-\[10px\] {
    padding: 10px;
  }
  .md\:p-\[4px\] {
    padding: 4px;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-\[164px\] {
    padding-top: 164px;
    padding-bottom: 164px;
  }
  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-\[22px\] {
    font-size: 22px;
  }
  .md\:text-\[24px\] {
    font-size: 24px;
  }
  .md\:text-\[45px\] {
    font-size: 45px;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:after\:w-\[14px\]:after {
    content: var(--tw-content);
    width: 14px;
  }
}
@media (min-width: 1024px) {
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[28px\] {
    font-size: 28px;
  }
  .lg\:text-\[56px\] {
    font-size: 56px;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .xl\:h-\[124px\] {
    height: 124px;
  }
  .xl\:w-\[379px\] {
    width: 379px;
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-\[26px\] {
    font-size: 26px;
  }
  .xl\:text-\[32px\] {
    font-size: 32px;
  }
  .xl\:text-\[34px\] {
    font-size: 34px;
  }
  .xl\:text-\[40px\] {
    font-size: 40px;
  }
  .xl\:text-\[64px\] {
    font-size: 64px;
  }
  .xl\:text-\[72px\] {
    font-size: 72px;
  }
  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:leading-normal {
    line-height: 1.5;
  }
}
