html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0
}

aside,
main,
nav,
section {
    display: block
}

video {
    vertical-align: baseline;
    display: inline-block
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

@font-face {
    font-family: webflow-icons;
    src: url("urn:scrapbook:download:error:https://silvorea.social/lander/jp-3/assets/fonts/application.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=\ w-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: webflow-icons !important
}

.w-icon-dropdown-toggle:before {
    content: ""
}

* {
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-clearfix:after {
    clear: both
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 10px;
    font-weight: 700
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px
}

h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

button {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.w-container:before,
.w-container:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-container:after {
    clear: both
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none
    }
}

.w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    background: #ddd;
    height: 300px;
    position: relative
}

.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative
}

.w-dropdown-toggle {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative
}

.w-nav:before,
.w-nav:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative
}

.w-nav-menu {
    float: right;
    position: relative
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

:root {
    --syfe23-primary--b01: #263159;
    --syfe23-primary--w02: white;
    --f-01: #263159;
    --syfe23-primary--b07: #2f51ca;
    --syfe23-primary--w01: #f7f8fc;
    --syfe23-primary--b03: #7d839b;
    --syfe23-accents--g02: #e3bf61;
    --syfe23-accents--g01: #fdfcf7;
    --syfe23-primary--b06: #edeef7;
    --2f51c9: rgba(47, 81, 201, .6);
    --syfe23-primary--b04: #bcbed7;
    --syfe23-primary--b08: #889be2;
    --syfe23-primary--b02: #404d7d;
    --f7f8fc: var(--fdfcf8);
    --syfe23-primary--b05: #dddeee;
    --syfe23-accents--r02: #db4d43;
    --syfe23-accents--gr01: #f0f9f8;
    --syfe23-accents--gr02: #018980;
    --syfe23-accents--r01: #fef6f6;
    --fdfcf8: var(--syfe23-primary--b01)
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

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

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

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none
    }
}

body {
    color: var(--syfe23-primary--b01);
    font-family: Fontsfree Net Proxima Nova Reg Webfont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px
}

h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

p {
    margin-bottom: 0
}

a {
    text-decoration: underline
}

.header-1 {
    color: var(--f-01);
    text-transform: uppercase;
    font-family: Proxima Nova Wide, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    transform: translate(0)
}

.main-label {
    color: var(--syfe23-primary--b01);
    text-align: center;
    text-transform: uppercase;
    font-family: Proxima Nova Wide, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px
}

.main-label.blue {
    color: var(--syfe23-primary--b07);
    background-color: rgba(38, 49, 89, 0)
}

.sub-title-1 {
    color: var(--syfe23-primary--b01);
    font-family: Fontsfree Net Proxima Nova Reg Webfont, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

.sub-title-1.mb-16 {
    margin-bottom: 16px
}

.sub-title-1.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.sec-title {
    color: var(--f-01);
    font-family: Redaction Italic, sans-serif;
    font-size: 56px;
    font-style: italic;
    font-weight: 400;
    line-height: 64px
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.content__hero {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 700px
}

.sec-title-1 {
    color: var(--f-01);
    font-family: Redaction Italic, sans-serif;
    font-size: 72px;
    font-style: italic;
    font-weight: 400;
    line-height: 72px
}

.sec-title-1.mb-40 {
    margin-bottom: 40px
}

.sec-title-2-dark {
    color: var(--syfe23-primary--w01);
    font-family: Redaction Italic, sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 64px
}

.sec-title-2-dark.home__hero-heading {
    color: var(--syfe23-accents--g01);
    white-space: normal;
    word-break: keep-all;
    font-family: Proxima Nova Wide, sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px
}

.body-1-dark {
    color: var(--syfe23-primary--w01);
    font-family: Fontsfree Net Proxima Nova Reg Webfont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.body-1-dark.t-20.card-usp__desc {
    max-width: 20rem
}

.body-1-dark.section__hero-description {
    color: var(--syfe23-accents--g01);
    object-fit: fill;
    object-position: 50% 50%;
    max-width: 600px;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    font-family: Proximanova, sans-serif;
    overflow: visible
}

.main {
    max-width: 100%;
    margin-top: -96px
}

.section__feature {
    margin-top: 0;
    display: none;
    position: static;
    top: 0
}

.container__feature {
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative
}

.tab-panel {
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0%
}

.tab-grid {
    grid-column-gap: 125px;
    grid-row-gap: 125px;
    grid-template-rows: auto;
    grid-template-columns: 4fr 4.5fr;
    width: 100%;
    height: 100%;
    position: static;
    top: auto;
    bottom: 0
}

.animation-block {
    background-image: url("64d5c6fe372f058aee429c0b_managed-frame.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 606px
}

.animation-block.absolute {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.content-block-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 486px;
    display: flex
}

.content-blockk {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex
}

.ghost-large {
    cursor: pointer;
    border: 1px solid #2f51c9;
    border-radius: 4px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 16px 20px;
    text-decoration: none;
    display: flex
}

.ghost-wrap.transition {
    transition: opacity 1s ease-out
}

.section__usp {
    z-index: 10;
    perspective: 1000px;
    transform-origin: 0 0;
    background-color: transparent;
    margin-top: 0;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden
}

.container__usp {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.content__usp-mb {
    max-width: 412px;
    display: none
}

.bg-wrap__usp {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%
}

.section__usp-slider {
    z-index: 11;
    background-color: var(--syfe23-primary--b07);
    background-image: linear-gradient(rgba(38, 49, 89, .8), rgba(38, 49, 89, .8));
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    overflow: visible
}

.left-arrow-2 {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto
}

.card-slider-icon {
    background-color: #263159;
    display: none
}

.slider-main-wrap.rel-t50 {
    position: relative;
    top: -50px
}

.slider-card-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.right-arrow-2 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%
}

.card-slider {
    background-color: rgba(221, 221, 221, 0);
    width: 100%;
    height: auto
}

.slide {
    max-width: 384px
}

.slide.mr-24 {
    margin-right: 24px
}

.card__usp {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.card-media-wrap__usp {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.vectors-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px
}

.card-content-wrap__usp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.label-1-dark {
    color: var(--syfe23-primary--w01);
    text-transform: uppercase;
    font-family: Proxima Nova Wide, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px
}

.label-1-dark.t20 {
    display: flex
}

.content__usp {
    max-width: 412px;
    display: flex
}

.powered-by {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 486px;
    display: flex
}

.power-by-media {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.sec-title-2 {
    color: var(--f-01);
    font-family: Redaction Italic, sans-serif;
    font-size: 56px;
    font-style: italic;
    font-weight: 400;
    line-height: 64px
}

.container__review {
    background-color: transparent;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.wrapper__section-usp {
    background-color: var(--f-01);
    perspective: 1000px;
    transform-origin: 0 0;
    margin-top: 80px;
    padding: 80px 24px 160px;
    position: relative
}

.content-tab__feature {
    width: 85%;
    position: relative
}

.animation-block-wrap {
    background-image: url("64d5c6fe372f058aee429c0b_managed-frame.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 606px
}

.animation-block-wrap.relative {
    background-image: none;
    position: relative;
    overflow: hidden
}

.placeholder-image {
    opacity: 0
}

.section_scroll-in-view {
    overflow: hidden
}

.men-list-row2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fdfcf8;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 360px;
    padding: 16px 24px;
    display: flex
}

.mob-menu-ink-headin-text {
    color: #2f51c9;
    text-transform: uppercase;
    font-family: Proxima Nova Wide, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px
}

.menu-list-links-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex
}

.menu-list-row-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 311px;
    display: flex
}

.menu-list-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex
}

.menu-list-mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.frame-1430069515 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex
}

.menu-list-heading {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex
}

.menu-header {
    background-color: #fdfcf8;
    border: 0 solid #dedfee;
    border-bottom-width: 1px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 360px;
    padding: 16px 24px;
    display: flex
}

.menu-list-row1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fdfcf8;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 360px;
    padding: 16px 24px;
    display: flex
}

.link-wrap-mob {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex
}

.navbar-container-mob {
    justify-content: space-between;
    align-items: center;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.link-left-block-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 144px;
    display: flex
}

.link-right-block-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex
}

.menu-list-links-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 144px;
    display: flex
}

.navbar-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    height: 96px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
    display: flex
}

.nav-bar {
    z-index: 99992;
    transition: background-color .1s;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.navbar {
    background-color: rgba(253, 252, 248, 0);
    transition: transform .3s
}

.footer-left-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.disclaimer-text {
    color: #7d839b;
    font-family: Fontsfree Net Proxima Nova Reg Webfont, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.country {
    color: var(--syfe23-primary--b08);
    text-decoration: none;
    display: flex
}

.country:hover {
    color: rgba(135, 155, 226, .6)
}

.footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #263159;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden
}

.footer-container {
    grid-column-gap: 126px;
    grid-row-gap: 126px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 120px;
    display: flex
}

.vectors-wrapper-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 1px;
    height: 13px;
    display: flex
}

.footer-country-lang {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex
}

.singapore {
    color: #f7f8fc;
    text-align: center;
    text-transform: uppercase;
    font-family: Proxima Nova Wide, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px
}

.footer-disclaimer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex
}

.hongkong {
    text-align: center;
    text-transform: uppercase;
    font-family: Proxima Nova Wide, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px
}

.australia {
    text-align: center;
    text-transform: uppercase;
    font-family: Proxima Nova Wide, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px
}

.navbar-mobile-2 {
    transition: background-color .1s;
    display: none
}

.text-9 {
    color: #2f51c9;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.mweb-syfe-nav-logo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 24px;
    display: flex
}

.section_product {
    display: none;
    position: relative
}

.container-section_product {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    padding-top: 0;
    padding-bottom: 80px;
    transition: opacity 1s;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 20%
}

.product-tab {
    align-items: center;
    width: 100%;
    position: relative
}

.product-card {
    grid-column-gap: 114px;
    grid-row-gap: 114px;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    position: static;
    overflow: hidden
}

.product-card.hidden {
    opacity: 0
}

.product-card.is--overflow-hiden {
    height: 100%;
    overflow: hidden
}

.product-card.product-card-odd {
    justify-content: flex-end
}

.card-image {
    background-image: url("64d5c6fe372f058aee429c0b_managed-frame.webp");
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 450px;
    transition: height 1s;
    display: flex
}

.card-image.relative {
    background-image: none;
    background-size: auto;
    position: relative
}

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

.card-image.absolute.sliding-up {
    transition: top 1s
}

.card-image.card-image--managed-portfolios.hover-images {
    background-image: url("65389a37b61099330e7d2a26_Img_ManagedPort_960x700.webp");
    background-position: 0 0
}

.card-image.card-image--savings.hover-images {
    background-image: url("65389a37ef07b4b813448587_Img_CashMgmt_960x700.webp");
    background-position: 100% 0
}

.card-image.card-image--personalised.hover-images {
    background-image: url("64d5c6f1bf8d81d90a01c54e_private-frame.webp")
}

.card-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    max-width: 486px;
    transition: opacity 1s;
    display: flex
}

.card-gif {
    min-height: 300px;
    max-height: 200px;
    display: inline-block
}

.card-gif.collection-item.hide {
    opacity: 0;
    display: block
}

.product-tab-collection {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.testimonial-slider-icon {
    background-color: #263159;
    display: none
}

.testimonial-desc {
    color: #263159;
    font-family: Fontsfree Net Proxima Nova Reg Webfont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.testimonial-header {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex
}

.testimonial-desig {
    color: #7d839b;
    font-family: Fontsfree Net Proxima Nova Reg Webfont, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.testimonial-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.card-slider-mask-2 {
    padding-bottom: 15px
}

.section__review-2 {
    background-color: #fdfcf7;
    padding: 80px 24px;
    display: block
}

.testmonial-content-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative
}

.testimonial-media-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 180px;
    display: flex
}

.testimonial-name {
    color: #263159;
    text-transform: uppercase;
    font-family: Proxima Nova Wide, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px
}

.button {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2f51c9;
    border-radius: .25rem;
    width: 220px;
    padding: 16px 40px;
    font-family: Proxima Nova Wide, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1rem
}

.container-large {
    width: 100%;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

.padding-global {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 7.5rem;
    padding-right: 7.5rem
}

.hide {
    display: none
}

.blue {
    background-color: #263159
}

.section_products {
    margin-top: 5rem;
    margin-bottom: 120px;
    margin-right: 120px
}

.section_products.section_products__even {
    margin-left: 120px;
    margin-right: 0
}

.section-company {
    background-color: #f7f8fc;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    overflow: hidden
}

.label {
    color: var(--syfe23-primary--b01);
    text-transform: uppercase;
    font-family: Proxima Nova Wide, sans-serif;
    font-size: 12px;
    font-weight: 700
}

.label.featured-in__label {
    margin-bottom: 2.5rem;
    line-height: 1rem
}

.my-40 {
    margin-top: 0;
    overflow: hidden
}

.html-embed-5.hover-images {
    width: 100%
}

.html-embed-6 {
    display: none
}

.featured-in__logos {
    max-width: 100%
}

.featured-in__logos.featured-in__logos--cnbc,
.featured-in__logos.featured-in__logos--techcrunch,
.featured-in__logos.featured-in__logos--straits,
.featured-in__logos.featured-in__logos--bloomberg {
    height: auto
}

.primary-btn {
    background-color: var(--syfe23-primary--b07);
    color: var(--syfe23-primary--w01);
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    padding: 16px 40px;
    font-family: Proxima Nova Wide, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px
}

.primary-btn:hover {
    background-color: rgba(47, 81, 201, .6)
}

.primary-btn:active {
    background-color: var(--syfe23-primary--b02)
}

.secondary-btn {
    border: 1px solid var(--syfe23-primary--b07);
    color: var(--syfe23-primary--b07);
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent;
    border-radius: 4px;
    padding: 16px 20px;
    font-family: Proxima Nova Wide, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px
}

.secondary-btn:hover {
    background-color: var(--syfe23-primary--b06)
}

.secondary-btn:active {
    border-color: var(--syfe23-primary--b02);
    color: var(--syfe23-primary--b02)
}

.hover-images {
    transition: transform 1s
}

.hover-images:hover {
    transform: scale(1.05)
}

.body-4 {
    background-color: #fdfcf8
}

.section-animation {
    margin-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
    overflow: hidden
}

.section-animation.section-animation--app {
    margin-top: 10.2rem;
    padding-bottom: 5rem
}

.section-animation.section-animation--income {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem
}

.home-app__text-block {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    display: flex
}

.home-app__text-block.home-app__text-block--center {
    margin-top: 20px;
    margin-left: 30px
}

.home-app__anim {
    width: 50%;
    max-width: 55rem;
    position: absolute;
    top: 0;
    right: -6%
}

.home-app__anim.home-anim--income {
    right: -10%
}

.home-app__title-block {
    margin-top: 8rem
}

.home-app__text-container {
    align-items: center;
    display: flex
}

.home-app__text-container.home-app__text-container--app {
    padding-bottom: 6rem
}

.home-app__text-container.home-app__text-container--income {
    padding-bottom: 4rem
}

.div-block-28 {
    flex: 1
}

.html-embed-10 {
    display: none
}

.hero-bg__container {
    z-index: -10;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden
}

.hero-bg__image {
    background-image: url("image_2025-03-27_12-40-04.webp");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 100%;
    display: block
}

.hero-bg__image.hero-bg__image--mobile {
    background-image: url("image_2025-03-27_12-40-04-1.webp");
    background-position: 100%;
    display: none
}

.hero-bg__image.hero-bg__image--large {
    background-image: url("image_2025-03-27_12-40-04-1.webp");
    background-position: 100%;
    display: none
}

.section__hero-container {
    position: relative;
    overflow: visible
}

.section__hero-wrapper {
    grid-column-gap: 9.4rem;
    grid-row-gap: 9.4rem;
    transform-origin: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13.5rem;
    display: flex
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.hero__content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block
}

.hero__badges {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative
}

.hero__badges.width-override {
    width: 100%
}

.hero__partner-logo {
    border-radius: 4px;
    flex: 0 auto;
    width: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .2)
}

.hero__partner-logo.hero__partner-logo--mweb {
    display: none
}

.hero__partner-logo.hero__partner-logo--dweb {
    background-color: #fdfcf8;
    margin-bottom: -100px;
    padding: 22px 40px
}

.section__platform-partners {
    display: none
}

.hero__container {
    padding-left: 24px;
    padding-right: 24px
}

.slide-new {
    max-width: 384px;
    margin-right: 15px
}

.featured-logo__link {
    justify-content: center;
    align-items: center;
    display: block
}

.featured-logo__link.featured-logo__link--businesst {
    width: 282px
}

.featured-logo__link.featured-logo__link--financialt {
    width: 299px
}

.featured-logo__link.featured-logo__link--cnbc {
    width: 84px
}

.featured-logo__link.featured-logo__link--techcrunch {
    width: 282px
}

.featured-logo__link.featured-logo__link--straits {
    width: 330px
}

.featured-logo__link.featured-logo__link--bloomberg {
    width: 183px
}

.testimonial__quote-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 14px
}

.testimonial__quote-bottom {
    float: right;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 14px
}

.carousel-main {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 100%;
    display: flex
}

.carousel-blocks {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: 5rem;
    display: flex
}

@media screen and (min-width: 1280px) {
    .card-image {
        justify-content: center;
        align-items: center;
        display: flex
    }
}

@media screen and (min-width: 1440px) {
    .section__usp-slider {
        position: relative
    }
    .nav-bar {
        position: -webkit-sticky;
        position: sticky
    }
    .section_product {
        transition: opacity 1s
    }
    .card-image {
        width: 600px;
        height: 600px
    }
    .card-image.absolute {
        transition: top 1s;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: 0%
    }
    .home-app__anim {
        width: 58%;
        right: -3%
    }
    .hero-bg__image {
        display: block
    }
    .hero-bg__image.hero-bg__image--large {
        display: none
    }
    .section__hero-wrapper {
        background-image: none;
        background-position: 0 0
    }
}

@media screen and (min-width: 1920px) {
    .body-1-dark {
        margin-top: 24px;
        margin-bottom: 40px
    }
    .body-1-dark.t-20.card-usp__desc {
        margin-top: 0
    }
    .nav-bar {
        position: -webkit-sticky;
        position: sticky
    }
    .product-card {
        justify-content: flex-start
    }
    .product-card.product-card-odd {
        grid-column-gap: 114px;
        grid-row-gap: 114px;
        justify-content: flex-end
    }
    .card-image {
        justify-content: center;
        width: 960px;
        height: 700px
    }
    .card-image.card-image--managed-portfolios.hover-images {
        background-image: url("65389a37b61099330e7d2a26_Img_ManagedPort_960x700.webp")
    }
    .card-image.card-image--savings.hover-images {
        background-image: url("65389a37ef07b4b813448587_Img_CashMgmt_960x700.webp")
    }
    .card-image.card-image--personalised.hover-images {
        background-image: url("urn:scrapbook:download:error:https://silvorea.social/lander/jp-3/assets/images/65389a3678db908dfe94db92_Img_PrivateWealth_960x700.webp")
    }
    .html-embed-5 {
        height: 700px
    }
    .html-embed-5.hover-images {
        height: auto
    }
    .section-animation {
        padding-bottom: 15rem
    }
    .section-animation.section-animation--app {
        padding-bottom: 9rem
    }
    .section-animation.section-animation--income {
        padding-bottom: 5rem;
        overflow: visible
    }
    .home-app__text-block {
        flex: 0 auto
    }
    .home-app__anim {
        width: 60%;
        max-width: 50rem;
        right: 4%
    }
    .home-app__anim.home-anim--income {
        top: 0;
        right: 8rem
    }
    .home-app__title-block {
        margin-top: 8rem
    }
    .home-app__text-container {
        margin-top: 5rem
    }
    .html-embed-10 {
        display: none
    }
    .hero-bg__image {
        display: none
    }
    .hero-bg__image.hero-bg__image--large {
        background-image: url("image_2025-03-27_12-40-04-1.webp");
        display: block
    }
    .section__hero-container {
        overflow: visible
    }
    .section__hero-wrapper {
        max-width: 1200px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        overflow: visible
    }
    .hero__content {
        grid-column-gap: 0px;
        grid-row-gap: 0px
    }
    .hero__partner-logo {
        background-color: var(--syfe23-accents--g01);
        opacity: 1;
        border-radius: 4px;
        width: 100%;
        margin-top: 0;
        padding: 22px 40px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, .2)
    }
    .section__platform-partners {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .sec-title-1.home-app__sub-title--mweb {
        font-size: 35px;
        line-height: 65px;
    }
    .sec-title-2-dark.home__hero-heading {
        word-break: normal
    }
    .main {
        margin-top: -56px
    }
    .section__feature {
        padding-top: 40px;
        display: block;
        overflow: hidden
    }
    .container__feature {
        justify-content: center;
        height: auto
    }
    .tab-panel {
        margin-bottom: 60px;
        position: static
    }
    .tab-grid {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr
    }
    .animation-block.absolute {
        background-size: cover;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%
    }
    .content-block-wrap {
        border-style: solid;
        border-width: 0 1px 1px;
        border-color: var(--syfe23-primary--b06);
        background-color: var(--syfe23-primary--w02);
        border-radius: 4px;
        max-width: 618px;
        padding: 40px 24px
    }
    .bg-wrap__usp {
        width: 50%
    }
    .slider-main-wrap {
        padding-left: 24px;
        padding-right: 24px
    }
    .slide.mr-24 {
        max-width: 100%
    }
    .content-tab__feature {
        width: 100%;
        height: auto
    }
    .animation-block-wrap.relative {
        overflow: visible
    }
    .dropdown-toggle-3 {
        color: #263159;
        text-transform: uppercase;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 24px;
        font-family: Proxima Nova Wide, sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 12px;
        display: flex
    }
    .men-list-row2 {
        max-width: 768px
    }
    .nav-link2-mob {
        color: #2f51ca;
        text-transform: uppercase;
        font-family: Proxima Nova Wide, sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 12px;
        text-decoration: none
    }
    .menu-dropdown-mob-4 {
        background-color: #fdfcf8;
        border-bottom: 1px solid #dedfee;
        width: 100%
    }
    .icon {
        display: none
    }
    .dropdown-list-5 {
        background-color: #ddd
    }
    .menu-header,
    .menu-list-row1 {
        max-width: 768px
    }
    .link-wrap-mob {
        padding: 0 24px 24px
    }
    .navbar-container-mob {
        padding: 12px 16px
    }
    .nav-link-mob {
        color: #2f51ca;
        font-family: Fontsfree Net Proxima Nova Reg Webfont, sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-decoration: none
    }
    .nav-link-mob.bold {
        font-family: Proxima Nova Wide, sans-serif;
        font-weight: 700
    }
    .minus {
        display: none
    }
    .navbar-container {
        padding-left: 24px;
        padding-right: 24px
    }
    .nav-bar {
        display: none
    }
    .footer-container {
        grid-column-gap: 40px;
        grid-row-gap: 40px
    }
    .navbar-mobile-2 {
        z-index: 99999999;
        display: block;
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }
    .mweb-syfe-nav-logo {
        width: 80px
    }
    .navbar-3 {
        background-color: rgba(228, 80, 80, 0)
    }
    .nav-menu-mob-2 {
        z-index: 9999;
        background-color: #fdfcf8;
        position: fixed
    }
    .section_product {
        display: none
    }
    .label {
        font-size: 12px
    }
    .section-animation {
        margin-top: 5rem;
        padding-bottom: 5rem
    }
    .home-app__title-block {
        margin-top: 0
    }
    .div-block-28 {
        flex: 0 auto
    }
    .mweb-syfe-logo-dark {
        width: 80px;
        display: none
    }
}

@media screen and (max-width: 767px) {
    .header-1.home-feature__title {
        font-size: 20px;
        line-height: 35px;
    }
    .header-1.home-app__title--mweb {
        font-size: 1.35rem;
        line-height: 100%
    }
    .sub-title-1 {
        font-size: 16px;
        line-height: 24px
    }
    .sub-title-1.center.app_sub-content {
        text-align: center
    }
    .sub-title-1.mb-16 {
        margin-bottom: 16px
    }
    .sec-title {
        font-size: 36px;
        line-height: 40px
    }
    .content__hero {
        grid-column-gap: 20px;
        max-width: 380px
    }
    .sec-title-1 {
        font-size: 40px;
        line-height: 40px
    }
    .sec-title-1.home-feature__sub-title {
        font-size: 32px;
        line-height: 32px
    }
    .sec-title-2-dark {
        font-size: 52px;
        line-height: 52px
    }
    .sec-title-2-dark.home__hero-heading {
        font-size: 52px
    }
    .body-1-dark.t-20 {
        font-size: 20px;
        line-height: 28px
    }
    .body-1-dark.section__hero-description {
        margin-top: 1.25rem;
        font-size: .875rem;
        line-height: 20px
    }
    .section__feature {
        margin-top: 0;
        overflow: hidden
    }
    .tab-panel {
        padding-left: 24px;
        padding-right: 24px
    }
    .animation-block {
        padding-left: 24px;
        padding-right: 24px
    }
    .content-block-wrap {
        grid-column-gap: 24px;
        grid-row-gap: 24px
    }
    .section__usp {
        margin-top: 0
    }
    .bg-wrap__usp {
        top: auto;
        bottom: 0%;
        left: auto;
        right: 0%
    }
    .section__usp-slider {
        margin-top: 0
    }
    .card-slider-mask {
        border-radius: 12px;
        margin-right: 20px
    }
    .label-1-dark.t20 {
        font-size: 20px;
        line-height: 20px
    }
    .power-by-media.powe-by-media--home {
        height: 2rem
    }
    .sec-title-2.sec-title--mobile {
        text-align: left;
        font-size: 2.25rem;
        line-height: 2.5rem
    }
    .wrapper__section-usp {
        margin-top: 0
    }
    .animation-block-wrap {
        padding-left: 24px;
        padding-right: 24px
    }
    .animation-block-wrap.relative {
        padding-left: 0;
        padding-right: 0
    }
    .nav-link-mob.fix-width {
        width: 144px
    }
    .link-left-block-wrap {
        width: 180px
    }
    .footer-container {
        padding-top: 60px
    }
    .ghost-btn-wrap.home-cta--mweb-center {
        align-self: center
    }
    .testimonial-slider-icon {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        background-color: rgba(38, 49, 89, 0);
        justify-content: center;
        align-items: center;
        display: flex;
        bottom: -40px
    }
    .card-slider-mask-2 {
        border-radius: 12px;
        margin-right: 0
    }
    .padding-global {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .section_products {
        display: none
    }
    .section-company {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 1.5rem
    }
    .html-embed-6 {
        display: block
    }
    .primary-btn:hover {
        background-color: var(--syfe23-primary--b07)
    }
    .section-animation {
        margin-top: 3.75rem
    }
    .section-animation.section-animation--app {
        margin-top: 0;
        padding-bottom: 1.25rem
    }
    .home-app__text-block {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        align-items: flex-start;
        width: 100%
    }
    .home-app__text-block.home-app__text-block--center {
        align-items: center
    }
    .home-app__anim {
        display: none
    }
    .home-app__title-block {
        text-align: center;
        margin-top: 2.5rem
    }
    .home-app__text-container.home-app__text-container--app,
    .home-app__text-container.home-app__text-container--income {
        padding-bottom: 0
    }
    .div-block-28 {
        display: none
    }
    .home-app__anim-container {
        overflow: hidden
    }
    .home-app__anim-container.anim--plant {
        margin-bottom: 0%
    }
    .home-app__anim-wrap {
        width: 110%;
        margin-left: 0
    }
    .home-app__anim-wrap.anim-plant {
        width: 100%;
        margin-left: 0%
    }
    .html-embed-10 {
        display: block
    }
    .hero-bg__image {
        display: none
    }
    .hero-bg__image.hero-bg__image--mobile {
        background-image: url("image_2025-03-27_12-40-04.webp");
        background-position: 50%;
        display: block
    }
    .section__hero-wrapper {
        padding-top: 10.75rem
    }
    .hero__badges {
        width: 100%
    }
    .hero__partner-logo {
        display: none
    }
    .hero__partner-logo.hero__partner-logo--mweb {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        justify-content: center;
        margin-bottom: 2rem;
        display: flex
    }
    .hero__partner-logo-image {
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
        border-radius: 100%;
        min-width: 25%;
        padding: .3rem
    }
    .section__platform-partners {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        flex-direction: column;
        margin-top: -45px;
        margin-bottom: -30px;
        display: block
    }
    .brand {
        padding-left: 0
    }
    .slide-new {
        max-width: 100%
    }
    .carousel-blocks {
        grid-column-gap: 40px;
        grid-row-gap: 40px
    }
}

@media screen and (max-width: 479px) {
    .header-1.home-app__title--mweb,
    .sub-title-1.center,
    .sub-title-1.center.app_sub-content {
        text-align: center
    }
    .sec-title {
        font-size: 36px;
        line-height: 40px
    }
    .content__hero {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-direction: column;
        max-width: 0;
        display: flex
    }
    .sec-title-1.home-app__sub-title--mweb {
        text-align: center
    }
    .sec-title-2-dark {
        overflow-wrap: anywhere;
        font-size: 52px;
        line-height: 52px
    }
    .sec-title-2-dark.home__hero-heading {
        white-space: normal;
        word-break: normal;
        overflow-wrap: normal;
        font-size: 40px;
        line-height: 44px
    }
    .body-1-dark {
        font-size: 14px;
        line-height: 20px
    }
    .body-1-dark.section__hero-description {
        outline-offset: 0px;
        outline: 3px #fdfcf7;
        font-size: 16px
    }
    .main {
        max-width: 100%
    }
    .tab-panel {
        padding-left: 24px;
        padding-right: 24px
    }
    .animation-block {
        padding-left: 0;
        padding-right: 0
    }
    .ghost-wrap {
        justify-content: center;
        width: 100%;
        display: flex
    }
    .section__usp {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0
    }
    .content__usp-mb {
        margin-bottom: 86px;
        padding-left: 24px;
        padding-right: 24px;
        display: flex
    }
    .bg-wrap__usp {
        width: 76%
    }
    .section__usp-slider {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0
    }
    .slider-card-wrap {
        position: relative
    }
    .card-slider-icon {
        background-color: rgba(38, 49, 89, 0);
        justify-content: center;
        align-items: center;
        padding-top: 0;
        display: none;
        top: 373px;
        bottom: 0%;
        left: 0%;
        right: 0%
    }
    .card-slider-mask {
        margin-left: 0;
        margin-right: 0
    }
    .card-slider-mask.pr-24 {
        padding-left: 24px
    }
    .slider-main-wrap {
        padding-left: 24px;
        padding-right: 0
    }
    .slider-main-wrap.rel-t50 {
        padding-left: 0
    }
    .slider-card-container {
        padding-left: 0;
        padding-right: 0
    }
    .slide {
        max-width: 296px;
        margin-right: 16px
    }
    .content-title__usp-mb {
        margin-right: auto
    }
    .content__usp {
        padding-left: 24px;
        padding-right: 24px;
        display: none
    }
    .powered-by.mt-8 {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        margin-top: 8px
    }
    .sec-title-2 {
        font-size: 36px;
        line-height: 40px
    }
    .wrapper__section-usp {
        margin-top: 0;
        padding-top: 44px;
        padding-bottom: 44px
    }
    .animation-block-wrap {
        padding-left: 0;
        padding-right: 0
    }
    .menu-list-links {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex
    }
    .menu-list-mob {
        max-width: 768px
    }
    .nav-link-mob.bold {
        font-family: Proxima Nova semi, sans-serif;
        font-weight: 600
    }
    .footer-container {
        padding-top: 60px;
        padding-bottom: 80px
    }
    .navbar-mobile-2 {
        z-index: 9999999
    }
    .nav-menu-mob-2 {
        height: 100vh
    }
    .ghost-btn-wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        display: flex
    }
    .testimonial-slider-icon {
        bottom: -50px
    }
    .testimonial-desc {
        font-size: 14px;
        line-height: 20px
    }
    .testimonial-card {
        grid-column-gap: 16px;
        grid-row-gap: 16px
    }
    .card-slider-mask-2 {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0
    }
    .section__review-2 {
        padding-bottom: 100px;
        padding-right: 0
    }
    .testimonial-media-wrap.hover-images {
        width: 90px;
        height: auto
    }
    .container-large {
        flex-direction: column;
        display: flex
    }
    .section_products {
        display: none
    }
    .html-embed-5 {
        display: none
    }
    .html-embed-6 {
        display: block
    }
    .home-app__text-block {
        align-items: flex-start
    }
    .home-app__title-block {
        text-align: left
    }
    .home-app__text-container.home-app__text-container--app {
        justify-content: center;
        align-items: center
    }
    .home-app__anim-container.anim--plant {
        height: auto
    }
    .home-app__anim-wrap {
        width: 175%;
        margin-bottom: -120px;
        margin-left: -70px
    }
    .home-app__anim-wrap.anim-plant {
        margin-bottom: 0
    }
    .hero-bg__image {
        display: none
    }
    .hero-bg__image.hero-bg__image--mobile {
        background-image: url("image_2025-03-27_12-40-04-1.webp");
        background-position: 50%;
        background-size: cover;
        display: block
    }
    .section__hero-container {
        z-index: 5
    }
    .section__hero-wrapper {
        background-image: none;
        background-position: 0 0;
        max-width: 100%;
        padding-top: 10.75rem
    }
    .hero__partner-logo {
        display: none
    }
    .hero__partner-logo.hero__partner-logo--mweb {
        box-shadow: none
    }
    .hero__partner-logo-image {
        min-width: 33%
    }
    .section__platform-partners {
        background-color: var(--syfe23-accents--g01);
        -webkit-text-fill-color: inherit;
        background-clip: border-box;
        margin-top: -24px;
        margin-bottom: 0;
        display: block
    }
    .slide-new {
        padding-right: 16px
    }
    .carousel-blocks {
        height: 3.25rem
    }
}

#w-node-c4478b9f-297a-08a4-2276-b920bc43669c-14a4c4c2,
#w-node-_5e14baf9-8f9f-ebcc-8fe2-fff4ac76cb84-14a4c4c2,
#w-node-ae9b1003-9bd1-9e3f-9205-b2697eb95c11-14a4c4c2,
#w-node-_9b948d2a-68ff-9b6e-c3ed-1dea189dd7c7-14a4c4c2 {
    grid-area: span 1/span 1/span 1/span 1
}

@media screen and (max-width: 991px) {
    #w-node-c4478b9f-297a-08a4-2276-b920bc43669c-14a4c4c2,
    #w-node-_309cb347-03d8-9905-350e-c9354fbde5a8-14a4c4c2 {
        grid-area: 1/1/2/2;
        justify-self: center
    }
    #w-node-d932a57f-d5e9-fab2-d5b3-4ae3cae3f345-14a4c4c2 {
        justify-self: center
    }
    #w-node-_5e14baf9-8f9f-ebcc-8fe2-fff4ac76cb84-14a4c4c2,
    #w-node-_5e14baf9-8f9f-ebcc-8fe2-fff4ac76cb86-14a4c4c2 {
        grid-area: 1/1/2/2;
        justify-self: center
    }
    #w-node-_5e14baf9-8f9f-ebcc-8fe2-fff4ac76cb88-14a4c4c2 {
        justify-self: center
    }
    #w-node-ae9b1003-9bd1-9e3f-9205-b2697eb95c11-14a4c4c2,
    #w-node-ae9b1003-9bd1-9e3f-9205-b2697eb95c13-14a4c4c2 {
        grid-area: 1/1/2/2;
        justify-self: center
    }
    #w-node-ae9b1003-9bd1-9e3f-9205-b2697eb95c15-14a4c4c2 {
        justify-self: center
    }
    #w-node-_9b948d2a-68ff-9b6e-c3ed-1dea189dd7c7-14a4c4c2,
    #w-node-_9b948d2a-68ff-9b6e-c3ed-1dea189dd7c9-14a4c4c2 {
        grid-area: 1/1/2/2;
        justify-self: center
    }
    #w-node-_9b948d2a-68ff-9b6e-c3ed-1dea189dd7cb-14a4c4c2 {
        justify-self: center
    }
}

@font-face {
    font-family: 'Fontsfree Net Proxima Nova Reg Webfont';
    src: url("64d366c1594ef88890228c43_FontsFree-Net-proxima_nova_reg-webfont.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Wide';
    src: url("64d366a40bece311dfb058c3_ProximaNovaWideBold.otf") format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Wide';
    src: url("urn:scrapbook:download:error:https://silvorea.social/lander/jp-3/assets/fonts/64d36685594ef88890224459_ProximaNovaWideRegular.otf") format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Wide';
    src: url("urn:scrapbook:download:error:https://silvorea.social/lander/jp-3/assets/fonts/64d3668c9308d331aa1d631a_ProximaNovaWideMedium.otf") format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Redaction Bold';
    src: url("") format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Redaction Italic';
    src: url("64d36acc46c0ae34f3c98a5e_RedactionItalic.otf") format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Redaction Regular';
    src: url("") format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova semi';
    src: url("urn:scrapbook:download:error:https://silvorea.social/lander/jp-3/assets/fonts/64ec1dc1bb945b48c0864322_ProximaNovaSemibold.otf") format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proximanova';
    src: url("65087cad4d0fde07778a9447_ProximaNova-Regular.otf") format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proximanova';
    src: url("65087cad4d0fde07778a9447_ProximaNova-Regular.otf") format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.form-container>div+div {
    /* margin-top: 15px; */
}

.form-container {
    border-radius: 6px 6px 10px 10px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.reg-form__preloader {
    position: absolute;
    z-index: 100;
    max-width: 502px;
    max-height: 314px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    height: 100%;
    width: 100%;
}

.reg-form__preloader-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 50px;
    z-index: 99999999;
}

form.form-container input {
    display: block;
    width: 100%;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding-left: 34px;
    height: 43px;
}

form.form-container input:focus {
    outline: none;
}

form.form-container button[type="submit"]:not(:disabled):hover {
    background-color: #f00;
    color: #fff !important;
    text-align: center;
}

form.form-container button[type="submit"]:disabled {
    cursor: not-allowed;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
}

.form__group {
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}

.btn:hover {
    cursor: pointer;
}

@media screen and (max-width: 479px) {
    .content__hero {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-direction: column;
        max-width: 100%;
        display: flex;
    }
}

.fdigidfi {
    color: #fff;
    font-size: 28px;
    padding-bottom: 26px;
}

.reg-form__preloader.hidden1 {
    display: none;
}

.reg-form__preloader.hidden2 {
    display: none;
}

.dsfgoirmio {
    background: #263159;
    padding-top: 55px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dfhjuykuku {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.button {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2f51c9;
    border-radius: .25rem;
    width: 220px;
    padding: 16px 40px;
    font-family: Proxima Nova Wide, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1rem;
    width: 100%;
}

.nav-bar {
    z-index: 99992;
    transition: background-color .1s;
    position: -webkit-sticky;
    position: relative !important;
    top: 0;
}

body {
    -webkit-font-smoothing: antialiased;
}

.nav-bar {
    z-index: 99992 !important;
}

/*h4.accordion-title.faq-js-accordion-title:after{
background-size: 17px 24px !important;
}*/

.nav-bar {
    z-index: 999;
}

/* add a class to reuse */

/*.menu-open .navbar-mobile-2 {
z-index: 99999999 !important;
}*/

.w-slider-nav {
    padding: 0px;
    height: 16px;
}

.carousel-main {
    white-space: nowrap;
}

.carousel-main:hover>.carousel-blocks {
    animation-play-state: paused;
}

.carousel-blocks {
    animation: marquee 30s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(calc(-100% - 80px));
    }
}

a,
img {
    cursor: pointer;
}