@font-face {
    font-family: "Montserrat-Regular.ttf";
    src: url("../fonts/montserrat-regular-20210312061048.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins-Bold.ttf";
    src: url("../fonts/poppins-bold-20211227034548.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins-Regular.ttf";
    src: url("../fonts/poppins-regular-20211227034555.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins-SemiBold.ttf";
    src: url("../fonts/poppins-semibold-20211227034555.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat-Bold.otf";
    src: url("../montserrat-bold-20210312061037.otf");
}
@font-face {
    font-family: "Montserrat-Light.otf";
    src: url("../montserrat-light-20210312061048.otf");
}
@font-face {
    font-family: "Montserrat-Medium.otf";
    src: url("../montserrat-medium-20210312061048.otf");
}
@font-face {
    font-family: "Montserrat-SemiBold.otf";
    src: url("../montserrat-semibold-20210312061048.otf");
}
body {
    font-family: "Montserrat-Regular.ttf" !important;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
a {
    text-decoration: none;
}
a[href="https://www.ladiboost.vn/?by=ladipage"] {
    display:none !important;
  }
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ladi-html strong {
    font-weight: 700;
}
.ladi-html em {
    font-style: italic;
}
.ladi-html a {
    text-decoration: underline;
}
body {
    font-size: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: rgb(9, 23, 44);
}
.ladi-loading {
    width: 80px;
    height: 80px;
    z-index: 900000000000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}
.ladi-loading div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: ladi-loading 1.2s linear infinite;
}
.ladi-loading div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}
.ladi-loading div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}
.ladi-loading div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}
.ladi-loading div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}
.ladi-loading div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}
.ladi-loading div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}
.ladi-loading div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}
.ladi-loading div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}
.ladi-loading div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}
.ladi-loading div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}
.ladi-loading div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}
.ladi-loading div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}
@keyframes ladi-loading {
    0%,
    100%,
    20%,
    80% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}
.overflow-hidden {
    overflow: hidden;
}
.ladi-transition {
    transition: all 150ms linear 0s;
}
.opacity-0 {
    opacity: 0;
}
.height-0 {
    height: 0 !important;
}
.transition-readmore {
    transition: height 350ms linear 0s;
}
.transition-collapse {
    transition: height 150ms linear 0s;
}
.transition-parent-collapse-height {
    transition: height 150ms linear 0s;
}
.transition-parent-collapse-top {
    transition: top 150ms linear 0s;
}
.pointer-events-none {
    pointer-events: none;
}
.ladipage-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000000000;
    background: rgba(0, 0, 0, 0.3);
}
.ladipage-message .ladipage-message-box {
    width: 400px;
    max-width: calc(100% - 50px);
    height: 160px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
    position: fixed;
    top: calc(50% - 155px);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}
.ladipage-message .ladipage-message-box span {
    display: block;
    background-color: rgba(6, 21, 40, 0.05);
    color: #000;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ladipage-message .ladipage-message-box .ladipage-message-text {
    display: -webkit-box;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 10px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ladipage-message .ladipage-message-box .ladipage-message-close {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin: 0 auto;
    padding: 10px 0;
    border: none;
    width: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
}
.ladi-wraper {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
}
.ladi-section {
    margin: 0 auto;
    position: relative;
}
.ladi-section[data-tab-id] {
    display: none;
}
.ladi-section.selected[data-tab-id] {
    display: block;
}
.ladi-section .ladi-section-arrow-down {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 90000040;
}
.ladi-section .ladi-section-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 90000040;
}
.ladi-section .ladi-section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}
.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.ladi-element {
    position: absolute;
}
.ladi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.ladi-survey {
    width: 100%;
    display: inline-block;
}
.ladi-survey .ladi-survey-option {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    transition: inherit;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ladi-survey .ladi-survey-option-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: inherit;
}
.ladi-survey .ladi-survey-option-label {
    display: block;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    position: relative;
}
.ladi-survey .ladi-survey-option-image {
    background-size: cover;
    background-position: center center;
    pointer-events: none;
    vertical-align: middle;
    border-radius: inherit;
    position: relative;
}
.ladi-survey .ladi-survey-button-next {
    display: block;
}
.ladi-survey .ladi-survey-button-next.empty {
    display: none;
}
.ladi-survey .ladi-survey-button-next.no-select {
    display: none;
}
.ladi-survey .ladi-survey-button-next button {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 2px;
}
.ladi-survey .ladi-survey-button-next button:active {
    transform: translateY(2px);
    transition: transform 0.2s linear;
}
.ladi-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: pan-y;
}
.ladi-carousel .ladi-carousel-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: left 350ms ease-in-out;
}
.ladi-carousel .ladi-carousel-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040;
}
.ladi-carousel .ladi-carousel-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.ladi-carousel .ladi-carousel-arrow-right {
    right: 5px;
}
.ladi-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-gallery .ladi-gallery-view {
    position: absolute;
    overflow: hidden;
    touch-action: pan-y;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    transition: transform 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video {
    cursor: pointer;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.play-video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url(fonts/ladipage-play.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    cursor: pointer;
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next,
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev,
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.next.left,
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.prev.right,
.ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item.selected {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.ladi-gallery .ladi-gallery-view > .next,
.ladi-gallery .ladi-gallery-view > .prev,
.ladi-gallery .ladi-gallery-view > .selected {
    display: block;
}
.ladi-gallery .ladi-gallery-view > .selected {
    left: 0;
}
.ladi-gallery .ladi-gallery-view > .next,
.ladi-gallery .ladi-gallery-view > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.ladi-gallery .ladi-gallery-view > .next {
    left: 100%;
}
.ladi-gallery .ladi-gallery-view > .prev {
    left: -100%;
}
.ladi-gallery .ladi-gallery-view > .next.left,
.ladi-gallery .ladi-gallery-view > .prev.right {
    left: 0;
}
.ladi-gallery .ladi-gallery-view > .selected.left {
    left: -100%;
}
.ladi-gallery .ladi-gallery-view > .selected.right {
    left: 100%;
}
.ladi-gallery .ladi-gallery-control {
    position: absolute;
    overflow: hidden;
    touch-action: pan-y;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-view {
    width: 100%;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control {
    top: 0;
    width: 100%;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-view {
    top: 0;
    width: 100%;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control {
    width: 100%;
    bottom: 0;
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-view {
    height: 100%;
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control {
    height: 100%;
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-view {
    height: 100%;
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control {
    height: 100%;
    right: 0;
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040;
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow-right {
    right: 5px;
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 90000040;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow {
    top: calc(50% - (33px) / 2);
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0;
    transform: rotate(180deg) scale(0.6);
    -webkit-transform: rotate(180deg) scale(0.6);
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-left {
    left: 0;
    transform: rotate(180deg) scale(0.6);
    -webkit-transform: rotate(180deg) scale(0.6);
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-arrow-right {
    right: 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow {
    left: calc(50% - (33px) / 2);
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    transform: scale(0.6) rotate(270deg);
    -webkit-transform: scale(0.6) rotate(270deg);
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    transform: scale(0.6) rotate(90deg);
    -webkit-transform: scale(0.6) rotate(90deg);
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-left {
    top: 0;
    transform: scale(0.6) rotate(270deg);
    -webkit-transform: scale(0.6) rotate(270deg);
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-arrow-right {
    bottom: 0;
    transform: scale(0.6) rotate(90deg);
    -webkit-transform: scale(0.6) rotate(90deg);
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box {
    position: relative;
}
.ladi-gallery.ladi-gallery-top .ladi-gallery-control .ladi-gallery-control-box {
    display: -webkit-inline-flex;
    display: inline-flex;
    left: 0;
    transition: left 150ms ease-in-out;
}
.ladi-gallery.ladi-gallery-bottom .ladi-gallery-control .ladi-gallery-control-box {
    display: -webkit-inline-flex;
    display: inline-flex;
    left: 0;
    transition: left 150ms ease-in-out;
}
.ladi-gallery.ladi-gallery-left .ladi-gallery-control .ladi-gallery-control-box {
    display: inline-grid;
    top: 0;
    transition: top 150ms ease-in-out;
}
.ladi-gallery.ladi-gallery-right .ladi-gallery-control .ladi-gallery-control-box {
    display: inline-grid;
    top: 0;
    transition: top 150ms ease-in-out;
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    position: relative;
    cursor: pointer;
    filter: invert(15%);
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.play-video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(fonts/ladipage-play.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    cursor: pointer;
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:hover {
    filter: none;
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item.selected {
    filter: none;
}
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-box .ladi-gallery-control-item:last-child {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.ladi-table {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.ladi-table table {
    width: 100%;
}
.ladi-table table td {
    vertical-align: middle;
}
.ladi-table tbody td {
    word-break: break-word;
}
.ladi-table table td img {
    cursor: pointer;
    width: 100%;
}
.ladi-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ladi-tabs {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-tabs .ladi-tabs-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.ladi-tabs > .ladi-element[data-index] {
    display: none;
}
.ladi-tabs > .ladi-element.selected[data-index] {
    display: block;
}
.ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ladi-frame .ladi-frame-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: inherit;
}
.ladi-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ladi-banner .ladi-banner-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
}
#SECTION_POPUP .ladi-container {
    z-index: 90000070;
}
#SECTION_POPUP .ladi-container > .ladi-element {
    z-index: 90000070;
    position: fixed;
    display: none;
}
#SECTION_POPUP .ladi-container > .ladi-element[data-fixed-close="true"] {
    position: relative !important;
}
#SECTION_POPUP .ladi-container > .ladi-element.hide-visibility {
    display: block !important;
    visibility: hidden !important;
}
#SECTION_POPUP .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000000080;
    cursor: pointer;
}
.ladi-popup {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-popup .ladi-popup-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.ladi-countdown {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-countdown .ladi-countdown-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    display: table;
    pointer-events: none;
}
.ladi-countdown .ladi-countdown-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: inherit;
    display: table;
    pointer-events: none;
}
.ladi-countdown .ladi-countdown-text span {
    display: table-cell;
    vertical-align: middle;
}
.ladi-countdown > .ladi-element {
    text-decoration: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    position: relative;
    display: inline-block;
}
.ladi-countdown > .ladi-element:last-child {
    margin-right: 0 !important;
}
.ladi-button {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ladi-button:active {
    transform: translateY(2px);
    transition: transform 0.2s linear;
}
.ladi-button .ladi-button-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: inherit;
}
.ladi-button > .ladi-element {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: table;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ladi-button > .ladi-element .ladi-headline {
    display: table-cell;
    vertical-align: middle;
}
.ladi-collection {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-collection.carousel {
    overflow: hidden;
}
.ladi-collection .ladi-collection-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: left 350ms ease-in-out;
}
.ladi-collection .ladi-collection-content .ladi-collection-item {
    display: block;
    position: relative;
    float: left;
}
.ladi-collection .ladi-collection-content .ladi-collection-page {
    float: left;
}
.ladi-collection .ladi-collection-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040;
}
.ladi-collection .ladi-collection-arrow-left {
    left: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.ladi-collection .ladi-collection-arrow-right {
    right: 5px;
}
.ladi-collection .ladi-collection-button-next {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 90000040;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.ladi-form {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-form > .ladi-element {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}
.ladi-form .ladi-button > .ladi-element {
    color: initial;
    font-size: initial;
    font-weight: initial;
    text-transform: initial;
    text-decoration: initial;
    font-style: initial;
    text-align: initial;
    letter-spacing: initial;
    line-height: initial;
}
.ladi-form > .ladi-element .ladi-form-item-container {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}
.ladi-form > [data-quantity="true"] .ladi-form-item-container {
    overflow: hidden;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item-background {
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
    width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
    min-width: calc(100% / 2 - 5px);
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3) {
    margin-left: 7.5px;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
    width: calc(100% / 3 - 5px);
    max-width: calc(100% / 3 - 5px);
    min-width: calc(100% / 3 - 5px);
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
    margin-left: 7.5px;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
    margin-left: 7.5px;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
    color: initial;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
    text-decoration: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    vertical-align: middle;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="true"] {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="false"] {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}
.ladi-form .ladi-form-item-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-form .ladi-form-item-title-value {
    font-weight: 700;
    word-break: break-word;
}
.ladi-form .ladi-form-label-container {
    position: relative;
    width: 100%;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item {
    display: inline-block;
    cursor: pointer;
    position: relative;
    border-radius: 0 !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
    display: none !important;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
    opacity: 0.35;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
    opacity: 0.2;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
    opacity: 0.15;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
    content: "";
    width: 0;
    height: 0;
    bottom: -1px;
    right: -1px;
    position: absolute;
    border-width: 0 0 15px 15px;
    border-color: transparent;
    border-style: solid;
}
.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
    content: "";
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 7px;
    height: 7px;
    bottom: 0;
    right: 0;
    position: absolute;
}
.ladi-form .ladi-form-item {
    width: 100%;
    height: 100%;
    position: absolute;
}
.ladi-form .ladi-form-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.ladi-form .ladi-form-item.ladi-form-checkbox {
    height: auto;
}
.ladi-form .ladi-form-item .ladi-form-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    color: inherit;
    font-size: inherit;
    border: none;
}
.ladi-form .ladi-form-item.ladi-form-checkbox {
    padding: 10px 5px;
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: table;
    border: none;
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    display: inline-block;
    border: none;
    position: relative;
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
    vertical-align: middle;
    width: 13px;
    height: 13px;
    display: table-cell;
    margin-right: 5px;
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
    display: table-cell;
    cursor: default;
    vertical-align: middle;
    word-break: break-word;
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item input {
    position: absolute;
    top: 4px;
}
.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item span {
    padding-left: 18px;
}
.ladi-form .ladi-form-item textarea.ladi-form-control {
    resize: none;
    padding: 5px;
}
.ladi-form .ladi-button {
    cursor: pointer;
}
.ladi-form .ladi-button .ladi-headline {
    cursor: pointer;
    user-select: none;
}
.ladi-combobox {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-combobox .ladi-combobox-item-container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}
.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}
.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item {
    width: 100%;
    height: 100%;
    position: absolute;
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
}
.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control option {
    color: initial;
}
.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    font-size: inherit;
    border: none;
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
}
.ladi-combobox .ladi-combobox-item-container .ladi-combobox-item .ladi-combobox-control:not([data-selected=""]) {
    text-decoration: inherit;
}
.ladi-cart {
    position: absolute;
    width: 100%;
    font-size: 12px;
}
.ladi-cart .ladi-cart-row {
    position: relative;
    display: inline-table;
    width: 100%;
}
.ladi-cart .ladi-cart-row:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #dcdcdc;
}
.ladi-cart .ladi-cart-no-product {
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
}
.ladi-cart .ladi-cart-image {
    width: 16%;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
.ladi-cart .ladi-cart-image img {
    max-width: 100%;
}
.ladi-cart .ladi-cart-title {
    vertical-align: middle;
    padding: 0 5px;
    word-break: break-all;
}
.ladi-cart .ladi-cart-title .ladi-cart-title-name {
    display: block;
    margin-bottom: 5px;
    word-break: break-word;
}
.ladi-cart .ladi-cart-title .ladi-cart-title-variant {
    font-weight: 700;
    display: block;
    word-break: break-word;
}
.ladi-cart .ladi-cart-image .ladi-cart-image-quantity {
    position: absolute;
    top: -3px;
    right: -5px;
    background: rgba(150, 149, 149, 0.9);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 20px;
}
.ladi-cart .ladi-cart-quantity {
    width: 70px;
    vertical-align: middle;
    text-align: center;
}
.ladi-cart .ladi-cart-quantity-content {
    display: -webkit-inline-flex;
    display: inline-flex;
}
.ladi-cart .ladi-cart-quantity input {
    width: 24px;
    text-align: center;
    height: 22px;
    -moz-appearance: textfield;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.ladi-cart .ladi-cart-quantity input::-webkit-inner-spin-button,
.ladi-cart .ladi-cart-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ladi-cart .ladi-cart-quantity button {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    text-align: center;
    width: 21px;
    height: 22px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ladi-cart .ladi-cart-quantity button:active {
    transform: translateY(2px);
    transition: transform 0.2s linear;
}
.ladi-cart .ladi-cart-quantity button span {
    font-size: 18px;
    position: relative;
    left: 0.5px;
}
.ladi-cart .ladi-cart-quantity button:first-child span {
    top: -1.2px;
}
.ladi-cart .ladi-cart-price {
    width: 100px;
    vertical-align: middle;
    text-align: right;
    padding: 0 10px 0 5px;
}
.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span {
    text-decoration: line-through;
    display: block;
    margin-bottom: 3px;
}
.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-price span.price-compare {
    text-decoration: none;
    color: #e85d04;
    font-weight: 700;
    margin-bottom: 0;
}
.ladi-cart .ladi-cart-row.has-promotion .ladi-cart-title span.promotion-name {
    margin-top: 5px;
    display: block;
    word-break: break-word;
}
.ladi-cart .ladi-cart-action {
    width: 28px;
    vertical-align: middle;
    text-align: center;
}
.ladi-cart .ladi-cart-action button {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    text-align: center;
    width: 25px;
    height: 22px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ladi-cart .ladi-cart-action button:active {
    transform: translateY(2px);
    transition: transform 0.2s linear;
}
.ladi-cart .ladi-cart-action button span {
    font-size: 13px;
    position: relative;
    top: 0.5px;
}
.ladi-video {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}
.ladi-video .ladi-video-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.ladi-group {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-button-group {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-button-group > .ladi-element {
    transition: inherit;
}
.ladi-button-group > .ladi-element > .ladi-button {
    transition: inherit;
}
.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.ladi-html-code {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.ladi-image .ladi-image-background {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.ladi-headline {
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}
.ladi-headline a {
    text-decoration: underline;
}
.ladi-paragraph {
    width: 100%;
    display: inline-block;
}
.ladi-paragraph a {
    text-decoration: underline;
}
.ladi-list-paragraph {
    width: 100%;
    display: inline-block;
}
.ladi-list-paragraph a {
    text-decoration: underline;
}
.ladi-list-paragraph ul li {
    position: relative;
    counter-increment: linum;
}
.ladi-list-paragraph ul li:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
}
.ladi-list-paragraph ul li:last-child {
    padding-bottom: 0 !important;
}
.ladi-line {
    position: relative;
}
.ladi-line .ladi-line-container {
    border-bottom: 0 !important;
    border-right: 0 !important;
    width: 100%;
    height: 100%;
}
a[data-action] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}
a:visited {
    color: inherit;
}
a:link {
    color: inherit;
}
.button-unmute {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.button-unmute div {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
}
[data-opacity="0"] {
    opacity: 0;
}
[data-hidden="true"] {
    display: none;
}
[data-action="true"] {
    cursor: pointer;
}
.ladi-hidden {
    display: none;
}
.backdrop-popup {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000060;
}
.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: rgba(0, 0, 0, 0.5);
}
.lightbox-screen .lightbox-close {
    position: absolute;
    z-index: 9000000090;
    cursor: pointer;
}
.lightbox-screen .lightbox-hidden {
    display: none;
}
.ladi-animation-hidden {
    visibility: hidden !important;
}
.ladi-lazyload {
    background-image: none !important;
}
.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important;
}
.ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    border-radius: 100%;
}
.ladi-form-quantity {
    display: -webkit-inline-flex;
    display: inline-flex;
    border-color: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity .ladi-form-control {
    text-align: center;
    pointer-events: none;
    -moz-appearance: textfield;
    width: calc(100% - 45px);
    padding: 0;
    min-width: 24px;
    border-top: 1px hidden;
    border-bottom: 1px hidden;
    border-color: inherit;
}
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-inner-spin-button,
.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item.ladi-form-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ladi-form-quantity button {
    border: 1px hidden;
    border-color: inherit;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 100%;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ladi-form-quantity button span {
    font-size: 18px;
    position: relative;
    left: 0.5px;
}
.ladi-form-quantity button:first-child span {
    top: -1.2px;
}
.ladi-form [data-variant="true"] select option[disabled] {
    background: #fff;
    color: #b8b8b8 !important;
}
.ladi-story-page-progress-bar {
    width: 100%;
    height: 25px;
    position: fixed;
    top: 0;
    left: 0;
}
.ladi-story-page-progress-bar-item {
    height: 100%;
    width: 100%;
    display: block;
    float: left;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}
.ladi-story-page-progress-bar-item:before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    width: 100%;
    height: 4px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ladi-story-page-progress-bar-item.active:before {
    background: #fff;
}
.ladi-story-page-progress-bar-item span {
    background: #fff;
    border-radius: 10px;
    height: 4px;
    display: block;
    margin: auto 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.3s linear;
    width: 0%;
}
.ladi-carousel .ladi-carousel-arrow,
.ladi-collection .ladi-collection-arrow,
.ladi-collection .ladi-collection-button-next,
.ladi-gallery .ladi-gallery-control .ladi-gallery-control-arrow,
.ladi-gallery .ladi-gallery-view .ladi-gallery-view-arrow,
.ladi-section .ladi-section-arrow-down {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
#SECTION_POPUP .popup-close,
.ladi-section .ladi-section-close,
.lightbox-screen .lightbox-close {
    display: none;
    width: 18px;
    height: 18px;
    margin: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20148.1%20148.1%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M83.4%2C74l54.1-54.1c2.6-2.6%2C2.6-6.8%2C0-9.3c-2.6-2.6-6.8-2.6-9.3%2C0L74%2C64.7L20%2C10.5c-2.6-2.6-6.8-2.6-9.3%2C0c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3l54%2C54.1l-54.1%2C54.1c-2.6%2C2.6-2.6%2C6.8%2C0%2C9.3c2.6%2C2.6%2C6.8%2C2.6%2C9.3%2C0l54.1-54l54.1%2C54.1c1.3%2C1.3%2C3%2C1.9%2C4.7%2C1.9s3.4-0.6%2C4.7-1.9c1.3-1.3%2C2-3.1%2C2-4.9c0-1.7-0.8-3.4-2-4.6L83.4%2C74z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
#BODY_BACKGROUND {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh !important;
}
#POPUP_BLOG .ladi-headline img,
#POPUP_BLOG .ladi-paragraph img {
    max-width: 100%;
}
@media (min-width: 768px) {
    .ladi-fullwidth {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important;
        box-sizing: border-box !important;
        transform: none !important;
    }
    .ladi-fullwidth .ladi-gallery-view-item {
        transition-duration: 1.5s;
    }
}
@media (max-width: 767px) {
    .ladi-element.ladi-auto-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100% !important;
        left: 0 !important;
        -webkit-overflow-scrolling: touch;
    }
    .ladi-section.ladi-auto-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .ladi-carousel .ladi-carousel-content {
        transition: left 0.3s ease-in-out;
    }
    .ladi-gallery .ladi-gallery-view > .ladi-gallery-view-item {
        transition: transform 0.3s ease-in-out;
    }
    #POPUP_BLOG .ladi-headline img,
    #POPUP_BLOG .ladi-paragraph img {
        height: auto !important;
    }
}
.ladi-notify-transition {
    transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.ladi-notify {
    padding: 5px;
    box-shadow: 0 0 1px rgba(64, 64, 64, 0.3), 0 8px 50px rgba(64, 64, 64, 0.05);
    border-radius: 40px;
    color: rgba(64, 64, 64, 1);
    background: rgba(250, 250, 250, 0.9);
    line-height: 1.6;
    width: 100%;
    height: 100%;
    font-size: 13px;
}
.ladi-notify .ladi-notify-image img {
    float: left;
    margin-right: 13px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    pointer-events: none;
}
.ladi-notify .ladi-notify-title {
    font-size: 100%;
    height: 17px;
    overflow: hidden;
    font-weight: 700;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}
.ladi-notify .ladi-notify-content {
    font-size: 92.308%;
    height: 17px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    padding-top: 2px;
}
.ladi-notify .ladi-notify-time {
    line-height: 1.6;
    font-size: 84.615%;
    display: inline-block;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 155px);
    overflow: hidden;
}
.ladi-notify .ladi-notify-copyright {
    font-size: 76.9231%;
    margin-left: 2px;
    position: relative;
    padding: 0 5px;
    cursor: pointer;
    opacity: 0.6;
    display: inline-block;
    top: -4px;
}
.ladi-notify .ladi-notify-copyright svg {
    vertical-align: middle;
}
.ladi-notify .ladi-notify-copyright svg:not(:root) {
    overflow: hidden;
}
.ladi-notify .ladi-notify-copyright div {
    text-decoration: none;
    color: rgba(64, 64, 64, 1);
    display: inline;
}
.ladi-notify .ladi-notify-copyright strong {
    font-weight: 700;
}
.builder-container .ladi-notify {
    transition: unset;
}
.ladi-spin-lucky {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0 0 7px 0 rgba(64, 64, 64, 0.6), 0 8px 50px rgba(64, 64, 64, 0.3);
    background-repeat: no-repeat;
    background-size: cover;
}
.ladi-spin-lucky .ladi-spin-lucky-start {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20%;
    height: 20%;
    cursor: pointer;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
}
.ladi-spin-lucky .ladi-spin-lucky-start:hover {
    transform: scale(1.1);
}
.ladi-spin-lucky .ladi-spin-lucky-screen {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
    -webkit-transition: transform 7s cubic-bezier(0.25, 0.1, 0, 1);
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    text-transform: inherit;
}
.ladi-spin-lucky .ladi-spin-lucky-screen:before {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.ladi-spin-lucky .ladi-spin-lucky-label {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 42%;
    padding-left: 12%;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    text-decoration-line: inherit;
    -webkit-text-decoration-line: inherit;
    text-transform: inherit;
    line-height: 1.6;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 0 2px;
}

@media (min-width: 768px) {
    .ladi-section .ladi-container {
        width: 1200px;
    }
}
@media (max-width: 767px) {
    .ladi-section .ladi-container {
        width: 420px;
    }
}


@media (min-width: 768px) {
    #SECTION_POPUP {
        height: 0px;
    }
    #SECTION_POPUP .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION4 {
        height: 41.7px;
    }
    #SECTION4 > .ladi-section-background {
        background-color: rgb(4, 18, 46);
    }
    #SECTION4 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION7 {
        height: 738.7px;
        display: none !important;
    }
    #SECTION7 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE35 {
        width: 430px;
        top: 114.7px;
        left: 90px;
    }
    #HEADLINE35 > .ladi-headline {
        font-family: "Poppins-Bold.ttf";
        color: rgb(44, 60, 115);
        font-size: 38px;
        line-height: 1.2;
    }
    #HEADLINE36 {
        width: 330px;
        top: 74.7px;
        left: 90px;
    }
    #HEADLINE36 > .ladi-headline {
        font-family: "Poppins-Regular.ttf";
        color: rgb(160, 160, 160);
        font-size: 11px;
        letter-spacing: 6px;
        line-height: 1.6;
    }
    #PARAGRAPH37 {
        width: 419px;
        top: 268.7px;
        left: 131px;
    }
    #PARAGRAPH37 > .ladi-paragraph {
        color: rgb(152, 152, 152);
        font-size: 15px;
        line-height: 1.8;
    }
    #BUTTON_TEXT39 {
        width: 188px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT39 > .ladi-headline {
        font-family: "Poppins-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON39 {
        width: 190px;
        height: 50px;
        top: 597.7px;
        left: 131px;
    }
    #BUTTON39 > .ladi-button > .ladi-button-background {
        background-color: rgb(57, 138, 244);
    }
    #BUTTON39 > .ladi-button {
        border-style: solid;
        border-color: rgb(85, 159, 255);
        border-width: 1px;
        border-radius: 77px;
    }
    #BUTTON39 > .ladi-button:hover {
        opacity: 0.8;
    }
    #PARAGRAPH41 {
        width: 170px;
        top: 609.2px;
        left: 390px;
    }
    #PARAGRAPH41 > .ladi-paragraph {
        color: rgb(191, 191, 191);
        font-size: 15px;
        line-height: 1.8;
    }
    #LINE42 {
        height: 24px;
        top: 607.7px;
        left: 349px;
    }
    #LINE42 > .ladi-line > .ladi-line-container {
        border-top: 0px !important;
        border-right: 1px solid rgb(217, 217, 217);
        border-bottom: 1px solid rgb(217, 217, 217);
        border-left: 1px solid rgb(217, 217, 217);
    }
    #LINE42 > .ladi-line {
        height: 100%;
        padding: 0px 8px;
    }
    #LINE43 {
        width: 70px;
        top: 226.7px;
        left: 90px;
    }
    #LINE43 > .ladi-line > .ladi-line-container {
        border-top: 3px solid rgb(85, 159, 255);
        border-right: 3px solid rgb(85, 159, 255);
        border-bottom: 3px solid rgb(85, 159, 255);
        border-left: 0px !important;
    }
    #LINE43 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #PARAGRAPH92 {
        width: 491px;
        top: 9.4px;
        left: 90px;
    }
    #PARAGRAPH92 > .ladi-paragraph {
        color: rgb(136, 136, 136);
        font-size: 12px;
        line-height: 1.8;
    }
    #PARAGRAPH93 {
        width: 341px;
        top: 9.4px;
        left: 770px;
    }
    #PARAGRAPH93 > .ladi-paragraph {
        color: rgb(111, 111, 111);
        font-size: 12px;
        text-align: right;
        line-height: 1.8;
    }
    #IMAGE132 {
        width: 450px;
        height: 557px;
        top: 74.7px;
        left: 660px;
    }
    #IMAGE132 > .ladi-image > .ladi-image-background {
        width: 450px;
        height: 675px;
        top: 0px;
        left: 0px;
        background-image: url("../images/2-20211227063417.jpg");
    }
    #BOX189 {
        width: 143px;
        height: 143px;
        top: 545.7px;
        left: 1039px;
    }
    #BOX189 > .ladi-box {
        background-color: rgba(57, 138, 245, 0.6);
        border-radius: 208px;
    }
    #BOX190 {
        width: 276px;
        height: 276px;
        top: 204.7px;
        left: 583px;
    }
    #BOX190 > .ladi-box {
        background-color: rgba(224, 231, 240, 0.6);
        border-radius: 208px;
    }
    #BOX207 {
        width: 10px;
        height: 10px;
        top: 186.1px;
        left: 300px;
    }
    #BOX207 > .ladi-box {
        background-color: rgb(57, 138, 244);
    }
    #SECTION656 {
        height: 698.9px;
        display: none !important;
    }
    #SECTION656 > .ladi-overlay {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/bg-1-20211228105321.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.28;
        mix-blend-mode: soft-light;
        will-change: transform, opacity;
    }
    #SECTION656 > .ladi-section-background {
        background-color: rgb(20, 30, 50);
    }
    #SECTION656 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE722 {
        width: 300px;
        top: 135.3px;
        left: 90px;
    }
    #HEADLINE722 > .ladi-headline {
        font-family: "Montserrat-Bold.otf";
        color: rgb(255, 255, 255);
        font-size: 43px;
        text-align: left;
        line-height: 1.4;
    }
    #HEADLINE722.ladi-animation > .ladi-headline {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #PARAGRAPH723 {
        width: 293px;
        top: 203.3px;
        left: 390px;
    }
    #PARAGRAPH723 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: left;
        line-height: 1.8;
    }
    #PARAGRAPH723.ladi-animation > .ladi-paragraph {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #BUTTON_TEXT724 {
        width: 178px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT724 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON724 {
        width: 210px;
        height: 46px;
        top: 205.3px;
        left: 730px;
    }
    #BUTTON724 > .ladi-button > .ladi-button-background {
        background-color: rgb(19, 64, 122);
        opacity: 0.49;
    }
    #BUTTON724 > .ladi-button {
        border-style: solid;
        border-color: rgb(57, 138, 244);
        border-width: 2px;
        border-radius: 77px;
    }
    #BUTTON724.ladi-animation > .ladi-button {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #BUTTON724 > .ladi-button:hover {
        border-color: rgb(255, 255, 255);
    }
    #BUTTON724 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(1, 112, 255) !important;
    }
    #HEADLINE727 {
        width: 331px;
        top: 85.3px;
        left: 90px;
    }
    #HEADLINE727 > .ladi-headline {
        font-family: "Poppins-Regular.ttf";
        color: rgb(160, 160, 160);
        font-size: 10px;
        text-align: left;
        letter-spacing: 8px;
        line-height: 1.6;
    }
    #HEADLINE727.ladi-animation > .ladi-headline {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #SECTION721 {
        height: 412.6px;
        display: none !important;
    }
    #SECTION721 > .ladi-overlay {
        background-color: rgb(1, 5, 32);
        opacity: 0.3;
        mix-blend-mode: overlay;
        will-change: transform, opacity;
    }
    #SECTION721 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/bgr_product1-20220106104638.jpg");
        background-position: center bottom;
        background-repeat: no-repeat;
    }
    #SECTION721 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION923 {
        height: 288.31px;
        display: none !important;
    }
    #SECTION923 > .ladi-section-background {
        background-color: rgb(20, 20, 20);
    }
    #SECTION923 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #BOX1051 {
        width: 420px;
        height: 80px;
        top: 0px;
        left: 0px;
    }
    #BOX1051 > .ladi-box {
        background-color: rgb(36, 36, 36);
    }
    #IMAGE1053 {
        width: 27px;
        height: 19.3091px;
        top: 0px;
        left: 24.5px;
    }
    #IMAGE1053 > .ladi-image > .ladi-image-background {
        width: 27px;
        height: 19.3091px;
        top: 0px;
        left: 0px;
        background-image: url("../images/asset-15icon-20210409073430.png");
    }
    #IMAGE1053 > .ladi-image {
        opacity: 0.4;
    }
    #HEADLINE1054 {
        width: 76px;
        top: 26px;
        left: 0px;
    }
    #HEADLINE1054 > .ladi-headline {
        opacity: 0.4;
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1052 {
        width: 76px;
        height: 45px;
        top: 19px;
        left: 334.054px;
    }
    #IMAGE1056 {
        width: 25.3008px;
        height: 25.6509px;
        top: 0px;
        left: 25.35px;
    }
    #IMAGE1056 > .ladi-image > .ladi-image-background {
        width: 25.3008px;
        height: 25.6509px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/career-20211231032435.svg");
    }
    #HEADLINE1057 {
        width: 76px;
        top: 29.171px;
        left: 0px;
    }
    #HEADLINE1057 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1055 {
        width: 76px;
        height: 48.171px;
        top: 15.829px;
        left: 172.028px;
    }
    #IMAGE1059 {
        width: 26px;
        height: 25.6451px;
        top: 0px;
        left: 25px;
    }
    #IMAGE1059 > .ladi-image > .ladi-image-background {
        width: 26px;
        height: 25.6451px;
        top: 0px;
        left: 0px;
        background-image: url("../images/asset-14icon-20210409073430.png");
    }
    #IMAGE1059 > .ladi-image {
        opacity: 0.4;
    }
    #HEADLINE1060 {
        width: 76px;
        top: 29.168px;
        left: 0px;
    }
    #HEADLINE1060 > .ladi-headline {
        opacity: 0.4;
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1058 {
        width: 76px;
        height: 48.168px;
        top: 15.832px;
        left: 91.014px;
    }
    #IMAGE1062 {
        width: 23px;
        height: 25.1905px;
        top: 0px;
        left: 26.5px;
    }
    #IMAGE1062 > .ladi-image > .ladi-image-background {
        width: 23px;
        height: 25.1905px;
        top: 0px;
        left: 0px;
        background-image: url("../images/faq-01-20211231033222.png");
    }
    #IMAGE1062 > .ladi-image {
        opacity: 0.4;
    }
    #HEADLINE1063 {
        width: 76px;
        top: 28.941px;
        left: 0px;
    }
    #HEADLINE1063 > .ladi-headline {
        opacity: 0.4;
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1061 {
        width: 76px;
        height: 47.941px;
        top: 16.059px;
        left: 253.041px;
    }
    #IMAGE1065 {
        width: 26px;
        height: 25.9019px;
        top: 0px;
        left: 25px;
    }
    #IMAGE1065 > .ladi-image > .ladi-image-background {
        width: 26px;
        height: 25.9019px;
        top: 0px;
        left: 0px;
        background-image: url("../images/asset-12icon-20210409073429.png");
    }
    #IMAGE1065 > .ladi-image {
        opacity: 0.4;
    }
    #HEADLINE1066 {
        width: 76px;
        top: 29.296px;
        left: 0px;
    }
    #HEADLINE1066 > .ladi-headline {
        opacity: 0.4;
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1064 {
        width: 76px;
        height: 48.296px;
        top: 15.704px;
        left: 10px;
    }
    #GROUP1050 {
        width: 420px;
        height: 80px;
        top: 52.9px;
        left: 460px;
    }
    #SECTION1049 {
        height: 288.31px;
        display: none !important;
    }
    #SECTION1049 > .ladi-section-background {
        background-color: rgb(20, 20, 20);
    }
    #SECTION1049 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HTML_CODE1086 {
        width: 100px;
        height: 100px;
        top: 0px;
        left: 0px;
        display: none !important;
    }
    #HEADLINE1168 {
        width: 300px;
        top: 135.3px;
        left: 90px;
    }
    #HEADLINE1168 > .ladi-headline {
        font-family: "Montserrat-Bold.otf";
        color: rgb(255, 255, 255);
        font-size: 43px;
        text-align: left;
        line-height: 1.4;
    }
    #HEADLINE1168.ladi-animation > .ladi-headline {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #PARAGRAPH1169 {
        width: 293px;
        top: 203.3px;
        left: 390px;
    }
    #PARAGRAPH1169 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: left;
        line-height: 1.8;
    }
    #PARAGRAPH1169.ladi-animation > .ladi-paragraph {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #BUTTON_TEXT1170 {
        width: 178px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1170 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1170 {
        width: 210px;
        height: 46px;
        top: 205.3px;
        left: 730px;
    }
    #BUTTON1170 > .ladi-button > .ladi-button-background {
        background-color: rgb(19, 64, 122);
        opacity: 0.49;
    }
    #BUTTON1170 > .ladi-button {
        border-style: solid;
        border-color: rgb(57, 138, 244);
        border-width: 2px;
        border-radius: 77px;
    }
    #BUTTON1170.ladi-animation > .ladi-button {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #BUTTON1170 > .ladi-button:hover {
        border-color: rgb(255, 255, 255);
    }
    #BUTTON1170 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(1, 112, 255) !important;
    }
    #HEADLINE1172 {
        width: 331px;
        top: 85.3px;
        left: 90px;
    }
    #HEADLINE1172 > .ladi-headline {
        font-family: "Poppins-Regular.ttf";
        color: rgb(160, 160, 160);
        font-size: 10px;
        text-align: left;
        letter-spacing: 8px;
        line-height: 1.6;
    }
    #HEADLINE1172.ladi-animation > .ladi-headline {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #HTML_CODE1173 {
        width: 100px;
        height: 100px;
        top: 0px;
        left: 0px;
        display: none !important;
    }
    #SECTION1167 {
        height: 412.6px;
        display: none !important;
    }
    #SECTION1167 > .ladi-overlay {
        background-color: rgb(1, 5, 32);
        opacity: 0.49;
    }
    #SECTION1167 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/bg-02-20211231061836_1.jpg");
        background-position: center bottom;
        background-repeat: no-repeat;
    }
    #SECTION1167 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #BUTTON_TEXT1175 {
        width: 63px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1175 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1175 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1175 {
        width: 56.958px;
        height: 40px;
        top: 6.9px;
        left: 760px;
    }
    #BUTTON_TEXT1177 {
        width: 71px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1177 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1177 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1177 {
        width: 83.1361px;
        height: 40px;
        top: 6.9px;
        left: 827.466px;
    }
    #BUTTON_TEXT1179 {
        width: 71px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1179 > .ladi-headline {
        color: rgb(85, 159, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1179 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1179 {
        width: 64.0777px;
        height: 40px;
        top: 6.9px;
        left: 923.048px;
    }
    #BUTTON_TEXT1181 {
        width: 79px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1181 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1181 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1181 {
        width: 71.1975px;
        height: 40px;
        top: 7.1px;
        left: 977.343px;
    }
    #IMAGE1183 {
        width: 128.965px;
        height: 38.0105px;
        top: 9px;
        left: 70px;
    }
    #IMAGE1183 > .ladi-image > .ladi-image-background {
        width: 128.965px;
        height: 49.4152px;
        top: -7px;
        left: 0px;
        background-image: url("../images/neyu-vietnam-ngang-20220107065206_1.png");
    }
    #SHAPE1184 {
        width: 29.066px;
        height: 29.066px;
        top: 9.2px;
        left: 1210px;
        display: none !important;
    }
    #SHAPE1184 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }
    #BUTTON_TEXT1186 {
        width: 30px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1186 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1186 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1186 {
        width: 30px;
        height: 40px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1188 {
        width: 20px;
        height: 16.4706px;
        top: 10.9px;
        left: 32px;
    }
    #IMAGE1188 > .ladi-image > .ladi-image-background {
        width: 20px;
        height: 16.4706px;
        top: 0px;
        left: 0px;
        background-image: url("../images/asset-1icon-20211231035441.png");
    }
    #IMAGE1188 > .ladi-image {
        border-radius: 0px;
    }
    #GROUP1185 {
        width: 52px;
        height: 40px;
        top: 8px;
        left: 1057px;
    }
    #LINE1189 {
        height: 27px;
        top: 14px;
        left: 1039px;
    }
    #LINE1189 > .ladi-line > .ladi-line-container {
        border-top: 0px !important;
        border-right: 1px solid rgb(136, 136, 136);
        border-bottom: 1px solid rgb(136, 136, 136);
        border-left: 1px solid rgb(136, 136, 136);
    }
    #LINE1189 > .ladi-line {
        height: 100%;
        padding: 0px 8px;
    }
    #SECTION1174 {
        height: 54.7px;
    }
    #SECTION1174 > .ladi-section-background {
        background-color: rgb(2, 14, 45);
    }
    #SECTION1174 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #PARAGRAPH1223 {
        width: 111px;
        top: 51.5px;
        left: 600px;
    }
    #PARAGRAPH1223 > .ladi-paragraph {
        color: rgb(247, 247, 247);
        font-size: 12px;
        line-height: 1.8;
    }
    #PARAGRAPH1224 {
        width: 170px;
        top: 83.1004px;
        left: 89.5px;
    }
    #PARAGRAPH1224 > .ladi-paragraph {
        color: rgb(228, 228, 228);
        font-size: 15px;
        line-height: 1.8;
    }
    #IMAGE1225 {
        width: 169.642px;
        height: 50px;
        top: 39.5px;
        left: 70px;
    }
    #IMAGE1225 > .ladi-image > .ladi-image-background {
        width: 169.642px;
        height: 59.6889px;
        top: -9.68885px;
        left: 0px;
        background-image: url("../images/neyu-vietnam-ngang-20220107065206.png");
    }
    #BUTTON_TEXT1226 {
        width: 64px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1226 > .ladi-headline {
        color: rgb(247, 247, 247);
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }
    #BUTTON_TEXT1226 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1226 {
        width: 64.16px;
        height: 40px;
        top: 37.5px;
        left: 390px;
    }
    #BUTTON_TEXT1228 {
        width: 72px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1228 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }
    #BUTTON_TEXT1228 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1228 {
        width: 80px;
        height: 40px;
        top: 64.5px;
        left: 390px;
    }
    #BUTTON_TEXT1230 {
        width: 72px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1230 > .ladi-headline {
        color: rgb(85, 159, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }
    #BUTTON_TEXT1230 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1230 {
        width: 72.18px;
        height: 40px;
        top: 92.5px;
        left: 390px;
    }
    #BUTTON_TEXT1232 {
        width: 80px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1232 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: left;
        line-height: 1.6;
    }
    #BUTTON_TEXT1232 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1232 {
        width: 80.2px;
        height: 40px;
        top: 121.5px;
        left: 390px;
    }
    #PARAGRAPH1234 {
        width: 111px;
        top: 79px;
        left: 600px;
    }
    #PARAGRAPH1234 > .ladi-paragraph {
        color: rgb(247, 247, 247);
        font-size: 12px;
        line-height: 1.8;
    }
    #PARAGRAPH1235 {
        width: 111px;
        top: 106.5px;
        left: 600px;
    }
    #PARAGRAPH1235 > .ladi-paragraph {
        color: rgb(247, 247, 247);
        font-size: 12px;
        line-height: 1.8;
    }
    #PARAGRAPH1236 {
        width: 111px;
        top: 134px;
        left: 600px;
    }
    #PARAGRAPH1236 > .ladi-paragraph {
        color: rgb(247, 247, 247);
        font-size: 12px;
        line-height: 1.8;
    }
    #PARAGRAPH1237 {
        width: 111px;
        top: 161.5px;
        left: 600px;
    }
    #PARAGRAPH1237 > .ladi-paragraph {
        color: rgb(247, 247, 247);
        font-size: 12px;
        line-height: 1.8;
    }
    #BUTTON_TEXT1239 {
        width: 101px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1239 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1239 {
        width: 100.585px;
        height: 35px;
        top: 0px;
        left: 204.415px;
        display: none !important;
    }
    #BUTTON1239 > .ladi-button > .ladi-button-background {
        background-color: rgb(19, 69, 142);
    }
    #BUTTON1239 > .ladi-button {
        border-radius: 3px;
    }
    #FORM_ITEM1241 {
        width: 199.007px;
        height: 35px;
        top: 0px;
        left: 0px;
    }
    #FORM_ITEM1241 input {
        text-transform: uppercase;
    }
    #FORM_ITEM1241 input::placeholder {
        text-transform: initial;
    }
    #FORM_LOGIN1238 {
        width: 305px;
        height: 35px;
        top: 52.504px;
        left: 806px;
    }
    #FORM_LOGIN1238 > .ladi-form {
        color: rgb(149, 149, 149);
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    #FORM_LOGIN1238 .ladi-form-item .ladi-form-control::placeholder,
    #FORM_LOGIN1238 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(149, 149, 149, 1);
    }
    #FORM_LOGIN1238 .ladi-form-item {
        padding-left: 8px;
        padding-right: 8px;
    }
    #FORM_LOGIN1238 .ladi-form-item.ladi-form-checkbox {
        padding-left: 13px;
        padding-right: 13px;
    }
    #FORM_LOGIN1238 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(149%2C%20149%2C%20149%2C%201)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM_LOGIN1238 .ladi-form-item-container,
    #FORM_LOGIN1238 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(40, 67, 126);
        border-width: 1px;
        border-radius: 2px;
    }
    #FORM_LOGIN1238 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(40, 67, 126);
    }
    #FORM_LOGIN1238 .ladi-form-item-background {
        background-color: rgb(23, 35, 73);
        border-radius: 1px;
    }
    #SHAPE1242 {
        width: 24.1667px;
        height: 24.1667px;
        top: 158.917px;
        left: 810px;
    }
    #SHAPE1242:hover > .ladi-shape svg:last-child {
        fill: rgba(56, 80, 164, 1);
    }
    #SHAPE1242 svg:last-child {
        fill: rgba(208, 208, 208, 1);
    }
    #SHAPE1243 {
        width: 24.1667px;
        height: 24.1667px;
        top: 158.917px;
        left: 847.5px;
    }
    #SHAPE1243:hover > .ladi-shape svg:last-child {
        fill: rgba(56, 80, 164, 1);
    }
    #SHAPE1243 svg:last-child {
        fill: rgba(208, 208, 208, 1);
    }
    #SHAPE1244 {
        width: 25px;
        height: 25px;
        top: 158.5px;
        left: 885px;
    }
    #SHAPE1244:hover > .ladi-shape svg:last-child {
        fill: rgba(57, 138, 244, 1);
    }
    #SHAPE1244 svg:last-child {
        fill: rgba(191, 191, 191, 1);
    }
    #IMAGE1245 {
        width: 77.8178px;
        height: 70.0004px;
        top: 9.1px;
        left: 0px;
        display: none !important;
    }
    #IMAGE1245 > .ladi-image > .ladi-image-background {
        width: 77.8178px;
        height: 63.263px;
        top: 0px;
        left: 0px;
        background-image: url("../images/neyu-logo-doc-20220107065206.png");
    }
    #BUTTON_TEXT1247 {
        width: 30px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1247 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1247 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1247 {
        width: 30px;
        height: 40px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1249 {
        width: 20px;
        height: 16.4706px;
        top: 11.5px;
        left: 29px;
    }
    #IMAGE1249 > .ladi-image > .ladi-image-background {
        width: 20px;
        height: 16.4706px;
        top: 0px;
        left: 0px;
        background-image: url("../images/asset-1icon-20211231035441.png");
        background-size: cover;
    }
    #IMAGE1249 > .ladi-image {
        border-radius: 0px;
    }
    #GROUP1246 {
        width: 49px;
        height: 40px;
        top: 149.7px;
        left: 1060px;
    }
    #BUTTON_TEXT1250 {
        width: 160px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1250 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 13px;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1250 {
        width: 100px;
        height: 35px;
        top: 52px;
        left: 1010px;
    }
    #BUTTON1250 > .ladi-button > .ladi-button-background {
        background-color: rgb(19, 69, 142);
    }
    #BUTTON1250 > .ladi-button {
        border-radius: 3px;
    }
    #SECTION1222 {
        height: 242.7px;
    }
    #SECTION1222 > .ladi-section-background {
        background-color: rgb(6, 13, 26);
    }
    #SECTION1222 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE1252 {
        width: 907px;
        top: 322.3px;
        left: 132px;
    }
    #HEADLINE1252 > .ladi-headline {
        color: rgb(242, 242, 242);
        font-size: 23px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1253 {
        width: 261px;
        height: 45px;
        top: 439.8px;
        left: 461.5px;
    }
    #BUTTON1253 > .ladi-button > .ladi-button-background {
        background: #0d61f2;
        background: -webkit-linear-gradient(180deg, #0d61f2, #2f7bfe);
        background: linear-gradient(180deg, #0d61f2, #2f7bfe);
    }
    #BUTTON1253 > .ladi-button {
        border-radius: 6px;
    }
    #BUTTON1253 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(1, 101, 197) !important;
    }
    #BUTTON_TEXT1253 {
        width: 261px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1253 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #IMAGE1254 {
        width: 153px;
        height: 153px;
        top: 135.3px;
        left: 530px;
    }
    #IMAGE1254 > .ladi-image > .ladi-image-background {
        width: 153px;
        height: 153px;
        top: 0px;
        left: 0px;
        background-image: url("../images/logo-neyu-o-opacity-3-20220107103000.gif");
    }
    #IMAGE1254.ladi-animation > .ladi-image {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #PARAGRAPH1256 {
        width: 195px;
        top: 609.3px;
        left: 549px;
    }
    #PARAGRAPH1256 > .ladi-paragraph {
        color: rgb(162, 162, 162);
        font-size: 7px;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 3px;
        line-height: 1.8;
    }
    #IMAGE1257 {
        width: 78px;
        height: 27.5031px;
        top: 604.3px;
        left: 474px;
    }
    #IMAGE1257 > .ladi-image > .ladi-image-background {
        width: 78px;
        height: 27.5031px;
        top: 0px;
        left: 0px;
        background-image: url("../images/neyu-logo-final-01-20220107101211.png");
    }
    #BOX1259 {
        width: 276px;
        height: 276px;
        top: 204.7px;
        left: 583px;
    }
    #BOX1259 > .ladi-box {
        background-color: rgba(224, 231, 240, 0.6);
        border-radius: 208px;
    }
    #HEADLINE1260 {
        width: 430px;
        top: 114.7px;
        left: 90px;
    }
    #HEADLINE1260 > .ladi-headline {
        font-family: "Poppins-Bold.ttf";
        color: rgb(44, 60, 115);
        font-size: 38px;
        line-height: 1.2;
    }
    #HEADLINE1261 {
        width: 330px;
        top: 74.7px;
        left: 90px;
    }
    #HEADLINE1261 > .ladi-headline {
        font-family: "Poppins-Regular.ttf";
        color: rgb(160, 160, 160);
        font-size: 11px;
        letter-spacing: 6px;
        line-height: 1.6;
    }
    #PARAGRAPH1262 {
        width: 419px;
        top: 268.7px;
        left: 131px;
    }
    #PARAGRAPH1262 > .ladi-paragraph {
        color: rgb(152, 152, 152);
        font-size: 15px;
        line-height: 1.8;
    }
    #BUTTON_TEXT1263 {
        width: 188px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1263 > .ladi-headline {
        font-family: "Poppins-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1263 {
        width: 190px;
        height: 50px;
        top: 597.7px;
        left: 131px;
    }
    #BUTTON1263 > .ladi-button > .ladi-button-background {
        background-color: rgb(57, 138, 244);
    }
    #BUTTON1263 > .ladi-button {
        border-style: solid;
        border-color: rgb(85, 159, 255);
        border-width: 1px;
        border-radius: 77px;
    }
    #BUTTON1263 > .ladi-button:hover {
        opacity: 0.8;
    }
    #PARAGRAPH1265 {
        width: 170px;
        top: 609.2px;
        left: 390px;
    }
    #PARAGRAPH1265 > .ladi-paragraph {
        color: rgb(191, 191, 191);
        font-size: 15px;
        line-height: 1.8;
    }
    #LINE1266 {
        height: 24px;
        top: 607.7px;
        left: 349px;
    }
    #LINE1266 > .ladi-line > .ladi-line-container {
        border-top: 0px !important;
        border-right: 1px solid rgb(217, 217, 217);
        border-bottom: 1px solid rgb(217, 217, 217);
        border-left: 1px solid rgb(217, 217, 217);
    }
    #LINE1266 > .ladi-line {
        height: 100%;
        padding: 0px 8px;
    }
    #LINE1267 {
        width: 70px;
        top: 226.7px;
        left: 90px;
    }
    #LINE1267 > .ladi-line > .ladi-line-container {
        border-top: 3px solid rgb(85, 159, 255);
        border-right: 3px solid rgb(85, 159, 255);
        border-bottom: 3px solid rgb(85, 159, 255);
        border-left: 0px !important;
    }
    #LINE1267 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #IMAGE1268 {
        width: 450px;
        height: 557px;
        top: 74.7px;
        left: 660px;
    }
    #IMAGE1268 > .ladi-image > .ladi-image-background {
        width: 450px;
        height: 675px;
        top: 0px;
        left: 0px;
        background-image: url("../images/2-20211227063417.jpg");
    }
    #BOX1269 {
        width: 143px;
        height: 143px;
        top: 545.7px;
        left: 1039px;
    }
    #BOX1269 > .ladi-box {
        background-color: rgba(57, 138, 245, 0.6);
        border-radius: 208px;
    }
    #BOX1270 {
        width: 10px;
        height: 10px;
        top: 186.1px;
        left: 300px;
    }
    #BOX1270 > .ladi-box {
        background-color: rgb(57, 138, 244);
    }
    #SECTION1258 {
        height: 738.7px;
        display: none !important;
    }
    #SECTION1258 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION1298 {
        height: 142.9px;
    }
    #SECTION1298 > .ladi-overlay {
        background-size: cover;
        background-attachment: fixed;
        background-image: url("../images/shutterstock_740208229_huge_3000-20220113041337.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        mix-blend-mode: soft-light;
        will-change: transform, opacity;
    }
    #SECTION1298 > .ladi-section-background {
        background-color: rgb(20, 30, 50);
    }
    #SECTION1298 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION1316 {
        height: 1197.4px;
    }
    #SECTION1316 > .ladi-overlay {
        background-image: url("../images/pattern-20211103103758.gif");
        background-position: center top;
        background-repeat: repeat;
        opacity: 0.6;
    }
    #SECTION1316 > .ladi-section-background {
        background-color: rgb(20, 30, 50);
    }
    #SECTION1316 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE1331 {
        width: 1020px;
        top: 56.3px;
        left: 90px;
    }
    #HEADLINE1331 > .ladi-headline {
        font-family: "Montserrat-Bold.otf";
        color: rgb(255, 255, 255);
        font-size: 37px;
        line-height: 1.6;
    }
    #HEADLINE1332 {
        width: 330px;
        top: 36.3px;
        left: 90px;
    }
    #HEADLINE1332 > .ladi-headline {
        color: rgb(162, 162, 162);
        font-size: 9px;
        letter-spacing: 5px;
        line-height: 1.6;
    }
    #LINE1333 {
        width: 150px;
        top: 35.3px;
        left: 270px;
    }
    #LINE1333 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(85, 159, 255);
        border-right: 2px solid rgb(85, 159, 255);
        border-bottom: 2px solid rgb(85, 159, 255);
        border-left: 0px !important;
    }
    #LINE1333 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #BUTTON_TEXT1396 {
        width: 45px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1396 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1396 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1396 {
        width: 58px;
        height: 40px;
        top: 0px;
        left: 66px;
    }
    #BUTTON_TEXT1398 {
        width: 130px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1398 > .ladi-headline {
        color: rgb(85, 159, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1398 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1398 {
        width: 130px;
        height: 40px;
        top: 0px;
        left: 137px;
    }
    #SHAPE1402 {
        width: 9.5964px;
        height: 24px;
        top: 9px;
        left: 128px;
    }
    #SHAPE1402 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }
    #SHAPE1403 {
        width: 9.5964px;
        height: 24px;
        top: 9px;
        left: 52px;
    }
    #SHAPE1403 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }
    #BUTTON_TEXT1404 {
        width: 50px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1404 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1404 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1404 {
        width: 50px;
        height: 40px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1406 {
        width: 376px;
        top: 102.4px;
        left: 110px;
    }
    #HEADLINE1406 > .ladi-headline {
        font-family: "Montserrat-Bold.otf";
        color: rgb(255, 255, 255);
        font-size: 30px;
        line-height: 1.2;
    }
    #HEADLINE1412 {
        width: 80px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1412 > .ladi-headline {
        color: rgb(187, 187, 187);
        font-size: 15px;
        line-height: 1.6;
    }
    #HEADLINE1414 {
        width: 83px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1414 > .ladi-headline {
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #BUTTON_TEXT1415 {
        width: 170px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1415 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1415 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1415 {
        width: 240px;
        height: 50px;
        top: 102.4px;
        left: 850px;
    }
    #BUTTON1415 > .ladi-button > .ladi-button-background {
        background-color: rgb(57, 138, 244);
    }
    #BUTTON1415 > .ladi-button {
        border-radius: 3px;
    }
    #BUTTON1415 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(19, 103, 211) !important;
    }
    #HEADLINE1417 {
        width: 169px;
        top: 0px;
        left: 81.073px;
    }
    #HEADLINE1417 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(187, 187, 187);
        font-size: 15px;
        line-height: 1.6;
    }
    #HEADLINE1418 {
        width: 89px;
        top: 65px;
        left: 102.183px;
    }
    #HEADLINE1418 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE1419 {
        width: 80px;
        top: 0px;
        left: 83.415px;
    }
    #HEADLINE1419 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #BUTTON_TEXT1420 {
        width: 131px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1420 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6;
    }
    #BUTTON_TEXT1420 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1420 {
        width: 140px;
        height: 40px;
        top: 242.4px;
        left: 90px;
    }
    #BOX1422 {
        width: 1020px;
        height: 150px;
        top: 72.4px;
        left: 90px;
    }
    #BOX1422 > .ladi-box {
        background-color: rgb(29, 44, 75);
    }
    #LINE1423 {
        width: 400px;
        top: 253.4px;
        left: 250px;
    }
    #LINE1423 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(44, 60, 115);
        border-right: 2px solid rgb(44, 60, 115);
        border-bottom: 2px solid rgb(44, 60, 115);
        border-left: 0px !important;
    }
    #LINE1423 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #HEADLINE1426 {
        width: 520px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1426 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 15px;
        line-height: 1.6;
    }
    #PARAGRAPH1427 {
        width: 494px;
        top: 0px;
        left: 26px;
    }
    #PARAGRAPH1427 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: rgb(226, 226, 226);
        font-size: 14px;
        line-height: 1.6;
    }
    #IMAGE1429 {
        width: 15.6px;
        height: 16.956px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1429 > .ladi-image > .ladi-image-background {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
        background-image: url("../images/partern-20211227070513.png");
    }
    #GROUP1430 {
        width: 520px;
        height: 51px;
        top: 50px;
        left: 0px;
    }
    #PARAGRAPH1432 {
        width: 490px;
        top: 0px;
        left: 30px;
    }
    #PARAGRAPH1432 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: rgb(226, 226, 226);
        font-size: 14px;
        line-height: 1.6;
    }
    #IMAGE1433 {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1433 > .ladi-image > .ladi-image-background {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
        background-image: url("../images/partern-20211227070513.png");
    }
    #GROUP1431 {
        width: 520px;
        height: 45px;
        top: 110px;
        left: 0px;
    }
    #GROUP1437 {
        width: 520px;
        height: 155px;
        top: 462.4px;
        left: 110px;
    }
    #HEADLINE1439 {
        width: 520px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1439 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 15px;
        line-height: 1.6;
    }
    #PARAGRAPH1441 {
        width: 490px;
        top: 0px;
        left: 30px;
    }
    #PARAGRAPH1441 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: rgb(226, 226, 226);
        font-size: 14px;
        line-height: 1.6;
    }
    #IMAGE1442 {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1442 > .ladi-image > .ladi-image-background {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
        background-image: url("../images/partern-20211227070513.png");
    }
    #GROUP1440 {
        width: 520px;
        height: 45px;
        top: 50px;
        left: 0px;
    }
    #PARAGRAPH1444 {
        width: 490px;
        top: 0px;
        left: 30px;
    }
    #PARAGRAPH1444 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: rgb(226, 226, 226);
        font-size: 14px;
        line-height: 1.6;
    }
    #IMAGE1445 {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1445 > .ladi-image > .ladi-image-background {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
        background-image: url("../images/partern-20211227070513.png");
    }
    #GROUP1443 {
        width: 520px;
        height: 22px;
        top: 110px;
        left: 0px;
    }
    #GROUP1438 {
        width: 520px;
        height: 132px;
        top: 642.4px;
        left: 110px;
    }
    #HEADLINE1447 {
        width: 520px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1447 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 15px;
        line-height: 1.6;
    }
    #PARAGRAPH1449 {
        width: 490px;
        top: 0px;
        left: 30px;
    }
    #PARAGRAPH1449 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: rgb(226, 226, 226);
        font-size: 14px;
        line-height: 1.6;
    }
    #IMAGE1450 {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1450 > .ladi-image > .ladi-image-background {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
        background-image: url("../images/partern-20211227070513.png");
    }
    #GROUP1448 {
        width: 520px;
        height: 45px;
        top: 50px;
        left: 0px;
    }
    #PARAGRAPH1452 {
        width: 490px;
        top: 0px;
        left: 30px;
    }
    #PARAGRAPH1452 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: rgb(226, 226, 226);
        font-size: 14px;
        line-height: 1.6;
    }
    #IMAGE1453 {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1453 > .ladi-image > .ladi-image-background {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
        background-image: url("../images/partern-20211227070513.png");
    }
    #GROUP1451 {
        width: 520px;
        height: 45px;
        top: 110px;
        left: 0px;
    }
    #GROUP1446 {
        width: 520px;
        height: 155px;
        top: 802.4px;
        left: 110px;
    }
    #BOX1454 {
        width: 560px;
        height: 110px;
        top: 302.4px;
        left: 90px;
    }
    #BOX1454 > .ladi-box {
        background-color: rgb(29, 44, 75);
    }
    #HEADLINE1455 {
        width: 60px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1455 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 1.6;
    }
    #HEADLINE1456 {
        width: 120px;
        top: 0px;
        left: 60px;
    }
    #HEADLINE1456 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(242, 242, 242);
        font-size: 14px;
        line-height: 1.6;
    }
    #GROUP1457 {
        width: 180px;
        height: 22px;
        top: 0px;
        left: 23px;
    }
    #HEADLINE1459 {
        width: 123px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1459 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1.6;
    }
    #HEADLINE1460 {
        width: 120px;
        top: 0px;
        left: 116px;
    }
    #HEADLINE1460 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(242, 242, 242);
        font-size: 14px;
        line-height: 1.6;
    }
    #GROUP1458 {
        width: 236px;
        height: 22px;
        top: 0px;
        left: 25px;
    }
    #HEADLINE1462 {
        width: 91px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1462 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 1.6;
    }
    #HEADLINE1463 {
        width: 80px;
        top: 0px;
        left: 90px;
    }
    #HEADLINE1463 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(242, 242, 242);
        font-size: 14px;
        line-height: 1.6;
    }
    #GROUP1461 {
        width: 170px;
        height: 22px;
        top: 0px;
        left: 30px;
    }
    #HEADLINE1465 {
        width: 91px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1465 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 1.6;
    }
    #HEADLINE1466 {
        width: 80px;
        top: 0px;
        left: 90px;
    }
    #HEADLINE1466 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(242, 242, 242);
        font-size: 14px;
        line-height: 1.6;
    }
    #GROUP1464 {
        width: 170px;
        height: 22px;
        top: 0px;
        left: 30px;
    }
    #SHAPE1467 {
        width: 14px;
        height: 18.9885px;
        top: 3px;
        left: 0px;
    }
    #SHAPE1467 svg:last-child {
        fill: rgba(85, 159, 255, 1);
    }
    #SHAPE1468 {
        width: 17px;
        height: 17px;
        top: 3px;
        left: 0px;
    }
    #SHAPE1468 svg:last-child {
        fill: rgba(85, 159, 255, 1);
    }
    #SHAPE1469 {
        width: 21.5px;
        height: 21.5px;
        top: 0px;
        left: 0px;
    }
    #SHAPE1469 svg:last-child {
        fill: rgba(85, 159, 255, 1);
    }
    #SHAPE1470 {
        width: 21.5px;
        height: 21.5px;
        top: 0px;
        left: 0px;
    }
    #SHAPE1470 svg:last-child {
        fill: rgba(85, 159, 255, 1);
    }
    #BOX1471 {
        width: 420px;
        height: 111px;
        top: 0px;
        left: 0px;
    }
    #BOX1471 > .ladi-box {
        background-color: rgb(29, 44, 75);
    }
    #BOX1471 > .ladi-box:hover {
        opacity: 0.8;
    }
    #HEADLINE1472 {
        width: 373px;
        top: 20px;
        left: 17.7709px;
    }
    #HEADLINE1472 > .ladi-headline {
        font-family: "Montserrat-Medium.otf";
        color: rgb(255, 255, 255);
        font-size: 17px;
        line-height: 1.2;
    }
    #BUTTON_TEXT1473 {
        width: 210px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1473 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6;
    }
    #BUTTON_TEXT1473 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1473 {
        width: 244.286px;
        height: 40px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1476 {
        width: 71px;
        top: 66px;
        left: 17.7709px;
    }
    #HEADLINE1476 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1480 {
        width: 163.415px;
        height: 24px;
        top: 62px;
        left: 235.575px;
    }
    #HEADLINE1483 {
        width: 70px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1483 > .ladi-headline {
        color: rgb(187, 187, 187);
        font-size: 15px;
        line-height: 1.6;
    }
    #HEADLINE1484 {
        width: 180px;
        top: 0px;
        left: 70px;
    }
    #HEADLINE1484 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(187, 187, 187);
        font-size: 15px;
        line-height: 1.6;
    }
    #GROUP1482 {
        width: 250px;
        height: 24px;
        top: 132.4px;
        left: 510px;
    }
    #HEADLINE1486 {
        width: 80px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1486 > .ladi-headline {
        color: rgb(187, 187, 187);
        font-size: 15px;
        line-height: 1.6;
    }
    #HEADLINE1487 {
        width: 160px;
        top: 0px;
        left: 80px;
    }
    #HEADLINE1487 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(187, 187, 187);
        font-size: 15px;
        line-height: 1.6;
    }
    #GROUP1485 {
        width: 240px;
        height: 24px;
        top: 162.4px;
        left: 510px;
    }
    #GROUP1488 {
        width: 250.073px;
        height: 24px;
        top: 102.4px;
        left: 510px;
    }
    #BOX1492 {
        width: 71.0838px;
        height: 30px;
        top: 61px;
        left: 17.7709px;
    }
    #BOX1492 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #BOX1493 {
        width: 97.7401px;
        height: 30px;
        top: 61px;
        left: 97.7401px;
    }
    #BOX1493 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #GROUP1494 {
        width: 420px;
        height: 111px;
        top: 60px;
        left: 0px;
    }
    #BOX1496 {
        width: 420px;
        height: 111px;
        top: 0px;
        left: 0px;
    }
    #BOX1496 > .ladi-box {
        background-color: rgb(29, 44, 75);
    }
    #BOX1496 > .ladi-box:hover {
        opacity: 0.8;
    }
    #BOX1497 {
        width: 97.7401px;
        height: 30px;
        top: 61px;
        left: 97.7401px;
    }
    #BOX1497 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #BOX1498 {
        width: 71.0838px;
        height: 30px;
        top: 61px;
        left: 17.7709px;
    }
    #BOX1498 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #HEADLINE1500 {
        width: 84px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1500 > .ladi-headline {
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #HEADLINE1501 {
        width: 80px;
        top: 0px;
        left: 84.4568px;
    }
    #HEADLINE1501 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #GROUP1499 {
        width: 164.457px;
        height: 24px;
        top: 62px;
        left: 234.532px;
    }
    #HEADLINE1502 {
        width: 373px;
        top: 20px;
        left: 17.7709px;
    }
    #HEADLINE1502 > .ladi-headline {
        font-family: "Montserrat-Medium.otf";
        color: rgb(255, 255, 255);
        font-size: 17px;
        line-height: 1.2;
    }
    #HEADLINE1503 {
        width: 71px;
        top: 66px;
        left: 17.7709px;
    }
    #HEADLINE1503 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE1504 {
        width: 89px;
        top: 65px;
        left: 102.183px;
    }
    #HEADLINE1504 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1495 {
        width: 420px;
        height: 111px;
        top: 180px;
        left: 0px;
    }
    #BOX1506 {
        width: 420px;
        height: 111px;
        top: 0px;
        left: 0px;
    }
    #BOX1506 > .ladi-box {
        background-color: rgb(29, 44, 75);
    }
    #BOX1506 > .ladi-box:hover {
        opacity: 0.8;
    }
    #BOX1507 {
        width: 97.7401px;
        height: 30px;
        top: 61px;
        left: 97.7401px;
    }
    #BOX1507 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #BOX1508 {
        width: 71.0838px;
        height: 30px;
        top: 61px;
        left: 17.7709px;
    }
    #BOX1508 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #HEADLINE1510 {
        width: 82px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1510 > .ladi-headline {
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #HEADLINE1511 {
        width: 80px;
        top: 0px;
        left: 82.3722px;
    }
    #HEADLINE1511 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #GROUP1509 {
        width: 162.372px;
        height: 24px;
        top: 62px;
        left: 236.617px;
    }
    #HEADLINE1512 {
        width: 373px;
        top: 20px;
        left: 17.7709px;
    }
    #HEADLINE1512 > .ladi-headline {
        font-family: "Montserrat-Medium.otf";
        color: rgb(255, 255, 255);
        font-size: 17px;
        line-height: 1.2;
    }
    #HEADLINE1513 {
        width: 71px;
        top: 66px;
        left: 17.7709px;
    }
    #HEADLINE1513 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE1514 {
        width: 89px;
        top: 65px;
        left: 102.183px;
    }
    #HEADLINE1514 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1505 {
        width: 420px;
        height: 111px;
        top: 300px;
        left: 0px;
    }
    #BOX1614 {
        width: 420px;
        height: 111px;
        top: 0px;
        left: 0px;
    }
    #BOX1614 > .ladi-box {
        background-color: rgb(29, 44, 75);
    }
    #BOX1614 > .ladi-box:hover {
        opacity: 0.8;
    }
    #BOX1615 {
        width: 97.7401px;
        height: 30px;
        top: 61px;
        left: 97.7401px;
    }
    #BOX1615 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #BOX1616 {
        width: 71.0838px;
        height: 30px;
        top: 61px;
        left: 17.7709px;
    }
    #BOX1616 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #HEADLINE1618 {
        width: 82px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1618 > .ladi-headline {
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #HEADLINE1619 {
        width: 80px;
        top: 0px;
        left: 82.3722px;
    }
    #HEADLINE1619 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #GROUP1617 {
        width: 162.372px;
        height: 24px;
        top: 62px;
        left: 236.617px;
    }
    #HEADLINE1620 {
        width: 373px;
        top: 20px;
        left: 17.7709px;
    }
    #HEADLINE1620 > .ladi-headline {
        font-family: "Montserrat-Medium.otf";
        color: rgb(255, 255, 255);
        font-size: 17px;
        line-height: 1.2;
    }
    #HEADLINE1621 {
        width: 71px;
        top: 66px;
        left: 17.7709px;
    }
    #HEADLINE1621 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE1622 {
        width: 89px;
        top: 65px;
        left: 102.183px;
    }
    #HEADLINE1622 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1613 {
        width: 420px;
        height: 111px;
        top: 420px;
        left: 0px;
    }
    #BOX1623 {
        width: 560px;
        height: 720px;
        top: 422.4px;
        left: 90px;
    }
    #BOX1623 > .ladi-box {
        background-color: rgb(29, 44, 75);
    }
    #LINE1624 {
        width: 170px;
        top: 11px;
        left: 250px;
    }
    #LINE1624 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(44, 60, 115);
        border-right: 2px solid rgb(44, 60, 115);
        border-bottom: 2px solid rgb(44, 60, 115);
        border-left: 0px !important;
    }
    #LINE1624 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #BUTTON_TEXT1625 {
        width: 140px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1625 > .ladi-headline {
        font-family: "Montserrat-SemiBold.otf";
        color: rgb(255, 255, 255);
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1625 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1625 {
        width: 420px;
        height: 50px;
        top: 540px;
        left: 0px;
    }
    #BUTTON1625 > .ladi-button > .ladi-button-background {
        background-color: rgb(57, 138, 244);
    }
    #BUTTON1625 > .ladi-button {
        border-radius: 3px;
    }
    #BUTTON1625 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(19, 103, 211) !important;
    }
    #GROUP1628 {
        width: 267px;
        height: 40px;
        top: 11.4px;
        left: 86px;
    }
    #GROUP1629 {
        width: 200px;
        height: 22px;
        top: 367.4px;
        left: 370px;
    }
    #GROUP1630 {
        width: 203px;
        height: 22px;
        top: 328.4px;
        left: 110px;
    }
    #GROUP1631 {
        width: 261px;
        height: 22px;
        top: 367.4px;
        left: 108px;
    }
    #GROUP1632 {
        width: 200px;
        height: 22px;
        top: 327.4px;
        left: 370px;
    }
    #SHAPE1633 {
        width: 60px;
        height: 60px;
        top: auto;
        left: auto;
        bottom: 10px;
        right: 10px;
        position: fixed;
        z-index: 90000050;
    }
    #SHAPE1633:hover > .ladi-shape svg:last-child {
        fill: rgba(49, 139, 255, 1);
    }
    #SHAPE1633 svg:last-child {
        fill: rgba(48, 107, 183, 0.6);
    }
    #POPUP1634 {
        width: 470px;
        height: 625px;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        margin: auto;
        border-radius: 2px;
    }
    #POPUP1634 > .ladi-popup > .ladi-overlay {
        border-radius: 1px;
    }
    #POPUP1634 > .ladi-popup > .ladi-popup-background {
        background-color: rgb(29, 44, 75);
        border-radius: 1px;
    }
    #POPUP1634 > .ladi-popup {
        border-style: solid;
        border-color: rgb(50, 69, 132);
        border-width: 1px;
    }
    #HEADLINE1635 {
        width: 350px;
        top: 30.5px;
        left: 58px;
    }
    #HEADLINE1635 > .ladi-headline {
        font-family: "Montserrat-Bold.otf";
        color: rgb(255, 255, 255);
        font-size: 25px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.2;
    }
    #IMAGE1645 {
        width: 56.8421px;
        height: 20px;
        top: 567.5px;
        left: 176px;
    }
    #IMAGE1645 > .ladi-image > .ladi-image-background {
        width: 56.8421px;
        height: 20px;
        top: 0px;
        left: 0px;
        background-image: url("../images/neyu-vietnam-ngang-20220107065206_1.png");
    }
    #HEADLINE1646 {
        width: 60px;
        top: 561.5px;
        left: 231px;
    }
    #HEADLINE1646 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(211, 211, 211);
        font-size: 8px;
        letter-spacing: 2px;
        line-height: 1.6;
    }
    #IMAGE1648 {
        width: 114.286px;
        height: 40px;
        top: 409px;
        left: 254.571px;
    }
    #IMAGE1648 > .ladi-image > .ladi-image-background {
        width: 114.286px;
        height: 40px;
        top: 0px;
        left: 0px;
        background-image: url("../images/captchaimage-20220113092530.jpg");
    }
    #IMAGE1648 > .ladi-image {
        opacity: 0.89;
    }
    #SHAPE1649 {
        width: 30px;
        height: 30px;
        top: 0;
        left: 11px;
    }
    #SHAPE1649:hover > .ladi-shape {
        opacity: 0.8;
    }
    #SHAPE1649 svg:last-child {
        fill: rgba(251, 253, 255, 1);
    }
    #BOX1650 {
        width: 50px;
        height: 42px;
        top: -6px;
        left: 0px;
    }
    #BOX1650 > .ladi-box {
        background-color: rgba(88, 162, 255, 0.4);
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    #BOX1650 > .ladi-box:hover {
        opacity: 0.8;
    }
    #FORM_ITEM1644 {
        width: 350px;
        height: 42.6087px;
        top: 304px;
        left: 0px;
    }
    #FORM_ITEM1643 {
        width: 350px;
        height: 42.6087px;
        top: 182.609px;
        left: 0px;
    }
    #FORM_ITEM1642 {
        width: 350px;
        height: 42.6087px;
        top: 243.478px;
        left: 0px;
    }
    #FORM_ITEM1642 .ladi-form-control-file {
        background: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2237.6087px%22%20height%3D%2237.6087px%22%20viewBox%3D%220%200%2024%2024%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22rgba(209%2C%20209%2C%20209%2C%201.0)%22%3E%3Cpath%20d%3D%22M6.5%2C18%20C4.01471863%2C18%202%2C15.9852814%202%2C13.5%20C2%2C11.0147186%204.01471863%2C9%206.5%2C9%20C6.9194849%2C9%207.3255638%2C9.05739789%207.71081142%2C9.16476838%20C8.72277%2C7.28089089%2010.711801%2C6%2013%2C6%20C15.9817502%2C6%2018.4554927%2C8.17503894%2018.9211951%2C11.0250841%20C20.6555928%2C11.2331085%2022%2C12.7095527%2022%2C14.5%20C22%2C16.4329966%2020.4329966%2C18%2018.5%2C18%20L6.5%2C18%20Z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%2C11%20L12%2C15%22%3E%3C%2Fpath%3E%3Cpolyline%20points%3D%2210%2012%2012%2010%2014%2012%2014%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E")
            no-repeat calc(100% - 5px) center;
        padding-right: 47.6087px;
    }
    #FORM_ITEM1640 {
        width: 350px;
        height: 42.6087px;
        top: 121.739px;
        left: 0px;
    }
    #FORM_ITEM1639 {
        width: 350px;
        height: 42.6087px;
        top: 60.8696px;
        left: 0px;
    }
    #FORM_ITEM1638 {
        width: 350px;
        height: 42.6087px;
        top: 0px;
        left: 0px;
    }
    #BUTTON_TEXT1637 {
        width: 350px;
        top: 10.9565px;
        left: 0px;
    }
    #BUTTON_TEXT1637 > .ladi-headline {
        font-family: "Montserrat-SemiBold.otf";
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1637 {
        width: 350px;
        height: 42.6087px;
        top: 365px;
        left: 0px;
    }
    #BUTTON1637 > .ladi-button > .ladi-button-background {
        background-color: rgb(34, 124, 240);
    }
    #BUTTON1637 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 109, 228) !important;
    }
    #FORM1636 {
        width: 350px;
        height: 407.609px;
        top: 112.5px;
        left: 58px;
    }
    #FORM1636 > .ladi-form {
        font-family: "Montserrat-Light.otf";
        color: rgb(209, 209, 209);
        font-size: 12px;
        line-height: 1.6;
    }
    #FORM1636 .ladi-form-item .ladi-form-control::placeholder,
    #FORM1636 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(209, 209, 209, 1);
    }
    #FORM1636 .ladi-form-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    #FORM1636 .ladi-form-item.ladi-form-checkbox {
        padding-left: 15px;
        padding-right: 15px;
    }
    #FORM1636 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(209%2C%20209%2C%20209%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM1636 .ladi-form-item-container,
    #FORM1636 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(44, 92, 154);
        border-width: 1px;
        border-radius: 3px;
    }
    #FORM1636 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(44, 92, 154);
    }
    #FORM1636 .ladi-form-item-background {
        background-color: rgba(19, 65, 123, 0.3);
        border-radius: 2px;
    }
    #GROUP1651 {
        width: 50px;
        height: 42px;
        top: 414px;
        left: 368px;
    }
    #BOX1653 {
        width: 47%;
        height: 336.3px;
        top: 0;
        left: 0;
    }
    #BOX1653 > .ladi-box {
        background-color: rgb(1, 36, 83);
    }
    #BOX1654 {
        width: 47%;
        height: 335.35px;
        top: 0;
        left: 0;
    }
    #BOX1654 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        opacity: 0.08;
        background-image: url("../images/bg-stor-20211231075744_1.jpg");
        background-position: center top;
        background-repeat: repeat;
    }
    #HEADLINE1655 {
        width: 341px;
        top: 50px;
        left: 90px;
    }
    #HEADLINE1655 > .ladi-headline {
        font-family: "Poppins-Regular.ttf";
        color: rgb(213, 213, 213);
        font-size: 13px;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 3px;
        line-height: 1.6;
    }
    #HEADLINE1655.ladi-animation > .ladi-headline {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #BUTTON_TEXT1657 {
        width: 380px;
        top: 9.70326px;
        left: 0px;
    }
    #BUTTON_TEXT1657 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1657 {
        width: 205.715px;
        height: 37.7349px;
        top: 194.065px;
        left: 0px;
    }
    #BUTTON1657 > .ladi-button > .ladi-button-background {
        background-color: rgb(44, 60, 115);
    }
    #BUTTON1657 > .ladi-button {
        border-radius: 3px;
    }
    #BUTTON1657 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(57, 138, 244) !important;
    }
    #FORM_ITEM1659 {
        width: 400px;
        height: 37.7349px;
        top: 0px;
        left: 0px;
    }
    #FORM_ITEM1660 {
        width: 400px;
        height: 37.7349px;
        top: 48.5163px;
        left: 0px;
    }
    #FORM_ITEM1661 {
        width: 400px;
        height: 86.2512px;
        top: 97.0325px;
        left: 0px;
    }
    #FORM1656 {
        width: 400px;
        height: 231.8px;
        top: 50px;
        left: 619px;
    }
    #FORM1656 > .ladi-form {
        color: rgb(166, 166, 166);
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    #FORM1656 .ladi-form-item .ladi-form-control::placeholder,
    #FORM1656 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(166, 166, 166, 1);
    }
    #FORM1656 .ladi-form-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    #FORM1656 .ladi-form-item.ladi-form-checkbox {
        padding-left: 15px;
        padding-right: 15px;
    }
    #FORM1656 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(166%2C%20166%2C%20166%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM1656 .ladi-form-item-container,
    #FORM1656 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(91, 123, 164);
        border-width: 1px;
        border-radius: 3px;
    }
    #FORM1656 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(91, 123, 164);
    }
    #FORM1656 .ladi-form-item-background {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 2px;
    }
    #HEADLINE1662 {
        width: 320px;
        top: 102.05px;
        left: 89.5px;
    }
    #HEADLINE1662 > .ladi-headline {
        font-family: "Montserrat-Bold.otf";
        color: rgb(255, 255, 255);
        font-size: 38px;
        text-align: left;
        line-height: 1.2;
    }
    #HEADLINE1662.ladi-animation > .ladi-headline {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #PARAGRAPH1663 {
        width: 402px;
        top: 170.75px;
        left: 88.5px;
    }
    #PARAGRAPH1663 > .ladi-paragraph {
        color: rgb(215, 215, 215);
        font-size: 15px;
        line-height: 1.8;
    }
    #PARAGRAPH1663.ladi-animation > .ladi-paragraph {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #LINE1664 {
        width: 73px;
        top: 260.8px;
        left: 90px;
    }
    #LINE1664 > .ladi-line > .ladi-line-container {
        border-top: 5px solid rgb(85, 159, 255);
        border-right: 5px solid rgb(85, 159, 255);
        border-bottom: 5px solid rgb(85, 159, 255);
        border-left: 0px !important;
    }
    #LINE1664 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #SECTION1652 {
        height: 336px;
    }
    #SECTION1652 > .ladi-overlay {
        background-image: url("../images/pattern-20211103103758.gif");
        background-position: center top;
        background-repeat: repeat;
        opacity: 0.6;
    }
    #SECTION1652 > .ladi-section-background {
        background-color: rgb(6, 16, 32);
    }
    #SECTION1652 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #GROUP1665 {
        width: 420px;
        height: 590px;
        top: 242.4px;
        left: 690px;
    }
    #PARAGRAPH1666 {
        width: 520px;
        top: 992.4px;
        left: 110px;
    }
    #PARAGRAPH1666 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: rgb(226, 226, 226);
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
    }
}
@media (max-width: 767px) {
    #SECTION_POPUP {
        height: 0px;
    }
    #SECTION_POPUP .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION4 {
        height: 115px;
    }
    #SECTION4 > .ladi-section-background {
        background-color: rgb(4, 18, 46);
    }
    #SECTION4 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION7 {
        height: 1153px;
        display: none !important;
    }
    #SECTION7 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE35 {
        width: 400px;
        top: 583.66px;
        left: 9.5px;
    }
    #HEADLINE35 > .ladi-headline {
        font-family: "Poppins-Bold.ttf";
        color: rgb(44, 60, 115);
        font-size: 38px;
        line-height: 1.2;
    }
    #HEADLINE36 {
        width: 330px;
        top: 28.66px;
        left: 50px;
    }
    #HEADLINE36 > .ladi-headline {
        font-family: "Poppins-Regular.ttf";
        color: rgb(160, 160, 160);
        font-size: 11px;
        text-align: center;
        letter-spacing: 6px;
        line-height: 1.6;
    }
    #PARAGRAPH37 {
        width: 400px;
        top: 738.66px;
        left: 10px;
    }
    #PARAGRAPH37 > .ladi-paragraph {
        color: rgb(152, 152, 152);
        font-size: 15px;
        line-height: 1.8;
    }
    #BUTTON_TEXT39 {
        width: 188px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT39 > .ladi-headline {
        font-family: "Poppins-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON39 {
        width: 190px;
        height: 50px;
        top: 1052.66px;
        left: 10px;
    }
    #BUTTON39 > .ladi-button > .ladi-button-background {
        background-color: rgb(57, 138, 244);
    }
    #BUTTON39 > .ladi-button {
        border-style: solid;
        border-color: rgb(85, 159, 255);
        border-width: 1px;
        border-radius: 77px;
    }
    #BUTTON39 > .ladi-button:hover {
        opacity: 0.8;
    }
    #PARAGRAPH41 {
        width: 150px;
        top: 1062.66px;
        left: 260px;
    }
    #PARAGRAPH41 > .ladi-paragraph {
        color: rgb(191, 191, 191);
        font-size: 15px;
        line-height: 1.8;
    }
    #LINE42 {
        height: 24px;
        top: 1062.66px;
        left: 220px;
    }
    #LINE42 > .ladi-line > .ladi-line-container {
        border-top: 0px !important;
        border-right: 1px solid rgb(217, 217, 217);
        border-bottom: 1px solid rgb(217, 217, 217);
        border-left: 1px solid rgb(217, 217, 217);
    }
    #LINE42 > .ladi-line {
        height: 100%;
        padding: 0px 8px;
    }
    #LINE43 {
        width: 70px;
        top: 698.66px;
        left: 10px;
    }
    #LINE43 > .ladi-line > .ladi-line-container {
        border-top: 3px solid rgb(85, 159, 255);
        border-right: 3px solid rgb(85, 159, 255);
        border-bottom: 3px solid rgb(85, 159, 255);
        border-left: 0px !important;
    }
    #LINE43 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #PARAGRAPH92 {
        width: 400px;
        top: 10px;
        left: 10px;
    }
    #PARAGRAPH92 > .ladi-paragraph {
        color: rgb(136, 136, 136);
        font-size: 12px;
        text-align: center;
        line-height: 1.8;
    }
    #PARAGRAPH93 {
        width: 341px;
        top: 5.0029px;
        left: -670px;
    }
    #PARAGRAPH93 > .ladi-paragraph {
        color: rgb(111, 111, 111);
        font-size: 12px;
        text-align: right;
        line-height: 1.8;
    }
    #IMAGE132 {
        width: 400px;
        height: 480px;
        top: 72.66px;
        left: 9.5px;
    }
    #IMAGE132 > .ladi-image > .ladi-image-background {
        width: 400px;
        height: 600px;
        top: 0px;
        left: 0px;
        background-image: url("../images/2-20211227063417_1.jpg");
    }
    #BOX189 {
        width: 143px;
        height: 143px;
        top: 38.66px;
        left: -46px;
    }
    #BOX189 > .ladi-box {
        background-color: rgba(57, 138, 245, 0.6);
        border-radius: 208px;
    }
    #BOX190 {
        width: 276px;
        height: 276px;
        top: 407.32px;
        left: 279.5px;
    }
    #BOX190 > .ladi-box {
        background-color: rgba(224, 231, 240, 0.6);
        border-radius: 208px;
    }
    #BOX207 {
        width: 10px;
        height: 10px;
        top: 656.66px;
        left: 210px;
    }
    #BOX207 > .ladi-box {
        background-color: rgb(57, 138, 244);
    }
    #SECTION656 {
        height: 659.431px;
        display: none !important;
    }
    #SECTION656 > .ladi-overlay {
        background-image: url("../images/bg-1-20211228105321.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        mix-blend-mode: soft-light;
        will-change: transform, opacity;
    }
    #SECTION656 > .ladi-section-background {
        background-color: rgb(20, 30, 50);
    }
    #SECTION656 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE722 {
        width: 325px;
        top: 140.768px;
        left: 20px;
    }
    #HEADLINE722 > .ladi-headline {
        font-family: "Montserrat-Bold.otf";
        color: rgb(255, 255, 255);
        font-size: 31px;
        line-height: 1.2;
    }
    #HEADLINE722.ladi-animation > .ladi-headline {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #PARAGRAPH723 {
        width: 240px;
        top: 239.928px;
        left: 20px;
    }
    #PARAGRAPH723 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 1.8;
    }
    #PARAGRAPH723.ladi-animation > .ladi-paragraph {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #BUTTON_TEXT724 {
        width: 206px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT724 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON724 {
        width: 181.5px;
        height: 50px;
        top: 349.928px;
        left: 20px;
    }
    #BUTTON724 > .ladi-button > .ladi-button-background {
        background-color: rgb(19, 64, 122);
        opacity: 0.49;
    }
    #BUTTON724 > .ladi-button {
        border-style: solid;
        border-color: rgb(57, 138, 244);
        border-width: 2px;
        border-radius: 77px;
    }
    #BUTTON724.ladi-animation > .ladi-button {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #BUTTON724 > .ladi-button:hover {
        border-color: rgb(255, 255, 255);
    }
    #BUTTON724 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(1, 112, 255) !important;
    }
    #HEADLINE727 {
        width: 316px;
        top: 79.928px;
        left: 20px;
    }
    #HEADLINE727 > .ladi-headline {
        font-family: "Poppins-Regular.ttf";
        color: rgb(160, 160, 160);
        font-size: 11px;
        letter-spacing: 8px;
        line-height: 1.6;
    }
    #HEADLINE727.ladi-animation > .ladi-headline {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #SECTION721 {
        height: 705.5px;
        display: none !important;
    }
    #SECTION721 > .ladi-overlay {
        background-color: rgb(1, 5, 32);
        opacity: 0.3;
        mix-blend-mode: overlay;
        will-change: transform, opacity;
    }
    #SECTION721 > .ladi-section-background {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/bgr_product1-20220106104638_1.jpg");
        background-position: center center;
        background-repeat: no-repeat;
    }
    #SECTION721 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION923 {
        height: 74.2px;
    }
    #SECTION923 > .ladi-section-background {
        background-color: rgb(20, 20, 20);
    }
    #SECTION923 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #BOX1051 {
        width: 420px;
        height: 80px;
        top: 0px;
        left: 0px;
    }
    #BOX1051 > .ladi-box {
        background-color: rgb(36, 36, 36);
    }
    #IMAGE1053 {
        width: 27px;
        height: 19.3091px;
        top: 0px;
        left: 24.5px;
    }
    #IMAGE1053 > .ladi-image > .ladi-image-background {
        width: 27px;
        height: 19.3091px;
        top: 0px;
        left: 0px;
        background-image: url("../images/asset-15icon-20210409073430.png");
    }
    #IMAGE1053 > .ladi-image {
        opacity: 0.4;
    }
    #HEADLINE1054 {
        width: 76px;
        top: 26px;
        left: 0px;
    }
    #HEADLINE1054 > .ladi-headline {
        opacity: 0.4;
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1052 {
        width: 76px;
        height: 45px;
        top: 19px;
        left: 334.054px;
    }
    #IMAGE1056 {
        width: 32.622px;
        height: 25.6509px;
        top: 0px;
        left: 22.35px;
    }
    #IMAGE1056 > .ladi-image > .ladi-image-background {
        width: 32.622px;
        height: 25.6509px;
        top: 0px;
        left: 0px;
        background-image: url("../fonts/career-20211231032435.svg");
    }
    #HEADLINE1057 {
        width: 76px;
        top: 29.171px;
        left: 0px;
    }
    #HEADLINE1057 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1055 {
        width: 76px;
        height: 48.171px;
        top: 15.829px;
        left: 179.028px;
    }
    #IMAGE1059 {
        width: 26px;
        height: 25.6451px;
        top: 0px;
        left: 25px;
    }
    #IMAGE1059 > .ladi-image > .ladi-image-background {
        width: 26px;
        height: 25.6451px;
        top: 0px;
        left: 0px;
        background-image: url("../images/asset-14icon-20210409073430.png");
    }
    #IMAGE1059 > .ladi-image {
        opacity: 0.4;
    }
    #HEADLINE1060 {
        width: 76px;
        top: 29.168px;
        left: 0px;
    }
    #HEADLINE1060 > .ladi-headline {
        opacity: 0.4;
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1058 {
        width: 76px;
        height: 48.168px;
        top: 15.832px;
        left: 95.014px;
    }
    #IMAGE1062 {
        width: 20.459px;
        height: 25.1905px;
        top: 0px;
        left: 29.5px;
    }
    #IMAGE1062 > .ladi-image > .ladi-image-background {
        width: 15.9098px;
        height: 25.1905px;
        top: 0px;
        left: 0px;
        background-image: url("../images/faq-01-20211231033222.png");
    }
    #IMAGE1062 > .ladi-image {
        opacity: 0.4;
    }
    #HEADLINE1063 {
        width: 76px;
        top: 28.941px;
        left: 0px;
    }
    #HEADLINE1063 > .ladi-headline {
        opacity: 0.4;
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1061 {
        width: 76px;
        height: 47.941px;
        top: 16.059px;
        left: 258.041px;
    }
    #IMAGE1065 {
        width: 26px;
        height: 25.9019px;
        top: 0px;
        left: 25px;
    }
    #IMAGE1065 > .ladi-image > .ladi-image-background {
        width: 26px;
        height: 25.9019px;
        top: 0px;
        left: 0px;
        background-image: url("../images/asset-12icon-20210409073429.png");
    }
    #IMAGE1065 > .ladi-image {
        opacity: 0.4;
    }
    #HEADLINE1066 {
        width: 76px;
        top: 29.296px;
        left: 0px;
    }
    #HEADLINE1066 > .ladi-headline {
        opacity: 0.4;
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1064 {
        width: 76px;
        height: 48.296px;
        top: 15.704px;
        left: 10px;
    }
    #GROUP1050 {
        width: 420px;
        height: 80px;
        top: -5.8px;
        left: 0px;
    }
    #SECTION1049 {
        height: 74.2px;
    }
    #SECTION1049 > .ladi-section-background {
        background-color: rgb(20, 20, 20);
    }
    #SECTION1049 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HTML_CODE1086 {
        width: 100px;
        height: 100px;
        top: 530.934px;
        left: 160px;
    }
    #HEADLINE1168 {
        width: 325px;
        top: 140.768px;
        left: 20px;
    }
    #HEADLINE1168 > .ladi-headline {
        font-family: "Montserrat-Bold.otf";
        color: rgb(255, 255, 255);
        font-size: 31px;
        line-height: 1.2;
    }
    #HEADLINE1168.ladi-animation > .ladi-headline {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #PARAGRAPH1169 {
        width: 240px;
        top: 239.928px;
        left: 20px;
    }
    #PARAGRAPH1169 > .ladi-paragraph {
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 1.8;
    }
    #PARAGRAPH1169.ladi-animation > .ladi-paragraph {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #BUTTON_TEXT1170 {
        width: 206px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1170 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1170 {
        width: 181.5px;
        height: 50px;
        top: 349.928px;
        left: 20px;
    }
    #BUTTON1170 > .ladi-button > .ladi-button-background {
        background-color: rgb(19, 64, 122);
        opacity: 0.49;
    }
    #BUTTON1170 > .ladi-button {
        border-style: solid;
        border-color: rgb(57, 138, 244);
        border-width: 2px;
        border-radius: 77px;
    }
    #BUTTON1170.ladi-animation > .ladi-button {
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #BUTTON1170 > .ladi-button:hover {
        border-color: rgb(255, 255, 255);
    }
    #BUTTON1170 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(1, 112, 255) !important;
    }
    #HEADLINE1172 {
        width: 316px;
        top: 79.928px;
        left: 20px;
    }
    #HEADLINE1172 > .ladi-headline {
        font-family: "Poppins-Regular.ttf";
        color: rgb(160, 160, 160);
        font-size: 11px;
        letter-spacing: 8px;
        line-height: 1.6;
    }
    #HEADLINE1172.ladi-animation > .ladi-headline {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #HTML_CODE1173 {
        width: 100px;
        height: 100px;
        top: 530.934px;
        left: 160px;
    }
    #SECTION1167 {
        height: 705.5px;
        display: none !important;
    }
    #SECTION1167 > .ladi-overlay {
        background-color: rgb(25, 59, 124);
        opacity: 0.63;
        mix-blend-mode: overlay;
        will-change: transform, opacity;
    }
    #SECTION1167 > .ladi-section-background {
        background-image: url("../images/bg-02-20211231061836.jpg");
        background-position: center bottom;
        background-repeat: no-repeat;
    }
    #SECTION1167 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #BUTTON_TEXT1175 {
        width: 57px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1175 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1175 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1175 {
        width: 62.88px;
        height: 40px;
        top: 0px;
        left: 474.56px;
    }
    #BUTTON_TEXT1177 {
        width: 83px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1177 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1177 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1177 {
        width: 70.74px;
        height: 40px;
        top: 0px;
        left: 470.63px;
    }
    #BUTTON_TEXT1179 {
        width: 64px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1179 > .ladi-headline {
        color: rgb(85, 159, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1179 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1179 {
        width: 70.74px;
        height: 40px;
        top: 0px;
        left: 470.63px;
    }
    #BUTTON_TEXT1181 {
        width: 71px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1181 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1181 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1181 {
        width: 78.6px;
        height: 40px;
        top: 0px;
        left: 466.7px;
    }
    #IMAGE1183 {
        width: 110px;
        height: 32.421px;
        top: 10px;
        left: 0px;
    }
    #IMAGE1183 > .ladi-image > .ladi-image-background {
        width: 110px;
        height: 42.1484px;
        top: -4.88888px;
        left: 0px;
        background-image: url("../images/neyu-vietnam-ngang-20220107065206_1.png");
    }
    #SHAPE1184 {
        width: 29.066px;
        height: 29.066px;
        top: 20px;
        left: 610px;
    }
    #SHAPE1184 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }
    #BUTTON_TEXT1186 {
        width: 30px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1186 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1186 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1186 {
        width: 30px;
        height: 40px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1188 {
        width: 20px;
        height: 16.4706px;
        top: 11.7059px;
        left: 31px;
    }
    #IMAGE1188 > .ladi-image > .ladi-image-background {
        width: 20px;
        height: 16.4706px;
        top: 0px;
        left: 0px;
        background-image: url("../images/asset-1icon-20211231035441.png");
    }
    #IMAGE1188 > .ladi-image {
        border-radius: 0px;
    }
    #GROUP1185 {
        width: 51px;
        height: 40px;
        top: 4px;
        left: 360px;
    }
    #LINE1189 {
        width: 150px;
        top: 10px;
        left: -180px;
    }
    #LINE1189 > .ladi-line > .ladi-line-container {
        border-top: 1px solid rgb(136, 136, 136);
        border-right: 1px solid rgb(136, 136, 136);
        border-bottom: 1px solid rgb(136, 136, 136);
        border-left: 0px !important;
    }
    #LINE1189 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #SECTION1174 {
        height: 50.0716px;
    }
    #SECTION1174 > .ladi-section-background {
        background-color: rgb(3, 13, 28);
    }
    #SECTION1174 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #PARAGRAPH1223 {
        width: 280px;
        top: 58.935px;
        left: 470px;
    }
    #PARAGRAPH1223 > .ladi-paragraph {
        color: rgb(247, 247, 247);
        font-size: 12px;
        text-align: center;
        line-height: 1.8;
    }
    #PARAGRAPH1224 {
        width: 230px;
        top: 103.462px;
        left: 100px;
    }
    #PARAGRAPH1224 > .ladi-paragraph {
        color: rgb(228, 228, 228);
        font-size: 12px;
        text-align: center;
        line-height: 1.8;
    }
    #IMAGE1225 {
        width: 135.714px;
        height: 40px;
        top: 39.9084px;
        left: -310px;
    }
    #IMAGE1225 > .ladi-image > .ladi-image-background {
        width: 135.714px;
        height: 40px;
        top: 0px;
        left: 0px;
        background-image: url("../images/neyu-vietnam-ngang-20220107065206_1.png");
    }
    #BUTTON_TEXT1226 {
        width: 64px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1226 > .ladi-headline {
        color: rgb(247, 247, 247);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1226 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1226 {
        width: 64.16px;
        height: 40px;
        top: 19.4616px;
        left: 660px;
    }
    #BUTTON_TEXT1228 {
        width: 80px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1228 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1228 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1228 {
        width: 72.18px;
        height: 40px;
        top: 49.435px;
        left: 593.91px;
    }
    #BUTTON_TEXT1230 {
        width: 72px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1230 > .ladi-headline {
        color: rgb(85, 159, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1230 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1230 {
        width: 72.18px;
        height: 40px;
        top: 49.435px;
        left: 593.91px;
    }
    #BUTTON_TEXT1232 {
        width: 80px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1232 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1232 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1232 {
        width: 80.2px;
        height: 40px;
        top: 49.435px;
        left: 589.9px;
    }
    #PARAGRAPH1234 {
        width: 280px;
        top: 58.935px;
        left: 490px;
    }
    #PARAGRAPH1234 > .ladi-paragraph {
        color: rgb(247, 247, 247);
        font-size: 12px;
        text-align: center;
        line-height: 1.8;
    }
    #PARAGRAPH1235 {
        width: 280px;
        top: 58.935px;
        left: 490px;
    }
    #PARAGRAPH1235 > .ladi-paragraph {
        color: rgb(247, 247, 247);
        font-size: 12px;
        text-align: center;
        line-height: 1.8;
    }
    #PARAGRAPH1236 {
        width: 280px;
        top: 58.935px;
        left: 490px;
    }
    #PARAGRAPH1236 > .ladi-paragraph {
        color: rgb(247, 247, 247);
        font-size: 12px;
        text-align: center;
        line-height: 1.8;
    }
    #PARAGRAPH1237 {
        width: 280px;
        top: 58.935px;
        left: 490px;
    }
    #PARAGRAPH1237 > .ladi-paragraph {
        color: rgb(247, 247, 247);
        font-size: 12px;
        text-align: center;
        line-height: 1.8;
    }
    #BUTTON_TEXT1239 {
        width: 101px;
        top: 1.28571px;
        left: 0px;
    }
    #BUTTON_TEXT1239 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1239 {
        width: 100.585px;
        height: 5px;
        top: 0px;
        left: 204.415px;
    }
    #BUTTON1239 > .ladi-button > .ladi-button-background {
        background-color: rgb(19, 69, 142);
    }
    #BUTTON1239 > .ladi-button {
        border-radius: 3px;
    }
    #FORM_ITEM1241 {
        width: 199.007px;
        height: 5px;
        top: 0px;
        left: 0px;
    }
    #FORM_ITEM1241 input {
        text-transform: uppercase;
    }
    #FORM_ITEM1241 input::placeholder {
        text-transform: initial;
    }
    #FORM_LOGIN1238 {
        width: 305px;
        height: 5px;
        top: 119.462px;
        left: 530px;
    }
    #FORM_LOGIN1238 > .ladi-form {
        color: rgb(149, 149, 149);
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    #FORM_LOGIN1238 .ladi-form-item .ladi-form-control::placeholder,
    #FORM_LOGIN1238 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(149, 149, 149, 1);
    }
    #FORM_LOGIN1238 .ladi-form-item {
        padding-left: 8px;
        padding-right: 8px;
    }
    #FORM_LOGIN1238 .ladi-form-item.ladi-form-checkbox {
        padding-left: 13px;
        padding-right: 13px;
    }
    #FORM_LOGIN1238 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(149%2C%20149%2C%20149%2C%201)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM_LOGIN1238 .ladi-form-item-container,
    #FORM_LOGIN1238 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(40, 67, 126);
        border-width: 1px;
        border-radius: 2px;
    }
    #FORM_LOGIN1238 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(40, 67, 126);
    }
    #FORM_LOGIN1238 .ladi-form-item-background {
        background-color: rgb(23, 35, 73);
        border-radius: 1px;
    }
    #SHAPE1242 {
        width: 24px;
        height: 24px;
        top: 149.912px;
        left: 161px;
    }
    #SHAPE1242:hover > .ladi-shape svg:last-child {
        fill: rgba(56, 80, 164, 1);
    }
    #SHAPE1242 svg:last-child {
        fill: rgba(208, 208, 208, 1);
    }
    #SHAPE1243 {
        width: 24px;
        height: 24px;
        top: 149.912px;
        left: 201px;
    }
    #SHAPE1243:hover > .ladi-shape svg:last-child {
        fill: rgba(56, 80, 164, 1);
    }
    #SHAPE1243 svg:last-child {
        fill: rgba(208, 208, 208, 1);
    }
    #SHAPE1244 {
        width: 25px;
        height: 25px;
        top: 149.912px;
        left: 241px;
    }
    #SHAPE1244:hover > .ladi-shape svg:last-child {
        fill: rgba(57, 138, 244, 1);
    }
    #SHAPE1244 svg:last-child {
        fill: rgba(191, 191, 191, 1);
    }
    #IMAGE1245 {
        width: 114.327px;
        height: 89px;
        top: 10.7504px;
        left: 156px;
    }
    #IMAGE1245 > .ladi-image > .ladi-image-background {
        width: 114.327px;
        height: 99px;
        top: 0px;
        left: 0px;
        background-image: url("../images/neyu-logo-doc-20220107065206_1.png");
    }
    #BUTTON_TEXT1247 {
        width: 30px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1247 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1247 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1247 {
        width: 30px;
        height: 40px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1249 {
        width: 20px;
        height: 16.4706px;
        top: 12.7059px;
        left: 31px;
    }
    #IMAGE1249 > .ladi-image > .ladi-image-background {
        width: 20px;
        height: 16.4706px;
        top: 0px;
        left: 0px;
        background-image: url("../images/asset-1icon-20211231035441.png");
        background-size: cover;
    }
    #IMAGE1249 > .ladi-image {
        border-radius: 0px;
    }
    #GROUP1246 {
        width: 51px;
        height: 40px;
        top: 119.908px;
        left: 440px;
    }
    #BUTTON_TEXT1250 {
        width: 100px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1250 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1250 {
        width: 160px;
        height: 40px;
        top: 81.0344px;
        left: -190px;
    }
    #BUTTON1250 > .ladi-button > .ladi-button-background {
        background-color: rgb(19, 69, 142);
    }
    #BUTTON1250 > .ladi-button {
        border-radius: 3px;
    }
    #SECTION1222 {
        height: 194.95px;
    }
    #SECTION1222 > .ladi-section-background {
        background-color: rgb(9, 22, 42);
    }
    #SECTION1222 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE1252 {
        width: 380px;
        top: 279.928px;
        left: 20px;
    }
    #HEADLINE1252 > .ladi-headline {
        color: rgb(242, 242, 242);
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1253 {
        width: 261px;
        height: 45px;
        top: 419.928px;
        left: 80px;
    }
    #BUTTON1253 > .ladi-button > .ladi-button-background {
        background: #0d61f2;
        background: -webkit-linear-gradient(180deg, #0d61f2, #2f7bfe);
        background: linear-gradient(180deg, #0d61f2, #2f7bfe);
    }
    #BUTTON1253 > .ladi-button {
        border-radius: 6px;
    }
    #BUTTON1253 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(1, 101, 197) !important;
    }
    #BUTTON_TEXT1253 {
        width: 261px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1253 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #IMAGE1254 {
        width: 153px;
        height: 153px;
        top: 119.928px;
        left: 133.5px;
    }
    #IMAGE1254 > .ladi-image > .ladi-image-background {
        width: 153px;
        height: 153px;
        top: 0px;
        left: 0px;
        background-image: url("../images/logo-neyu-o-opacity-3-20220107103000.gif");
    }
    #IMAGE1254.ladi-animation > .ladi-image {
        animation-name: fadeIn;
        -webkit-animation-name: fadeIn;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #PARAGRAPH1256 {
        width: 180px;
        top: 602.928px;
        left: 172px;
    }
    #PARAGRAPH1256 > .ladi-paragraph {
        color: rgb(162, 162, 162);
        font-size: 8px;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 3px;
        line-height: 1.8;
    }
    #IMAGE1257 {
        width: 78px;
        height: 27.5031px;
        top: 596.928px;
        left: 97px;
    }
    #IMAGE1257 > .ladi-image > .ladi-image-background {
        width: 78px;
        height: 27.5031px;
        top: 0px;
        left: 0px;
        background-image: url("../images/neyu-logo-final-01-20220107101211.png");
    }
    #BOX1259 {
        width: 276px;
        height: 276px;
        top: 407.32px;
        left: 279.5px;
    }
    #BOX1259 > .ladi-box {
        background-color: rgba(224, 231, 240, 0.6);
        border-radius: 208px;
    }
    #HEADLINE1260 {
        width: 400px;
        top: 583.66px;
        left: 9.5px;
    }
    #HEADLINE1260 > .ladi-headline {
        font-family: "Poppins-Bold.ttf";
        color: rgb(44, 60, 115);
        font-size: 38px;
        line-height: 1.2;
    }
    #HEADLINE1261 {
        width: 330px;
        top: 28.66px;
        left: 50px;
    }
    #HEADLINE1261 > .ladi-headline {
        font-family: "Poppins-Regular.ttf";
        color: rgb(160, 160, 160);
        font-size: 11px;
        text-align: center;
        letter-spacing: 6px;
        line-height: 1.6;
    }
    #PARAGRAPH1262 {
        width: 400px;
        top: 738.66px;
        left: 10px;
    }
    #PARAGRAPH1262 > .ladi-paragraph {
        color: rgb(152, 152, 152);
        font-size: 15px;
        line-height: 1.8;
    }
    #BUTTON_TEXT1263 {
        width: 188px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1263 > .ladi-headline {
        font-family: "Poppins-SemiBold.ttf";
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1263 {
        width: 190px;
        height: 50px;
        top: 1052.66px;
        left: 10px;
    }
    #BUTTON1263 > .ladi-button > .ladi-button-background {
        background-color: rgb(57, 138, 244);
    }
    #BUTTON1263 > .ladi-button {
        border-style: solid;
        border-color: rgb(85, 159, 255);
        border-width: 1px;
        border-radius: 77px;
    }
    #BUTTON1263 > .ladi-button:hover {
        opacity: 0.8;
    }
    #PARAGRAPH1265 {
        width: 150px;
        top: 1062.66px;
        left: 260px;
    }
    #PARAGRAPH1265 > .ladi-paragraph {
        color: rgb(191, 191, 191);
        font-size: 15px;
        line-height: 1.8;
    }
    #LINE1266 {
        height: 24px;
        top: 1062.66px;
        left: 220px;
    }
    #LINE1266 > .ladi-line > .ladi-line-container {
        border-top: 0px !important;
        border-right: 1px solid rgb(217, 217, 217);
        border-bottom: 1px solid rgb(217, 217, 217);
        border-left: 1px solid rgb(217, 217, 217);
    }
    #LINE1266 > .ladi-line {
        height: 100%;
        padding: 0px 8px;
    }
    #LINE1267 {
        width: 70px;
        top: 698.66px;
        left: 10px;
    }
    #LINE1267 > .ladi-line > .ladi-line-container {
        border-top: 3px solid rgb(85, 159, 255);
        border-right: 3px solid rgb(85, 159, 255);
        border-bottom: 3px solid rgb(85, 159, 255);
        border-left: 0px !important;
    }
    #LINE1267 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #IMAGE1268 {
        width: 400px;
        height: 480px;
        top: 72.66px;
        left: 9.5px;
    }
    #IMAGE1268 > .ladi-image > .ladi-image-background {
        width: 400px;
        height: 600px;
        top: 0px;
        left: 0px;
        background-image: url("../images/2-20211227063417_1.jpg");
    }
    #BOX1269 {
        width: 143px;
        height: 143px;
        top: 38.66px;
        left: -46px;
    }
    #BOX1269 > .ladi-box {
        background-color: rgba(57, 138, 245, 0.6);
        border-radius: 208px;
    }
    #BOX1270 {
        width: 10px;
        height: 10px;
        top: 656.66px;
        left: 210px;
    }
    #BOX1270 > .ladi-box {
        background-color: rgb(57, 138, 244);
    }
    #SECTION1258 {
        height: 1153px;
        display: none !important;
    }
    #SECTION1258 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION1298 {
        height: 144.065px;
    }
    #SECTION1298 > .ladi-overlay {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        background-image: url("../images/shutterstock_740208229_huge_3000-20220113041337.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        mix-blend-mode: soft-light;
        will-change: transform, opacity;
    }
    #SECTION1298 > .ladi-section-background {
        background-color: rgb(20, 30, 50);
    }
    #SECTION1298 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #SECTION1316 {
        height: 2158.68px;
    }
    #SECTION1316 > .ladi-overlay {
        background-image: url("../images/pattern-20211103103758.gif");
        background-position: center top;
        background-repeat: repeat;
        opacity: 0.6;
    }
    #SECTION1316 > .ladi-section-background {
        background-color: rgb(20, 30, 50);
    }
    #SECTION1316 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #HEADLINE1331 {
        width: 380px;
        top: 59.9284px;
        left: 20px;
    }
    #HEADLINE1331 > .ladi-headline {
        font-family: "Montserrat-Bold.otf";
        color: rgb(255, 255, 255);
        font-size: 32px;
        line-height: 1.6;
    }
    #HEADLINE1332 {
        width: 380px;
        top: 38px;
        left: 20px;
    }
    #HEADLINE1332 > .ladi-headline {
        color: rgb(162, 162, 162);
        font-size: 9px;
        letter-spacing: 5px;
        line-height: 1.6;
    }
    #LINE1333 {
        width: 131px;
        top: 36px;
        left: 178px;
    }
    #LINE1333 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(85, 159, 255);
        border-right: 2px solid rgb(85, 159, 255);
        border-bottom: 2px solid rgb(85, 159, 255);
        border-left: 0px !important;
    }
    #LINE1333 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #BUTTON_TEXT1396 {
        width: 58px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1396 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1396 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1396 {
        width: 44px;
        height: 40px;
        top: 0px;
        left: 63px;
    }
    #BUTTON_TEXT1398 {
        width: 130px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1398 > .ladi-headline {
        color: rgb(85, 159, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1398 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1398 {
        width: 130px;
        height: 40px;
        top: 0px;
        left: 123px;
    }
    #SHAPE1402 {
        width: 9.5964px;
        height: 24px;
        top: 9px;
        left: 116px;
    }
    #SHAPE1402 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }
    #SHAPE1403 {
        width: 9.5964px;
        height: 24px;
        top: 9px;
        left: 48px;
    }
    #SHAPE1403 svg:last-child {
        fill: rgba(255, 255, 255, 1);
    }
    #BUTTON_TEXT1404 {
        width: 50px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1404 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        line-height: 1.6;
    }
    #BUTTON_TEXT1404 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1404 {
        width: 50px;
        height: 40px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1406 {
        width: 360px;
        top: 101.863px;
        left: 30px;
    }
    #HEADLINE1406 > .ladi-headline {
        font-family: "Montserrat-Bold.otf";
        color: rgb(255, 255, 255);
        font-size: 21px;
        line-height: 1.2;
    }
    #HEADLINE1412 {
        width: 80px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1412 > .ladi-headline {
        color: rgb(187, 187, 187);
        font-size: 15px;
        line-height: 1.6;
    }
    #HEADLINE1414 {
        width: 75px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1414 > .ladi-headline {
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #BUTTON_TEXT1415 {
        width: 240px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1415 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1415 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1415 {
        width: 170px;
        height: 40px;
        top: 261.863px;
        left: 30px;
    }
    #BUTTON1415 > .ladi-button > .ladi-button-background {
        background-color: rgb(57, 138, 244);
    }
    #BUTTON1415 > .ladi-button {
        border-radius: 3px;
    }
    #BUTTON1415 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(19, 103, 211) !important;
    }
    #HEADLINE1417 {
        width: 169px;
        top: 0px;
        left: 81.073px;
    }
    #HEADLINE1417 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(187, 187, 187);
        font-size: 15px;
        line-height: 1.6;
    }
    #HEADLINE1418 {
        width: 80px;
        top: 65px;
        left: 92.4513px;
    }
    #HEADLINE1418 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE1419 {
        width: 72px;
        top: 0px;
        left: 75.4709px;
    }
    #HEADLINE1419 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #BUTTON_TEXT1420 {
        width: 140px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1420 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 15px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6;
    }
    #BUTTON_TEXT1420 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1420 {
        width: 130px;
        height: 40px;
        top: 345.863px;
        left: 20px;
    }
    #BOX1422 {
        width: 380px;
        height: 260px;
        top: 65.8634px;
        left: 20px;
    }
    #BOX1422 > .ladi-box {
        background-color: rgb(29, 44, 75);
    }
    #LINE1423 {
        width: 240px;
        top: 355.863px;
        left: 160px;
    }
    #LINE1423 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(44, 60, 115);
        border-right: 2px solid rgb(44, 60, 115);
        border-bottom: 2px solid rgb(44, 60, 115);
        border-left: 0px !important;
    }
    #LINE1423 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #HEADLINE1426 {
        width: 360px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1426 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 15px;
        line-height: 1.6;
    }
    #PARAGRAPH1427 {
        width: 330px;
        top: 0px;
        left: 30px;
    }
    #PARAGRAPH1427 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: rgb(226, 226, 226);
        font-size: 14px;
        line-height: 1.6;
    }
    #IMAGE1429 {
        width: 15.6px;
        height: 16.956px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1429 > .ladi-image > .ladi-image-background {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
        background-image: url("../images/partern-20211227070513.png");
    }
    #GROUP1430 {
        width: 360px;
        height: 67px;
        top: 50px;
        left: 0px;
    }
    #PARAGRAPH1432 {
        width: 330px;
        top: 0px;
        left: 30px;
    }
    #PARAGRAPH1432 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: rgb(226, 226, 226);
        font-size: 14px;
        line-height: 1.6;
    }
    #IMAGE1433 {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1433 > .ladi-image > .ladi-image-background {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
        background-image: url("../images/partern-20211227070513.png");
    }
    #GROUP1431 {
        width: 360px;
        height: 45px;
        top: 130px;
        left: 0px;
    }
    #GROUP1437 {
        width: 360px;
        height: 175px;
        top: 605.863px;
        left: 30px;
    }
    #HEADLINE1439 {
        width: 360px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1439 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 15px;
        line-height: 1.6;
    }
    #PARAGRAPH1441 {
        width: 330px;
        top: 0px;
        left: 30px;
    }
    #PARAGRAPH1441 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: rgb(226, 226, 226);
        font-size: 14px;
        line-height: 1.6;
    }
    #IMAGE1442 {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1442 > .ladi-image > .ladi-image-background {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
        background-image: url("../images/partern-20211227070513.png");
    }
    #GROUP1440 {
        width: 360px;
        height: 67px;
        top: 50px;
        left: 0px;
    }
    #PARAGRAPH1444 {
        width: 330px;
        top: 0px;
        left: 30px;
    }
    #PARAGRAPH1444 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: rgb(226, 226, 226);
        font-size: 14px;
        line-height: 1.6;
    }
    #IMAGE1445 {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1445 > .ladi-image > .ladi-image-background {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
        background-image: url("../images/partern-20211227070513.png");
    }
    #GROUP1443 {
        width: 360px;
        height: 45px;
        top: 130px;
        left: 0px;
    }
    #GROUP1438 {
        width: 360px;
        height: 175px;
        top: 805.863px;
        left: 30px;
    }
    #HEADLINE1447 {
        width: 360px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1447 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 15px;
        line-height: 1.6;
    }
    #PARAGRAPH1449 {
        width: 330px;
        top: 0px;
        left: 30px;
    }
    #PARAGRAPH1449 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: rgb(226, 226, 226);
        font-size: 14px;
        line-height: 1.6;
    }
    #IMAGE1450 {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1450 > .ladi-image > .ladi-image-background {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
        background-image: url("../images/partern-20211227070513.png");
    }
    #GROUP1448 {
        width: 360px;
        height: 90px;
        top: 50px;
        left: 0px;
    }
    #PARAGRAPH1452 {
        width: 330px;
        top: 0px;
        left: 30px;
    }
    #PARAGRAPH1452 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: rgb(226, 226, 226);
        font-size: 14px;
        line-height: 1.6;
    }
    #IMAGE1453 {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
    }
    #IMAGE1453 > .ladi-image > .ladi-image-background {
        width: 18px;
        height: 16.956px;
        top: 0px;
        left: 0px;
        background-image: url("../images/partern-20211227070513.png");
    }
    #GROUP1451 {
        width: 360px;
        height: 67px;
        top: 160.003px;
        left: 0px;
    }
    #GROUP1446 {
        width: 360px;
        height: 227.003px;
        top: 1015.86px;
        left: 30px;
    }
    #BOX1454 {
        width: 380px;
        height: 180px;
        top: 395.863px;
        left: 20px;
    }
    #BOX1454 > .ladi-box {
        background-color: rgb(29, 44, 75);
    }
    #HEADLINE1455 {
        width: 60px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1455 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 1.6;
    }
    #HEADLINE1456 {
        width: 120px;
        top: 0px;
        left: 60px;
    }
    #HEADLINE1456 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(242, 242, 242);
        font-size: 14px;
        line-height: 1.6;
    }
    #GROUP1457 {
        width: 180px;
        height: 22px;
        top: 0px;
        left: 27px;
    }
    #HEADLINE1459 {
        width: 120px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1459 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1.6;
    }
    #HEADLINE1460 {
        width: 57px;
        top: 0px;
        left: 117px;
    }
    #HEADLINE1460 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(242, 242, 242);
        font-size: 14px;
        line-height: 1.6;
    }
    #GROUP1458 {
        width: 174px;
        height: 22px;
        top: 0px;
        left: 30px;
    }
    #HEADLINE1462 {
        width: 103px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1462 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 1.6;
    }
    #HEADLINE1463 {
        width: 30px;
        top: 0px;
        left: 90px;
    }
    #HEADLINE1463 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(242, 242, 242);
        font-size: 14px;
        line-height: 1.6;
    }
    #GROUP1461 {
        width: 120px;
        height: 22px;
        top: 0.004px;
        left: 30px;
    }
    #HEADLINE1465 {
        width: 90px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1465 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 14px;
        line-height: 1.6;
    }
    #HEADLINE1466 {
        width: 80px;
        top: 0px;
        left: 90px;
    }
    #HEADLINE1466 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(242, 242, 242);
        font-size: 14px;
        line-height: 1.6;
    }
    #GROUP1464 {
        width: 170px;
        height: 22px;
        top: 0px;
        left: 31px;
    }
    #SHAPE1467 {
        width: 14px;
        height: 18.9885px;
        top: 0.676px;
        left: 0px;
    }
    #SHAPE1467 svg:last-child {
        fill: rgba(85, 159, 255, 1);
    }
    #SHAPE1468 {
        width: 17px;
        height: 17px;
        top: 2.5px;
        left: 0px;
    }
    #SHAPE1468 svg:last-child {
        fill: rgba(85, 159, 255, 1);
    }
    #SHAPE1469 {
        width: 21.5px;
        height: 21.5px;
        top: 0px;
        left: 0px;
    }
    #SHAPE1469 svg:last-child {
        fill: rgba(85, 159, 255, 1);
    }
    #SHAPE1470 {
        width: 21.5px;
        height: 21.5px;
        top: 0px;
        left: 0px;
    }
    #SHAPE1470 svg:last-child {
        fill: rgba(85, 159, 255, 1);
    }
    #BOX1471 {
        width: 380px;
        height: 111px;
        top: 0px;
        left: 0px;
    }
    #BOX1471 > .ladi-box {
        background-color: rgb(29, 44, 75);
    }
    #BOX1471 > .ladi-box:hover {
        opacity: 0.8;
    }
    #HEADLINE1472 {
        width: 337px;
        top: 20px;
        left: 16.0784px;
    }
    #HEADLINE1472 > .ladi-headline {
        font-family: "Montserrat-Medium.otf";
        color: rgb(255, 255, 255);
        font-size: 17px;
        line-height: 1.2;
    }
    #BUTTON_TEXT1473 {
        width: 244px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1473 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 15px;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.6;
    }
    #BUTTON_TEXT1473 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1473 {
        width: 210px;
        height: 40px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1476 {
        width: 64px;
        top: 66px;
        left: 16.0784px;
    }
    #HEADLINE1476 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1480 {
        width: 147.852px;
        height: 24px;
        top: 62px;
        left: 213.139px;
    }
    #HEADLINE1483 {
        width: 70px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1483 > .ladi-headline {
        color: rgb(187, 187, 187);
        font-size: 15px;
        line-height: 1.6;
    }
    #HEADLINE1484 {
        width: 180px;
        top: 0px;
        left: 62px;
    }
    #HEADLINE1484 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(187, 187, 187);
        font-size: 15px;
        line-height: 1.6;
    }
    #GROUP1482 {
        width: 242px;
        height: 24px;
        top: 181.863px;
        left: 30px;
    }
    #HEADLINE1486 {
        width: 80px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1486 > .ladi-headline {
        color: rgb(187, 187, 187);
        font-size: 15px;
        line-height: 1.6;
    }
    #HEADLINE1487 {
        width: 160px;
        top: 0px;
        left: 80px;
    }
    #HEADLINE1487 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(187, 187, 187);
        font-size: 15px;
        line-height: 1.6;
    }
    #GROUP1485 {
        width: 240px;
        height: 24px;
        top: 211.863px;
        left: 30px;
    }
    #GROUP1488 {
        width: 250.073px;
        height: 24px;
        top: 151.863px;
        left: 30px;
    }
    #BOX1492 {
        width: 64.3139px;
        height: 30px;
        top: 61px;
        left: 16.0784px;
    }
    #BOX1492 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #BOX1493 {
        width: 88.4315px;
        height: 30px;
        top: 61px;
        left: 88.4315px;
    }
    #BOX1493 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #GROUP1494 {
        width: 380px;
        height: 111px;
        top: 420px;
        left: 0px;
    }
    #BOX1496 {
        width: 380px;
        height: 111px;
        top: 0px;
        left: 0px;
    }
    #BOX1496 > .ladi-box {
        background-color: rgb(29, 44, 75);
    }
    #BOX1496 > .ladi-box:hover {
        opacity: 0.8;
    }
    #BOX1497 {
        width: 88.4315px;
        height: 30px;
        top: 61px;
        left: 88.4315px;
    }
    #BOX1497 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #BOX1498 {
        width: 64.3139px;
        height: 30px;
        top: 61px;
        left: 16.0784px;
    }
    #BOX1498 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #HEADLINE1500 {
        width: 76px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1500 > .ladi-headline {
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #HEADLINE1501 {
        width: 72px;
        top: 0px;
        left: 76.4132px;
    }
    #HEADLINE1501 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #GROUP1499 {
        width: 148.794px;
        height: 24px;
        top: 62px;
        left: 212.196px;
    }
    #HEADLINE1502 {
        width: 337px;
        top: 20px;
        left: 16.0784px;
    }
    #HEADLINE1502 > .ladi-headline {
        font-family: "Montserrat-Medium.otf";
        color: rgb(255, 255, 255);
        font-size: 17px;
        line-height: 1.2;
    }
    #HEADLINE1503 {
        width: 64px;
        top: 66px;
        left: 16.0784px;
    }
    #HEADLINE1503 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE1504 {
        width: 80px;
        top: 65px;
        left: 92.4513px;
    }
    #HEADLINE1504 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1495 {
        width: 380px;
        height: 111px;
        top: 60px;
        left: 0px;
    }
    #BOX1506 {
        width: 380px;
        height: 111px;
        top: 0px;
        left: 0px;
    }
    #BOX1506 > .ladi-box {
        background-color: rgb(29, 44, 75);
    }
    #BOX1506 > .ladi-box:hover {
        opacity: 0.8;
    }
    #BOX1507 {
        width: 88.4315px;
        height: 30px;
        top: 61px;
        left: 88.4315px;
    }
    #BOX1507 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #BOX1508 {
        width: 64.3139px;
        height: 30px;
        top: 61px;
        left: 16.0784px;
    }
    #BOX1508 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #HEADLINE1510 {
        width: 75px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1510 > .ladi-headline {
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #HEADLINE1511 {
        width: 72px;
        top: 0px;
        left: 74.5271px;
    }
    #HEADLINE1511 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #GROUP1509 {
        width: 146.908px;
        height: 24px;
        top: 62px;
        left: 214.082px;
    }
    #HEADLINE1512 {
        width: 337px;
        top: 20px;
        left: 16.0784px;
    }
    #HEADLINE1512 > .ladi-headline {
        font-family: "Montserrat-Medium.otf";
        color: rgb(255, 255, 255);
        font-size: 17px;
        line-height: 1.2;
    }
    #HEADLINE1513 {
        width: 64px;
        top: 66px;
        left: 16.0784px;
    }
    #HEADLINE1513 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE1514 {
        width: 80px;
        top: 65px;
        left: 92.4513px;
    }
    #HEADLINE1514 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1505 {
        width: 380px;
        height: 111px;
        top: 180px;
        left: 0px;
    }
    #BOX1614 {
        width: 380px;
        height: 111px;
        top: 0px;
        left: 0px;
    }
    #BOX1614 > .ladi-box {
        background-color: rgb(29, 44, 75);
    }
    #BOX1614 > .ladi-box:hover {
        opacity: 0.8;
    }
    #BOX1615 {
        width: 88.4315px;
        height: 30px;
        top: 61px;
        left: 88.4315px;
    }
    #BOX1615 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #BOX1616 {
        width: 64.3139px;
        height: 30px;
        top: 61px;
        left: 16.0784px;
    }
    #BOX1616 > .ladi-box {
        background-color: rgb(44, 60, 115);
        border-radius: 5px;
    }
    #HEADLINE1618 {
        width: 75px;
        top: 0px;
        left: 0px;
    }
    #HEADLINE1618 > .ladi-headline {
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #HEADLINE1619 {
        width: 72px;
        top: 0px;
        left: 74.5271px;
    }
    #HEADLINE1619 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(187, 187, 187);
        font-size: 14px;
        line-height: 1.6;
    }
    #GROUP1617 {
        width: 146.908px;
        height: 24px;
        top: 62px;
        left: 214.082px;
    }
    #HEADLINE1620 {
        width: 337px;
        top: 20px;
        left: 16.0784px;
    }
    #HEADLINE1620 > .ladi-headline {
        font-family: "Montserrat-Medium.otf";
        color: rgb(255, 255, 255);
        font-size: 17px;
        line-height: 1.2;
    }
    #HEADLINE1621 {
        width: 64px;
        top: 66px;
        left: 16.0784px;
    }
    #HEADLINE1621 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #HEADLINE1622 {
        width: 80px;
        top: 65px;
        left: 92.4513px;
    }
    #HEADLINE1622 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(232, 232, 232);
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    #GROUP1613 {
        width: 380px;
        height: 111px;
        top: 300px;
        left: 0px;
    }
    #BOX1623 {
        width: 380px;
        height: 880px;
        top: 585.863px;
        left: 20px;
    }
    #BOX1623 > .ladi-box {
        background-color: rgb(29, 44, 75);
    }
    #LINE1624 {
        width: 171px;
        top: 10px;
        left: 210px;
    }
    #LINE1624 > .ladi-line > .ladi-line-container {
        border-top: 2px solid rgb(44, 60, 115);
        border-right: 2px solid rgb(44, 60, 115);
        border-bottom: 2px solid rgb(44, 60, 115);
        border-left: 0px !important;
    }
    #LINE1624 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #BUTTON_TEXT1625 {
        width: 420px;
        top: 9px;
        left: 0px;
    }
    #BUTTON_TEXT1625 > .ladi-headline {
        font-family: "Montserrat-SemiBold.otf";
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON_TEXT1625 > .ladi-headline:hover {
        color: rgb(46, 137, 255);
    }
    #BUTTON1625 {
        width: 140px;
        height: 40px;
        top: 560px;
        left: 120px;
    }
    #BUTTON1625 > .ladi-button > .ladi-button-background {
        background-color: rgb(57, 138, 244);
    }
    #BUTTON1625 > .ladi-button {
        border-radius: 3px;
    }
    #BUTTON1625 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(19, 103, 211) !important;
    }
    #GROUP1628 {
        width: 253px;
        height: 40px;
        top: 5.8634px;
        left: 20px;
    }
    #GROUP1629 {
        width: 201px;
        height: 22px;
        top: 529.863px;
        left: 30px;
    }
    #GROUP1630 {
        width: 207px;
        height: 22px;
        top: 419.863px;
        left: 32px;
    }
    #GROUP1631 {
        width: 204px;
        height: 22px;
        top: 456.528px;
        left: 31px;
    }
    #GROUP1632 {
        width: 150px;
        height: 22.004px;
        top: 493.194px;
        left: 30px;
    }
    #SHAPE1633 {
        width: 59.0004px;
        height: 59.0004px;
        top: auto;
        left: auto;
        bottom: 90px;
        right: 10px;
        position: fixed;
        z-index: 90000050;
        margin-right: calc((100% - 420px) / 2);
    }
    #SHAPE1633 svg:last-child {
        fill: rgba(48, 107, 183, 0.6);
    }
    #POPUP1634 {
        width: 382px;
        height: 585px;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        margin: auto;
        border-radius: 2px;
    }
    #POPUP1634 > .ladi-popup > .ladi-overlay {
        border-radius: 1px;
    }
    #POPUP1634 > .ladi-popup > .ladi-popup-background {
        background-color: rgb(29, 44, 75);
        border-radius: 1px;
    }
    #POPUP1634 > .ladi-popup {
        border-style: solid;
        border-color: rgb(50, 69, 132);
        border-width: 1px;
    }
    #HEADLINE1635 {
        width: 320px;
        top: 21px;
        left: 31px;
    }
    #HEADLINE1635 > .ladi-headline {
        font-family: "Montserrat-Bold.otf";
        color: rgb(255, 255, 255);
        font-size: 23px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2px;
        line-height: 1.2;
    }
    #IMAGE1645 {
        width: 56.8421px;
        height: 20px;
        top: 539.5px;
        left: 131px;
    }
    #IMAGE1645 > .ladi-image > .ladi-image-background {
        width: 56.8421px;
        height: 20px;
        top: 0px;
        left: 0px;
        background-image: url("../images/neyu-vietnam-ngang-20220107065206_1.png");
    }
    #HEADLINE1646 {
        width: 60px;
        top: 534.5px;
        left: 186px;
    }
    #HEADLINE1646 > .ladi-headline {
        font-family: "Montserrat-Light.otf";
        color: rgb(211, 211, 211);
        font-size: 8px;
        letter-spacing: 2px;
        line-height: 1.6;
    }
    #IMAGE1648 {
        width: 112px;
        height: 40px;
        top: 408.7px;
        left: 197.2px;
    }
    #IMAGE1648 > .ladi-image > .ladi-image-background {
        width: 112px;
        height: 40px;
        top: 0px;
        left: 0px;
        background-image: url("../images/captchaimage-20220113092530.jpg");
    }
    #IMAGE1648 > .ladi-image {
        opacity: 0.89;
    }
    #SHAPE1649 {
        width: 30px;
        height: 30px;
        top: 0;
        left: 11px;
    }
    #SHAPE1649:hover > .ladi-shape {
        opacity: 0.8;
    }
    #SHAPE1649 svg:last-child {
        fill: rgba(251, 253, 255, 1);
    }
    #BOX1650 {
        width: 50px;
        height: 42px;
        top: -6px;
        left: 0px;
    }
    #BOX1650 > .ladi-box {
        background-color: rgba(88, 162, 255, 0.4);
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    #BOX1650 > .ladi-box:hover {
        opacity: 0.8;
    }
    #FORM_ITEM1644 {
        width: 320px;
        height: 42px;
        top: 304px;
        left: 0px;
    }
    #FORM_ITEM1643 {
        width: 320px;
        height: 42px;
        top: 182.609px;
        left: 0px;
    }
    #FORM_ITEM1642 {
        width: 320px;
        height: 42px;
        top: 243.478px;
        left: 0px;
    }
    #FORM_ITEM1642 .ladi-form-control-file {
        background: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2237px%22%20height%3D%2237px%22%20viewBox%3D%220%200%2024%2024%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22rgba(209%2C%20209%2C%20209%2C%201.0)%22%3E%3Cpath%20d%3D%22M6.5%2C18%20C4.01471863%2C18%202%2C15.9852814%202%2C13.5%20C2%2C11.0147186%204.01471863%2C9%206.5%2C9%20C6.9194849%2C9%207.3255638%2C9.05739789%207.71081142%2C9.16476838%20C8.72277%2C7.28089089%2010.711801%2C6%2013%2C6%20C15.9817502%2C6%2018.4554927%2C8.17503894%2018.9211951%2C11.0250841%20C20.6555928%2C11.2331085%2022%2C12.7095527%2022%2C14.5%20C22%2C16.4329966%2020.4329966%2C18%2018.5%2C18%20L6.5%2C18%20Z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%2C11%20L12%2C15%22%3E%3C%2Fpath%3E%3Cpolyline%20points%3D%2210%2012%2012%2010%2014%2012%2014%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E")
            no-repeat calc(100% - 5px) center;
        padding-right: 47px;
    }
    #FORM_ITEM1640 {
        width: 320px;
        height: 42px;
        top: 121.739px;
        left: 0px;
    }
    #FORM_ITEM1639 {
        width: 320px;
        height: 42px;
        top: 60.8696px;
        left: 0px;
    }
    #FORM_ITEM1638 {
        width: 320px;
        height: 42px;
        top: 0px;
        left: 0px;
    }
    #BUTTON_TEXT1637 {
        width: 320px;
        top: 10.9565px;
        left: 0px;
    }
    #BUTTON_TEXT1637 > .ladi-headline {
        font-family: "Montserrat-SemiBold.otf";
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1637 {
        width: 320px;
        height: 42px;
        top: 365px;
        left: 0px;
    }
    #BUTTON1637 > .ladi-button > .ladi-button-background {
        background-color: rgb(34, 124, 240);
    }
    #BUTTON1637 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(16, 109, 228) !important;
    }
    #FORM1636 {
        width: 320px;
        height: 407px;
        top: 94px;
        left: 31px;
    }
    #FORM1636 > .ladi-form {
        font-family: "Montserrat-Light.otf";
        color: rgb(209, 209, 209);
        font-size: 12px;
        line-height: 1.6;
    }
    #FORM1636 .ladi-form-item .ladi-form-control::placeholder,
    #FORM1636 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(209, 209, 209, 1);
    }
    #FORM1636 .ladi-form-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    #FORM1636 .ladi-form-item.ladi-form-checkbox {
        padding-left: 15px;
        padding-right: 15px;
    }
    #FORM1636 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(209%2C%20209%2C%20209%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM1636 .ladi-form-item-container,
    #FORM1636 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(44, 92, 154);
        border-width: 1px;
        border-radius: 3px;
    }
    #FORM1636 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(44, 92, 154);
    }
    #FORM1636 .ladi-form-item-background {
        background-color: rgba(19, 65, 123, 0.3);
        border-radius: 2px;
    }
    #GROUP1651 {
        width: 50px;
        height: 42px;
        top: 414px;
        left: 309px;
    }
    #BOX1653 {
        width: 400px;
        height: 156.322px;
        top: 325.444px;
        left: -770px;
    }
    #BOX1653 > .ladi-box {
        background-color: rgb(1, 36, 83);
    }
    #BOX1654 {
        width: 400px;
        height: 156.322px;
        top: 224.444px;
        left: -628px;
    }
    #BOX1654 > .ladi-box {
        background-size: cover;
        background-attachment: scroll;
        background-origin: content-box;
        opacity: 0.08;
        background-image: url("../images/bg-stor-20211231075744.jpg");
        background-position: center top;
        background-repeat: repeat;
    }
    #HEADLINE1655 {
        width: 380px;
        top: 46.8944px;
        left: 20px;
    }
    #HEADLINE1655 > .ladi-headline {
        font-family: "Poppins-Regular.ttf";
        color: rgb(213, 213, 213);
        font-size: 13px;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 3px;
        line-height: 1.6;
    }
    #HEADLINE1655.ladi-animation > .ladi-headline {
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #BUTTON_TEXT1657 {
        width: 206px;
        top: 9.70328px;
        left: 0px;
    }
    #BUTTON_TEXT1657 > .ladi-headline {
        color: rgb(255, 255, 255);
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
    #BUTTON1657 {
        width: 380px;
        height: 55.9347px;
        top: 194.065px;
        left: 0px;
    }
    #BUTTON1657 > .ladi-button > .ladi-button-background {
        background-color: rgb(44, 60, 115);
    }
    #BUTTON1657 > .ladi-button {
        border-radius: 3px;
    }
    #BUTTON1657 > .ladi-button:hover .ladi-button-background {
        background: none !important;
        background-color: rgb(57, 138, 244) !important;
    }
    #FORM_ITEM1659 {
        width: 380px;
        height: 37.735px;
        top: 0px;
        left: 0px;
    }
    #FORM_ITEM1660 {
        width: 380px;
        height: 37.735px;
        top: 48.5164px;
        left: 0px;
    }
    #FORM_ITEM1661 {
        width: 380px;
        height: 86.2513px;
        top: 97.0327px;
        left: 0px;
    }
    #FORM1656 {
        width: 380px;
        height: 250px;
        top: 226.384px;
        left: 20px;
    }
    #FORM1656 > .ladi-form {
        color: rgb(166, 166, 166);
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 1.6;
    }
    #FORM1656 .ladi-form-item .ladi-form-control::placeholder,
    #FORM1656 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"] {
        color: rgba(166, 166, 166, 1);
    }
    #FORM1656 .ladi-form-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    #FORM1656 .ladi-form-item.ladi-form-checkbox {
        padding-left: 15px;
        padding-right: 15px;
    }
    #FORM1656 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgba(166%2C%20166%2C%20166%2C%201.0)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
    }
    #FORM1656 .ladi-form-item-container,
    #FORM1656 .ladi-form-label-container .ladi-form-label-item {
        border-style: solid;
        border-color: rgb(91, 123, 164);
        border-width: 1px;
        border-radius: 3px;
    }
    #FORM1656 .ladi-form-item-container .ladi-form-quantity button {
        background-color: rgb(91, 123, 164);
    }
    #FORM1656 .ladi-form-item-background {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 2px;
    }
    #HEADLINE1662 {
        width: 380px;
        top: 86.8956px;
        left: 20px;
    }
    #HEADLINE1662 > .ladi-headline {
        font-family: "Montserrat-Bold.otf";
        color: rgb(255, 255, 255);
        font-size: 38px;
        text-align: left;
        line-height: 1.2;
    }
    #HEADLINE1662.ladi-animation > .ladi-headline {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #PARAGRAPH1663 {
        width: 380px;
        top: 146.894px;
        left: 20px;
    }
    #PARAGRAPH1663 > .ladi-paragraph {
        color: rgb(215, 215, 215);
        font-size: 14px;
        text-align: left;
        line-height: 1.4;
    }
    #PARAGRAPH1663.ladi-animation > .ladi-paragraph {
        animation-name: fadeInLeft;
        -webkit-animation-name: fadeInLeft;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
    }
    #LINE1664 {
        width: 350px;
        top: 240.444px;
        left: -481px;
    }
    #LINE1664 > .ladi-line > .ladi-line-container {
        border-top: 5px solid rgb(85, 159, 255);
        border-right: 5px solid rgb(85, 159, 255);
        border-bottom: 5px solid rgb(85, 159, 255);
        border-left: 0px !important;
    }
    #LINE1664 > .ladi-line {
        width: 100%;
        padding: 8px 0px;
    }
    #SECTION1652 {
        height: 516.41px;
    }
    #SECTION1652 > .ladi-overlay {
        background-image: url("../images/pattern-20211103103758.gif");
        background-position: center top;
        background-repeat: repeat;
        opacity: 0.6;
    }
    #SECTION1652 > .ladi-section-background {
        background-color: rgb(9, 23, 44);
    }
    #SECTION1652 .ladi-section-arrow-down {
        background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2039%22%20style%3D%22filter%3A%20drop-shadow(0%201px%20.15px%20%23B2B2B2)%3B%20transform%3A%20rotate(90deg)%3B%20-webkit-transform%3A%20rotate(90deg)%3B%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M2%2C3l1.5-1.5l18.1%2C18l-18.1%2C18L2%2C36l16.6-16.5L2%2C3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }
    #GROUP1665 {
        width: 381px;
        height: 600px;
        top: 1495.86px;
        left: 20px;
    }
    #PARAGRAPH1666 {
        width: 360px;
        top: 1285.86px;
        left: 30px;
    }
    #PARAGRAPH1666 > .ladi-paragraph {
        font-family: "Montserrat-Light.otf";
        color: rgb(226, 226, 226);
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6;
    }
}
#benefits,#requirement,#desc{
    padding-top: 20px;
    padding-bottom: 10px;
}
.group{
    width: 560px;
    top: 422.4px;
    left: 90px;
    background-color: rgb(29, 44, 75);
    padding: 20px 0;
}
.group_box{
    padding: 10px 20px;
    line-height: 2;
    color: #fff;
    font-size: 14px;
}
.group_box p{
    font-family: "Montserrat-Light.otf";
    color: rgb(226, 226, 226);
    position: relative;
    padding-left: 22px;
}
.group_box p::before{
    content: "";
    background-image: url(../images/partern-20211227070513.png);
    background-size: 100%;
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
}
.group_box h3{
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.6;
}

#close{
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #d61818;
    padding: 6px 10px;
    cursor: pointer;
}
@media (max-width: 767px){
    .group{
        width: 380px;
        height: 880px;
        top: 585.863px;
        left: 20px;
    }
}
.detail_job{
    color: #fff;
    position: relative;
    background-color:  rgb(20, 30, 50);
    background-position: center top;
    background-repeat: no-repeat;
    line-height: 1.8;
}
.detail_job button:focus{
    outline: unset;
}

.detail_job_background{
    background-image: url(../images/pattern-20211103103758.gif);
    background-color:  rgb(20, 30, 50, 0.5);
    /* opacity: 0.6; */
}
.detail_job_overlay{
    padding: 20px 0 30px;
    width: 55%;
    margin: 0 auto;
}
.detail_top a{
    margin-right: 15px;
    position: relative;
    font-size: 12px;
}
.detail_top a:hover{
    text-decoration: none;
}
.detail_top a::after{
    content: "»";
    font-size: 18px;
    line-height: 0;
    color: #fff;
    position: absolute;
    top: 8px;
    right: -13px;
}
.detail_top a:last-child{
    color: rgb(85, 159, 255);
}
.detail_top a:last-child::after{
    display: none;
}
.detail_boxTop{
    background-color: #1d2c4b;
    padding: 20px 20px;
    margin: 30px 0 30px;
}
.detail_boxTop h3{
    font-family: "Montserrat-Bold.otf";
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.detail_boxTop ul{
    margin-bottom: 0;
    padding-left: 40px;
    color: rgb(187, 187, 187);
    font-size: 15px;
}
.detail_boxTop ul span{
    padding-left: 15px;
    font-family: "Montserrat-Light.otf";
    position: relative;
}
.detail_boxTop ul span::before{
    content: ":";
    position: absolute;
    top: -4px;
    left: 0;
}
.detail_boxTop button{
    background-color: rgb(57, 138, 244);
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 8px 10px;
    width: 70%;
    margin: 0 auto;
    margin-right: 0;
    display: flex;
    justify-content: center;
    transition: all 0.3s;
}
.detail_boxTop button:hover{
    color: rgb(46, 137, 255);
    background-color: #1367d3;
    transition: all 0.3s;
}
.detail_info{
    background-color: #1d2c4b;
    padding: 20px;
}
.detail_info svg{
    width: 20px;
    height: auto;
}
.detail_info ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}
.detail_info ul li{
   width: 48%;
   margin: 0px 0px 5px;
   padding-left: 0px;
}
.detail_info ul span{
    font-family: "Montserrat-Light.otf";
    padding-left: 15px;
    position: relative;
}
.detail_info ul span::before{
    content: ":";
    position: absolute;
    left: 4px;
    top: -2px;
}
.detail_sub{
    background-color: #1d2c4b;
    padding: 20px;
    margin-top: 10px;
}
.detail_sub h3{
    font-size: 15px;
    margin-bottom: 0;
}
.detail_sub ul{
    font-family: "Montserrat-Light.otf";
    color: rgb(226, 226, 226);
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 45px;
    list-style: disc;
}
.detail_sub ul li{
    margin-bottom: 5px;
}
.detail_sub p{
    font-family: "Montserrat-Light.otf";
    color: rgb(226, 226, 226);
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}
.detail_sub p::before{
    content: "";
    position: absolute;
    width: 18px;
    height: 16.956px;
    top: 5px;
    left: 0px;
    background-image: url(../images/partern-20211227070513.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.detail_item{
    background-color: #1d2c4b;
    padding: 20px;
    margin-bottom: 10px;
}
.detail_item p{
    margin: 0 0 0 40px;
}
.detail_item h3{
    font-family: "Montserrat-Medium.otf";
    font-size: 17px;
    margin-bottom: 15px;
}
.item_box{
    display: flex;
    align-items: center;
    color: rgb(187, 187, 187);
    font-size: 14px;
}
.item_box span{
    background-color: rgb(44, 60, 115);
    border-radius: 5px;
    padding: 5px 8px;
    margin-right: 10px;
}
.seeMore{
    background-color: rgb(57, 138, 244);
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    font-family: "Montserrat-SemiBold.otf";
    color: rgb(255, 255, 255);
    font-size: 18px;
    transition: all 0.3s;
    cursor: pointer;
}
.seeMore:hover{
    color: rgb(46, 137, 255);
    background-color: #1367d3;
    transition: all 0.3s;
}
.head{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.head a{
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    display: block;
}
.head a:hover{
    text-decoration: none;
}
.head span{
    border-top: 2px solid rgb(44, 60, 115);
    width: 45%;
}
.head .span_border{
    width: 75%;
}
#POPUP1634 form{
    position: absolute;
    top: 121px;
    text-align: center;
    margin: 0 50px;
}
#POPUP1634 form input{
    width: 100%;
    margin: 8px 0;
    padding: 10px 10px;
    background-color: rgba(19, 65, 123, 0.3);
    border-radius: 2px;
    border: 1px solid #2c5c9a;
    color: rgb(209, 209, 209);
    font-size: 12px;
}

::-webkit-input-placeholder { 
    font-family: "Montserrat-Light.otf";
    color: rgb(209, 209, 209);
    font-size: 12px;
}
.custom-input::-webkit-file-upload-button {
    visibility: hidden;
}
.file-upload-select {
	display: block;
	cursor: pointer;
	text-align: left;
	overflow: hidden;
	position: relative;
    width: 100%;
    margin: 8px 0;
    padding: 10px 10px;
    background-color: rgba(19, 65, 123, 0.3);
    border-radius: 2px;
    border: 1px solid #2c5c9a;
    color: rgb(209, 209, 209);
    font-size: 12px;
    font-family: "Montserrat-Light.otf";
}
.file-upload-select .file-select-name {
	display: inline-block;
}
.file-upload-select input[type="file"] {
	display: none;
}
.file-select-name::after{
    content: "";
    position: absolute;
    background: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2237.6087px%22%20height%3D%2237.6087px%22%20viewBox%3D%220%200%2024%2024%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22rgba(209%2C%20209%2C%20209%2C%201.0)%22%3E%3Cpath%20d%3D%22M6.5%2C18%20C4.01471863%2C18%202%2C15.9852814%202%2C13.5%20C2%2C11.0147186%204.01471863%2C9%206.5%2C9%20C6.9194849%2C9%207.3255638%2C9.05739789%207.71081142%2C9.16476838%20C8.72277%2C7.28089089%2010.711801%2C6%2013%2C6%20C15.9817502%2C6%2018.4554927%2C8.17503894%2018.9211951%2C11.0250841%20C20.6555928%2C11.2331085%2022%2C12.7095527%2022%2C14.5%20C22%2C16.4329966%2020.4329966%2C18%2018.5%2C18%20L6.5%2C18%20Z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%2C11%20L12%2C15%22%3E%3C%2Fpath%3E%3Cpolyline%20points%3D%2210%2012%2012%2010%2014%2012%2014%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E")
            no-repeat calc(100% - 5px) center;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}
/* .custom-input::before {
    content: 'Upload CV (max 25 MB)';
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-family: "Montserrat-Light.otf";
    color: rgb(209, 209, 209);
    font-size: 12px;
} */
#send{
    background-color: rgb(34, 124, 240);
    padding: 10px 10px;
    font-family: "Montserrat-SemiBold.otf";
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    outline: none;
}
@media (max-width: 1440px) {
    .detail_job_overlay{
        width: 87%;
    }
    .detail_top a::after{
        top: 7px;
        font-size: 17px;
    }
} 
@media (max-width: 767px) {
    #POPUP1634 form{
        margin: 0 20px;
    }
    .detail_job_overlay{
        width: 100%;
    }
    .detail_boxTop h3{
        font-size: 20px;
    }
    .detail_boxTop ul{
        padding-left: 0;
        margin: 10px 0;
    }
    .detail_boxTop button{
        margin: 0;
        font-size: 12px;
        width: 50%;
    }
    .head a{
        font-size: 15px;
    }
    .head .span_border{
        width: 65%;
    }
    .detail_info ul li{
        width: 100%;
        padding: 0;
        font-size: 14px;
    }
    .detail_info svg{
        width: 14px;
        margin-right: 5px;
    }
    .detail_sub{
        margin-bottom: 30px;
    }
    .detail_item p{
        margin-left: 15px;
    }
} 