@charset "UTF-8";


@font-face {
    font-family: 'db_helvethaica_x_regular';
    src: url("../font/db_helvethaica_x.woff2") format("woff2"), url("../font/db_helvethaica_x.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'db_helvethaica_x';
    src: url("../font/db_helvethaica_x_cond.woff2") format("woff2"), url("../font/db_helvethaica_x_cond.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'db_helvethaica_x';
    src: url("../font/db_helvethaica_x_med_cond.woff2") format("woff2"), url("../font/db_helvethaica_x_med_cond.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'db_helvethaica_x';
    src: url("../font/db_helvethaica_x_bd_cond.woff2") format("woff2"), url("../font/db_helvethaica_x_bd_cond.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'db_helvethaica_x';
    src: url("../font/db_helvethaica_x_blk_cond.woff2") format("woff2"), url("../font/db_helvethaica_x_blk_cond.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'avenirnext-heavy';
    src: url("../font/avenirnext-heavy.woff2") format("woff2"), url("../font/avenirnext-heavy.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}


.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.splide__track--fade>.splide__list {
    display: block;
}

.splide__track--fade>.splide__list>.splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1;
}

.splide--rtl {
    direction: rtl;
}

.splide__track--ttb>.splide__list {
    display: block;
}

.splide__container {
    box-sizing: border-box;
    position: relative;
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}

.splide__pagination li:before {
    content: '';
}

.splide__progress__bar {
    width: 0;
}

.splide {
    position: relative;
    visibility: hidden;
}

.editmode .splide {
    visibility: visible;
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.splide__slide img {
    vertical-align: bottom;
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}




*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body .main,
body #upheader,
body .menu {
    visibility: hidden;
    opacity: 0;
}

.editmode.main,
.editmode #upheader,
.editmode .menu {
    visibility: visible;
    opacity: 1;
}

body.uploaded .main,
body.uploaded #upheader,
body.uploaded .menu {
    visibility: visible;
    opacity: 1;
}

body {
    color: #3D2070;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 1;
}

hr:not([size]) {
    height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
    padding-left: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #3D2070;
    text-decoration: underline;
}

a:hover {
    color: #3D2070;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr
        /* rtl:ignore */
    ;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend+* {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.container .container {
    max-width: unset;
    width: unset;
    padding-left: unset;
    padding-right: unset;
    position: relative;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

.-text-up {
    font-size: 56px;
    color: #3d2070;
    font-family: "avenirnext-heavy", sans-serif;
}

.-text-uppurple {
    color: #3d2070 !important;
}

.-text-purple {
    color: #6b4a9d !important;
}

.-text-pink {
    color: #9d0b71 !important;
}

.-text-white {
    color: #ffffff !important;
}

.-text-grey {
    color: #3E3E3E !important;
}

.-text-yellow {
    color: #EFB13A !important;
}


.-text-normal {
    font-weight: normal !important;
}

.-text-med_cond {
    font-weight: 500 !important;
}

.-text-bd_cond {
    font-weight: 600 !important;
}

.-text-blk_cond {
    font-weight: 700 !important;
}

@media (min-width: 992px) {
    .-text-up {
        font-size: 65px;
    }
}

.-text-md {
    font-size: 21px !important;
}

@media (min-width: 768px) {
    .-text-md {
        font-size: 30px !important;
    }
}

@media (min-width: 1536px) {
    .-text-md {
        font-size: 35px !important;
    }
}

.-text-xl {
    font-size: 35px !important;
    line-height: 0.85 !important;
}

@media (min-width: 768px) {
    .-text-xl {
        font-size: 70px !important;
    }
}

@media (min-width: 1200px) {
    .-text-xl {
        font-size: 75px !important;
    }
}

.-text-l {
    font-size: 30px !important;
}

@media (min-width: 768px) {
    .-text-l {
        font-size: 40px !important;
    }
}

.-text-2xl {
    font-size: 55px !important;
    line-height: 0.85 !important;
}

@media (min-width: 768px) {
    .-text-2xl {
        font-size: 80px !important;
    }
}

@media (min-width: 1200px) {
    .-text-2xl {
        font-size: 90px !important;
    }
}

.-text-small {
    font-size: 22px !important
}

@media (min-width: 992px) {
    .-text-small {
        font-size: 1.78vw !important
    }
}

.editmode .-text-small {
    font-size: 24px !important;
}

.-text-shadow {
    text-shadow: 0px 1px 5px rgb(0 0 0 / 80%) !important;
}

.hidden {
    display: none !important;
}

.flex {
    display: flex !important;
}

.flex-direction-row {
    flex-direction: row !important;
}

.flex-align-center {
    align-items: center !important;
}

.flex-align-bottom {
    align-items: flex-end !important;
}

.flex-direction-column {
    flex-direction: column !important;
}

.justify-between {
    justify-content: space-between !important;
}

.show-desktop {
    display: none !important;
}

.text-center-mb {
    text-align: center !important;
}

.text-center-md {
    text-align: left !important;
}

@media (min-width: 992px) {
    .show-desktop {
        display: block !important;
    }

    .text-center-mb {
        text-align: unset !important;
    }

    .text-center-md {
        text-align: center !important;
    }
}

.show-mobile {
    display: block !important;
}

.editmode .show-mobile {
    display: block !important;
}

@media (min-width: 576px) {
    .show-mobile {
        display: none !important;
    }

}

.show-md {
    display: none !important;
}

@media (min-width: 768px) {
    .show-md {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .show-md {
        display: none !important;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.editmode .uploading .preload {
    display: block;
}

.editmode .preload {
    position: relative;
    height: 160px;
    display: block;
    opacity: 1;
    visibility: visible;
}

.uploading .preload {
    display: none;
}

.preload {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    color: #fff;
    display: none;
    opacity: 1;
    visibility: visible;
}

.preload .bouncing-circle {
    width: 80px;
    height: 80px;
    position: absolute;
}

.preload .bouncing-circle span {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50px 50px 50px 50px;
    background: #78539a;
}

.preload .loading {
    position: absolute;
    bottom: 30%;
    font-size: 25px;
    font-weight: lighter;
    letter-spacing: 3px;
    top: unset;
    display: unset;
    text-align: center;
}

@media (min-width: 992px) {
    .preload .loading {
        font-size: 28px;
        bottom: 15%;
    }
}

.section-intro-main,
.section-main {
    overflow: hidden;
}

@media (min-width: 992px) {

    .section-intro-main,
    .section-main {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

.editmode .section-intro-main,
.editmode .section-register {
    min-height: 800px;
    position: relative;
    opacity: 1;
}

.section-main {
    background-size: cover;
    background-position: top center;
}

.section-main .fixedbanner.container {
    min-height: 440px;
    max-height: 440px;
    height: 80vh;
}

@media (min-width: 576px) {
    .section-main .fixedbanner.container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .section-main .fixedbanner.container {

        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .section-main .fixedbanner.container {
        width: 90%;
        max-width: 1900px;
        max-height: 700px;
    }
}

@media (min-width: 1200px) {
    .section-main .fixedbanner.container {
        max-height: 800px;
    }
}

.section-main .fixedbanner.container .intro-text {
    visibility: visible;
    position: relative;
    transform: none;
    margin-left: 0;
    top: 0;
    padding-top: 0px;
    padding-bottom: 20px;
    width: 80%;
}

.section-main .fixedbanner.container .intro-text h2 {
    text-align: left;
    font-size: 40px;
}

.fixedbanner .flex {
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
}

@media (min-width: 768px) {
    .fixedbanner .flex {
        align-items: center;
    }

    .section-main .fixedbanner.container .intro-text {
        margin-left: 0px;
        padding-top: 0;
        padding-bottom: 0;
        width: 60%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-main .fixedbanner.container .intro-text h2 {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .section-main .fixedbanner.container .intro-text h2 {
        font-size: 70px;
        font-size: 5vw;
    }

    .section-main .fixedbanner.container .intro-text {
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    .section-main .fixedbanner.container .intro-text h2 {
        font-size: 90px;
        font-size: 6vw;
    }
}

.editmode .section-intro-main .intro-text {
    position: relative;
}

@media (min-width: 768px) {
    /* .section-intro-main {
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        height: 100%;
    } */
}

.editmode .section-intro-main .section-b,
.editmode .section-intro-main .container,
.editmode .section-intro-main .section-bg {
    min-height: 800px;
    height: 800px;
}

.section-intro-main .section-bg {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

@media (min-width: 992px) {
    .section-intro-main .section-bg {
        display: block;
    }
}

.section-intro-main .container {
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
    max-width: 100%;
}

@media (min-width: 992px) {
    .section-intro-main .container {
        max-width: 1900px;
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .section-intro-main .container {
        /* min-height: 950px; */
    }
}

.editmode .section-intro-main .box-center {
    height: auto;
}

.section-intro-main .box-center {
    z-index: 5;
    height: 40vh;
}

@media (min-width: 768px) {
    .section-intro-main .box-center {
        height: auto;
    }
}

.section-intro-main .bg {
    z-index: 1;
    margin: 0 -30px;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.section-intro-main .bg img {
    width: 100vw;
    display: block;
}

@media (min-width: 768px) {
    .section-intro-main .bg img {
        display: none;
    }
}

.section-intro-main .intro-text {
    z-index: 2;
    padding-top: 30px;
    margin-bottom: 30px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(0%) translateY(-50%) !important;
}

.section-intro-main .intro-text.intro-text-secondary,
.section-intro-main .intro-text.intro-text-third {
    /* opacity: 0; */
}

@media (min-width: 768px) {
    .section-intro-main .intro-text {
        padding-top: 230px;
    }
}

@media (min-width: 992px) {
    .section-intro-main .intro-text {
        width: 850px;
        padding-top: 0;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        transform: translateX(-50%) translateY(-50%) !important;
    }
}

@media (min-width: 1400px) {
    .section-intro-main .intro-text {
        top: 25px;
    }

}

@media (min-width: 1536px) {
    .section-intro-main .intro-text {
        top: 80px;
    }
}

.section-intro-main .intro-text h2,
.section-main .intro-text h2 {
    font-size: 13vw;
    font-weight: 600;
    line-height: 0.85;
    color: #fff;
    text-align: center;
}

@media (min-width: 992px) {
    .section-intro-main .intro-text h2 {
        font-size: 110px;
    }
}

@media (min-width: 1400px) {
    .section-intro-main .intro-text h2 {
        font-size: 120px;
    }
}

@media (min-width: 1536px) {
    .section-intro-main .intro-text h2 {
        font-size: 140px;
    }
}

.section-intro-main .intro-text h3,
.section-intro-main .intro-text p {
    color: #fff;
}

.section-intro-main .intro-text h3 {
    font-size: clamp(35px, 10vw, 100px);
    font-weight: 600;
}

.section-register {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 0 40px;
}

@media (min-width: 1200px) {
    .section-register {
        padding: 0;
        min-height: 100vh;
    }
}

.section-register .inner-content {
    width: 100%;
    padding: 0px;
    overflow: hidden;
    background-position: top center;
    background-size: contain;
}

.contentwraper {
    background-position: top left;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-repeat: repeat;
}

.obj-topleft {
    position: absolute;
    top: 30%;
}

.obj-btmleft {
    position: absolute;
    bottom: 10px;
    left: 0;
}

.obj-btmright {
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.obj-topcenter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.abbsolute-btm {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .obj-topleft {
        top: 20%;
    }

    .obj-btmright {
        position: absolute;
        bottom: 0;
        right: -30px;
    }
}

.section-register .inner-content .contentwraper {
    height: 100%;
    width: 100%;
    background-position: top center;
    background-size: contain;
}

.section-register .inner-content .container {
    position: relative;
}

@media (min-width: 768px) {
    .section-register .inner-content .container {
        height: 350px;
    }
}

@media (min-width: 992px) {
    .section-register .inner-content .container {
        height: 500px;
    }
}

@media (min-width: 1536px) {
    .section-register .inner-content .container {
        max-width: 1400px;
    }
}

.section-register .mobile {
    max-width: 100%;
    margin: 50px auto 15px;
    display: block;
}

@media (min-width: 768px) {
    .section-register .mobile {
        width: 40%;
        position: absolute;
        bottom: 50%;
        transform: translateY(50%);
    }
}

@media (min-width: 992px) {
    .section-register .mobile {
        width: 35%;
        left: 10%;
        max-width: 625px;
        position: absolute;
        bottom: 50%;
        transform: translateY(50%);
    }
}

.section-register .detail-text {
    padding: 20px 0 50px;
}

@media (min-width: 768px) {
    .section-register .detail-text {
        padding: 0;
        top: 50%;
        right: 0;
        position: absolute;
        transform: translateY(-50%);
    }
}

@media (min-width: 992px) {
    .section-register .detail-text {
        padding: 0;
        top: 50%;
        right: 10%;
        position: absolute;
        transform: translateY(-50%);
    }
}

@media (min-width: 1400px) {
    .section-register .detail-text {
        right: 10%;
    }
}

.section-register .detail-text h3 {
    text-align: center;
    font-weight: 600;
    line-height: 1;
    font-size: 50px;
}

@media (min-width: 768px) {
    .section-register .detail-text h3 {
        font-size: 60px;
        line-height: 0.85;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .section-register .detail-text h3 {
        font-size: 55px;
        text-align: left;
    }
}

.section-register .detail-text>img {
    display: block;
    position: relative;
    margin: auto;
}

@media (min-width: 992px) {
    .section-register .detail-text>img {
        display: none;
    }
}

.section-register .detail-text p a {
    text-decoration: underline;
    color: #bca6cc;
}

.section-register .detail-text p a img {
    transition: all .25s ease;
    position: relative;
    left: 0;
}

.section-register .detail-text p a:hover img {
    left: 5px;
}

@media (min-width: 768px) {
    .section-register .detail-text p {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .section-register .detail-text p {
        text-align: left;
    }
}

.btn-group {
    margin: 10px 0;
    padding: 0;
}

@media (min-width: 992px) {
    .btn-group {
        margin: 20px 0 30px;
    }
}

.btn-group .btn-register {
    margin: auto;
}

@media (min-width: 992px) {
    .btn-group .btn-register {
        margin: 0;
    }
}

.section-register .box-tick-list {
    width: 100vw;
    padding-top: 0;
}

.section-promote-detail {
    /* overflow: hidden; */
    background-position: top center;
    background-size: contain;
}

.editmode .section-promote-detail .container>div {
    width: 50%;
}

.section-promote-detail .container {
    display: flex;
    flex-direction: column;
}

.section-promote-detail.textleftsection {
    max-width: 100%;
}

.section-promote-detail.textleftsection .container {
    align-items: center;
}

.section-promote-detail.textleftsection .img {
    width: 65%;
}

.section-promote-detail.texttop .container {
    display: flex;
    flex-direction: column;
    align-items: unset;
}

.section-promote-detail.texttop .detail {
    width: 100%;
    padding-right: 0px;
    padding-top: 30px;
}

.section-promote-detail.texttop .img {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .section-promote-detail.textleftsection {
        max-width: 95%;
        margin: auto;
    }

    .section-promote-detail.textleftsection .detail {
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .section-promote-detail .container {
        height: auto;
        display: flex;
        align-items: flex-end;
        flex-direction: row;
        flex-wrap: nowrap;

    }

    .section-promote-detail .content_h:has(.detail-text) {
        width: 50%;
    }

    .section-promote-detail .content_h:has(.w60) {
        width: 60%;
    }

    .section-promote-detail .content_h:has(.w40) {
        width: 40%;
    }

    .section-promote-detail .content_h:has(.w30) {
        width: 30%;
    }
}

.section-promote-detail .img {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: center;
    padding-left: 0px;
}

.imgfull {
    max-width: 100vw;
    margin-left: -30px
}

.section-promote-detail .detail {
    width: 100%;
    padding-right: 0px;
}

.wd60p {
    width: 100% !important;
}

.wd40p {
    width: 100% !important;
}

.mh650px {
    max-height: 650px !important;
}

@media (min-width: 992px) {
    .section-promote-detail .detail {
        width: 47%;
        padding-right: 30px;
    }

    .section-promote-detail .img {
        width: 60%;
        padding-top: 0px;
    }

    .imgfull {
        max-width: 100%;
        margin-left: 0px
    }

    .harfharf .img,
    .harfharf .detail {
        width: 50%;
    }

    .wd60p {
        width: 60% !important;
    }

    .wd40p {
        width: 40% !important;
    }
}

.section-promote-detail .detail-text {
    position: relative;
    z-index: 4;
}

@media (min-width: 1400px) {
    .section-promote-detail {
        /* padding: 0 0 50px 0; */
    }

    .section-promote-detail .detail-text {
        left: 0;
    }
}

@media (min-width: 1900px) {
    .section-promote-detail .detail-text {
        left: 10%;
    }
}

.section-promote-detail .detail-text .sub-text {
    font-weight: 100;
}

.section-promote-detail h3,
.upcash-register-main h3 {
    line-height: 0.85;
    /* margin-bottom: 30px; */
}

.box-tick-list h3 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
}

.box-tick-list h4 {
    font-size: 35px;
    border-bottom: none;
}

@media (min-width: 768px) {
    .box-tick-list h3 {
        font-size: 60px;
    }

    .box-tick-list h4 {
        font-size: 35px;
    }
}

@media (min-width: 1536px) {
    .box-tick-list h3 {
        font-size: 60px;
    }

    .box-tick-list h4 {
        font-size: 60px;
    }
}

.box-tick-list .icon-app {
    margin-left: 10px;
    height: 35px;
}

@media (min-width: 768px) {
    .box-tick-list .icon-app {
        height: 70px;
    }
}

@media (min-width: 992px) {
    .box-tick-list .icon-app {
        height: 40px;
    }
}

@media (min-width: 1536px) {
    .box-tick-list .icon-app {
        height: 65px;
    }

}

.box-tick-list .list .detail {
    padding-top: 8px;
}

.box-tick-list p {
    font-weight: 500;
    font-size: 25px;
}

@media (min-width: 768px) {
    .box-tick-list .list .detail {
        padding-top: 0px;
    }

    .box-tick-list p {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .box-tick-list .list .detail {
        padding-top: 12px;
    }

    .box-tick-list p {
        font-size: 21px;
    }
}

@media (min-width: 1200px) {

    .box-tick-list .list .detail {
        padding-top: 10px;
    }

    .box-tick-list p {
        font-size: 30px;
    }
}

@media (min-width: 1536px) {
    .box-tick-list .list .detail {
        padding-top: 8px;
    }

    .box-tick-list p {
        font-size: 40px;
    }
}

.box-tick-list .tick-list {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .box-tick-list .tick-list {
        width: 90%;
        display: flex;
        margin: auto;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .box-tick-list .tick-list {
        width: auto;
        margin: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.box-tick-list .list {
    width: 100%;
    display: flex;
    margin-top: 10px;
    margin-right: 1%;
}

.box-tick-list .list:nth-of-type(1) {
    margin-top: 0;
}

.box-tick-list .list:before {
    content: "";
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    background: url(/content/media/personal-banking/loans/personal-loans/up/icon/tick-rounded-pink.svg) center center no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-right: 15px;
}

@media (min-width: 992px) {
    .box-tick-list .list:before {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
        margin-right: 5px;
    }
}

@media (min-width: 1536px) {
    .box-tick-list .list:before {
        width: 60px;
        height: 60px;
        flex: 0 0 60px;
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .box-tick-list .list {
        width: auto;
        margin-top: 0;
    }
}

.box-tick-list.list-3 .list {
    margin-bottom: 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .box-tick-list.list-3 .list {
        width: 100%;
    }

    .box-tick-list.list-4 .list {
        width: 49%;
    }
}

@media (min-width: 992px) {
    .box-tick-list.list-4 .list {
        width: 24%;
        margin-bottom: 20px;
    }

    .box-tick-list.list-3 .list {
        width: 32%;
    }
}

.box-list .container {
    display: block;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .box-list .container {
        display: flex;
        justify-content: space-between;
    }
}

.box-list.list-4 {
    width: 100%;
    margin: auto;
}

.box-list.list-3 .container {
    max-width: 1200px;
}

@media (min-width: 992px) {
    .box-list.list-3 .list {
        width: 33.33%;
        padding: 0 15px;
    }
}

.box-list.list-3 .list .sub-text {
    font-weight: 100;
}

@media (min-width: 992px) {
    .box-list.list-3 .list .sub-text {
        height: 90px;
    }
}

@media (min-width: 992px) {
    .box-list.list-4 .list {
        width: 25%;
        margin-bottom: 20px;
    }
}

.box-list .list {
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .box-list .list {
        text-align: center;
    }
}

.box-list .list:nth-of-type(1) {
    margin-top: 0;
}

@media (min-width: 992px) {
    .box-list .list {
        padding: 0 15px;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.box-list .list img {
    display: block;
    margin: auto;
}

.box-list .list .detail {
    padding-top: 20px;
}

.box-list .list .detail h3 {
    font-size: 45px;
    margin-top: 25px;
    font-weight: 700;
}

.box-list .list .detail h3,
.box-list .list .detail h4,
.box-list .list .detail p {
    color: inherit;
}

@media (min-width: 768px) {
    .box-list .list .detail h3 {
        font-size: 35px;
    }
}

@media (min-width: 1200px) {
    .box-list .list .detail h3 {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 45px;
    }
}

.box-list .link {
    margin-top: 20px;
    justify-content: center;
    font-size: 30px;
}

.section-apply-slide {
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;

}

.section-apply-slide .box-grid {
    gap: 30px;
    max-width: 100%;
    margin: auto;
}

@media (min-width: 992px) {
    .section-apply-slide .box-grid {
        gap: 150px;
        max-width: 90%;
    }
}

.section-apply-slide .apply-slide .splide__arrow {
    width: 20px;
    height: 40px;
    margin-top: -20px;
}

.section-apply-slide .apply-slide .splide__arrow.splide__arrow--prev {
    left: 20px;
}

.section-apply-slide .apply-slide .splide__arrow.splide__arrow--next {
    right: 20px;
}

.section-apply-slide .apply-slide img {
    width: 100%;
    margin: auto;
}

.section-apply-slide .apply-slide .box-list {
    position: relative;
}

.section-apply-slide .box-grid>.detail {

    padding-bottom: 40px;
}

.section-apply-slide .detail .obj-btmleft {
    top: 35%;
    left: 25%;
}

.section-apply-slide .detail .obj-btmleft img {
    max-width: 20px;
}

.section-apply-slide .detail .obj-topleft {
    max-width: 30px;
    right: 10%;
    top: 0;
}

.section-apply-slide .box-list .detail p {
    font-size: 35px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .section-apply-slide .detail {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .section-apply-slide .box-grid>.detail {
        padding-bottom: 0px;

    }

    .section-apply-slide .detail .obj-btmleft {
        top: unset;
        left: 0;
    }

    .section-apply-slide .detail .obj-btmleft img {
        max-width: 65px;
    }

    .section-apply-slide .detail .obj-topleft {
        left: 50.0%;
        top: 0;
        max-width: 50px;
    }

    .section-apply-slide .box-list .detail p {
        font-size: 70px;
    }
}

.section-apply-slide .link {
    margin-top: 30px;
}

.upquickcash-faq {
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    background-size: cover;
}

.section-faq .container {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
    align-content: center;
}

@media (min-width: 992px) {
    .section-faq .container {
        max-width: 1200px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        align-content: center;
    }
}

.section-faq .faqtitle h3 {
    font-size: 100px;
    font-weight: 700;
    line-height: 0.8;
}

.section-faq .faqtitle p {
    color: #9D0B71;
    font-weight: 700;
    font-size: 50px;
    line-height: 0.8;
    margin-top: -10px;
}

@media (min-width: 992px) {
    .section-faq .faqtitle h3 {
        font-size: 120px;
    }

    .section-faq .faqtitle p {
        font-size: 70px;
        margin-top: -20px;
    }
}

@media (min-width: 1536px) {
    .section-faq .faqtitle h3 {
        font-size: 180px;
    }

    .section-faq .faqtitle p {
        font-size: 90px;
    }
}

.section-faq .faqtitle h3 span {
    font-size: 1.8em;
    line-height: 0.7;
}

.section-faq .img {
    width: 100%;
    padding-top: 30px;
}

@media (min-width: 992px) {
    .section-faq .img {
        width: 40%;
        padding-top: 0px;
    }
}

.section-faq .accordion {
    margin-top: 40px;
}

.section-faq .detail {
    width: 100%;
}

@media (min-width: 992px) {
    .section-faq .detail {
        width: 60%;
    }
}

.section-faq .link {
    margin-top: 30px;
    font-weight: 700;
    color: #9D0B71;
    font-size: 30px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .section-faq .link {
        margin-top: 40px;
        margin-bottom: 40px;
        color: #3D2070;
        font-size: 40px;
    }
}

.section-faq .link:after {
    /* background-image: url(/content/media/personal-banking/loans/personal-loans/up/icon/arrow-next-rounded-white.svg); */
    background-image: none;
    content: "\003E";
    font-size: inherit;
    font-weight: 700;
}

.register-bar {
    padding: 15px 20px;
    background: #6b4a9d;
    text-align: center;
    font-size: clamp(25px, 3vw, 40px);
    font-weight: 500;
}

@media (min-width: 992px) {
    .register-bar {
        padding: 25px 20px;
    }
}

.register-bar img {
    width: auto;
    margin-left: 3px;
    vertical-align: baseline;
}

@media (min-width: 992px) {
    .register-bar img {
        width: 12px;
    }
}

.section-vdo {
    padding-bottom: 40px;
    position: relative;
    z-index: 5;
}

@media (min-width: 992px) {
    .section-vdo {
        padding-bottom: 80px;
    }
}

.wrapvdo {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 992px) {


    .wrapvdo {
        max-width: 70%;
        margin: 0 auto;
        position: relative;
    }
}

.wrapvdo .video-iframe {
    margin: 40px auto 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio 60% - 26.3%; 56.25%; */
}

.wrapvdo .video-iframe iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* 
.section-vdo .vdo {
    width: 100%;
    max-width: 100%;
    padding-bottom: 66.7%;
    margin: 40px auto 0;
    position: relative;
    box-shadow: 0px -12px 50px 10px rgb(10 10 10 / 19%);
}

.section-vdo .vdo img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.section-vdo .vdo iframe {
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 1200px) {
    .section-vdo .vdo iframe {
        position: relative;
    }
}

@media (min-width: 992px) {
    .section-vdo .vdo {
        width: 850px;
        height: 500px;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .section-vdo .vdo {

        margin: 50px auto 0;
    }
} */

.section-vdo .text {
    text-align: center;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .section-vdo .text {
        margin-top: 60px;
    }
}

.section-vdo .text a {
    color: #f7a120;
    font-weight: 500;
}

.upscb-step .register-step-slide,
.upscb-step .register-step-slide5,
.upscb-step .step-list,
.upscb-step .apply-slide.splide {
    width: 100vw;
    margin-left: -30px;
}

.upscb-step .step-list .list img {
    max-width: 250px;
}


.upscb-step .apply-slide .splide__arrows {
    position: absolute;
    width: 100%;
    top: 60%;
}

.upscb-step .apply-slide .splide__arrow.splide__arrow--prev {
    left: 20px;
}

.upscb-step .apply-slide .splide__arrow.splide__arrow--next {
    right: 20px;
}

@media (min-width: 768px) {

    .upscb-step .register-step-slide,
    .upscb-step .register-step-slide5,
    .upscb-step .step-list {
        width: 100%;
        margin-left: 0px;
    }

    .upscb-step .step-list .list img {
        max-width: 100%;
    }

    .upscb-step .apply-slide .splide__arrow.splide__arrow--next {
        right: 100px;
    }
}

.register-step-slide img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* max-width: 250px; */
    width: auto;
}

.register-step-slide .detail {
   /* max-width: 300px;*/
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.register-step-slide .detail p {
    margin-bottom: 0;
}


.register-step-slide p {
    margin-top: 10px;
    font-size: 25px;
}

.section-register-step .section-title {
    margin-bottom: 50px;
}

.section-register-step .container {
    max-width: 1300px;
}

.section-register-step .box-howto-register {
    display: flex;
    padding: 35px 0 60px;
}

.section-register-step .box-howto-register .step-list {
    width: 825px;
    display: none;
}

@media (min-width: 992px) {
    .section-register-step .box-howto-register .step-list {
        display: block;
        padding-bottom: 100px;
    }
}

.section-register-step .box-howto-register .step-list .splide__slide {
    transition: background .25s ease;
}

.section-register-step .box-howto-register .step-list .splide__slide.is-active {
    background: #302272;
    border-radius: 10px;
}

.section-register-step .box-howto-register .step-list .list {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 35px;
}

.section-register-step .box-howto-register .step-list p {
    font-size: clamp(25px, 2vw, 30px);
}

.section-register-step .box-howto-register .title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .section-register-step .box-howto-register .title {
        font-size: 50px;
        align-items: center;
    }
}

.section-register-step .box-howto-register .title .number {
    width: 30px;
    height: 30px;
    font-size: 25px;
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
    font-weight: normal;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 5px;
}

@media (min-width: 992px) {
    .section-register-step .box-howto-register .title .number {
        margin-top: 0;
    }
}

.section-register-step .box-howto-register .mobile-screen-step {
    width: 100%;
    margin: auto;
}

@media (min-width: 992px) {
    .section-register-step .box-howto-register .mobile-screen-step {
        width: 315px;
        margin-left: 80px;
    }
}

@media (min-width: 1200px) {
    .section-register-step .box-howto-register .mobile-screen-step {
        margin-left: 190px;
    }
}

.section-register-step .box-howto-register .mobile-screen-step img {
    display: block;
    margin: auto;
}

.section-register-step .box-howto-register .mobile-screen-step .title {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .section-register-step .box-howto-register .mobile-screen-step .title {
        display: none;
    }
}

.section-register-step .box-howto-register .mobile-screen-step p {
    font-size: 21px;
    display: block;
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .section-register-step .box-howto-register .mobile-screen-step p {
        display: none;
    }
}

.section-register-step .splide__arrows--ttb {
    left: 0;
    bottom: 0;
    position: absolute;
    display: flex;
}

.section-register-step .splide__arrows--ttb .splide__arrow {
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    border: 0;
    transition: all .25s ease;
}

.section-register-step .splide__arrows--ttb .splide__arrow:hover {
    transform: scale(1.05);
}

.section-register-step .splide__arrows--ttb .splide__arrow:disabled {
    background: #bca6cc;
}

.section-register-step .splide__arrows--ttb .splide__arrow--prev {
    margin-left: 18px;
}

.section-register-step .splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(180deg);
}

.btn-register {
    color: #fff;
    min-width: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    border-radius: 35px;
    transition: all .4s ease-in-out;
    background: #ab4484;
    text-shadow: #302272 3px 0px 0px, #302272 2.83487px 0.98158px 0px, #302272 2.35766px 1.85511px 0px, #302272 1.62091px 2.52441px 0px, #302272 0.70571px 2.91581px 0px, #302272 -0.28717px 2.98622px 0px, #302272 -1.24844px 2.72789px 0px, #302272 -2.07227px 2.16926px 0px, #302272 -2.66798px 1.37182px 0px, #302272 -2.96998px 0.42336px 0px, #302272 -2.94502px -0.5717px 0px, #302272 -2.59586px -1.50383px 0px, #302272 -1.96093px -2.27041px 0px, #302272 -1.11013px -2.78704px 0px, #302272 -0.13712px -2.99686px 0px, #302272 0.85099px -2.87677px 0px, #302272 1.74541px -2.43999px 0px, #302272 2.44769px -1.73459px 0px, #302272 2.88051px -0.83825px 0px;
    background-image: linear-gradient(to right, #ab4484, #eeb358, #eeb358, #ab4484);
    background-size: 300% 100%;
    padding: 10px 30px;
}

@media (min-width: 992px) {
    .btn-register {
        font-size: 40px;
        padding: 10px 40px;
    }
}

.btn-register:hover {
    background-position: 100% 0;
    color: #fff;
}

.accordion--list {
    margin-top: 20px;
    padding-right: 60px;
    position: relative;
}

@media (min-width: 992px) {
    .accordion--list {
        margin-top: 35px;
        padding-right: 100px;
    }
}

.accordion--list:last-of-type .accordion--content {
    border: 0;
}

.accordion--list.active .accordion--title i {
    background: #9d0b71;
}

.accordion--list.active .accordion--title i:after {
    transform: rotate(0deg);
}

.accordion--list.active .accordion--content {
    padding-bottom: 20px;
    max-height: 1000px;
    font-weight: 500;
}

.accordion--list.active .accordion--content p {
    font-weight: 500;
}

.accordion--list.active .accordion--content ul li {
    padding-left: 20px;
    position: relative;
    font-weight: 500;
}

.accordion--list.active .accordion--content ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 992px) {
    .accordion--list.active .accordion--content {
        margin-top: 15px;
        padding-bottom: 35px;
    }
}

.accordion--title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    cursor: pointer;
    color: #3D2070;
}

@media (min-width: 992px) {
    .accordion--title {
        font-size: 35px;
        margin-bottom: 20px;
    }
}

.accordion--title i {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0px;
    background: #5e418a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    transition: all .35s ease;
}

.accordion--title i:before,
.accordion--title i:after {
    content: "";
    width: 19px;
    height: 3px;
    background: url(/content/media/personal-banking/loans/personal-loans/up/icon/line-white.svg) 0 0 no-repeat;
    position: absolute;
    top: 46%;
    left: 59%;
    margin-left: -12px;
    transition: all .25s ease;
}

@media (min-width: 992px) {
    .accordion--title i {
        width: 45px;
        height: 45px;
        top: 0;
    }

    .accordion--title i:before,
    .accordion--title i:after {
        top: 47%;
        left: 50%;
        width: 24px;
    }
}


.accordion--title i:after {
    transform: rotate(90deg);
}

.accordion--title:hover i {
    background: #9d0b71;
}

.accordion--content {
    max-height: 0;
    transition: all .25s ease;
    overflow: hidden;
    border-bottom: 1px solid #3D2070;
    font-size: 25px;
    color: #9D0B71;
}

.accordion--content p,
.accordion--content li {
    font-size: inherit;
    color: inherit;
}

@media (min-width: 992px) {

    .accordion--content,
    .accordion--content p,
    .accordion--content li {
        font-size: 30px;
    }
}

.accordion--content p+p {
    margin-top: 10px;
}

.fancybox__content>.carousel__button.is-close {
    top: 35px;
    right: 35px;
    opacity: 0.7;
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-position: no-repeat;
}

.fancybox__content>.carousel__button.is-close svg {
    display: none;
}

table {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

table tr th {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: #484461;
    font-family: "db_helvethaica_x", sans-serif;
    line-height: 1;
    text-transform: none;
    border-left: 1px solid #C3C3C3;
    border-top: 1px solid #C3C3C3;
}

@media (min-width: 768px) {
    table tr th {
        padding: 10px;
        font-size: 25px;
        font-weight: 700;
    }
}

@media (min-width: 1400px) {
    table tr th {
        padding: 15px;
        font-size: 30px;
    }
}

table tr th.border-l {
    border-left: 1px solid #C3C3C3;
}

table tr td {
    background: #fff;
    font-size: 14px;
    padding: 10px;
    color: #000;
    text-align: center;
    border: 1px solid #C3C3C3;
    font-family: "db_helvethaica_x", sans-serif;
    line-height: 1;
    font-weight: 500;
}

@media (min-width: 768px) {
    table tr td {
        padding: 15px;
        font-size: 25px;
    }
}

.splide__pagination {
    padding: 0;
    margin-top: 25px;
    width: 100vw;
    /* margin-left: -30px; */
}

@media (min-width: 768px) {

    .splide__pagination {
        margin-left: 0px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .splide__pagination {
        margin-top: 50px;
    }
}

.splide__pagination li {
    margin: 0 12px;
    padding: 0;
}

.splide__pagination .splide__pagination__page {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background: #9D0B71;
    transition: background .25s ease;
    padding: 0;
    display: block;
}

.splide__pagination .splide__pagination__page.is-active {
    background: #5E418A;
}

.arrow-default .splide__arrow {
    width: 16px;
    height: 30px;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -80px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all .25s ease;
}

@media (min-width: 992px) {
    .arrow-default .splide__arrow {
        width: 28px;
        height: 53px;
    }
}

.arrow-default .splide__arrow:disabled {
    opacity: 0;
}

.arrow-default .splide__arrow svg {
    display: none;
}

.arrow-default .splide__arrow.splide__arrow--prev {
    left: -20px;
    background-image: url(/content/media/personal-banking/loans/personal-loans/up/icon/arrow-prev-purple.svg);
}

@media (min-width: 768px) {
    .arrow-default .splide__arrow.splide__arrow--prev {
        left: -40px;
    }
}

@media (min-width: 1200px) {
    .arrow-default .splide__arrow.splide__arrow--prev {
        left: 0;
    }
}

.arrow-default .splide__arrow.splide__arrow--next {
    right: -20px;
    background-image: url(/content/media/personal-banking/loans/personal-loans/up/icon/arrow-next-purple.svg);
}

@media (min-width: 768px) {
    .arrow-default .splide__arrow.splide__arrow--next {
        right: -40px;
    }
}

@media (min-width: 1200px) {
    .arrow-default .splide__arrow.splide__arrow--next {
        right: 0;
    }
}

.splide-counter {
    font-size: 25px;
    color: #6b4a9d;
    padding-top: 15px;
    display: block;
}

@media (min-width: 992px) {
    .splide-counter {
        display: none;
    }
}

.splide-counter .current {
    color: #9D0B71;
}

.splide-counter .total {
    color: #6b4a9d;
}

.upcash-app-step .register-step-slide .splide__track,
.upcash-app-step .register-step-slide .splide-counter {
    width: 85%;
    margin: auto;
}

@media (min-width: 768px) {

    .upcash-app-step .register-step-slide .splide__track,
    .upcash-app-step .register-step-slide .splide-counter {
        width: 100%;
        margin: auto;
    }
}

html {
    overflow-x: hidden;
}

body {
    background: #000;
}

body.loaded {
    background: unset;
}

.container {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

@media (min-width: 992px) {
    .container {
        max-width: 1900px;
        width: 90%;
    }
}

.bg-black {
    background: #000;
}

.bg-purple {
    background: #302272;
}

.bg-upcash-faq {
    background-position: center center;
    background-repeat: repeat-x;
}

img {
    max-width: 100%;
}

.box-center {
    position: relative;
    top: 10%;
}

@media (min-width: 768px) {
    .box-center {
        top: 25%;
    }
}

@media (min-width: 992px) {
    .box-center {
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        left: 50%;
    }
}

#upheader {
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    position: fixed;
    transition: all .45s ease;
    z-index: 100;
}

#upheader.editmode {
    position: relative;
    background: #302272;
    height: 80px;
}

#upheader .container {
    justify-content: space-between;
    display: block;
}

header#upheader::before,
header#upheader::after {
    display: unset;
    content: unset;
}

@media (min-width: 992px) {
    #upheader .container {
        max-width: 90%;
        display: flex;
    }
}

#upheader .logo {
    opacity: 0;
    display: flex;
    align-items: center;
    visibility: hidden;
    transition: all .35s ease;
    transition-delay: 0s;
}

#upheader .logo img {
    height: 45px;
    display: block;
}

@media (min-width: 992px) {
    #upheader .logo img {
        max-width: 150px;
        height: auto;
    }
}

#upheader .box-menu {
    visibility: hidden;
    max-height: 0;
    transition: all .35s ease;
    overflow: hidden;
}

@media (min-width: 992px) {
    #upheader .box-menu {
        visibility: visible;
        display: flex;
        max-height: none;
        align-items: flex-start;
        overflow: initial;
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    #upheader .main-menu {
        display: flex;
    }
}

#upheader .main-menu a {
    margin-left: 0;
    margin-top: 20px;
    display: block;
}

#upheader .main-menu a:first-child {
    margin-top: 0;
}

@media (min-width: 992px) {
    #upheader .main-menu a {
        margin-left: 50px;
        margin-top: 0;
    }

    #upheader .main-menu a:first-child {
        margin-left: 0;
    }
}

@media (min-width: 1536px) {
    #upheader .main-menu a {
        margin-left: 60px;
    }
}

#upheader .main-menu a img {
    height: 24px;
    transition: all .35s ease;
}

@media (min-width: 992px) {
    #upheader .main-menu a img {
        height: 16px;
    }
}

@media (min-width: 1200px) {
    #upheader .main-menu a img {
        height: 18px;
    }
}

#upheader .hamburger {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 12px;
    transition: all .25s ease;
    cursor: pointer;
}

@media (min-width: 992px) {
    #upheader .hamburger {
        display: none;
    }
}

#upheader .hamburger .line {
    display: block;
    height: 3px;
    width: 100%;
    background: #302272;
}

#upheader .hamburger .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

#upheader .hamburger .line2 {
    transition: transform 0.2s ease-in-out;
}

#upheader .hamburger .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

#upheader .hamburger.active {
    height: 23px;
}

#upheader .hamburger.active .line1 {
    transform: rotate(45deg);
}

#upheader .hamburger.active .line2 {
    transform: scaleY(0);
}

#upheader .hamburger.active .line3 {
    transform: rotate(-45deg);
}

#upheader .language {
    font-size: 25px;
    margin-left: 20px;
    color: #3d2070;
    justify-content: center;
    align-items: center;
    display: none;
    line-height: 0.75;
    margin: 0;
    align-items: center;
}

#upheader .language li {
    font-size: 25px;
    line-height: 0.75;
    border-right: 1px solid #3d2070;
    padding: 0 0 0 10px;
    font-weight: 600;
}

#upheader .language li:before,
.slick-dots li:before {
    content: unset;
    position: unset;
}

#upheader .language li:last-child {
    border-right: none;
}

@media (min-width: 992px) {
    #upheader .language {
        display: flex;
        font-size: 18px;
        height: 16px;
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    #upheader .language {
        font-size: 20px;
        height: 22px;
        margin-left: 10px;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    #upheader .language {
        font-size: 25px;
        height: 22px;
        margin-left: 20px;
        padding-left: 0;
    }
}

@media (min-width: 1400px) {
    #upheader .language {
        margin-left: 30px;
    }
}

#upheader .language a {
    color: #505050;
    margin-right: 15px;
    display: inline-block;
    font-weight: 600;
}

#upheader .language a.current,
#upheader .language a:hover {
    color: #3d2070;
}

#upheader .language a+a {
    margin-left: 15px;
    margin-right: 0;
}

#upheader.header-inner .logo {
    padding: 10px 0;
}

@media (min-width: 992px) {
    #upheader.header-inner .logo {
        padding: 0;
    }
}

#upheader.header-inner .logo img {
    height: 25px;
    max-width: 250px;
}

@media (min-width: 992px) {
    #upheader.header-inner .logo img {
        width: 10vw;
        height: auto;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    #upheader.header-inner .logo img {
        width: 12vw;
        height: auto;
        padding-right: 10px;
    }
}

#upheader.header-inner .box-menu {
    padding-top: 0;
}

@media (min-width: 992px) {
    #upheader.header-inner .box-menu {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    #upheader.header-inner .main-menu {
        display: flex;
    }
}

#upheader.header-inner .main-menu a {
    color: #3D2070;
    font-size: 25px;
    font-weight: 700;
    margin-top: 10px;
}

@media (min-width: 992px) {
    #upheader.header-inner .main-menu a {
        margin-left: 20px;
        margin-top: 0;
        font-size: 1.7vw;
    }
}

@media (min-width: 1200px) {
    #upheader.header-inner .main-menu a {
        margin-left: 25px;
        font-size: 26px;
    }
}

@media (min-width: 1400px) {
    #upheader.header-inner .main-menu a {
        margin-left: 35px;
        font-size: 26px;
    }
}

#upheader.header-inner .main-menu a:first-child {
    margin-left: 0;
}

#upheader.header-inner .main-menu a:hover,
#upheader.header-inner .main-menu a.active {
    color: #9d0b71;
    text-shadow: none;
}


#upheader.header-inner .hamburger.active .line {
    background: #302272;
}

#upheader.active {
    background: #fff;
}

#upheader.active .logo {
    display: block;
    opacity: 1;
    visibility: visible;
    padding-top: 10px;
}

#upheader.active .box-menu {
    display: block;
    max-height: 800px;
    padding-bottom: 35px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e1dfea;
    visibility: visible;
}

@media (min-width: 992px) {
    #upheader.active .box-menu {
        display: flex;
        margin-top: 0;
        padding-bottom: 0;
    }
}

#upheader.header-inner.active .main-menu {
    margin-top: 20px;
}

#upheader.header-inner.active .main-menu:first-child {
    margin-top: 0;
}

.header-sticky #upheader {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08) !important;
}

@media (min-width: 992px) {
    .header-sticky #upheader .container {
        height: 70px
    }
}

.header-sticky #upheader .logo {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.35s;
    padding: 10px 0;
}

@media (min-width: 992px) {
    .header-sticky #upheader .logo {
        padding: 0;
    }
}

.header-sticky #upheader .box-menu {
    color: #3d2070;
    align-items: center;
}

@media (min-width: 992px) {
    .header-sticky #upheader .box-menu {
        padding-top: 0;
    }
}

.header-sticky #upheader .language {
    color: #3d2070;
    align-items: flex-end;
}

.header-sticky #upheader .language a.current,
.header-sticky #upheader .language a:hover {
    color: #3d2070;
}

.header-sticky #upheader.header-inner .main-menu a {
    color: #3D2070;
    text-shadow: none;
}

.header-sticky #upheader.header-inner .main-menu a:hover,
.header-sticky #upheader.header-inner .main-menu a.active {
    color: #9d0b71;
    text-shadow: none;
}

.header-sticky #upheader.header-inner .hamburger .line {
    background: #302272;
}

.menu-dropdown {
    width: 160px;
    border-radius: 50px;
    position: relative;
    margin-top: 20px;
    transition: all 1s;
    display: none;
}

@media (min-width: 992px) {
    .menu-dropdown {
        display: block;
        margin-top: 0;
        margin-left: 15px;
        width: 200px;
    }
}

.menu-dropdown:hover .dropdown {
    max-height: 400px;
}

.menu-dropdown:after {
    content: "";
    width: 12px;
    height: 7px;
    background: url(/content/media/personal-banking/loans/personal-loans/up/icon/arrow-down-purple.svg) center center no-repeat;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 5;
}

.menu-dropdown>a {
    text-align: center;
    position: relative;
    z-index: 1;
    display: block;
}

.menu-dropdown>a img {
    height: 35px;
    display: block;
    margin: auto;
}

.menu-dropdown .dropdown {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    max-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
    padding-top: 35px;
    background: #FFFFFF;
    z-index: 0;
    transition: all 1s;
}

.header-sticky .menu-dropdown .dropdown {
    border: 1px solid #302272;
    background: #FFFFFF;
}

.menu-dropdown .dropdown a {
    display: flex;
    align-items: center;
    height: 50px;
    transition: all .25s ease;
    padding-left: 57px;
}

.menu-dropdown .dropdown a:hover {
    background: #e6e6e6;
}

.menu-dropdown .dropdown a img {
    display: block;
}

.menu-mobile {
    display: block;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .menu-mobile {
        display: none;
    }
}

.menu-mobile a {
    display: block;
    margin-top: 15px;
}

.menu-mobile a:first-child {
    margin-top: 0;
}

#footer.upfooter {
    padding: 0;
    background: none;
}

#footer .footer-white {
    background: #fff;
}

#footer .container {
    padding: 20px;
}

@media (min-width: 992px) {
    #footer .container {
        max-width: 1900px;
        width: 90%;
        height: 8vh;
        display: flex;
        align-items: center;
    }

    #footer .editmode .container {
        height: 50px;
    }
}

#footer .box-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .box-logo img {
    height: auto;
    vertical-align: baseline;
}

#footer .box-logo img.scb {
    height: 2em;
}

.no-touch.desktop #footer.upfooter a:hover {
    color: unset;
}

#footer .box-logo .tel {
    font-size: 30px;
    color: #302272;
    font-weight: 600;
    margin-left: 25px;
}

@media (min-width: 992px) {
    #footer .box-logo .tel {
        font-size: 25px;
    }
}

@media (min-width: 1536px) {
    #footer .box-logo .tel {
        font-size: 30px;
        line-height: 0.5;
    }
}

#footer .footer-menu {
    margin: 30px 0 35px;
    display: block;
}

@media (min-width: 992px) {
    #footer .footer-menu {
        display: none;
    }
}

#footer .footer-menu a {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    color: #302272;
    font-weight: 600;
}

#footer .footer-menu a:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    #footer .footer-menu a {
        font-size: 25px;
    }
}

#footer .footer-menu a img {
    height: 25px;
}

#footer .footer-menu .menu-dropdown {
    width: 220px;
    display: block;
    transition: all .25s ease;
}

#footer .footer-menu .menu-dropdown:after {
    top: 20px;
    transform: translateY(0);
}

#footer .footer-menu .menu-dropdown>a img {
    height: 50px;
}

#footer .footer-menu .menu-dropdown:hover {
    border-radius: 25px;
}

@media (min-width: 992px) {
    #footer .footer-menu .menu-dropdown {
        display: none;
    }
}

#footer .footer-menu .menu-dropdown .dropdown {
    padding-top: 0;
    position: relative;
}

#footer .footer-menu .menu-dropdown .dropdown a {
    height: auto;
    padding: 10px;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .footer-menu .menu-dropdown .dropdown a img {
    height: 20px;
}

#footer .copyright {
    font-family: 'db_helvethaica_x_regular';
    font-size: 16px;
    color: #302272;
    margin-top: 20px;
}

@media (min-width: 992px) {
    #footer .copyright {
        flex: 1 1 auto;
        text-align: right;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    #footer .copyright {
        font-size: 20px;
    }
}

#footer .footer-contact {
    margin-left: 0px;
    padding-top: 20px;
}

@media (min-width: 768px) {
    #footer .footer-contact {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 992px) {
    #footer .footer-contact {
        margin-left: 20px;
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    #footer .footer-contact {
        margin-left: 40px;
    }
}

#footer a.mail,
#footer a.line {
    font-weight: 500;
    color: #302272;
    display: flex;
    align-items: center;
    line-height: 1.25;
    font-size: 20px;
}

#footer a.mail:hover,
#footer a.line:hover {
    color: #9d0b71;
}

@media (min-width: 992px) {

    #footer a.mail,
    #footer a.line {
        font-size: 16px;
    }
}

@media (min-width: 1536px) {

    #footer a.mail,
    #footer a.line {
        font-size: 18px;
    }
}

#footer a.mail img,
#footer a.line img {
    margin-right: 10px;
}

#footer a.line {
    margin-left: 0;
    margin-top: 10px;
}

@media (min-width: 768px) {
    #footer a.line {
        margin-top: 0;
        margin-left: 20px;
    }
}

@media (min-width: 1200px) {
    #footer a.line {
        margin-left: 28px;
    }
}

.box-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}

.box-grid.grid-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 992px) {
    .box-grid.grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.qr-code {
    z-index: 100;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.editmode .qr-code {
    position: relative;

}

.qr-code:hover {
    color: #fff;
    transform: scale(1.1);
}

.qr-code p {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .qr-code {
        font-size: 23px;
        bottom: 50px;
        right: 50px;
    }
}

.qr-code i {
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
    display: block;
    background-image: url(/content/media/personal-banking/loans/personal-loans/up/icon/qr-code.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 768px) {
    .qr-code i {
        width: 60px;
        height: 60px;
    }
}

.logo-float {
    height: 110px;
    position: absolute;
    top: 20px;
    z-index: 10;
    transition: all .35s ease;
    transform: translateY(0);
    opacity: 1;
    max-height: 250px;
}

@media (min-width: 768px) {
    .logo-float {
        height: 100px;
        left: 30px;
        top: 30px;
    }
}

@media (min-width: 992px) {
    .logo-float {
        height: 13vw;
        left: 0;
    }
}

.header-sticky .logo-float {
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
    visibility: hidden;
}

.bg-black #upheader .language,
.bg-black #upheader .language a {
    color: #fff;
}

.bg-black #upheader .language a.current,
.bg-black.header-sticky #upheader .language a.current,
.bg-black #upheader .language a:hover,
.bg-black.header-sticky #upheader .language a:hover {
    color: #9d0b71;
}

.bg-black.header-sticky #upheader .language,
.bg-black.header-sticky #upheader .language a {
    color: #898989;
}


html {
    font-family: "db_helvethaica_x", sans-serif;
    line-height: 1;
    font-size: 25px;
}

@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 0.9;
    color: #3D2070;
}

h3 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
}

h4 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}

h5 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    h3 {
        font-size: 70px;
    }

    h4 {
        font-size: 50px;
    }

    h5 {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    h3 {
        font-size: 75px;
    }

    h4 {
        font-size: 55px;
    }
}

a {
    color: #3D2070;
    transition: all .25s ease;
    text-decoration: none;
}

p {
    font-size: 25px;
    line-height: 1;
    color: #3D2070;
    margin: 15px 0 0;
}

p:nth-of-type(1) {
    margin-top: 0;
}

@media (min-width: 1200px) {
    p {
        font-size: 30px;
    }
}


.sub-text {
    font-weight: 100;
}

li,
ul.list-bullet li {
    font-size: 25px;
    font-weight: 500;
    color: inherit;
    line-height: 1;
    padding-top: 5px;
}

@media (min-width: 1200px) {

    li,
    ul.list-bullet li,
    ul.list li {
        font-size: 30px;
    }
}

@media (min-width: 1536px) {

    li,
    ul.list-bullet li,
    ul.list li {
        font-size: 35px;
    }
}

ol,
ul {
    padding-left: 15px;
}

ol>li {
    margin-top: 10px;
}

ol li:first-child {
    margin-top: 0;
}

ul,
ul.list {
    list-style-type: none;
}

ul li,
ul.list li {
    padding-left: 20px;
    position: relative;
}

ul.list li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

ul.list-bullet {
    list-style-type: none;
    padding-left: 2px;
}

ul.list-bullet>li {
    position: relative;
    margin-top: 10px;
    padding: 0 0 0 15px;
}

@media (min-width: 768px) {
    ul.list-bullet>li {
        padding: 0 0 0 30px;
    }
}

ul.list-bullet>li:first-child {
    margin-top: 0;
}

ul.list-bullet>li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

ul.list-bullet.purple>li:before {
    color: #3D2070;
}

ul.list-tick {
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
}

ul.list-tick>li {
    padding-left: 40px;
    position: relative;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    vertical-align: middle;
    min-height: 30px;
    font-weight: 600;
}

ul.list-tick>li:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/content/media/personal-banking/loans/personal-loans/up/icon/tick-rounded-pink.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}


ul.list-tickpink {
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
}

ul.list-tickpink>li {
    padding-left: 40px;
    position: relative;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    vertical-align: middle;
    min-height: 30px;
    font-weight: 600;
}

ul.list-tickpink>li:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/content/media/personal-banking/loans/personal-loans/up/up-ngern-yuem/tick.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 6px;
}

@media (min-width: 768px) {

    ul.list-tick>li {
        padding-left: 65px;
        margin-top: 25px;
        min-height: 48px;
    }

    ul.list-tick>li:before {
        width: 48px;
        height: 48px;
    }
}

.link-group {
    display: flex;
}

.link-group .link {
    margin-left: 25px;
}

@media (min-width: 992px) {
    .link-group .link {
        margin-left: 50px;
    }
}

.link-group .link:nth-of-type(1) {
    margin-left: 0;
}

.link {
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    color: #3D2070;
    justify-content: flex-start;
    align-items: flex-start;
}


.link:after {
    width: 20px;
    height: 22px;
    /* background-image: url(/content/media/personal-banking/loans/personal-loans/up/icon/arrow-next-rounded.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; */
    display: block;
    margin-left: 3px;
    transition: all .25s ease;
    position: relative;
    left: 0;
    content: "\003E";
    font-size: inherit;
    font-weight: 700;
}



.link:hover:after {
    left: 5px;
}

.uptitle .flex.text-center {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    display: inline-block;
}

@media (min-width: 768px) {

    .uptitle .flex.text-center {
        display: flex;
    }
}

.uptitle img {
    vertical-align: baseline;
}

.section-title img {
    /* vertical-align: baseline; ปิดไว้*/
    ;
}

@media (min-width: 768px) {

    .section-title {
        text-align: center;
    }
}



.section-title p {
    font-size: 25px;
}

@media (min-width: 768px) {
    .section-title p {
        font-size: 40px;
    }
}

.header-sticky .menu .logo {
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
    visibility: hidden;
}

.page-upscb-main {
    background: #000;
}

.page-upscb-main .box-tick-list {
    padding-top: 35px;
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .page-upscb-main .box-tick-list {
        padding-top: 78px;
    }
}

.main-animate {
    width: 100%;
    z-index: 20;
}

.editmode .pin-spacer {
    height: 793px !important;
    max-height: 793px !important;
}

.main-animate.editmode {
    height: auto;
}

.main-animate.editmode .panel {
    position: relative;
}

.main-animate.editmode .panel:not(:first-child) {
    opacity: 1;
}

.panel:not(:first-child) {
    opacity: 0;
}

.upscb-main {
    background-size: contain;
    z-index: 20;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
}

.editmode .upscb-main {
    height: 810px;
    min-height: unset;
    position: relative;
}

@media (min-width: 992px) {
    .upscb-main {
        background-size: cover;
        min-height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

.upscb-main .container {
    height: 810px;
}

@media (min-width: 992px) {
    .upscb-main .container {
        max-width: 960px;
        height: 100vh;
        padding-bottom: 0;
    }

    .editmode .upscb-main .container {
        height: 810px;
    }
}

@media (min-width: 1200px) {
    .upscb-main .container {
        max-width: 1900px;
        width: 90%;
    }
}

@media (min-width: 1400px) {
    .upscb-main .container {
        max-width: 1900px;
        width: 90%;
    }
}

@media (min-width: 1536px) {
    .upscb-main .container {
        max-width: 1900px;
        width: 90%;
    }
}

.menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.menu .logo {
    height: 110px;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 40;
    transition: all 0.65s;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    max-height: 400px;
    width: auto;
}

@media (min-width: 992px) {
    .menu .logo {
        top: 35px;
        height: 20vw;
        left: 0;
    }
}


.upscb-main .main-img {
    width: 90%;
    display: block;
    position: relative;
    top: 50px;
    margin: auto;
}

@media (min-width: 992px) {
    .upscb-main .main-img {
        width: auto;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(-80%) translateY(-45%);
        height: 85vh;
        max-height: 948px;
    }
}

.upscb-main .intro-text {
    width: 100%;
    padding-top: 150px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    padding: 180px 0 20px;
    text-align: left;
}

@media (min-width: 768px) {
    .upscb-main .intro-text {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .upscb-main .intro-text {
        width: auto;
        text-align: left;
        right: 0%;
        padding-top: 0;
        position: absolute;
        bottom: 50%;
        transform: translateY(50%);
        width: 40%;
    }
}

.upscb-main .intro-text h2 {
    font-size: 53px;
    font-weight: 600;
    color: #3d2070;
    line-height: 0.8;
}

@media (min-width: 768px) {
    .upscb-main .intro-text h2 {
        font-size: 80px;
    }
}

@media (min-width: 992px) {
    .upscb-main .intro-text h2 {
        font-size: 70px;
    }
}

@media (min-width: 1536px) {
    .upscb-main .intro-text h2 {
        font-size: 103px;
    }
}

.upscb-main .intro-text h2 .-text-up {
    font-size: 49px;
}

@media (min-width: 1400px) {
    .upscb-main .intro-text h2 .-text-up {
        font-size: 55px;
    }
}

@media (min-width: 1536px) {
    .upscb-main .intro-text h2 .-text-up {
        font-size: 69px;
    }
}

.upscb-main .intro-text p {
    color: #9d0b71;
    line-height: 1;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .upscb-main .intro-text p {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .upscb-main .intro-text p {
        font-size: 30px;
    }
}

@media (min-width: 1400px) {
    .upscb-main .intro-text p {
        font-size: 35px;
    }
}

.upscb-main .intro-text p br {
    display: none;
}

@media (min-width: 768px) {
    .upscb-main .intro-text p br {
        display: block;
    }
}

.upscb-main .badge {
    width: 85px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: 30px;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .upscb-main .badge {
        width: 150px;
    }
}

@media (min-width: 992px) {
    .upscb-main .badge {
        width: 100px;
        right: 20px;
        margin-top: -25px;
    }
}

@media (min-width: 1400px) {
    .upscb-main .badge {
        width: 125px;
        margin-top: -20px;
        right: 20px;
    }
}

@media (min-width: 1536px) {
    .upscb-main .badge {
        width: 150px;
        margin-top: 40px;
        right: 0;
    }
}

.editmode .upscb-register {
    min-height: unset;
}

.upscb-register {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.upscb-register .box-tick-list {
    width: 100vw;
    padding-top: 80px;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .upscb-register .box-tick-list {
        padding-top: 120px;
    }
}

.upscb-register .inner-content {
    width: 100vw;
}

.upscb-register .inner-content .container {
    position: relative;
}

@media (min-width: 992px) {
    .upscb-register .inner-content .container {
        max-width: 844px;
        height: 600px;
    }
}

@media (min-width: 1200px) {
    .upscb-register .inner-content .container {
        max-width: 1024px;
    }
}

@media (min-width: 1400px) {
    .upscb-register .inner-content .container {
        max-width: 1200px;
    }
}

@media (min-width: 1536px) {
    .upscb-register .inner-content .container {
        max-width: 1366px;
        height: 600px;
    }
}

.upscb-register .hand-mobile {
    width: auto;
    z-index: 1;
    position: relative;
    right: 0;
    margin-top: 50px;
}

@media (min-width: 992px) {
    .upscb-register .hand-mobile {
        width: 350px;
        position: absolute;
        right: 0;
        bottom: 50%;
        margin-top: 0;
        transform: translateY(50%);
    }
}

@media (min-width: 1200px) {
    .upscb-register .hand-mobile {
        width: 350px;
    }
}

@media (min-width: 1536px) {
    .upscb-register .hand-mobile {
        width: 430px;
        margin-bottom: -50px;
    }
}

.upscb-register .hand-mobile img {
    margin: auto;
    display: block;
    /* left: 50px;
    right: 0;
    position: relative; */
}

@media (min-width: 768px) {
    .upscb-register .hand-mobile img {
        width: 500px;
        position: relative;
        right: -80px;
    }
}

@media (min-width: 992px) {
    .upscb-register .hand-mobile img {
        width: auto;
        margin: 0;
        right: 0;
    }
}

.upscb-register .detail-text {
    width: 100%;
    color: #fff;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    text-align: left;
}

@media (min-width: 768px) {
    .upscb-register .detail-text {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .upscb-register .detail-text {
        text-align: left;
        margin-top: 0;
        left: 0;
        bottom: 50%;
        transform: translateY(50%);
        position: absolute;
        width: 50%;
    }
}

.upscb-register .detail-text h3 {
    color: #fff;
    margin-top: 15px;
    font-weight: 500;
    line-height: 1;
}

@media (min-width: 992px) {
    .upscb-register .detail-text h3 {
        margin-top: 30px;
        font-size: 42px;
    }
}

@media (min-width: 1536px) {
    .upscb-register .detail-text h3 {
        font-size: 60px;
        margin-top: 40px;
    }
}

.upscb-register .detail-text .-text-up {
    color: #fff;
    font-size: 25px;
}

@media (min-width: 1536px) {
    .upscb-register .detail-text .-text-up {
        font-size: 50px;
    }
}

.upscb-register .detail-text p {
    font-size: 25px;
}

@media (min-width: 1200px) {
    .upscb-register .detail-text p {
        font-size: 30px;
    }
}

@media (min-width: 1536px) {
    .upscb-register .detail-text p {
        font-size: 35px;
    }
}
.upscb-step {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 30px;
}

@media only screen and (max-width: 767px) {
    .upscb-step {
        padding: 0px 15px;
    }

    .upscb-step {
        padding: 0px 15px;
    }
}

.upscb-step {
    /* padding: 0px 0 70px 0; */
    background-repeat: no-repeat;
    background-position: center;
}

.upscb-step.editmode {
    display: block !important;
}


.upscb-step .section-title {
    text-align: center;
    margin-bottom: 20px;
}

.upscb-step .steplink {
    margin-top: 30px;
}

.upscb-step .steplink .link {
    font-size: 30px;
}

@media (min-width: 768px) {
    .upscb-step .steplink {
        margin-top: 40px;
    }

    .upscb-step .steplink .link {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .upscb-step .splide {
        margin: auto;
    }
}

@media (min-width: 1536px) {
    .upscb-step .splide {
        max-width: 100%;
    }
}

.upscb-step .splide .list {
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 370px;
}

.upscb-step .splide .list h5,
.upscb-step .register-step-slide .list h5,
.box-list .list h5 {
    font-weight: 600;
    font-size: 28px;
}

.upscb-step .splide .list p,
.upscb-step .register-step-slide .list p,
.upscb-step .splide .list a.link,
.box-list .list p,
.box-list .list a.link {
    color: #9d0b71;
    font-size: 25px;
}

@media (min-width: 992px) {

    .upscb-step .splide .list h5,
    .upscb-step .register-step-slide .list h5,
    .box-list .list h5 {
        font-size: 28px;
    }

    .upscb-step .splide .list p,
    .upscb-step .register-step-slide .list p,
    .upscb-step .splide .list a.link,
    .box-list .list p,
    .box-list .list a.link {
        font-size: 26px;
    }
}

@media (min-width: 1400px) {

    .upscb-step .splide .list h5,
    .upscb-step .register-step-slide .list h5,
    .box-list .list h5 {
        font-size: 32px;
    }

    .upscb-step .splide .list p,
    .upscb-step .register-step-slide .list p,
    .upscb-step .splide .list a.link,
    .box-list .list p,
    .box-list .list a.link {
        font-size: 28px;
    }
}

.upscb-step .splide img {
    display: block;
    margin: auto;
}

.upscb-step .splide .detail {
    padding-top: 20px;
}

.seperate-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 55px;
    background-size: cover;
    padding: 15px 0px;
}

.seperate-tab a span {
    text-decoration: underline;
}

.seperate-gray {
    background: url(/content/media/personal-banking/loans/personal-loans/up/main/category-title-bg.jpg) center center no-repeat;
    background-size: cover;
}

.seperate-purple {
    background-color: #5E418A;
    color: #FFFFFF;
}

.arrowright:after {
    content: "\23F5";
    font-size: 20px;
}

.dwl {
    position: relative;
    padding-right: 35px;
    display: inline-flex;
}

.dwl:after {
    content: "";
    background: #EFB13A url(/content/media/personal-banking/loans/personal-loans/up/icon/download.svg) center center no-repeat;
    background-size: 15px;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0px;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 5;
    border-radius: 50%;
}

@media (min-width: 992px) {
    .seperate-purple h3 {
        font-size: 40px;
    }

    .arrowright:after {
        font-size: 30px;
    }
}

.arrow-down:after {
    content: "\25BC";
    font-size: 25px;
    padding-left: 5px;
}


.section-main-category {
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

@media (max-width: 991px) {
    .section-main-category {
        background-image: none !important;
        background-color: #FFFFFF;
    }
}

@media (min-width: 992px) {
    .section-main-category .container {
        height: 600px;
    }
}

@media (min-width: 1200px) {
    .section-main-category .container {
        height: 600px;
    }
}

@media (min-width: 1400px) {
    .section-main-category .container {
        height: 670px;
    }
}

@media (min-width: 1900px) {
    .section-main-category .container {
        height: 890px;
    }
}

.section-main-category .img {
    margin: 0 -30px;
    display: block;
}

@media (min-width: 992px) {
    .section-main-category .img {
        display: none;
        margin: 0;
    }
}

.section-main-category .img img {
    width: 100%;
}

.section-main-category h3 {
    margin-top: 30px;
    line-height: 0.81;
    font-size: 40px;
    font-weight: 700;
    color: #302272;
}

.section-main-category p,
.section-main-category a {
    font-size: 25px;
}

@media (min-width: 768px) {
    .section-main-category h3 {
        font-size: 50px;
    }

    .section-main-category p,
    .section-main-category a {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .section-main-category h3 {
        font-size: 68px;
    }

    .section-main-category p,
    .section-main-category a {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .section-main-category h3 {
        font-size: 6.1vw !important;
    }

    .section-main-category p,
    .section-main-category a {
        font-size: 2.0vw !important;
    }
}

.section-main-category p {
    margin: 10px 0;
    font-weight: 500;
    color: #9D0B71;
}

@media (min-width: 768px) {
    .section-main-category p {
        margin: 20px 0;
        font-size: 35px;
    }
}

.section-main-category .logo {
    display: none;
}

@media (min-width: 992px) {
    .section-main-category .logo {
        position: absolute;
        z-index: 10;
        display: block;
    }

    .section-main-category .logo img {
        visibility: visible;
        height: 12vw;
        max-height: 250px;
    }
}

.section-main-category .detail {
    width: 100%;
    max-width: 350px;
    padding-bottom: 50px;
    text-align: left;
}

@media (min-width: 768px) {
    .section-main-category .detail {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .section-main-category .detail {
        width: auto;
        text-align: left;
        max-width: none;
        position: absolute;
        padding: 0;
        bottom: 50%;
        transform: translateY(50%);
        width: 40%;
    }
}

.section-main-category .detail img {
    height: 160px;
}

@media (min-width: 992px) {
    .section-main-category .detail img {
        width: 220px;
        height: auto;
    }
}

@media (min-width: 1536px) {
    .section-main-category .detail img {
        width: auto;
    }
}


.section-main-category .detail .btn-register {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .section-main-category .detail .btn-register {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .section-main-category .detail .btn-register {
        margin-left: 0;
        margin-right: 0;
    }
}

.section-main-category.right .logo {
    top: 25px;
    left: 30px;
}

@media (min-width: 992px) {
    .section-main-category.right .detail {
        right: 0%;
    }
}

.section-main-category.left .logo {
    top: 25px;
    right: 30px;
}

@media (min-width: 992px) {
    .section-main-category.left .detail {
        left: 0%;
    }
}

.upcash-main.editmode {
    height: 840px;
}

/* .upcash-main {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
} */

.upcash-main .section-bg {
    background-repeat: no-repeat;
    display: none;
}

@media (min-width: 992px) {
    .upcash-main .section-bg {
        display: block;
    }
}

.upcash-howto .link {
    margin-top: 35px;
}

.upcash-promote {
    position: relative;
}

.upcash-promote .container {
    position: initial;
}

.upcash-promote h3 {
    font-size: 50px;
    line-height: 0.85;
}

@media (min-width: 768px) {
    .upcash-promote h3 {
        font-size: 60px;
    }
}

.upcash-promote p {
    font-size: 20px;
}

@media (min-width: 768px) {
    .upcash-promote p {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .upcash-promote p {
        font-size: 35px;
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .upcash-promote .text .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.upcash-promote .text .box-text {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 30px;
}

@media (min-width: 992px) {
    .upcash-promote .text .box-text {
        position: relative;
        left: 0;
        justify-content: space-between;
    }
}

.upcash-promote .text .box-text .text-1 {
    font-size: 60px;
    line-height: 0.75;
}

@media (min-width: 992px) {
    .upcash-promote .text .box-text .text-1 {
        font-size: 70px;
    }
}

@media (min-width: 1200px) {
    .upcash-promote .text .box-text .text-1 {
        font-size: 90px;
    }
}

.upcash-promote .text .box-text .text-2 {
    font-size: 145px;
    line-height: 0.85;
}

@media (min-width: 1200px) {
    .upcash-promote .text .box-text .text-2 {
        font-size: 233px;
        line-height: 0.75;
    }
}

.upcash-promote .text .box-text .text-2 span {
    letter-spacing: -2px;
    margin-left: -10px;
}

@media (min-width: 1200px) {
    .upcash-promote .text .box-text .text-2 span {
        letter-spacing: -10px;
        margin-left: -28px;
    }
}

.upcash-promote .text .box-text .text-3 {
    font-size: 75px;
    line-height: 0.55;
    margin-left: 5px;
}

@media (min-width: 1200px) {
    .upcash-promote .text .box-text .text-3 {
        font-size: 107px;
        line-height: 0.55;
    }
}

.upcash-promote .img {
    width: 100%;
    margin-top: 30px;
}

.upcash-promote .img img {
    width: 100%;
    display: block;
}

@media (min-width: 992px) {
    .upcash-promote .img img {
        display: none;
    }
}

@media (min-width: 992px) {
    .upcash-promote .img {
        margin-top: 50px;
        height: 600px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.upcash-apply {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.upcash-apply .box-grid {
    gap: 30px;
}

@media (min-width: 992px) {
    .upcash-apply .box-grid {
        gap: 150px;
    }
}

.upcash-apply .apply-slide .splide__arrow {
    width: 20px;
    height: 40px;
    margin-top: -20px;
}

.upcash-apply .apply-slide .splide__arrow.splide__arrow--prev {
    left: 20px;
}

.upcash-apply .apply-slide .splide__arrow.splide__arrow--next {
    right: 20px;
}

.upcash-apply .apply-slide img {
    width: 100%;
    margin: auto;
}

.upcash-apply .apply-slide p {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    position: absolute;
    bottom: 20px;
    left: 0;
}

@media (min-width: 1200px) {
    .upcash-apply .apply-slide p {
        font-size: 70px;
    }
}

.upcash-apply .detail {
    padding-top: 20px;
}

@media (min-width: 992px) {
    .upcash-apply .detail {
        padding-top: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

.upcash-apply h3 {
    font-weight: 500;
}

.upcash-apply .link {
    margin-top: 30px;
}

.section-upcash-faq {
    background-position: top center;
    background-repeat: no-repeat;
}

.section-main-category .container {
    width: 100%;
    max-width: 1900px;
}

@media (min-width: 992px) {
    .section-main-category .container {
        max-width: 1900px;
        width: 90%;
    }
}


.upcash-apply-main {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.upcash-apply-main .container {
    padding-top: 200px;
    padding-bottom: 80px;
    height: 80vh;
    min-height: 1050px;
}

@media (min-width: 992px) {
    .upcash-apply-main .container {
        min-height: 900px;
    }
}

@media (min-width: 1200px) {
    .upcash-apply-main .container {
        min-height: 1200px;
    }
}

.upcash-apply-main h3 {
    font-size: 50px;
}

@media (min-width: 1200px) {
    .upcash-apply-main h3 {
        font-size: 60px;
    }
}

.upcash-apply-main h3 img {
    height: 35px;
    margin: 0 5px;
}

@media (min-width: 1200px) {
    .upcash-apply-main h3 img {
        height: 45px;
    }
}

.upcash-apply-main .box-tick-list {
    margin-top: 30px;
    padding-top: 0;
}

@media (min-width: 1536px) {
    .upcash-apply-main .box-tick-list .list {
        width: auto;
    }
}

@media (min-width: 1536px) {
    .upcash-apply-main .box-tick-list p {
        font-size: 35px;
    }
}

.upcash-apply-main .apply-slide {
    display: block;
    max-width: 400px;
    margin: auto;
}

@media (min-width: 992px) {
    .upcash-apply-main .apply-slide {
        display: none;
    }
}

.upcash-apply-main .apply-slide img {
    display: block;
    margin: auto;
}

.upcash-apply-main .apply-slide p {
    text-align: center;
    font-size: 40px;
    margin-top: -100px;
}

.upcash-apply-main .group-people {
    margin: 20px auto 0;
    display: none;
}

@media (min-width: 992px) {
    .upcash-apply-main .group-people {
        display: block;
    }
}

.upcash-apply-main .btn-group {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .upcash-apply-main .btn-group {
        margin-top: 0;
    }
}

.upcash-apply-document {
    padding: 30px 0;
}

@media (min-width: 992px) {
    .upcash-apply-document {
        padding-top: 50px;
        padding-bottom: 90px;
    }
}

.upcash-apply-document .box-grid {
    margin-top: 30px;
    gap: 30px;
}

@media (min-width: 1200px) {
    .upcash-apply-document .box-grid {
        margin-top: 45px;
        gap: 95px;
    }
}


.upcash-apply-document p {
    font-size: 30px;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .upcash-apply-document p {
        margin-top: 35px;
    }
}

.upcash-apply-document ul {
    margin-top: 15px;
}

.upcash-apply-document ul li {
    color: #f7a120;
    font-size: 25px;
}

@media (min-width: 992px) {
    .upcash-apply-document ul li {
        font-size: 30px;
    }
}


.upcash-interest-rate .box-grid {
    gap: 30px;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .upcash-interest-rate .box-grid {
        gap: 40px;
    }
}

/* 
@media (min-width: 1200px) {
    .upcash-interest-rate .box-grid {
        gap: 50px;
    }
} */

@media (min-width: 1400px) {
    .upcash-interest-rate .box-grid {
        gap: 80px;
    }
}

.upcash-interest-rate .box-grid.grid-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1200px) {
    .upcash-interest-rate .box-grid.grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }
}

.upcash-interest-rate .box-grid.grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1200px) {
    .upcash-interest-rate .box-grid.grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.upcash-interest-rate table {
    margin-top: 20px;
}

.upcash-interest-rate h3 img {
    height: 35px;
}

@media (min-width: 992px) {
    .upcash-interest-rate h3 img {
        height: 38px;
    }
}

.upcash-interest-rate h4 {
    font-size: 40px;
    font-weight: 600;
}

.upcash-interest-requirement {
    background: #302272;
    padding: 45px 0;
}

@media (min-width: 768px) {
    .upcash-interest-requirement {
        padding: 45px 0 100px;
    }
}

.upcash-interest-requirement h3 {
    font-size: 50px;
}

@media (min-width: 992px) {
    .upcash-interest-requirement h3 {
        font-size: 80px;
    }
}

.upcash-interest-requirement h3 img {
    height: 35px;
}

@media (min-width: 992px) {
    .upcash-interest-requirement h3 img {
        height: 38px;
    }
}

ol {
    list-style: decimal;
    padding-left: 30px;
}

ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.upcash-register-main {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.upcash-register-main .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column-reverse;
}

.upcash-register-main .container.imgtopmb {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upcash-register-main .container.imgtopmb .img {
    width: 100%;
}

.upcash-register-main .container.imgtopmb .detail {
    width: 100%;
}

@media (min-width: 992px) {
    .upcash-register-main .container {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        align-content: flex-end;
        flex-direction: row;
    }

    .upcash-register-main .container.imgtopmb {
        display: flex;
        justify-content: space-around;
        align-items: center;
        align-content: flex-end;
        flex-direction: row;
    }

    .upcash-register-main .container.imgtopmb .img {
        width: 45%;
    }

    .upcash-register-main .container.imgtopmb .detail {
        width: 55%;
    }

}

.upcash-register-main .img {
    text-align: center;
    width: 100%;
}


.upcash-register-main .detail {
    width: 100%;
    padding-bottom: 0px;
}

@media (min-width: 992px) {
    .upcash-register-main .detail {
        width: 47%;
    }

    .upcash-register-main .img {
        width: 55%;
        padding-top: 0px;
    }
}


.upcash-register-main .box-list {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .upcash-register-main .box-list {
        margin-top: 20px;
    }
}

.upcash-register-main .box-list p {
    margin-top: 30px;
    font-size: 25px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .upcash-register-main .box-list p {
        font-size: 30px;
    }
}

.upcash-app-step {
    position: relative;
}

.upcash-app-step .section-title {
    margin-bottom: 45px;
    text-align: center;
}

.upcash-app-step .section-title h3 {
    text-align: center;
    font-weight: 700;
}

.upcash-app-step .section-title h4 {
    text-align: center;
    font-weight: 700;
}

.upcash-app-step .section-title h4 img {
    vertical-align: baseline;
}

.upcash-app-step .register-step-slide .splide__track,
.upcash-app-step .register-step-slide .splide-counter {
    width: 85%;
    margin: auto;
}


@media (min-width: 768px) {

    .upcash-app-step .register-step-slide .splide__track,
    .upcash-app-step .register-step-slide .splide-counter {
        width: 100%;
        margin: auto;
    }
}

.upcash-doc {
    display: none;
}

.editmode .upcash-faq.tab-pane,
.upcash-doc.active,
.editmode .upcash-doc.tab-pane {
    display: block;
}

.upcash-faq .container,
.upcash-doc .container {
    max-width: 960px;
    margin: auto;
}

.upcash-faq .uptitle,
.upcash-doc .uptitle {
    padding-top: 40px;
}

.upcash-faq .uptitle:nth-of-type(1) {
    margin-top: 0;
    padding-top: 20px
}

.upcash-doc .uptitle h3 {
    color: #FFFFFF;
}

.upcash-doc .list,
.upcash-doc .list a {
    color: #FFFFFF;
}

.upcash-doc .box-download-list .download-list {
    position: relative;
    padding-right: 60px;
}

@media (min-width: 992px) {
    .upcash-doc .box-download-list .download-list {
        padding-right: 100px;
    }
}

.upcash-doc .box-download-list .download-list .list {
    padding: 20px 0;
    font-size: 25px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.upcash-doc .box-download-list .download-list:first-child .list {
    border-top: 1px solid #FFFFFF;
    margin-top: 35px;
}

@media (min-width: 992px) {
    .upcash-doc .box-download-list .download-list .list {
        padding: 35px 0;
        font-size: 30px;
    }
}


.upcash-doc .box-download-list .download-list .list a:hover i {
    background-color: #9d0b71;
}

.upcash-doc .box-download-list .download-list i {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    background: #EFB13A url(/content/media/personal-banking/loans/personal-loans/up/icon/download.svg) center center no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #EFB13A;
    transition: all .35s ease;
    background-size: 15px;
}

@media (min-width: 992px) {
    .upcash-doc .box-download-list .download-list i {
        width: 45px;
        height: 45px;
        background-size: 20px;
    }
}

.uploan-main .section-bg {
    background-repeat: no-repeat;
    background-position: top center;
}

.section-promote-detail.uploan-promote .container {
    max-width: 100%;
}

.section-uploan-faq {
    background-repeat: no-repeat;
    background-position: top center;
}

@media (min-width: 992px) {
    .section-uploan-faq {
        background-repeat: no-repeat;
    }
}

.section-uploan-faq .container {
    padding-bottom: 490px;
}

@media (min-width: 992px) {
    .section-uploan-faq .container {
        padding-bottom: 100px;
    }
}

.upquickcash-main .section-bg {
    display: none;
}

@media (min-width: 768px) {
    .upquickcash-main .section-bg {
        display: block;
    }
}

.upquickcash-register {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .upquickcash-register {
        margin-bottom: 0;
    }
}

.editmode .box-detail {
    position: relative;
    min-height: 500px;
}

.upquickcash-register .inner-content .container .box-detail {
    min-height: 500px;
    position: relative;
}

.box-detail {
    position: relative;
}

.upquickcash-register .inner-content .container {
    position: relative;
    height: auto;
}

.upquickcash-register .inner-content .contentwraper .box-tick-list {
    width: auto;
}

.upquickcash-register .inner-content .contentwraper .box-tick-list .container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: auto;
    min-height: 100px;
}


@media (min-width: 1536px) {
    .upquickcash-register .inner-content .container {
        max-width: 1400px;
    }
}

.upquickcash-register .detail-text {
    right: 0;
}

@media (min-width: 576px) {
    .upquickcash-register .detail-text {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .upquickcash-register .detail-text {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .upquickcash-register .detail-text {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .upquickcash-register .detail-text h3 {
        font-size: 50px;
        line-height: 1;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .upquickcash-register .detail-text h3 {
        font-size: 55px;
        text-align: left;
    }
}

.upquickcash-register .box-tick-list {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .upquickcash-register .box-tick-list {
        margin-top: 30px;
    }
}

.upquickcash-start {
    background: #302272;
    overflow: hidden;
    padding: 50px 0 0;
}

@media (min-width: 992px) {
    .upquickcash-start {
        padding: 100px 0;
    }
}

@media (min-width: 1200px) {
    .upquickcash-start {
        padding: 150px 0;
    }
}

.upquickcash-start .img {
    margin-top: 30px;
    height: 300px;
}

@media (min-width: 992px) {
    .upquickcash-start .img {
        width: 50vw;
        height: auto;
        max-width: 772px;
        position: absolute;
        top: -80px;
        right: 0;
        z-index: 1;
        margin-top: 0;
    }
}

.upquickcash-start .img img {
    display: block;
    margin: auto;
}

.upquickcash-start .accordion {
    margin-top: 40px;
}

.upquickcash-start .detail {
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .upquickcash-start .detail {
        width: 50%;
    }
}


.upquickcash-register-step .nav-tabs {
    /* max-width: 500px; */
    margin: auto;
    border: 1px solid #3D2070;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin-bottom: 40px;
    margin-top: 40px;
}

.upquickcash-register-step .nav-tabs li {

    min-width: unset;
}

@media (min-width: 992px) {
    .upquickcash-register-step .nav-tabs li {
        /* width: 50%; */
        min-width: 220px;
    }
}

.upquickcash-register-step .nav-tabs li:first-child a {
    border-radius: 50px 0 0 50px;
}

.upquickcash-register-step .nav-tabs li a {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    /* border-radius: 0 50px 50px 0; */
    border: 1px solid transparent;
    transition: all .25s ease;
    border-right: 1px solid #302272;
}

.upquickcash-register-step .nav-tabs li:last-child a {
    border-right: 0;
    border-radius: 0 50px 50px 0;
}

@media (min-width: 992px) {
    .upquickcash-register-step .nav-tabs li a {
        font-size: 40px;
        padding: 20px;
    }
}

.upquickcash-register-step .nav-tabs li:hover a,
.upquickcash-register-step .nav-tabs li.active a {
    color: #302272;
    background: #fff;
}

.upquickcash-register-step p {
    text-align: center;
    margin: 0;
}

.upquickcash-register-step h3 {
    font-size: 50px;
    text-align: left;
    font-weight: 700;
}

.upquickcash-register-step h3 img {
    max-width: 170px;
}

@media (min-width: 768px) {

    .upquickcash-register-step h3 {
        text-align: center;
    }
}

@media (min-width: 992px) {

    .upquickcash-register-step h3 {
        font-size: 90px;
        text-align: center;
        vertical-align: middle;
        /* display: flex; */
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.upquickcash-register-step .tab-pane {
    display: none;
    color: #fff;
}

@media (min-width: 992px) {
    .upquickcash-register-step .tab-pane {
        padding: 0 20px;
    }
}

.upquickcash-register-step .tab-pane.active {
    display: block;
}

.block-cookie-main {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 500;
}

.consent_section {
    font-family: inherit;
    background-color: rgb(229 229 229 / 95%) !important;
}

.accept-consent_btn {
    font-size: 25px;
    background-color: #5E418A !important;
    color: #ffffff !important;
    border-radius: 50px;
    border: none !important;
}

.consent_title {
    font-size: 30px;
    font-weight: 600;
}

.consent_detail p {
    font-size: 21px;
    font-weight: 500;
}

.consent_detail a {
    color: #302272 !important;
}


.pad-bot-md {
    padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .pad-bot-md {
        padding-bottom: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .pad-bot-lg {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .pad-bot-lg {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 320px) {
    .pad-bot-lg {
        padding-bottom: 20px;
    }
}

.pad-top-md {
    padding-top: 50px;
}

@media only screen and (max-width: 767px) {
    .pad-top-md {
        padding-top: 35px;
    }
}

.pad-top-lg {
    padding-top: 140px;
}

@media (min-width: 768px) {
    .pad-top-lg {
        padding-top: 150px;
    }
}

@media (min-width: 992px) {
    .pad-top-lg {
        padding-top: 15vw;
        ;
    }
}

.mar-top-inner {
    padding-top: 110px;
    margin-top: -100px;
}

@media (min-width: 768px) {
    .mar-top-inner {
        margin-top: -130px;
    }
}

@media (min-width: 992px) {
    .mar-top-inner {
        padding-top: 200px;
        margin-top: -230px;
    }
}

.slide-tab {
    overflow: auto;
    white-space: nowrap;
    max-width: 980px;
    margin: auto;
    padding-top: 20px;
}

.slide-tab ul {
    display: inline-flex;
    background: #ffffff;
    padding-left: 0;
    border-radius: 50px;
    width: max-content;
}

.slide-tab ul li {
    content: unset;
    position: unset;
    padding-left: 0px;
}

.slide-tab ul li:before,
.upbanner-carousel .slick-dots li:before,
.partners-carousel .slick-dots li:before {
    content: unset;
    position: unset;
}

.upbanner-carousel .slick-dots,
.partners-carousel .slick-dots {
    bottom: 0;
}

.upbanner-carousel .slick-dots li,
.partners-carousel .slick-dots li {
    margin: 0 3px;
}

.upbanner-carousel .slick-dots li button,
.partners-carousel .slick-dots li button {
    opacity: 1;
    width: 15px;
    height: 15px;
}

.upbanner-carousel .slick-dots li.slick-active button,
.partners-carousel .slick-dots li.slick-active button {
    background: #5E418A;
}

.slide-tab ul li.active {
    background-color: #634B8C;
    border-radius: 50px;
    border: 1px solid #3D2070;
}

.slide-tab ul li a {
    padding: 10px 30px;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    color: #3D2070;
}

.slide-tab ul li.active a {
    color: #ffffff;
}

.slide-tab::-webkit-scrollbar {
    height: 7px;
}

.slide-tab::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #c9c9c9cc;
}

.slide-tab::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #634B8C;
}

.nav-select {
    background-color: #fff;
    border-radius: 50px;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 30px;
    line-height: 1;
    position: relative;
    margin-top: 20px;
}

.nav-select select {
    width: 100%;
}

.nav-select:after {
    content: "";
    width: 12px;
    height: 7px;
    background: url(/content/media/personal-banking/loans/personal-loans/up/icon/arrow-down-purple.svg) center center no-repeat;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 5;
}

#qrpage.lightbox {
    background: none;
}

#qrpage .wrapdtl {
    max-width: 520px;
    margin: auto;
    position: relative;
}

#qrpage.lightbox .lightbox-body {
    position: relative;
    z-index: 20;
}

#qrpage .icon-close {
    top: 6rem;
    right: 3.5rem;
    font-size: 30px;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 255;
}

#qrpage.lightbox .icon-close:before {
    color: #FFFFFF;
}

#qrModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgb(0 0 0 / 70%);
}

.editmode #qrModal {
    position: relative;
}

#qrModal.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

#qrModal.fade.show {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    display: block;
}

#qrModal.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#qrModal .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    max-width: 520px;
    margin: auto;
}

#qrModal .modal-dialog-centered {
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* min-height: calc(100% - (0.5rem * 2)); */
    top: 4rem;
    scale: 0.8;
}

#qrModal .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: url(/content/media/personal-banking/loans/personal-loans/up/main/qr-bg.png) no-repeat;
    background-clip: padding-box;
    border: none;
    outline: 0;
    padding: 30px 40px;
    height: 510px
}

#qrModal .modal-header {
    text-align: center;
    margin-top: 30px;
}

#qrModal .logo-img {
    margin: 10px 0px 20px 0;
}

#qrModal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 1.4em;
    font-size: 14px;
    color: #111111;
    max-width: 600px;
    margin: auto;
    word-break: break-word;
}


.editmode [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
}

.editmode [data-aos=fade-up] {
    transform: none;
}

.scbup-partners.splide {
    width: 100%;
}

.flex-box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    justify-items: center;
    align-items: center;
    align-content: space-between;
}

.flex-box .list.box-list {
    padding: 10px;
}

@media (min-width: 768px) {
    .flex-box {
        grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
    }
}

@media (min-width: 992px) {
    .flex-box {
        grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    }
}

.partners-carousel .box-list {
    padding: 10px;
}

.partners-carousel .slick-slide img {
    max-width: 100%;
    height: auto;
    transform: unset;
    margin-left: 0%;
}

.pagination-container {
    display: flex;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding-top: 40px;
}

.pagination-container .pagination-numbers ul {
    display: inline-flex;
    margin-bottom: 0;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.pagination-container .pagination-button {
    background: none;
    width: 41px;
    padding: 0;
    margin: 0;
}

.pagination-container .pagination-button.disable {
    opacity: 40%;
    cursor: default;
}

.pagination-container .pagination-numbers ul li {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0;
}

.pagination-container .pagination-numbers ul li .selected {
    color: #fff;
    background-color: #3D2070;
    border-radius: 100%;
    width: 40px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.pagination-container .pagination-numbers ul li:before {
    content: unset;
    position: unset;
}

.upmerchant-carousel {
    background: none;
}

.upPartners .slick-slide {
    margin: 0 10px;
}

.upPartners .slick-slide .box-list {
    margin-top: 10px;
}

.upPartners .slick-slide .splide__slide img {
    width: 100%;
}

.editmode .upmerchant-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
}

/*PAY LATER*/
.text-paylater {
    color: #452D7F !important;
}

.button-left {
    position: relative;
    z-index: 10;
}

.btn-register-white {
    font-size: 40px;
    padding: 10px 40px;
    color: #452D7F;
    background-color: #FFFFFF;
    font-weight: 700;
    border-radius: 50px;
}

a.btn-register-purple {
    padding: 10px 40px;
    color: #FFFFFF;
    background-color: #452D7F;
    font-weight: 700;
    border-radius: 50px;
}

.up-product .productbanner:has(.bg-paylater) {
    place-content: unset;
}

.up-product .productbanner:has(.bg-paylater) .desc .intro {
    color: #FFFFFF;
    padding-bottom: 5px;
}

.up-product .productbanner:has(.bg-paylater) .uplink {
    color: #C67EAE;
}

.upbanner-carousel:has(.bg-paylater) .slick-dots li.slick-active button {
    background: #C67EAE;
}

.inner-container:has(.bg-paylater) {
    margin: unset;
    padding-left: 90px;
}

.upcash-register-main.paylater .img {
    padding-bottom: 0px;
}

.upcash-register-main.paylater .detail {
    margin-left: 0;
}

@media only screen and (min-width: 768px) {
    .upcash-register-main.paylater .img {
        /* padding-bottom: 170px; */
    }

    .upcash-register-main.paylater .detail {
        position: relative;
        margin-left: -20%;
    }
}

@media only screen and (min-width: 1600px) {
    .upcash-register-main.paylater .img {
        /* padding-bottom: 150px; */
    }
}

@media only screen and (max-width: 991px) {
    .inner-container:has(.bg-paylater) {
        padding-left: 15px;
    }
}

.upbanner-carousel:has(.bg-paylater) .slick-dots {
    padding-left: 90px;
    width: 100%;
    left: 0;
}


@media (max-width: 1200px) {
    .up-product:has(.bg-paylater) .item .thumb {
        height: 45vw;
    }
}
@media only screen and (max-width: 991px) {
    .upbanner-carousel:has(.bg-paylater) .slick-dots {
        padding-left: 20px;
        text-align: left;
    }
}

@media (max-width: 992px) {
    .up-product:has(.bg-paylater) .item .thumb {
        height: 52vw;
    }
}

@media (max-width: 576px) {

    .up-product:has(.bg-paylater) .item .thumb {
        height: 555px;
    }

    .up-product .productbanner .desc {
        padding-bottom: 40px;
    }
}
.section-intro-main .box-center:has(.text-left) {
    left: 0;
    width: 100%;
    position: relative;
    top: 40%;
}

.section-intro-main .text-left {
    position: relative;
    height: 210px;
}

.section-intro-main .text-left .intro-text {
    right: unset;
    transform: translateX(0%) translateY(0%);
    margin-left: unset;
    margin-right: unset;
    top: 0;
    padding-top: 0;

}

@media (max-width: 767px) {

    .section-intro-main .text-left .intro-text h3 {
        font-size: 40px;
    }

    .btn-register-white,
    .btn-register-purple {
        font-size: 30px;
    }

    .section-intro-main .box-center:has(.text-left) {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        top: 0;
        height: 100%;
        padding-bottom: 30px;
    }

    .section-intro-main .text-left {
        position: relative;
        height: 100px;
    }
}

.paylaterPromotion p {
    color: #3E3E3E;
}

.paylaterPromotion ul.list-bullet>li,
.paylaterPromotion ul>li {
    margin-top: 20px;
}

.paylaterPromotion ul.list-bullet>li:first-child {
    margin-top: 20px;
}

@media (min-width: 1536px) {

    .paylaterPromotion li,
    .paylaterPromotion ul.list-bullet li,
    .paylaterPromotion ul.list li {
        font-size: 30px;
        color: #3E3E3E;
    }
}

.promotion-banner .intro-text {
    color: #FFFFFF;
}

.promotion-banner .intro-text h3,
.promotion-banner .intro-text h2 {
    color: #FFFFFF;
}

.promotion-banner .intro-text h3 {
    font-size: 40px;
}

.promotion-banner .fixedbanner .flex {
    align-items: flex-end;
}

.paylater-breadcrumb {
    padding-top: 20px;
}

.paylater-breadcrumb ul.breadcrumb {
    background: none;
}

.paylater-breadcrumb ul.breadcrumb li:before {
    content: unset;
}

.paylater-breadcrumb ul.breadcrumb li:not(:last-child):after {
    float: unset;
    opacity: 1;
}

.paylater-breadcrumb .breadcrumb li {
    font-size: 14px;
    color: #3D2070;
}

.paylater-breadcrumb .breadcrumb li a {
    opacity: 1;
}

.paylaterpromotionlist .promotionlist {
    max-width: 1500px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.paylaterpromotionlist .promotionlist .listtemplate .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.paylaterpromotionlist .promotionlist .listtemplate:nth-child(odd) .item {
    margin-right: 20px;
}

.paylaterpromotionlist .promotionlist .listtemplate:nth-child(even) .item {
    margin-left: 20px;
}

.paylaterpromotionlist .promotionlist .prmtitle {
    font-size: 20px;
    padding: 20px 0;

}

.paylaterpromotionlist .promotionlist .prmtitle,
.paylaterpromotionlist .promotionlist .prmdate {
    font-size: 20px;
    padding: 20px 0;

}

.paylaterpromotionlist .promotionlist .prmdate,
.paylaterpromotionlist .promotionlist .prmdesc {
    font-size: 20px;
}

.paylaterpromotionlist .promotionlist .listtemplate {
    padding-bottom: 40px;
    width: 100%;
}

.prmlink .link {
    font-size: 25px;
    color: #9D0B71;
}

@media (min-width: 768px) {
    .promotion-banner .intro-text {
        padding-left: 0px;
        padding-right: 0px;
    }

    .promotion-banner .intro-text h3 {
        font-size: 70px;
    }

    .promotion-banner .section-main .fixedbanner.container .intro-text {
        padding-bottom: 60px;

    }

    .paylater-breadcrumb {
        padding-top: 20px;
    }

    .paylater-breadcrumb .breadcrumb li {
        font-size: 25px;
    }

    .paylaterpromotionlist .promotionlist .listtemplate {
        width: 50%;
    }

    .paylaterpromotionlist .promotionlist .prmtitle,
    .paylaterpromotionlist .promotionlist .prmdate,
    .paylaterpromotionlist .promotionlist .prmdesc {
        font-size: 25px;
    }

    .prmlink .link {
        font-size: 30px;
    }
}

.section-main .fixedbanner.container:has(.paylater-text-right) {
    min-height: 440px;
    max-height: 665px;
    height: 75vh;
}

@media (min-width: 576px) {
    .section-main .fixedbanner.container:has(.paylater-text-right) {
        min-height: 350px;
        max-height: 350px;
    }
}

@media (min-width: 768px) {
    .fixedbanner:has(.paylater-text-right) .flex {
        justify-content: flex-end;
    }

    .section-main .fixedbanner.container:has(.paylater-text-right) .intro-text {
        width: 50%;
    }

}

@media (min-width: 992px) {


    .section-main .fixedbanner.container:has(.paylater-text-right) {
        min-height: 440px;
        max-height: 665px;
        height: 75vh;
    }

    .section-main .fixedbanner.container:has(.paylater-text-right) .intro-text {
        padding-top: 12vw;
    }
}

.section-faq .container:has(.paylater-faq) {
    justify-content: center;
}

.section-faq .container:has(.paylater-faq) .accordion--content {
    color: #272727;
}

.section-main .fixedbanner.container:has(.paylater-header) {
    height: 90vh;
}

.section-promote-detail .container:has(.paylater-top) {
    align-items: unset;
}

.slide-tab.prd-tab {
    max-width: 100%;
}

.slide-tab ul.prd-tabs {
    background: none;
}

.slide-tab ul.prd-tabs li {
    padding: 0;
}

.slide-tab ul.prd-tabs li a {
    padding: 10px 40px;
    height: 100%;
}

.slide-tab ul.prd-tabs li.active {
    background-color: #ffffff;
    border: none;
}


.paylater-prd .container {
    justify-content: space-between;
}


@media (min-width: 992px) {
    .section-promote-detail.paylater-prd .detail {
        width: 65%;
        padding-right: 30px;
    }

    .section-promote-detail.paylater-prd .img {
        width: 40%;
    }
}

ul.list-sm>li {
    font-weight: 400;
    font-size: 25px;
}

ul.list-tick.list-sm>li:before {
    top: 5px;
    width: 25px;
    height: 25px;
}

ul.list-tick.list-sm>li {
    padding-left: 35px;
}

@media (min-width: 768px) {
    ul.list-sm>li {
        font-size: 30px;
    }

    ul.list-tick.list-sm>li:before {
        top: 5px;
        width: 30px;
        height: 30px;
    }

    ul.list-tick.list-sm>li {
        padding-left: 40px;
        margin-top: 10px;
        min-height: unset;
    }
}
@media only screen and (max-width: 991px) {
    body:has(.main-animate) [data-aos^=fade][data-aos^=fade]{
        opacity: 1;
        transform: none;
    }
}