@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #0e172a !important;
}

a,
button,
i {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a,
a:hover {
    display: inline-block;
    text-decoration: none !important;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;
}

button {
    border: none;
}

button:focus {
    outline: none !important;
}

section {
    padding-bottom: 130px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
button,
input,
input::placeholder,
textarea::placeholder,
strong,
li {
    font-family: "Inter", sans-serif;
}

body section p,
body footer p {
    margin-bottom: 0;
}
body section ul,
body footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.section-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    z-index: 2;
}

.page-label {
    background: linear-gradient(
        180deg,
        #14233b 0%,
        rgba(26, 46, 79, 0.12) 100%
    );
    border-radius: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    color: rgb(191, 210, 239);
    padding: 8px 24px;
    margin-bottom: 16px;
    position: relative;
}
.page-label:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 16px;
    background-image: linear-gradient(rgb(23, 42, 85), rgb(20, 31, 56));
}

.title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 55px;
    text-align: center;
    letter-spacing: 0.01em;
    color: rgb(221, 231, 248);
    margin-bottom: 24px;
}
.title .colorful {
    display: inline-block;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
}

.subtitle,
.subtitle * {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.01em;
    color: rgb(191, 210, 239);
}

.card-block {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 12;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 0px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(216, 228, 245, 0.7);
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(221, 231, 248);
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.swiper-container {
    overflow: hidden;
}

.page-top {
    position: relative;
}
.page-top .page-label {
    margin-top: 48px;
}
.page-top .bg {
    background: url("../images/bg/dots.webp");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 30px);
    z-index: -1;
}
.page-top .btn-box {
    margin-top: 32px;
}
.page-top .section-top {
    position: relative;
}
.page-top .section-top:before {
    content: "";
    background: radial-gradient(
        52.54% 52.54% at 47.73% 47.46%,
        #4197e6 0%,
        rgba(183, 208, 231, 0) 100%
    );
    opacity: 0.14;
    filter: blur(30px);
    width: 660px;
    height: 295px;
    position: absolute;
    z-index: -1;
}
.page-top .section-top .section-title {
    position: relative;
    max-width: 585px;
    width: 100%;
    min-height: 150px;
    margin-bottom: 25px;
}
.page-top .section-top .top-text {
    font-weight: 700;
    font-size: 58px;
    line-height: 75px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: center;
    background: linear-gradient(
        356.34deg,
        #b1bed9 2.44%,
        rgba(255, 255, 255, 0) 116.83%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: absolute;
    width: 100%;
    letter-spacing: -1px;
    left: 1.5px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.page-top .section-top .top-text .colorful {
    font-weight: 700;
    font-size: 58px;
    line-height: 75px;
    font-family: "Plus Jakarta Sans", sans-serif;
    background: linear-gradient(rgb(185, 243, 1), rgb(146, 191, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.page-top .section-top .bottom-text {
    font-weight: 700;
    font-size: 58px;
    line-height: 75px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: center;
    color: #ffffff;
    position: absolute;
    width: 100%;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.page-top .section-top .bottom-text .colorful {
    color: rgb(186, 244, 0);
    font-weight: 700;
    font-size: 58px;
    line-height: 75px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.page-top .ellipse-1 {
    position: absolute;
    background: #0b408e;
    opacity: 0.5;
    filter: blur(212px);
    width: 701.5px;
    height: 729px;
    left: 501.5px;
    top: 1px;
    z-index: -1;
}
.page-top .ellipse-2 {
    position: absolute;
    width: 681px;
    height: 866.5px;
    left: 240px;
    top: 311px;
    z-index: -1;
    background: #064016;
    opacity: 0.5;
    filter: blur(224px);
}
.page-top .ellipse-text {
    width: 660px;
    position: absolute;
    height: 295px;
    left: 429px;
    top: 95px;
    background: radial-gradient(
        52.54% 52.54% at 47.73% 47.46%,
        #4197e6 0%,
        rgba(183, 208, 231, 0) 100%
    );
    opacity: 0.06;
    filter: blur(30px);
}
.page-top .dots {
    position: absolute;
    top: -200px;
    opacity: 0.6;
    z-index: -1;
}
.page-top .dots img {
    position: absolute;
    width: 1439px;
    height: 1215px;
    left: 1px;
    top: 91px;
}
.page-top .dots .ellipse {
    position: absolute;
    width: 2036px;
    height: 2055px;
    left: -282px;
    top: -64px;
    background: radial-gradient(
        33.15% 18.75% at 50% 25.53%,
        #d9d9d9 4.42%,
        rgba(217, 217, 217, 0) 92.59%
    );
}
.page-top .gradient {
    position: absolute;
    width: 963px;
    height: 1176.5px;
    left: 240px;
    top: 1px;
    opacity: 0.4;
    z-index: -1;
}
.page-top .gradient .ellipse-1 {
    position: absolute;
    width: 701.5px;
    height: 729px;
    left: 501.5px;
    top: 1px;
    background: #1b4e9b;
    opacity: 0.5;
    filter: blur(212px);
}
.page-top .gradient .ellipse-2 {
    position: absolute;
    width: 681px;
    height: 866.5px;
    left: 240px;
    top: 311px;
    background: #000000;
    opacity: 0.5;
    filter: blur(224px);
}

.form-modal-container {
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
.form-modal-container::-webkit-scrollbar {
    width: 0px;
}
.form-modal-container::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 0px;
    background: transparent;
}
.form-modal-container::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0px;
}
.form-modal-container::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.modal-container {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: auto;
    padding-top: 85px;
}
.modal-container .modal-close {
    background: transparent;
    border: none;
    margin-bottom: 25px;
    position: relative;
    z-index: 4;
}

.modal-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #0e172a;
    right: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sign-up-modal.active {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
}
.sign-up-modal .subtitle {
    margin-bottom: 0;
}
.sign-up-modal .modal-container {
    max-width: 665px;
    padding-top: 0px;
}
.sign-up-modal .colorful {
    background-image: linear-gradient(rgb(185, 243, 1), rgb(146, 191, 1));
}
.sign-up-modal .sign-up-options {
    margin-top: 32px;
}
.sign-up-modal .sign-up-option {
    background: linear-gradient(180deg, #0e172a 0%, #14213f 100%);
    position: relative;
    width: 100%;
    padding: 0;
    border-radius: 16px;
    padding: 25px 49px 25px 40px;
    display: flex;
    justify-content: space-between;
}
.sign-up-modal .sign-up-option:not(:last-child) {
    margin-bottom: 24px;
}
.sign-up-modal .sign-up-option:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 16px;
    background-image: linear-gradient(
        to right,
        rgb(19, 30, 56),
        rgb(60, 82, 132)
    );
}
.sign-up-modal .sign-up-option p {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
    color: #dde7f8;
}
.sign-up-modal .sign-up-option a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
}
.sign-up-modal .sign-up-option:hover .sign-up-option-icon img {
    filter: none;
}
.sign-up-modal .sign-up-option-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(95.29deg, #0e172a 13.02%, #14213f 89.09%);
    position: relative;
    margin-right: 12px;
    z-index: 1;
}
.sign-up-modal .sign-up-option-icon:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 50%;
    background-image: linear-gradient(
        to right,
        rgb(19, 30, 56),
        rgb(60, 82, 132)
    );
}
.sign-up-modal .sign-up-option-icon:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    border-radius: 50%;
    background: linear-gradient(180deg, #0e172a 0%, #14213f 100%);
}
.sign-up-modal .sign-up-option-icon img {
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    filter: brightness(0.7);
}
.sign-up-modal .sign-up-option-text {
    display: flex;
    align-items: center;
}
.sign-up-modal .solution-card {
    width: 355px;
    height: 200px;
}
.sign-up-modal .solution-card.solution-card-1 img {
    height: 265px;
    -o-object-fit: contain;
    object-fit: contain;
}
.sign-up-modal .swiper-container {
    padding-top: 40px;
    padding-bottom: 60px;
}
.sign-up-modal .modal-close {
    padding-top: 30px;
}

.apply-modal.active {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
}
.apply-modal .subtitle {
    margin-bottom: 0;
}
.apply-modal .modal-container {
    max-width: 538px;
}
.apply-modal .colorful {
    background-image: linear-gradient(rgb(185, 243, 1), rgb(146, 191, 1));
}

.contact-modal.active {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
}
.contact-modal .modal-container {
    max-width: 517px;
}

.modal-form {
    margin-top: 48px;
}
.modal-form > div {
    margin-bottom: 32px;
}
.modal-form .btn-box {
    margin-top: 40px;
    margin-bottom: 0;
    justify-content: flex-end;
}
.modal-form .custom-input {
    background: linear-gradient(180deg, #0e172a 0%, #14213f 100%);
    position: relative;
    width: 100%;
    padding: 0;
    border-radius: 16px;
    border: 1px solid #3c5284;
}
.modal-form .custom-input:not(:last-child) {
    margin-bottom: 24px;
}
.modal-form .custom-input input {
    width: 100%;
    border: none;
    padding: 18px 16px;
    border-radius: 16px;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #dde7f8;
}
.modal-form .custom-input input::-moz-placeholder {
    color: rgba(221, 231, 248, 0.3);
}
.modal-form .custom-input input::placeholder {
    color: rgba(221, 231, 248, 0.3);
}
.modal-form .custom-textarea {
    background: linear-gradient(180deg, #0e172a 0%, #14213f 100%);
    position: relative;
    width: 100%;
    padding: 0;
    border-radius: 16px;
    border: 1px solid #3c5284;
}
.modal-form .custom-textarea textarea {
    width: 100%;
    border: none;
    padding: 18px 16px;
    border-radius: 16px;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #dde7f8;
    resize: none;
    min-height: 113px;
}
.modal-form .custom-textarea textarea::-moz-placeholder {
    color: rgba(221, 231, 248, 0.3);
}
.modal-form .custom-textarea textarea::placeholder {
    color: rgba(221, 231, 248, 0.3);
}
.modal-form .textarea-simvol {
    text-align: right;
    color: #dde7f8;
    margin-top: 5px;
}
.modal-form .textarea-simvol span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #dde7f8;
}
.modal-form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #dde7f8;
    margin-bottom: 5px;
    margin-left: 16px;
}
.modal-form .file-input {
    padding: 18px;
    border: 1px dashed #3c5284;
}
.modal-form .file-input input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
}
.modal-form .file-icon,
.modal-form .delete-icon {
    position: absolute;
    left: auto;
    right: 19px;
    top: 19px;
}
.modal-form .delete-icon {
    display: none;
}
.modal-form .file-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: rgba(221, 231, 248, 0.3);
    margin-bottom: 0;
}
.modal-form .file-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #dde7f8;
    margin-bottom: 0;
}
.modal-form .iti--separate-dial-code .iti__selected-dial-code {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    font-family: "Inter", sans-serif;
    color: #dde7f8;
}
.modal-form .iti__arrow {
    background-image: url("../images/icon/arrow.svg");
    border: none;
    filter: invert(4) brightness(1.5);
    width: 8px;
    height: 5px;
}
.modal-form .iti__arrow--up {
    transform: rotate(180deg);
}
.modal-form .iti__selected-flag {
    position: relative;
    padding-left: 16px;
    padding-right: 31px;
}
.modal-form .iti__selected-flag:before {
    content: "";
    position: absolute;
    left: auto;
    right: 11px;
    width: 1px;
    height: 32px;
    background: #3c5284;
}
.modal-form .nice-select {
    float: none;
    background: transparent;
    border: none;
    padding: 18px 16px;
    border-radius: 16px;
    height: initial;
    line-height: initial;
}
.modal-form .nice-select .current {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #dde7f8;
}
.modal-form .nice-select:after {
    background-image: url(../images/icon/arrow.svg);
    border: none;
    filter: invert(4) brightness(1.5);
    width: 8px;
    height: 5px;
    transform: none;
    top: 25px;
    transition: none;
    margin-top: 0;
    transform-origin: 0;
    right: 25px;
}
.modal-form .nice-select.open:after {
    right: 18px;
    transform: rotate(-180deg);
}
.modal-form .nice-select .list {
    background: linear-gradient(180deg, #0e172a 0%, #14213f 100%);
    border: 1px solid #3c5284;
    border-radius: 16px;
    padding: 8px;
    width: 100%;
}
.modal-form .nice-select .list .option {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #dde7f8;
    border-radius: 8px;
    padding: 8px;
}
.modal-form .nice-select .list .option:hover,
.modal-form .nice-select .list .option.focus,
.modal-form .nice-select .list .option.selected.focus {
    background: rgba(64, 137, 245, 0.12);
}
.modal-form .iti__country-list {
    background: linear-gradient(180deg, #0e172a 0%, #14213f 100%);
    border: 1px solid #3c5284;
    border-radius: 16px;
    padding: 8px;
    max-width: 517px;
    margin-top: 5px;
}
.modal-form .iti__divider {
    display: none;
}
.modal-form .iti__country,
.modal-form .iti__dial-code {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #dde7f8;
    border-radius: 8px;
    padding: 8px;
}
.modal-form .iti__country:hover,
.modal-form .iti__country.focus,
.modal-form .iti__country.selected.focus,
.modal-form .iti__dial-code:hover,
.modal-form .iti__dial-code.focus,
.modal-form .iti__dial-code.selected.focus {
    background: rgba(64, 137, 245, 0.12);
}

header {
    border-bottom: 1px solid #172642;
    position: relative;
    z-index: 123;
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1380px;
}
header nav {
    width: 70%;
    display: flex;
    align-items: center;
    /* max-width: 945px; */
    justify-content: space-between;
}
header .header-menu {
    list-style: none;
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
    width: 100%;
    max-width: 530px;
}
header .header-menu a {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #d8e4f5;
    position: relative;
    padding: 28px 0;
}
header .header-menu a:after {
    content: "";
    background: radial-gradient(
        52.35% 49.71% at 48.29% 44.9%,
        #baf400 0%,
        #baf400 100%
    );
    opacity: 0.1;
    filter: blur(30px);
    position: absolute;
    width: calc(100% + 10px);
    height: 40px;
    left: 0;
    right: 0;
    bottom: 3px;
}
header .header-menu a:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(
        270.03deg,
        rgba(15, 183, 247, 0) 0.03%,
        rgba(14, 183, 247, 0.307692) 10.6%,
        #0db6f8 20.56%,
        #7fdf28 29.5%,
        #7fdf28 68.96%,
        #0dbcfb 89.86%,
        rgba(15, 183, 247, 0) 100.28%
    );
    opacity: 0.8;
    -webkit-transition: 0.5s transform ease;
    -moz-transition: 0.5s transform ease;
    -o-transition: 0.5s transform ease;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
}
header .header-menu a:hover,
header .header-menu a.active {
    color: #b4ed05;
}
header .header-menu a:hover:before,
header .header-menu a.active:before {
    transform: scale3d(1, 1, 1);
    transform-origin: 0 50%;
}
header .header-btn {
    display: flex;
    margin-left: 100px;
}
header .header-btn .white-btn {
    width: 110px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #1a2b4d;
    margin-right: 16px;
    color: #1a2b4d;
}
header .header-btn .green-btn {
    width: 110px;
    text-align: center;
}

header {
    -webkit-transition: transform 0.4s linear;
    -moz-transition: transform 0.4s linear;
    -o-transition: transform 0.4s linear;
    transition: transform 0.4s linear;
}

.scroll-down header {
    transform: translate3d(0, -100%, 0);
}

.scroll-up header {
    animation: none;
    opacity: 1;
    -webkit-transition: transform 0.4s linear;
    -moz-transition: transform 0.4s linear;
    -o-transition: transform 0.4s linear;
    transition: transform 0.4s linear;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    background: #0e1c34;
}
.scroll-up header.card-page-header {
    position: static;
}

.home-header {
    opacity: 0;
    animation: revealHeader 1s forwards;
    animation-delay: 2.8s;
}

@keyframes revealHeader {
    0% {
        opacity: 0;
        transform: translate3D(0, -50px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3D(0, 0px, 0);
    }
}
#main {
    height: 1500px;
}

#home {
    position: sticky;
    top: 67px;
    padding-bottom: 70px;
    transition: all 0.4s linear;
}
#home .dots {
    top: -325px;
}
#home .section-top {
    max-width: 600px;
    margin-top: 65px;
    position: relative;
    z-index: 100;
}
#home .section-title {
    opacity: 0;
    animation: revealBonjourHome 2s forwards;
    animation-delay: 0.1s;
}
#home .subtitle {
    max-width: 385px;
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #bfd2ef;
    opacity: 0;
    animation: revealUSP 1s forwards;
    animation-delay: 1.5s;
}
#home .btn-box {
    opacity: 0;
    animation: revealUSP 1s forwards;
    animation-delay: 2.2s;
}
#home #images {
    text-align: center;
    position: relative;
    z-index: 90;
    opacity: 0;
    animation: revealUSP 1s forwards;
    animation-delay: 2.8s;
}
#home .container {
    max-width: 1300px;
}

.cursor {
    position: absolute;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #d9d9d9 0%,
        rgba(217, 217, 217, 0.230158) 54.78%,
        rgba(217, 217, 217, 0) 87.95%
    );
    width: 190px;
    height: 190px;
    border-radius: 50px;
    opacity: 0.3;
    mix-blend-mode: exclusion;
}

#suit-solution {
    position: relative;
    padding-bottom: 80px;
}
#suit-solution .title {
    max-width: 790px;
    margin: auto;
    margin-bottom: 65px;
}
#suit-solution .title span:first-child {
    background: linear-gradient(#fb61eb 100%, #a112b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#suit-solution .title span:last-child {
    background: linear-gradient(#4bf4ff 100%, #128f97 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#suit-solution .card-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#suit-solution .solution-card-1 {
    width: 41%;
}
#suit-solution .solution-card-2 {
    width: 57%;
}
#suit-solution .solution-cursor {
    border-radius: 20px;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    --x-px: calc(var(--x) * 1px);
    --y-px: calc(var(--y) * 1px);
    filter: blur(58px);
    overflow: hidden;
}
#suit-solution .solution-cursor:before,
#suit-solution .solution-cursor:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    inset: 0px;
    border-radius: inherit;
    background: radial-gradient(
        260px circle at var(--x-px) var(--y-px),
        #2c72ff,
        transparent 40%
    );
    filter: blur(58px);
}

.solution-card {
    width: 32%;
    border-radius: 20px;
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.solution-card:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: -1;
    border-radius: 20px;
    background-image: linear-gradient(
        to right,
        rgb(19, 30, 56),
        rgb(60, 82, 132)
    );
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.solution-card::after {
    content: "";
    position: absolute;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: linear-gradient(180deg, #131f31 0%, #14213f 100%);
    z-index: 0;
}
.solution-card img {
    width: 100%;
}
.solution-card p {
    margin-bottom: 0;
}
.solution-card .solution-card-title {
    position: absolute;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: rgb(221, 231, 248);
    z-index: 11;
}
.solution-card .solution-card-img {
    position: relative;
    z-index: 10;
}
.solution-card.solution-card-1 img {
    width: 100%;
}
.solution-card.solution-card-1 .solution-card-title {
    text-align: center;
    width: 100%;
    top: 23px;
}
.solution-card.solution-card-2 .solution-card-title {
    bottom: 23px;
    left: 50%;
    width: 355px;
    text-align: center;
    transform: translateX(-50%);
}
.solution-card.solution-card-3 {
    height: 233px;
}
.solution-card.solution-card-3 .solution-card-title {
    width: 100%;
    text-align: center;
    top: 23px;
}
.solution-card.solution-card-3 .solution-card-img {
    position: absolute;
    top: 112px;
}
.solution-card.solution-card-4 .solution-card-title {
    width: 100%;
    text-align: center;
    bottom: 23px;
}
.solution-card.solution-card-5 .solution-card-img {
    position: absolute;
    bottom: 25px;
}
.solution-card.solution-card-5 .solution-card-title {
    top: 23px;
    width: 100%;
    text-align: center;
}
.solution-card.solution-card-6 {
    height: 233px;
}
.solution-card.solution-card-6 .solution-card-title {
    bottom: 23px;
    top: auto;
    left: 50%;
    width: 300px;
    text-align: center;
    transform: translateX(-50%);
}
.solution-card.solution-card-6 img {
    width: 275px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 22px;
}
.solution-card.solution-card-7 {
    height: 233px;
    padding-top: 0;
}
.solution-card.solution-card-7 .solution-card-title {
    top: 23px;
    left: 50%;
    width: 330px;
    text-align: center;
    transform: translateX(-50%);
}
.solution-card.solution-card-8 {
    height: 233px;
}
.solution-card.solution-card-8 .solution-card-title {
    bottom: 23px;
    top: auto;
    left: 50%;
    width: 260px;
    text-align: center;
    transform: translateX(-50%);
}
.solution-card.solution-card-8 img {
    width: 270px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 49px;
}

@keyframes revealBonjourHome {
    0% {
        opacity: 0;
        transform: translate3D(0, 30px, 0);
    }
    40% {
        opacity: 1;
        transform: translate3D(0, 0px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3D(0, 0px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3D(0, 0px, 0);
    }
}
@keyframes revealUSP {
    0% {
        opacity: 0;
        transform: translate3D(0, 20px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3D(0, 0px, 0);
    }
}
.green-btn {
    background: #baf400;
    border: 1px solid #aee503;
    padding: 7px 25px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 128px;
    text-align: center;
}
.green-btn:before {
    content: "";
    position: absolute;
    background: #d4ff4b;
    filter: blur(6px);
    width: 165px;
    height: 40px;
    top: 9px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.green-btn span {
    color: #1a2b4d;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.green-btn:hover {
    color: #1a2b4d;
    box-shadow: 0px 1px 7px 0 rgba(200, 250, 40, 0.8);
}
.green-btn:hover:before {
    opacity: 1;
    visibility: visible;
}

.white-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 17px;
    color: rgb(191, 210, 239);
    border: 1px solid rgb(191, 210, 239);
    background: transparent;
    border-radius: 8px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    white-space: nowrap;
}
.white-btn:hover {
    background: rgba(236, 242, 252, 0.05);
    border: 1px solid rgba(191, 210, 239, 0.8);
    color: rgb(191, 210, 239);
    box-shadow: 0 0 7px 0 rgba(191, 210, 239, 0.9);
}

.btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-box .white-btn {
    margin-right: 24px;
}

#cards-top .section-top .section-title {
    max-width: 730px;
}

#cards-slider {
    position: relative;
    z-index: 12;
    overflow: hidden;
}
#cards-slider .card-info {
    max-width: 505px;
}
#cards-slider .card-info-subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #bfd2ef;
    margin-bottom: 0;
}
#cards-slider .card-info-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    font-family: "Inter", sans-serif;
    color: #dde7f8;
    margin-bottom: 20px;
}
#cards-slider .item {
    width: 252px;
    height: 410px;
}
#cards-slider .owl-carousel {
    position: absolute;
    top: 9px;
    left: 54%;
}
#cards-slider .owl-carousel .owl-item img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
#cards-slider .owl-theme .owl-dots {
    display: none;
}
#cards-slider .owl-nav {
    position: absolute;
    left: -620px;
    top: 340px;
}
#cards-slider .owl-nav button {
    background: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    border: 1px solid white;
}
#cards-slider .owl-nav button:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 20px;
    background-image: url("../images/icon/right.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
}
#cards-slider .owl-nav button span {
    display: none;
}
#cards-slider .owl-nav button:hover {
    background: #baf400;
    border: 1px solid #aee503;
}
#cards-slider .owl-nav .owl-prev {
    margin-right: 24px;
}
#cards-slider .owl-nav .owl-prev:before {
    top: 14px;
    left: 17px;
    transform: rotate(180deg);
}
#card-main {
    /* overflow: hidden; */
    contain: paint;
}
#card-info {
    padding-top: 150px;
    padding-bottom: 90px;
    position: relative;
}
#card-info .section-top {
    position: sticky;
    top: 30px;
    padding-bottom: 80px;
}
#card-info .section-top.active {
    position: static;
}
#card-info .title .colorful {
    background-image: linear-gradient(rgb(146, 193, 249), rgb(32, 113, 235));
}
#card-info .subtitle {
    max-width: 675px;
}
#card-info .subtitle p:nth-child(2) {
    max-width: 575px;
    margin: auto;
}
#card-info .cards-description,
#card-info .cards-description * {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #bfd2ef;
}
#card-info .cards-description {
    margin-bottom: 32px;
    opacity: 0;
}
#card-info .cards-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    font-family: "Inter", sans-serif;
    color: #dde7f8;
    margin-bottom: 18px;
    opacity: 0;
}
#card-info .btn-box {
    justify-content: flex-start;
    opacity: 0;
}
#card-info .cards-text {
    max-width: 450px;
}
#card-info .cards-images {
    width: 50%;
    opacity: 0;
}
#card-info .cards-images .cards-images-block {
    display: flex;
    flex-wrap: wrap;
    width: 320px;
    margin: auto;
    align-content: baseline;
    justify-content: space-between;
    position: relative;
}
#card-info .cards-images .gradient {
    position: absolute;
    width: 636.75px;
    height: 442.81px;
    left: 66px;
    top: -30px;
}
#card-info .cards-images .gradient:before {
    content: "";
    width: 269px;
    height: 342px;
    background: #7e672c;
    opacity: 0.5;
    filter: blur(224px);
    transform: rotate(45.9deg);
    display: block;
    position: absolute;
    left: 60px;
    top: 20px;
}
#card-info .cards-images .gradient::after {
    content: "";
    width: 332.14px;
    height: 288px;
    background: #284e67;
    opacity: 0.5;
    filter: blur(212px);
    transform: rotate(45.9deg);
    display: block;
    position: absolute;
    right: 100px;
    top: 10px;
}
#card-info .cards-images .cards-image {
    background: linear-gradient(95.29deg, #0e172a 13.02%, #14213f 89.09%);
    border-radius: 20px;
    width: 149px;
    height: 149px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 23px;
}
#card-info .cards-images .cards-image > span {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    opacity: 0.3;
}
#card-info .cards-images .cards-image > span:before {
    content: "";
    position: absolute;
    width: 130px;
    height: 85px;
    top: -10px;
    left: -35px;
}
#card-info .cards-images .cards-image > span:after {
    content: "";
    position: absolute;
    width: 130px;
    height: 85px;
    right: -30px;
    bottom: 0;
}
#card-info .cards-images .cards-image-1 > span:before {
    background: #f2ae14;
    filter: blur(34px);
}
#card-info .cards-images .cards-image-1 > span:after {
    background: #0e4595;
    filter: blur(34px);
}
#card-info .cards-images .cards-image-2 > span:before {
    background: rgba(235, 0, 27, 0.6);
    filter: blur(34px);
}
#card-info .cards-images .cards-image-2 > span:after {
    background: #f79e1b;
    filter: blur(34px);
}
#card-info .cards-images .cards-image-3 > span:before {
    background: rgba(226, 24, 54, 0.8);
    filter: blur(34px);
}
#card-info .cards-images .cards-image-3 > span:after {
    background: #73f3fc;
    filter: blur(34px);
    right: -30px;
    bottom: 25px;
}
#card-info .cards-images .cards-image-3 > span span {
    position: absolute;
    background: #2b73af;
    filter: blur(34px);
    width: 130px;
    height: 85px;
    left: -25px;
    bottom: -20px;
}
#card-info .cards-images .cards-image-4 > span:before {
    background: #ef4308;
    filter: blur(29.9763px);
}
#card-info .cards-images .cards-image-4 > span:after {
    background: #2b73af;
    filter: blur(34px);
    right: -30px;
    bottom: 25px;
}
#card-info .cards-images .cards-image-4 > span span {
    position: absolute;
    background: #f29708;
    filter: blur(34px);
    width: 130px;
    height: 85px;
    left: -25px;
    bottom: -20px;
}
#card-info .cards-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 400px;
}
#card-info .cards-info.active {
    position: sticky;
    top: 250px;
}
#card-info .cards-info.active .cards-title {
    animation: revealBonjour 1.5s forwards;
}
#card-info .cards-info.active .cards-description {
    animation: revealBonjour 1.5s forwards;
    animation-delay: 0.6s;
}
#card-info .cards-info.active .btn-box {
    animation: revealBonjour 1.5s forwards;
    animation-delay: 0.85s;
}
#card-info .cards-info.active .cards-images {
    animation: revealBonjour-1 1.5s forwards;
}
#card-info .lottie {
    width: 340px;
    height: 340px;
    margin: auto;
}
#card-info .lottie-2 {
    width: 540px;
    margin: auto;
}
#card-info .lottie-1 {
    width: 410px;
    margin: auto;
}
#card-info .cards-images {
    position: relative;
}
#card-info .cards-images .bg {
    background: radial-gradient(
            36.18% 36.18% at 47.67% 38.69%,
            rgba(163, 207, 21, 0.33) 0%,
            rgba(163, 207, 21, 0) 100%
        )
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    opacity: 0.5;

    -webkit-transform: rotate(45.9deg);
    -moz-transform: rotate(45.9deg);
    -ms-transform: rotate(45.9deg);
    -o-transform: rotate(45.9deg);
    transform: rotate(45.9deg);
    width: 1157px;
    height: 1000px;
    position: absolute;
    right: -490px;
    top: -145px;
    color: white;
}
#card-info .cards-images img {
    position: relative;
}

#card-help .title .colorful {
    background-image: linear-gradient(rgb(185, 243, 1), rgb(146, 191, 1));
}
#card-help .section-top {
    max-width: 500px;
}
#card-help .card-image {
    max-width: 100%;
    margin: 60px auto;
    width: 100%;
}
#card-help .card-image img {
    width: 100%;
}

@keyframes revealBonjour {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes revealBonjour-1 {
    0% {
        opacity: 0;
        transform: translate3D(0, 30px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3D(0, 0px, 0);
    }
}
#home-help {
    padding-bottom: 90px;
}
#home-help .title span {
    background-image: linear-gradient(rgb(244, 108, 108), rgb(220, 68, 59));
}
#home-help .section-top {
    max-width: 510px;
}
#home-help .help-image {
    margin: 60px auto;
    width: 100%;
}
#home-help .help-image img {
    width: 100%;
}
.help-image-mobile {
    display: none;
}
.help-image-desktop {
    display: block;
}
#home-help .container {
    max-width: 1380px;
}

#home-payment {
    position: relative;
    z-index: 1;
    padding-bottom: 104px;
}
#home-payment .title .colorful {
    background-image: linear-gradient(#2e8bf8, #32b0f8);
}
#home-payment .section-top {
    max-width: 730px;
}
#home-payment .subtitle {
    max-width: 405px;
}
#home-payment .payment-card {
    padding-left: 22px;
    width: 48%;
    margin-bottom: 74px;
}
#home-payment .payment-card-title {
    margin-bottom: 16px;
    position: relative;
}
#home-payment .payment-card-title:before {
    content: "";
    position: absolute;
    left: -22px;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #baf400;
}
#home-payment .payment-card-title p {
    color: #baf400;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
}
#home-payment .payment-card-subtitle p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    color: #bfefe9;
}
#home-payment .card-block {
    justify-content: space-between;
}
#home-payment .payment-img {
    margin-top: 48px;
    margin-bottom: 45px;
    border-radius: 20px;
    max-width: 1100px;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    position: relative;
}
#home-payment .payment-img img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 20px;
    width: 100%;
}
#home-payment .payment-img:hover {
    box-shadow: -13px 4px 116px 0 #255d9d,
        32px -4px 68px 0 rgba(186, 244, 0, 0.25), 13px 0px 108px 0 #255d9d;
}
#home-payment .payment-img .payment-img-hover {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#home-payment .payment-img:hover .payment-img-hover {
    opacity: 1;
    visibility: visible;
}
#home-package {
    position: relative;
    padding-bottom: 0px;
}
#home-package:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: radial-gradient(
        52.54% 52.54% at 47.73% 47.46%,
        #4197e6 0%,
        rgba(183, 208, 231, 0) 100%
    );
    opacity: 0.1;
    filter: blur(30px);
    border-radius: 50%;
    height: 1350px;
}
#home-package .title span {
    background-image: linear-gradient(
        to left,
        rgb(205, 228, 64),
        rgb(32, 203, 152),
        rgb(49, 158, 220)
    );
}
#home-package .subtitle {
    margin-bottom: 0;
}
#home-package .package-card {
    background: linear-gradient(180deg, #0e172a 0%, #14213f 100%);
    border-radius: 20px;
    max-width: 540px;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 410px;
    border: 1px solid #3c5284;
}
/* #home-package .package-card:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  z-index: -1;
  border-radius: 20px;
  background-image: linear-gradient(to right, rgb(19, 30, 56), rgb(60, 82, 132));
  transition: all 0.3s linear;
} */
#home-package .package-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    padding-top: 40px;
    letter-spacing: 0.01em;
    color: #dde7f8;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
}
#home-package .package-img {
    text-align: center;
    padding: 40px 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#home-package .package-img.package-img-1 img {
    width: 300px;
}
#home-package .package-img.package-img-4 img {
    width: 320px;
}
#home-package .swiper-backface-hidden .swiper-slide {
    backface-visibility: none;
    -webkit-transform: none; /* Safari & Chrome */
    -moz-transform: none; /* Firefox */
    -ms-transform: none; /* Internet Explorer */
    -o-transform: none;
    transform: none;
}
#home-package .swiper-container {
    padding: 65px 0 128px;
}

#payments-cards {
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}
#payments-cards .accounts-cards-img {
    position: static;
    max-height: initial;
}
#payments-cards .accounts-cards-img img {
    width: 100%;
    border-radius: 16px;
}
#payments-cards .accounts-cards-subtitle {
    max-width: 480px;
}
#payments-cards .active {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6 linear;
    opacity: 1;
}
#payments-cards .container > div {
    position: sticky;
    top: 50px;
}
#payments-cards .container > div:nth-child(even) .accounts-cards {
    flex-direction: row-reverse;
}

#payments-top {
    padding-bottom: 100px;
}
#payments-top .section-top .section-title {
    max-width: 740px;
}
#payments-top .section-top .top-text {
    background: linear-gradient(
        356.34deg,
        #b1bed9 2.44%,
        rgba(255, 255, 255, 0) 116.83%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#payments-top .section-top .top-text .colorful {
    color: initial;
    background: linear-gradient(179.87deg, transparent, #f8a832 82.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#payments-top .section-top .bottom-text {
    color: #dde7f8;
}
#payments-top .section-top .bottom-text .colorful {
    background-image: linear-gradient(#dbf82e 100%, #f8a832 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#payments-top .subtitle {
    max-width: 405px;
}

#accounts-cards {
    padding-bottom: 55px;
    position: relative;
    z-index: 2;
}
#accounts-cards .container > div {
    position: sticky;
    top: 50px;
}
#accounts-cards .container > div:nth-child(even) .accounts-cards {
    flex-direction: row-reverse;
}
#accounts-cards .active {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6 linear;
    opacity: 1;
}

.deactive {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6 linear;
    position: relative;
}
.deactive.active {
    -webkit-transform: scale(1.09); /* Safari & Chrome */
    -moz-transform: scale(1.09); /* Firefox */
    -ms-transform: scale(1.09); /* Internet Explorer */
    -o-transform: scale(1.09);
    transform: scale(1.09);
    z-index: 1;
}
.deactive.show {
    -webkit-transform: scale(1); /* Safari & Chrome */
    -moz-transform: scale(1); /* Firefox */
    -ms-transform: scale(1); /* Internet Explorer */
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 0;
}
.deactive.active .accounts-cards {
    box-shadow: -13px 4px 166px 0 #255d9d, 32px -4px 108px 0 #255d9d,
        13px 0px 168px 0 #255d9d;
}
.deactive:first-child .accounts-cards-img {
    max-width: 485px;
    max-height: 308px;
    width: initial;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 0 0 20px;
}
.deactive:first-child .accounts-cards-img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.deactive:first-child .accounts-cards-title {
    max-width: 400px;
}

.accounts-cards {
    width: 100%;
    background: linear-gradient(180deg, #131f31 0%, #14213f 100%);
    border-radius: 20px;
    position: relative;
    padding: 48px;
    margin-bottom: 48px;
    display: flex;
    height: 382px;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.accounts-cards:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 20px;
    background-image: linear-gradient(
        to right,
        rgb(19, 30, 56),
        rgb(60, 82, 132)
    );
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.accounts-cards:hover {
    box-shadow: -13px 4px 166px 0 #255d9d, 32px -4px 108px 0 #255d9d,
        13px 0px 168px 0 #255d9d;
}
.accounts-cards .btn-box {
    justify-content: flex-start;
}
.accounts-cards .accounts-card-text {
    width: 48.5%;
}
.accounts-cards .accounts-cards-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #dde7f8;
    margin-bottom: 20px;
}
.accounts-cards .accounts-cards-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #bfd2ef;
    margin-bottom: 32px;
}
.accounts-cards .accounts-cards-img {
    width: 46.5%;
    text-align: center;
}

#accounts-top {
    padding-bottom: 100px;
}
#accounts-top .section-top .section-title {
    max-width: 666px;
}
#accounts-top .subtitle {
    max-width: 314px;
}

#home-account {
    padding-bottom: 80px;
}
#home-account .title {
    max-width: 730px;
    margin: auto;
    margin-bottom: 65px;
}
#home-account .title .colorful {
    background-image: linear-gradient(#2e8bf8, #32b0f8);
}
#home-account .accounts-cards:nth-child(odd) {
    flex-direction: row-reverse;
}
#home-account .accounts-cards:nth-child(4) {
    padding-right: 0;
}
#home-account .accounts-cards:nth-child(4) .accounts-cards-img {
    overflow: hidden;
    width: 43%;
}
#home-account
    .accounts-cards:nth-child(4)
    .accounts-cards-img::-webkit-scrollbar {
    width: 0px;
    height: 0;
}
#home-account
    .accounts-cards:nth-child(4)
    .accounts-cards-img::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 0px;
    background: transparent;
}
#home-account
    .accounts-cards:nth-child(4)
    .accounts-cards-img::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0px;
}
#home-account
    .accounts-cards:nth-child(4)
    .accounts-cards-img::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
#home-account .accounts-cards:nth-child(4) .accounts-cards-img .cards-img {
    display: flex;
    justify-content: space-between;
    width: 600px;
}
#home-account .accounts-cards:nth-child(4) .accounts-cards-img img {
    height: 295px;
}
#home-account .accounts-cards:nth-child(2) .accounts-cards-img {
    max-width: 485px;
    max-height: 308px;
    width: initial;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 0 0 20px;
}
#home-account .accounts-cards:nth-child(2) .accounts-cards-img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
#home-account .accounts-cards:nth-child(2) .accounts-cards-title {
    max-width: 400px;
}
#home-account .accounts-cards:hover {
    box-shadow: -13px 4px 166px 0 #255d9d, 32px -4px 108px 0 #255d9d;
}
#about-top {
    padding-bottom: 52px;
}
#about-top .dots img {
    height: 850px;
    -o-object-fit: cover;
    object-fit: cover;
}
#about-top .subtitle {
    max-width: 385px;
    width: 100%;
}
#about-top .section-top .section-title {
    min-height: 70px;
}

#our-mission {
    position: relative;
    z-index: 1;
}
#our-mission .container {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    background: linear-gradient(180deg, #131f31 0%, #14213f 100%);
    position: relative;
    max-width: 1100px;
    padding: 0;
}
#our-mission .container:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 20px;
    background-image: linear-gradient(
        to right,
        rgb(19, 30, 56),
        rgb(60, 82, 132)
    );
}
#our-mission .our-mission-img {
    max-width: 182px;
    width: 100%;
    margin-bottom: 11px;
    height: 125px;
}
#our-mission .our-mission-img:nth-child(1) {
    max-width: 87px;
}
#our-mission .our-mission-img:nth-child(2) {
    max-width: 87px;
}
#our-mission .our-mission-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    filter: drop-shadow(0px 43px 66.8889px rgba(51, 51, 51, 0.06))
        drop-shadow(0px 15.6957px 24.4155px rgba(51, 51, 51, 0.0413989))
        drop-shadow(0px 7.61997px 11.8533px rgba(51, 51, 51, 0.0333774))
        drop-shadow(0px 3.73545px 5.81071px rgba(51, 51, 51, 0.0266226))
        drop-shadow(0px 1.477px 2.29756px rgba(51, 51, 51, 0.0186011));
}
#our-mission .our-mission-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 23px 18px 23px;
    max-width: 422px;
    width: 100%;
}
#our-mission .our-mission-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: rgb(191, 210, 239);
    max-width: 580px;
}
#our-mission .our-mission-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: rgb(221, 231, 248);
    margin-bottom: 20px;
}
#our-mission .our-mission-text-container {
    padding: 53px 48px 45px;
}

#our-offices {
    position: relative;
    transition: none;
    padding-bottom: 88px;
}
#our-offices .subtitle {
    color: white;
}
#our-offices .title span {
    background-image: linear-gradient(rgb(40, 203, 255), rgb(68, 119, 249));
}
#our-offices .office-address-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 56px;
    justify-content: space-between;
}
#our-offices .office-title {
    margin-bottom: 8px;
    display: flex;
}
#our-offices .office-title span {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: white;
}
#our-offices .office-title img {
    filter: invert(1) brightness(27.5);
    width: 21px;
    margin-left: 12px;
    display: inline-block;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#our-offices .office-address {
    max-width: 26%;
    width: 100%;
}
#our-offices .office-address:not(:last-child) {
    margin-bottom: 47px;
}
#our-offices .office-address:nth-child(1) .office-title span {
    max-width: 230px;
}
#our-offices .office-address:nth-child(3) .office-title span {
    max-width: 183px;
}
#our-offices .office-address:nth-child(4) .office-title span {
    max-width: 215px;
}
#our-offices .office-address:hover .office-title span {
    color: #baf400;
}
#our-offices .office-address:hover .office-title img {
    filter: none;
}
#our-offices .office-phone {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #bfd2ef;
    display: block;
}
#our-offices .office-location {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #bfd2ef;
    display: block;
    margin-bottom: 12px;
    max-width: 290px;
    width: 100%;
}

#career {
    padding-bottom: 80px;
}
#career .title {
    margin-bottom: 49px;
}
#career .title .colorful {
    background-image: linear-gradient(rgb(185, 243, 1), rgb(146, 191, 1));
}
#career .swiper-container {
    padding-bottom: 55px;
}
#career .swiper-slide {
    height: 236px;
    width: 330px;
}
#career .swiper-slide img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#career .accordion {
    max-width: 900px;
    margin: auto;
}
#career .accordion-item {
    background: linear-gradient(180deg, #131f31 0%, #14213f 100%);
    position: relative;
    border-radius: 16px;
    padding: 33px 40px 17px;
    margin-bottom: 32px;
}
#career .accordion-item:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 16px;
    background-image: linear-gradient(
        to right,
        rgb(19, 30, 56),
        rgb(60, 82, 132)
    );
}
#career .accordion-item.active .accordion-icon {
    background: #f5f5f5;
    border-color: #f5f5f5;
}
#career .accordion-item.active .accordion-icon img {
    transform: rotate(180deg);
}
#career .accordion-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
}
#career .accordion-title p {
    color: rgb(221, 231, 248);
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}
#career .accordion-subtitle {
    max-width: 580px;
    display: none;
}
#career .accordion-subtitle ul {
    list-style: disc;
    margin-left: 20px;
}
#career .accordion-subtitle * {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: rgb(191, 210, 239);
}
#career .accordion-subtitle h4 {
    color: rgb(221, 231, 248);
    margin-bottom: 4px;
}
#career .accordion-subtitle > div {
    margin-bottom: 24px;
}
#career .accordion-subtitle .green-btn {
    width: 128px;
    text-align: center;
    margin-bottom: 7px;
}
#career .accordion-subtitle .green-btn span {
    color: #1a2b4d;
    font-weight: 600;
}
#career .accordion-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #baf400;
    border: 0.5px solid #aee503;
    border-radius: 50%;
}

#contact-top {
    padding-bottom: 65px;
}
#contact-top .title .colorful {
    background-image: linear-gradient(rgb(40, 203, 255), rgb(68, 119, 249));
}
#contact-top .dots img {
    height: 1050px;
}
#contact-top .top-text {
    background: linear-gradient(
        356.34deg,
        #b1bed9 2.44%,
        rgba(255, 255, 255, 0) 116.83%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#contact-top .top-text .colorful {
    color: initial;
    background: linear-gradient(
        179.87deg,
        rgba(79, 168, 249, 0.71) 32.7%,
        rgba(24, 88, 198, 0.77) 82.6%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#contact-top .bottom-text {
    color: #dde7f8;
}
#contact-top .bottom-text .colorful {
    background-image: linear-gradient(
        rgba(79, 168, 249, 0.71),
        rgba(24, 88, 198, 0.77)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#contact-top .section-title {
    min-height: 75px;
    margin-bottom: 15px;
}
#contact-top .section-top {
    padding-top: 44px;
}

#contact-us {
    padding-bottom: 90px;
}
#contact-us .card-block {
    justify-content: space-between;
}
#contact-us .contact-card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #dde7f8;
}
#contact-us .contact-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(95.29deg, #0e172a 13.02%, #14213f 89.09%);
    position: relative;
    margin-bottom: 16px;
    z-index: 1;
}
#contact-us .contact-card-icon:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 50%;
    background-image: linear-gradient(
        to right,
        rgb(19, 30, 56),
        rgb(60, 82, 132)
    );
}
#contact-us .contact-card-icon:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    border-radius: 50%;
    background: linear-gradient(180deg, #0e172a 0%, #14213f 100%);
}
#contact-us .contact-card-icon img {
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#contact-us .contact-card-icon .hover-img {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
#contact-us .contact-card {
    background: linear-gradient(180deg, #0e172a 0%, #14213f 100%);
    position: relative;
    padding: 48px 32px 28px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: 31.7%;
    margin-bottom: 24px;
    height: 200px;
    cursor: pointer;
}
#contact-us .contact-card:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 20px;
    background-image: linear-gradient(
        to right,
        rgb(19, 30, 56),
        rgb(60, 82, 132)
    );
}
#contact-us .contact-card:hover .hover-img {
    opacity: 1;
    visibility: visible;
}

footer {
    position: relative;
    z-index: 1;
    min-height: 400px;
}
footer:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background-image: url("../images/footer/line.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
footer .copyright {
    display: flex;
    justify-content: space-between;
}
footer .copyright p,
footer .copyright a {
    color: rgb(216, 228, 245);
    font-weight: 400;
    font-size: 14px;
}
footer .copyright .footer-links {
    color: rgb(216, 228, 245);
}
footer .container {
    padding-top: 45px;
    padding-bottom: 16px;
    max-width: 1380px;
    background-image: url("../images/footer/dots-footer.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
footer a:hover {
    color: rgb(216, 228, 245);
}
footer .footer-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 57px;
    max-width: 580px;
    width: 100%;
}
footer .footer-menu a {
    font-size: 16px;
    line-height: 24px;
    color: rgb(216, 228, 245);
    font-weight: 500;
}
footer .logo {
    width: 175px;
    height: 44px;
    margin-bottom: 45px;
}
footer .logo img {
    width: 100%;
}
footer .footer-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 540px;
    width: 100%;
}
footer .footer-logo-container {
    display: flex;
    justify-content: space-between;
    max-width: 560px;
    margin: auto;
    padding: 8px 0;
}
footer .footer-logo-container > div {
    position: relative;
}
footer .footer-logo-container > div:hover img:first-child {
    opacity: 1;
    visibility: visible;
}
footer .footer-logo-container > div:hover img:last-child {
    opacity: 0;
    visibility: hidden;
}
footer .footer-logo-container img:first-child {
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
footer .footer-logo-container img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 40px;
}
footer .footer-bottom-copyright {
    background: transparent;
    padding: 15px 0;
    color: rgba(216, 228, 245, 0.7);
    /* text-align: center; */
    font-size: 14px;
    line-height: 21px;
    max-width: 1340px;
}
footer .footer-bottom {
    display: flex;
    justify-content: space-between;
}
footer .footer-bottom > div {
    display: flex;
    flex-direction: column;
    width: 50%;
}
footer .footer-bottom > div:last-child {
    align-items: end;
}
footer .footer-logo {
    margin-bottom: 60px;
}
footer .btn-box {
    justify-content: start;
}
footer hr {
    margin: 0;
    border-top: 1px solid #172642;
}
.mobile-btn {
    border-radius: 6px;
    width: 32px;
    height: 32px;
    background: #baf400;
    display: none;
    position: relative;
    transition-duration: 0.5s;
    z-index: 100;
}
.mobile-btn .icon-E {
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 18px;
    top: 15px;
    left: 7px;
    background-color: rgba(0, 0, 0, 0.6);
    transform-origin: 0px 0px;
    transition-delay: 0.5s;
}
.mobile-btn .icon-E:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    top: -7px;
}
.mobile-btn .icon-E:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    top: 7px;
}
.mobile-btn .icon-X {
    transition-duration: 0.5s;
    position: absolute;
    height: 0;
    width: 18px;
    top: 13px;
    left: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    transform-origin: 0px 0px;
    transform: scaleY(0);
}
.mobile-btn .icon-X:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    top: -17px;
    transform: rotateZ(45deg) scaleX(1.25) translate(12px, 12px);
}
.mobile-btn .icon-X:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    top: 22px;
    transform: rotateZ(-47deg) scaleX(1.25) translate(12px, -12px);
}
.mobile-btn.close {
    opacity: 1 !important;
}
.mobile-btn.close .icon-E {
    transition-duration: 0.5s;
    transform: scaleY(0);
    transition-delay: 0s;
}
.mobile-btn.close .icon-X {
    transition: 0.5s;
    transition-delay: 0.5s;
    transform: scaleY(1);
}
.mobile-btn:hover {
    cursor: pointer;
}

.mobile-btns-block {
    display: none;
}
footer .mobile-copyright {
    display: none;
}
@media only screen and (max-width: 1440px) {
    .page-top .dots img {
        width: 1190px;
    }
    .page-top .gradient .ellipse-1 {
        left: auto;
        right: 0;
    }
}
@media only screen and (max-width: 1200px) {
    header .header-btn {
        margin-left: 50px;
    }
    header nav {
        width: 74%;
    }
    footer .footer-bottom-copyright {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-top .gradient {
        left: auto;
        right: 0;
    }
    .page-top .dots img {
        width: 950px;
    }
    .page-top .ellipse-text {
        left: 200px;
    }
    #our-mission {
        padding-left: 15px;
        padding-right: 15px;
    }
    #accounts-cards .container,
    #payments-cards .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .deactive:first-child .accounts-cards-img {
        max-width: 480px;
    }
    #payments-cards .accounts-cards {
        height: 425px;
    }
    #cards-slider .owl-nav {
        left: -510px;
    }
    #home #images img {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    #home-account .accounts-cards:nth-child(2),
    #accounts-cards .deactive:first-child .accounts-cards {
        height: 770px;
    }
    #home-account .accounts-cards:nth-child(2) .accounts-cards-img,
    #accounts-cards .deactive:first-child .accounts-cards-img {
        max-width: 100%;
        max-height: 390px;
        left: 42px;
    }
    header {
        padding: 20px 0;
        border: none;
        position: relative;
    }
    header:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        background-image: url("../images/footer/line.png");
        height: 2px;
        background-size: contain;
        top: auto;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
    }
    header .logo {
        position: relative;
        z-index: 10;
    }
    header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header .mobile-btn {
        display: block;
        z-index: 100;
    }
    header nav {
        background: #0e172a;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        transition: all 0.3s linear;
        padding-top: 125px;
        padding-left: 20px;
        padding-right: 20px;
    }
    header nav::-webkit-scrollbar {
        width: 0px;
    }
    header nav::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 0px;
        background: transparent;
    }
    header nav::-webkit-scrollbar-thumb {
        background: transparent;
        border-radius: 0px;
    }
    header nav::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }
    header nav:before {
        content: "";
        background: url("../images/bg/dots.webp");
        position: absolute;
        left: 0;
        top: 75px;
        bottom: 0;
        right: 0;
        background-position: top;
    }
    header nav .white-btn {
        display: none;
    }
    header nav .header-menu {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        z-index: 1;
        max-width: 100%;
    }
    header nav .header-menu .button {
        display: none;
    }
    header nav .header-menu a {
        margin-bottom: 14px;
        padding: 0;
    }
    header nav .header-menu a:after,
    header nav .header-menu a:before {
        display: none;
    }
    header nav .header-menu > li {
        opacity: 0;
        transform: translateY(20px);
    }
    header nav .header-menu li:nth-child(1) {
        transition: opacity 0.3s 0.03s cubic-bezier(0.32, 0, 0.67, 0),
            transform 0.3s 0.03s cubic-bezier(0.32, 0, 0.67, 0);
    }
    header nav .header-menu li:nth-child(2) {
        transition: opacity 0.3s 0.03s cubic-bezier(0.32, 0, 0.67, 0),
            transform 0.3s 0.03s cubic-bezier(0.32, 0, 0.67, 0);
    }
    header nav .header-menu li:nth-child(3) {
        transition: opacity 0.3s 0.03s cubic-bezier(0.32, 0, 0.67, 0),
            transform 0.3s 0.03s cubic-bezier(0.32, 0, 0.67, 0);
    }
    header nav .header-menu li:nth-child(4) {
        transition: opacity 0.3s 0.03s cubic-bezier(0.32, 0, 0.67, 0),
            transform 0.3s 0.03s cubic-bezier(0.32, 0, 0.67, 0);
    }
    header nav .header-menu li:nth-child(5) {
        transition: opacity 0.3s 0.03s cubic-bezier(0.32, 0, 0.67, 0),
            transform 0.3s 0.03s cubic-bezier(0.32, 0, 0.67, 0);
    }
    header nav .header-menu li:nth-child(6) {
        transition: opacity 0.3s 0.03s cubic-bezier(0.32, 0, 0.67, 0),
            transform 0.3s 0.03s cubic-bezier(0.32, 0, 0.67, 0);
    }
    header nav .header-btn {
        margin-left: 0;
        position: absolute;
        bottom: 150px;
        left: 0;
        width: 100%;
        justify-content: center;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s 0.03s cubic-bezier(0.32, 0, 0.67, 0),
            transform 0.3s 0.03s cubic-bezier(0.32, 0, 0.67, 0);
    }
    header nav.show {
        -webkit-clip-path: inset(0 0 0% 0);
        clip-path: inset(0 0 0% 0);
    }
    header nav.show > ul > li {
        opacity: 1;
        transform: translateY(0px);
    }
    header nav.show > ul li:nth-child(1) {
        transition: opacity 1s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
            transform 1s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    header nav.show > ul li:nth-child(2) {
        transition: opacity 1s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
            transform 1s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    header nav.show > ul li:nth-child(3) {
        transition: opacity 1s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
            transform 1s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    header nav.show > ul li:nth-child(4) {
        transition: opacity 1s 0.7s cubic-bezier(0.215, 0.61, 0.355, 1),
            transform 1s 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    header nav.show > ul li:nth-child(5) {
        transition: opacity 1s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
            transform 1s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    header nav.show > ul li:nth-child(6) {
        transition: opacity 1s 0.9s cubic-bezier(0.215, 0.61, 0.355, 1),
            transform 1s 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    header nav.show .header-btn {
        opacity: 1;
        transform: translateY(0px);
        transition: opacity 1s 1s cubic-bezier(0.215, 0.61, 0.355, 1),
            transform 1s 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    footer .footer-bottom {
        flex-direction: column;
    }
    footer .footer-bottom > div {
        width: 100%;
    }
    footer .footer-bottom > div:nth-child(2) {
        align-items: start;
        margin-top: 50px;
    }
    footer .footer-logo {
        margin-bottom: 20px;
    }
    footer .copyright {
        display: none;
    }
    footer .mobile-copyright {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    footer .mobile-copyright .footer-links {
        padding: 16px 0;
        color: rgba(216, 228, 245, 0.7);
    }
    footer .mobile-copyright a {
        color: rgba(216, 228, 245, 0.7);
        font-weight: 400;
        font-size: 14px;
    }
    #suit-solution .solution-card-1,
    #suit-solution .solution-card-2,
    #suit-solution .solution-card {
        width: 48%;
        height: 260px !important;
    }
    #card-info {
        padding-top: 70px;
    }
    #card-info .section-top {
        position: static !important;
    }
    #card-info .cards-info.active {
        position: relative;
        top: 0;
    }
    #card-info .cards-info.active .cards-images,
    #card-info .cards-info.active .cards-title,
    #card-info .cards-info.active .cards-description,
    #card-info .cards-info.active .btn-box {
        animation: none;
        opacity: 1;
    }
    #card-info .cards-images,
    #card-info .cards-title,
    #card-info .cards-description,
    #card-info .btn-box {
        opacity: 1;
    }
    #card-info .cards-info {
        flex-direction: column;
        height: initial;
        margin-bottom: 70px;
        background: linear-gradient(180deg, #131f31 0%, #14213f 100%);
        border-radius: 20px;
        position: relative;
        padding: 48px;
    }
    #card-info .cards-info:before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: -1px;
        top: -1px;
        z-index: -1;
        border-radius: 20px;
        background-image: linear-gradient(
            to right,
            rgb(19, 30, 56),
            rgb(60, 82, 132)
        );
    }
    #card-info .cards-images {
        width: 100%;
    }
    #card-info .cards-images.lottie-1,
    #card-info .cards-images.lottie,
    #card-info .cards-images.lottie-2 {
        width: 340px;
        height: 340px;
    }
    #card-info .cards-text {
        width: 100%;
        margin-bottom: 50px;
    }
    #cards-slider {
        padding-bottom: 0;
    }
    #cards-slider .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #cards-slider .card-info {
        width: 100%;
        margin-bottom: 24px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 720px;
    }
    #cards-slider .owl-carousel {
        position: static;
    }
    #cards-slider .owl-nav {
        display: none;
    }
    #payments-cards .accounts-cards {
        height: initial;
    }
    #payments-cards .accounts-cards .accounts-card-text {
        margin-bottom: 40px;
    }
    #payments-cards .accounts-cards .accounts-cards-img {
        max-width: 100%;
    }
    #accounts-cards .container,
    #payments-cards .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #accounts-cards .container > div,
    #payments-cards .container > div {
        position: static;
    }
    .deactive.active .accounts-cards {
        box-shadow: none;
    }
    .accounts-cards:hover {
        box-shadow: -13px 4px 166px 0 #255d9d, 32px -4px 108px 0 #255d9d,
            13px 0px 168px 0 #255d9d;
    }
    .deactive.active {
        transform: scale(1);
    }
    .page-top .dots img {
        width: 755px;
    }
    .page-top .ellipse-text {
        width: 420px;
    }
    #our-mission .container {
        flex-direction: column-reverse;
        padding: 24px;
    }
    #our-mission .our-mission-images {
        max-width: 377px;
        margin: auto;
        padding: 0;
        margin-bottom: 10px;
    }
    #our-mission .our-mission-title {
        text-align: center;
    }
    #our-mission .our-mission-text {
        margin: auto;
    }
    #our-mission .our-mission-text-container {
        padding: 0;
    }
    #our-offices .office-address {
        max-width: 45%;
    }
    #contact-us .contact-card {
        width: 48.5%;
    }
    .accounts-cards {
        height: 717px;
        flex-direction: column !important;
    }
    .accounts-cards .accounts-card-text {
        width: 100%;
    }
    .accounts-cards .accounts-cards-img {
        width: 100%;
    }

    #home-account .accounts-cards:nth-child(4) .accounts-cards-img {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    #home-account .accounts-cards:nth-child(2) .accounts-cards-img {
        max-height: 320px;
    }
    footer .copyright p {
        display: none;
    }
    #suit-solution .card-blocks {
        justify-content: center;
    }
    #suit-solution .solution-card-1,
    #suit-solution .solution-card-2,
    #suit-solution .solution-card {
        width: 340px;
    }
    #card-info .cards-info:nth-child(5) .cards-images img {
        width: 100%;
    }
    #cards-slider .card-info {
        max-width: 540px;
    }
    .form-modal-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sign-up-modal .modal-close {
        padding-top: 30px;
    }
    .sign-up-modal .sign-up-option {
        padding: 16px;
    }
    .sign-up-modal .swiper-container {
        padding-bottom: 35px;
    }
    .sign-up-modal .swiper-container .solution-card-title {
        font-size: 12px;
        line-height: 17px;
    }
    .sign-up-modal .sign-up-option p {
        font-size: 16px;
        line-height: 20px;
    }
    .accounts-cards .accounts-card-text {
        margin-bottom: 55px;
    }
    .accounts-cards {
        height: initial;
    }
    #contact-us .contact-card {
        max-width: 351px;
        width: 100%;
    }
    #contact-us .card-block {
        justify-content: center;
    }
    #career .container {
        max-width: 100%;
    }
    .page-top .section-top:before {
        width: 100%;
    }
    .page-top .ellipse-text {
        left: 50%;
        transform: translateX(-50%);
    }
    .page-top .dots {
        left: 0;
        right: 0;
        bottom: 0;
    }
    .page-top .dots img {
        width: 99%;
    }
    .page-top .gradient {
        width: 100%;
    }
    .page-top .gradient .ellipse-1 {
        width: 100%;
    }
    .page-top .gradient .ellipse-2 {
        width: 100%;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 575px) {
    #home-account .accounts-cards:nth-child(2),
    #accounts-cards .deactive:first-child .accounts-cards {
        padding: 0;
    }
    #home-account .accounts-cards:nth-child(2) .accounts-card-text,
    #accounts-cards .deactive:first-child .accounts-card-text {
        padding: 32px 24px 0;
    }
    #home-account .accounts-cards:nth-child(2) .accounts-cards-img,
    #accounts-cards .deactive:first-child .accounts-cards-img {
        position: relative;
        max-height: 350px;
        height: 100%;
        width: 100%;
        left: 0;
    }
    #home-account .accounts-cards:nth-child(2) .accounts-cards-img img,
    #accounts-cards .deactive:first-child .accounts-cards-img img {
        position: absolute;
        left: 20px;
        top: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
        max-width: 100%;
    }
    #accounts-cards .deactive:first-child .accounts-cards {
        height: 690px;
    }
    .help-image-mobile {
        display: block;
    }
    .help-image-desktop {
        display: none;
    }
    footer .mobile-copyright .footer-links {
        text-align: center;
    }
    #home-account .accounts-cards:nth-child(4) .accounts-cards-img {
        width: 100%;
    }
    #home-account .accounts-cards:nth-child(4) .accounts-cards-img .cards-img {
        width: 395px;
    }
    #home-account
        .accounts-cards:nth-child(4)
        .accounts-cards-img
        .cards-img
        img {
        height: 200px;
        width: 122px;
    }
    footer .footer-menu {
        flex-direction: column;
    }
    footer .footer-menu li:not(:last-child) {
        margin-bottom: 32px;
    }
    footer .footer-logo {
        flex-wrap: wrap;
        height: 127px;
        margin-bottom: 20px;
    }
    footer .footer-logo div {
        width: 30%;
        text-align: center;
    }

    footer .footer-logo-container {
        flex-wrap: wrap;
        height: 127px;
    }
    footer .footer-logo-container > div {
        width: 30%;
        text-align: center;
    }
    #suit-solution .title {
        margin-bottom: 40px;
    }
    #home-package .section-top {
        max-width: 280px;
    }
    #home-package .swiper-container {
        padding-bottom: 70px;
    }
    #home-package .package-card {
        width: 345px;
        height: 280px;
    }
    #home-package .package-img {
        height: 180px;
        width: 300px;
        padding: 15px 0 0;
        position: relative;
    }
    #home-package .package-img img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    #home-payment .section-top {
        max-width: 335px;
    }
    #home .section-top {
        max-width: 280px;
    }
    #home .subtitle {
        font-size: 16px;
        line-height: 23px;
    }
    #cards-top {
        padding-bottom: 60px;
    }
    #card-info {
        padding-bottom: 40px;
    }
    #card-info .section-top {
        padding-bottom: 60px;
    }
    #card-info .cards-info {
        padding: 32px 24px;
    }
    #card-info .cards-title {
        font-size: 18px;
        line-height: 23px;
    }
    #card-info .cards-images .cards-images-block {
        width: 285px;
    }
    #card-info .cards-images .cards-image {
        width: 130px;
        height: 130px;
    }
    #cards-slider .card-info-title {
        font-size: 18px;
    }
    #cards-slider .card-info-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    #card-help {
        overflow: hidden;
    }
    #card-help .card-image {
        margin: 30px auto 25px;
    }
    #card-help .card-image img {
        height: 170px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    #card-help .section-top {
        max-width: 240px;
    }
    .accounts-cards {
        padding: 32px 24px;
        margin-bottom: 25px;
    }
    .accounts-cards .accounts-cards-title {
        font-size: 18px;
        line-height: 23px;
    }
    #accounts-cards .deactive:nth-child(2) .accounts-cards-img img,
    #home-account .accounts-cards:nth-child(3) .accounts-cards-img img {
        width: initial;
    }
    .accounts-cards .accounts-cards-img img {
        width: 100%;
        max-width: 350px;
    }
    .page-top .section-top .section-title {
        min-height: initial;
    }
    #accounts-top,
    #payments-top {
        padding-bottom: 50px;
    }
    #payments-cards {
        padding-bottom: 35px;
    }
    #contact-top .section-title {
        min-height: initial;
    }
    #contact-us {
        padding-bottom: 70px;
    }
    .page-top .ellipse-text {
        width: 100%;
    }
    .page-label {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px;
    }
    #about-top .section-top .section-title {
        min-height: initial;
    }
    .subtitle,
    .subtitle * {
        font-size: 16px;
        line-height: 22px;
    }
    .title {
        font-size: 24px;
        line-height: 31px;
    }
    .page-top .section-top .section-title {
        margin-bottom: 16px;
    }
    .page-top .section-top .top-text,
    .page-top .section-top .bottom-text {
        font-size: 28px;
        line-height: 36px;
    }
    .page-top .section-top .top-text .colorful,
    .page-top .section-top .bottom-text .colorful {
        font-size: 28px;
        line-height: 36px;
    }
    #about-top {
        padding-bottom: 32px;
    }
    #our-offices {
        padding-bottom: 70px;
    }
    #our-offices .office-address {
        max-width: 100%;
    }
    #our-offices .office-location {
        max-width: 100%;
    }
    #our-offices .office-address-container {
        padding-top: 31px;
    }
    #our-mission {
        padding-bottom: 48px;
    }
    #our-mission .our-mission-title {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    #our-mission .our-mission-img {
        max-width: 48%;
        height: 115px;
    }
    #our-mission .our-mission-text {
        line-height: 24px;
    }
    #our-mission .our-mission-img:nth-child(1),
    #our-mission .our-mission-img:nth-child(2) {
        max-width: 23%;
    }
    #career .title {
        margin-bottom: 40px;
    }
    #career .accordion-item {
        padding: 20px 16px 18px;
    }
    #career .accordion-title {
        padding-bottom: 0;
    }
    #career .accordion-subtitle {
        padding-top: 30px;
    }
    .sign-up-modal .solution-card {
        width: 260px;
        height: 190px;
    }
    .sign-up-modal .solution-card.solution-card-2 .solution-card-title,
    .sign-up-modal .solution-card.solution-card-6 .solution-card-title {
        width: 230px;
    }
    .sign-up-modal .solution-card.solution-card-1 img {
        height: 200px;
    }
    .sign-up-modal .solution-card.solution-card-3 .solution-card-title {
        width: 100%;
    }
    .sign-up-modal .solution-card.solution-card-3 .solution-card-img {
        top: 50px;
    }
    .contact-modal .modal-container,
    .apply-modal .modal-container {
        padding-top: 28px;
    }
} /*# sourceMappingURL=media.css.map */
