@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Anton&family=Oswald:wght@500&display=swap");
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;
}
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;
}
*{
    line-height: normal;
}
.ladi-loading {
    z-index: 900000000000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
}
.ladi-loading .loading {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
}
.ladi-loading .loading div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: ladi-loading 1.2s linear infinite;
}
.ladi-loading .loading div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}
.ladi-loading .loading div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}
.ladi-loading .loading div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}
.ladi-loading .loading div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}
.ladi-loading .loading div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}
.ladi-loading .loading div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}
.ladi-loading .loading div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}
.ladi-loading .loading div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}
.ladi-loading .loading div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}
.ladi-loading .loading div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}
.ladi-loading .loading div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}
.ladi-loading .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);
    }
}
.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: 16px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.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;
    outline: 0;
}
.lightbox-screen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9000000080;
    background: #7f7f7f;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.lightbox-screen * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.lightbox-screen img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    pointer-events: auto;
}
.lightbox-screen .lightbox-close {
    position: absolute;
    z-index: 9000000090;
    cursor: pointer;
}
.lightbox-screen .lightbox-hidden {
    display: none;
}
.lightbox-screen .lightbox-close {
    width: 16px;
    height: 16px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23fff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.4144%202.00015L2.00015%2023.4144L0.585938%2022.0002L22.0002%200.585938L23.4144%202.00015Z%22%3E%3C%2Fpath%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.00015%200.585938L23.4144%2022.0002L22.0002%2023.4144L0.585938%202.00015L2.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.lightbox-screen img.lightbox-item {
    max-width: none;
}
.lightbox-gallery-track {
    touch-action: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lightbox-gallery-track .lightbox-gallery-preview,
.lightbox-gallery-track .lightbox-item {
    will-change: transform;
    backface-visibility: hidden;
    margin: 0 !important;
    transform-origin: center center;
    position: absolute;
    left: 50%;
    top: 50%;
}
.lightbox-nav-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
    user-select: none;
    font-size: 24px;
    font-weight: 700;
}
.lightbox-nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.lightbox-prev {
    left: 20px;
}
.lightbox-next {
    right: 20px;
}
* {
    -webkit-tap-highlight-color: #fff0;
}
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: #fff;
}
.overflow-hidden {
    overflow: hidden;
}
.ladi-transition {
    transition: all 150ms linear 0s;
}
.z-index-1 {
    z-index: 1;
}
.opacity-0 {
    opacity: 0;
}
.height-0 {
    height: 0 !important;
}
.pointer-events-none {
    pointer-events: none;
}
.transition-parent-collapse-height {
    transition: height 150ms linear 0s;
}
.transition-parent-collapse-top {
    transition: top 150ms linear 0s;
}
.transition-readmore {
    transition: height 350ms linear 0s;
}
.transition-collapse {
    transition: height 150ms linear 0s;
}
body.grab {
    cursor: grab;
}
.ladi-wraper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    touch-action: manipulation;
}
.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.ladi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.ladi-element {
    position: absolute;
}
.enroll-box-title {
    line-height: normal;
}
#section-2 {
    height: 700px;
}
.s2-video-wrapper {
    position: absolute;
    top: 20%;
    left: 8.5%;
    width: 40.3%;
    height: 58%;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0, 150, 255, 0.15);
}
.s2-video-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
.enroll-overlay {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    width: min(540px, 30%);
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2rem 1.6rem;
    box-shadow: 0 12px 40px rgba(0, 40, 90, 0.28);
    box-sizing: border-box;
}
.sec-img,
.sec-img-mb {
    height: 100%;
}
@media (hover: hover) {
    .ladi-check-hover {
        opacity: 0;
    }
}
.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-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}
.ladi-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ladi-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ladi-frame-bg .ladi-frame-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: inherit;
}
.ladi-frame-bg:not(.ladi-frame) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.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-button-headline,
.ladi-button > .ladi-button-shape {
    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-button-shape .ladi-shape {
    margin: auto;
    top: 0;
    bottom: 0;
}
.ladi-button > .ladi-button-headline .ladi-headline {
    display: table-cell;
    vertical-align: middle;
}
.ladi-checkout-product-cart-icon .ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    min-width: 18px;
    min-height: 18px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 100%;
    z-index: 90000000;
    padding: 3px 4px;
}
.ladi-checkout-product-add-to-cart .ladi-button .loading-dots {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p {
    display: inline-block;
    font-size: 32px;
    line-height: 1;
    animation: 0.6s infinite loading;
}
.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:first-child {
    animation-delay: 0s;
}
.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(2) {
    animation-delay: 0.2s;
}
.ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(3) {
    animation-delay: 0.4s;
}
@keyframes loading {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
.ladi-form .ladi-form-checkout-bump-offer-check.multiple.checked:before,
.ladi-form .ladi-form-checkout-payment-check.multiple.checked:before {
    --url: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.71%207.20998C18.617%207.11625%2018.5064%207.04186%2018.3846%206.99109C18.2627%206.94032%2018.132%206.91418%2018%206.91418C17.868%206.91418%2017.7373%206.94032%2017.6154%206.99109C17.4936%207.04186%2017.383%207.11625%2017.29%207.20998L9.84%2014.67L6.71%2011.53C6.61348%2011.4367%206.49954%2011.3634%206.37468%2011.3142C6.24983%2011.265%206.1165%2011.2409%205.98232%2011.2432C5.84814%2011.2455%205.71573%2011.2743%205.59265%2011.3278C5.46957%2011.3812%205.35824%2011.4585%205.265%2011.555C5.17176%2011.6515%205.09845%2011.7654%205.04924%2011.8903C5.00004%2012.0152%204.97591%2012.1485%204.97823%2012.2827C4.98055%2012.4168%205.00928%2012.5492%205.06277%2012.6723C5.11627%2012.7954%205.19348%2012.9067%205.29%2013L9.13%2016.84C9.22296%2016.9337%209.33356%2017.0081%209.45542%2017.0589C9.57728%2017.1096%209.70799%2017.1358%209.84%2017.1358C9.97201%2017.1358%2010.1027%2017.1096%2010.2246%2017.0589C10.3464%2017.0081%2010.457%2016.9337%2010.55%2016.84L18.71%208.67998C18.8115%208.58634%2018.8925%208.47269%2018.9479%208.34619C19.0033%208.21969%2019.0319%208.08308%2019.0319%207.94498C19.0319%207.80688%2019.0033%207.67028%2018.9479%207.54378C18.8925%207.41728%2018.8115%207.30363%2018.71%207.20998Z%22%20fill%3D%22%231852FA%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    pointer-events: none;
    top: -1px;
    left: -1px;
    transform: none;
}
.ladi-form,
.ladi-form .ladi-form-item-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-form > .ladi-element,
.ladi-form > .ladi-element .ladi-form-item-container,
.ladi-form
    > .ladi-element
    .ladi-form-item-container
    .ladi-form-item
    .ladi-form-checkbox-item
    span[data-checked="true"],
.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-button > .ladi-button-headline {
    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 [data-form-checkout-item="bump_offer"] .ladi-form-item,
.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;
    padding-right: 24px;
    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-checkbox-item,
.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;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    color: inherit;
}
.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),
.ladi-form
    > .ladi-element
    .ladi-form-item-container
    .ladi-form-item
    .ladi-form-control-select-3:nth-child(3),
.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-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
    option {
    color: initial;
}
.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-decoration: inherit;
    vertical-align: middle;
}
.ladi-form
    > .ladi-element
    .ladi-form-item-container
    .ladi-form-item
    .ladi-form-checkbox-box-item {
    display: inline-block;
    width: fit-content;
}
.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-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-control-file {
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
}
.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;
    padding: 0 5px;
}
.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.ladi-form-checkbox-vertical
    .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    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-flex;
    align-items: center;
    border: none;
    position: relative;
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
    margin-right: 5px;
    display: block;
}
.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
    cursor: default;
    word-break: break-word;
}
.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-form .ladi-element .ladi-form-otp::-webkit-inner-spin-button,
.ladi-form .ladi-element .ladi-form-otp::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ladi-form .ladi-element .ladi-form-item .button-get-code {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    line-height: initial;
    padding: 5px 10px;
    height: max-content;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.ladi-form .ladi-element .ladi-form-item .button-get-code.hide-visibility {
    display: block !important;
    visibility: hidden !important;
}
.ladi-form .ladi-form-checkout-bump-offer-product.option-2,
.ladi-form .ladi-form-item.otp-resend .button-get-code,
.ladi-form
    [data-form-checkout-item="payment"]
    .ladi-form-checkout-payment-content
    div
    > span {
    display: block;
}
.ladi-form .ladi-form-item.otp-countdown:before {
    content: attr(data-countdown-time) "s";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: max-content;
    line-height: initial;
}
.ladi-form [data-variant="true"] select option[disabled] {
    background: #fff;
    color: #b8b8b8 !important;
}
.ladi-google-recaptcha-checkbox {
    position: absolute;
    display: inline-block;
    transform: translateY(-100%);
    margin-top: -5px;
    z-index: 90000010;
}
.ladi-element[data-form-checkout-item] {
    padding: 0;
}
.ladi-form .ladi-form-checkout-title {
    margin-bottom: 8px;
}
.ladi-form .ladi-element[data-form-checkout-item] .ladi-form-item,
.ladi-form .ladi-element[data-form-checkout-item] .ladi-form-item-container {
    height: auto !important;
    position: unset !important;
}
.ladi-form .ladi-form-checkout-box {
    gap: 12px;
    display: flex;
    flex-flow: column;
    margin: 8px 12px;
    margin-top: 14px !important;
    padding-bottom: 14px;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0 !important;
}
.ladi-form .ladi-form-checkout-box:last-child {
    border: none !important;
    padding-bottom: 4px;
}
.ladi-form .ladi-form-checkout-box:first-child,
.ladi-form .ladi-form-checkout-bump-offer-product .item-product:first-child {
    margin-top: 0;
}
.ladi-form .ladi-form-checkout-payment-item {
    display: flex;
    flex-flow: row;
    gap: 12px;
    align-items: center;
    --check-size: 18px;
    --width-quantity: 65px;
}
.ladi-form .ladi-form-checkout-payment-check {
    --border-size: 1px;
    width: var(--check-size);
    height: var(--check-size);
    flex: 0 0 var(--check-size);
    border: var(--border-size) solid;
    border-radius: 100%;
    display: block;
    position: relative;
}
.ladi-form .ladi-form-checkout-payment-check.checked:before {
    content: "";
    width: calc(var(--check-size) / 2);
    height: calc(var(--check-size) / 2);
    border-radius: inherit;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(
        calc(50% - var(--border-size)),
        calc(50% - var(--border-size))
    );
}
.ladi-form .ladi-form-checkout-bump-offer-check.multiple,
.ladi-form .ladi-form-checkout-payment-check.multiple {
    border-radius: 4px;
}
.ladi-form .ladi-form-checkout-payment-check.multiple.checked:before {
    content: "";
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    width: var(--check-size);
    height: var(--check-size);
    -webkit-mask-size: var(--check-size);
    mask-size: var(--check-size);
    background-color: #fff;
    position: absolute;
}
.ladi-form .ladi-form-checkout-payment-content,
.ladi-form .ladi-form-checkout-product-content {
    display: flex;
    flex-flow: row;
    --gap: 10px;
    gap: var(--gap);
    align-items: center;
    width: calc(
        100% - var(--width-quantity) - var(--check-size) - var(--gap) * 2
    );
}
.ladi-form .ladi-form-checkout-payment-content img,
.ladi-form .ladi-form-checkout-product-content img {
    width: 36px;
    max-height: 36px;
    border-radius: 4px;
}
.ladi-form .ladi-form-checkout-payment-content div,
.ladi-form .ladi-form-checkout-product-content div {
    display: flex;
    flex-flow: column;
}
.ladi-form .ladi-form-checkout-payment-content div > span,
.ladi-form .ladi-form-checkout-product-content div > span {
    font-size: inherit;
}
.ladi-form .ladi-form-checkout-payment-content div > span.small,
.ladi-form .ladi-form-checkout-product-content div > span.small {
    font-size: 80%;
    opacity: 0.8;
}
.ladi-form .ladi-form-checkout-payment-content div .price.price-compare,
.ladi-form .ladi-form-checkout-product-content div .price.price-compare {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row !important;
}
.ladi-form .ladi-form-checkout-payment-quantity,
.ladi-form .ladi-form-checkout-product-quantity {
    position: relative;
    --icon-size: calc(var(--check-size) * 0.8);
}
.ladi-form .ladi-form-checkout-payment-quantity input,
.ladi-form .ladi-form-checkout-product-quantity input {
    padding: 4px calc(var(--check-size)) 4px 8px;
    border-radius: 8px;
    position: relative;
    width: var(--width-quantity);
    min-height: 34px;
    border: 1px solid;
    background-color: transparent;
    top: 0;
    left: 0;
    display: block;
}
.ladi-form
    .ladi-form-checkout-payment-quantity
    input::-webkit-inner-spin-button,
.ladi-form
    .ladi-form-checkout-payment-quantity
    input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#PARAGRAPH41 .ladi-paragraph span {
    padding-left: 30px;
}
.ladi-form .ladi-form-checkout-payment-quantity .up {
    width: var(--icon-size);
    height: var(--icon-size);
    top: -1px;
    right: 5px;
    cursor: pointer;
    display: block;
    position: absolute;
}
.ladi-form .ladi-form-checkout-payment-quantity .up:before {
    content: "";
    --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.14645%206.14645C3.34171%205.95118%203.65829%205.95118%203.85355%206.14645L8%2010.2929L12.1464%206.14645C12.3417%205.95118%2012.6583%205.95118%2012.8536%206.14645C13.0488%206.34171%2013.0488%206.65829%2012.8536%206.85355L8.35355%2011.3536C8.15829%2011.5488%207.84171%2011.5488%207.64645%2011.3536L3.14645%206.85355C2.95118%206.65829%202.95118%206.34171%203.14645%206.14645Z%22%20fill%3D%22black%22%20transform%3D%22rotate(180%208%208)%22%2F%3E%3C%2Fsvg%3E");
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    display: block;
    position: absolute;
    width: var(--icon-size);
    height: var(--icon-size);
    pointer-events: none;
    top: 4px;
    left: 2px;
    -webkit-mask-size: var(--icon-size);
    mask-size: var(--icon-size);
}
.ladi-form .ladi-form-checkout-payment-quantity .down {
    width: var(--icon-size);
    height: var(--icon-size);
    right: 5px;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 3px;
}
.ladi-form .ladi-form-checkout-payment-quantity .down:before {
    content: "";
    --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.14645%206.14645C3.34171%205.95118%203.65829%205.95118%203.85355%206.14645L8%2010.2929L12.1464%206.14645C12.3417%205.95118%2012.6583%205.95118%2012.8536%206.14645C13.0488%206.34171%2013.0488%206.65829%2012.8536%206.85355L8.35355%2011.3536C8.15829%2011.5488%207.84171%2011.5488%207.64645%2011.3536L3.14645%206.85355C2.95118%206.65829%202.95118%206.34171%203.14645%206.14645Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    display: block;
    position: absolute;
    width: var(--icon-size);
    height: var(--icon-size);
    pointer-events: none;
    left: 2px;
    -webkit-mask-size: var(--icon-size);
    mask-size: var(--icon-size);
}
.ladi-form [data-form-checkout-item="payment"] .ladi-form-item {
    display: table;
}
.ladi-form
    [data-form-checkout-item="payment"]
    .ladi-form-item
    .ladi-form-checkout-payment-content {
    width: calc(100% - 18px);
}
.ladi-form
    [data-form-checkout-item="payment"]
    .ladi-form-item
    .ladi-form-checkout-payment-content
    div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 6px;
    cursor: pointer;
    width: 100%;
    position: relative;
}
.ladi-form
    [data-form-checkout-item="payment"]
    .ladi-form-item
    .ladi-form-checkout-payment-content
    div.arrow:before {
    content: "";
    --url: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.14645%203.14645C6.34171%202.95118%206.65829%202.95118%206.85355%203.14645L11.3536%207.64645C11.5488%207.84171%2011.5488%208.15829%2011.3536%208.35355L6.85355%2012.8536C6.65829%2013.0488%206.34171%2013.0488%206.14645%2012.8536C5.95118%2012.6583%205.95118%2012.3417%206.14645%2012.1464L10.2929%208L6.14645%203.85355C5.95118%203.65829%205.95118%203.34171%206.14645%203.14645Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
.ladi-form [data-form-checkout-item="total_price"] {
    display: flex;
    flex-flow: column;
    gap: 3px;
    justify-content: center;
}
.ladi-form [data-form-checkout-item="total_price"] .line {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.ladi-form [data-form-checkout-item="total_price"] .title-number-price.big,
.ladi-form [data-form-checkout-item="total_price"] .title-price.big {
    font-weight: 700;
    font-size: 130%;
}
.ladi-form [data-form-checkout-item="total_price"] .title-number-price {
    font-size: 115%;
}
.ladi-form [data-form-checkout-item="total_price"] .space {
    border-top: 1px solid;
    margin: 15px 0 10px;
}
.ladi-form .ladi-form-checkout-bump-offer-checkbox {
    display: flex;
    flex-flow: row;
    gap: 8px;
    padding: 8px;
    margin: 12px 8px 0;
    border-radius: 8px;
    align-items: center;
    --check-size-bumpoffer: 18px;
    --width-quantity-bumpoffer: 60px;
}
.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-1 {
    background-color: #3c72f9;
    margin: 0;
}
.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-1 p {
    color: #fff;
}
.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-2 {
    background-color: #fde298;
    margin: 12px 0 4px;
}
.ladi-form .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3 {
    background-color: #f3f4f5;
    margin: 8px 0 0;
    padding: 4px 8px;
    width: max-content;
}
.ladi-form
    .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3
    .ladi-form-checkout-bump-offer-check {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
}
.ladi-form .ladi-form-checkout-bump-offer-check {
    --border-size: 1px;
    width: var(--check-size-bumpoffer);
    height: var(--check-size-bumpoffer);
    flex: 0 0 var(--check-size-bumpoffer);
    border: var(--border-size) solid #cfd3d8;
    background-color: #fff;
    border-radius: 100%;
    display: block;
    position: relative;
}
.ladi-form .ladi-form-checkout-bump-offer-check.checked:before {
    content: "";
    width: calc(var(--check-size-bumpoffer) / 2);
    height: calc(var(--check-size-bumpoffer) / 2);
    border-radius: inherit;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(
        calc(50% - var(--border-size)),
        calc(50% - var(--border-size))
    );
}
.ladi-form .ladi-form-checkout-bump-offer-check.multiple.checked:before {
    content: "";
    -webkit-mask-image: var(--url);
    mask-image: var(--url);
    width: var(--check-size-bumpoffer);
    height: var(--check-size-bumpoffer);
    -webkit-mask-size: var(--check-size-bumpoffer);
    mask-size: var(--check-size-bumpoffer);
    background-color: #000;
    position: absolute;
}
.ladi-form
    .ladi-form-checkout-bump-offer-checkbox.checkbox-bump-offer-3
    .ladi-form-checkout-bump-offer-check.multiple.checked:before {
    top: -5px;
    left: -3px;
}
.ladi-form .ladi-form-checkout-bump-offer-product {
    display: flex;
    flex-flow: row;
    gap: 16px;
    margin: 8px 12px;
    align-items: center;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0 !important;
}
.ladi-form .ladi-form-checkout-bump-offer-product.option-1 {
    display: block !important;
    padding-bottom: 8px;
}
.ladi-form .ladi-form-item:last-child .ladi-form-checkout-bump-offer-product {
    border: none !important;
}
.ladi-form .ladi-form-checkout-bump-offer-product .item-product {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 12px;
}
.ladi-form .ladi-form-checkout-bump-offer-product .item-product:last-child {
    margin-bottom: 0;
}
.ladi-form .ladi-form-checkout-bump-offer-product .item-product img {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
}
.ladi-form
    .ladi-form-checkout-bump-offer-product
    .item-product
    .item-product-title {
    font-size: 90%;
    opacity: 0.6;
}
.ladi-form
    .ladi-form-checkout-bump-offer-product
    .item-product
    .item-product-description {
    color: #9fa7b1;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ladi-form .ladi-form-checkout-bump-offer-product .item-detail {
    display: flex;
    flex-direction: column;
}
.ladi-form
    .ladi-form-checkout-bump-offer-product
    .item-detail
    .shock-promotion-label {
    background-color: #ef9300;
    width: max-content;
    border-radius: 4px;
    padding: 2px 8px;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 600;
}
.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .pr-name {
    font-weight: 400;
    font-size: 120%;
    line-height: 1.4;
}
.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .pr-price {
    font-weight: 400;
    line-height: 1.4;
}
.ladi-form .ladi-form-checkout-bump-offer-product .item-detail span a {
    text-decoration: line-through;
    opacity: 0.6;
}
.ladi-form .ladi-form-checkout-bump-offer-product .item-detail .special {
    background-color: #e01a1a;
    padding: 2px 8px;
    margin-right: 6px;
    color: #fff;
    border-radius: 4px;
    font-size: 80%;
}
.ladi-form [data-form-checkout-item="coupon_code"] .content-discount-block {
    padding: 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ladi-form [data-form-checkout-item="coupon_code"] .ladi-form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ladi-form
    [data-form-checkout-item="coupon_code"]
    .content-discount-block
    .title {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ladi-form
    [data-form-checkout-item="coupon_code"]
    .content-discount-block
    .placeholder
    span,
.ladi-form
    [data-form-checkout-item="coupon_code"]
    .content-discount-block
    .title
    span {
    font-weight: 400;
    font-size: 100%;
    line-height: 1.4;
}
.ladi-form
    [data-form-checkout-item="coupon_code"]
    .content-discount-block
    .title
    i {
    width: 16px;
    height: 16px;
    mask-image: url(https://w.ladicdn.com/ladiui/icons/ldicon-discount-coupon.svg);
    display: inline-block;
    mask-size: cover;
}
.ladi-form
    [data-form-checkout-item="coupon_code"]
    .content-discount-block
    .placeholder {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.ladi-form
    [data-form-checkout-item="coupon_code"]
    .content-discount-block
    .placeholder
    i {
    width: 16px;
    height: 16px;
    mask-image: url(https://w.ladicdn.com/ladiui/icons/new-ldicon-arrow-left.svg);
    display: inline-block;
    mask-size: cover;
    background-color: #6d6d6d !important;
}
.ladi-group {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.ladi-shape .ladi-cart-number {
    position: absolute;
    top: -2px;
    right: -7px;
    background: #f36e36;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 100%;
}
.ladi-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.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;
    word-break: break-word;
    background-size: cover;
    background-position: center center;
}
.ladi-headline a {
    text-decoration: underline;
}
.ladi-paragraph {
    width: 100%;
    display: inline-block;
    word-break: break-word;
}
.ladi-paragraph a {
    text-decoration: underline;
}
.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;
}
[data-opacity="0"] {
    opacity: 0;
}
[data-hidden="true"] {
    display: none;
}
[data-action="true"] {
    cursor: pointer;
}
.ladi-hidden {
    display: none;
}
.ladi-animation {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ladi-animation-hidden {
    visibility: visible !important;
    opacity: 1 !important;
}
.ladi-animation,
.ladi-animation > .ladi-headline,
.ladi-animation > .ladi-group,
.ladi-animation > .ladi-button,
.ladi-animation-hidden {
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.element-click-selected {
    cursor: pointer;
}
.is-2nd-click {
    cursor: pointer;
}
.ladi-button-shape.is-2nd-click,
.ladi-accordion-shape.is-2nd-click {
    z-index: 3;
}
.backdrop-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000060;
}
.backdrop-dropbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000040;
}
.ladi-lazyload {
    background-image: none !important;
}
.ladi-list-paragraph ul li.ladi-lazyload:before {
    background-image: none !important;
}
#BODY_BACKGROUND {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh !important;
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
    .ladi-element.ladi-auto-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100% !important;
        left: 0 !important;
        -webkit-overflow-scrolling: touch;
    }
    [data-hint]:not([data-timeout-id-copied]):before,
    [data-hint]:not([data-timeout-id-copied]):after {
        display: none !important;
    }
    .ladi-section.ladi-auto-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 768px) {
    #HEADLINE4,
    #HEADLINE17,
    #HEADLINE24,
    #BUTTON8,
    #HEADLINE29,
    #HEADLINE30,
    #BUTTON9,
    #HEADLINE63,
    #HEADLINE66,
    #HEADLINE67,
    #HEADLINE68,
    #HEADLINE69,
    #HEADLINE70,
    #HEADLINE71,
    #HEADLINE96,
    #HEADLINE97,
    #HEADLINE140,
    #HEADLINE142,
    #HEADLINE143,
    #HEADLINE144,
    #HEADLINE145,
    #BUTTON19,
    #HEADLINE150,
    #GROUP109,
    #GROUP110,
    #BUTTON20,
    #HEADLINE156,
    #HEADLINE157,
    #HEADLINE159,
    #BUTTON21,
    #GROUP154,
    #GROUP155,
    #GROUP156,
    #GROUP157,
    #GROUP158,
    #GROUP159,
    #GROUP163,
    #HEADLINE167,
    #BUTTON23,
    #GROUP74,
    #BUTTON16,
    #GROUP162,
    #BUTTON17,
    #GROUP161,
    #BUTTON15,
    #IMAGE54,
    #GROUP151,
    #BUTTON18,
    #HEADLINE119,
    #HEADLINE118 {
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}
@media (max-width: 767px) {
    #HEADLINE4,
    #HEADLINE17,
    #HEADLINE24,
    #BUTTON8,
    #HEADLINE29,
    #HEADLINE30,
    #BUTTON9,
    #HEADLINE63,
    #HEADLINE66,
    #HEADLINE67,
    #HEADLINE68,
    #HEADLINE69,
    #HEADLINE70,
    #HEADLINE71,
    #HEADLINE96,
    #HEADLINE97,
    #HEADLINE140,
    #HEADLINE142,
    #HEADLINE143,
    #HEADLINE144,
    #HEADLINE145,
    #BUTTON19,
    #HEADLINE150,
    #GROUP109,
    #GROUP110,
    #BUTTON20,
    #HEADLINE156,
    #HEADLINE157,
    #HEADLINE159,
    #BUTTON21,
    #GROUP154,
    #GROUP155,
    #GROUP156,
    #GROUP157,
    #GROUP158,
    #GROUP159,
    #HEADLINE167,
    #BUTTON23,
    #GROUP74,
    #BUTTON16,
    #GROUP162,
    #BUTTON17,
    #GROUP161,
    #BUTTON15,
    #IMAGE54,
    #GROUP151,
    #BUTTON18,
    #HEADLINE119,
    #HEADLINE118 {
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}

body {
    direction: ltr;
}
#BUTTON15,
#BUTTON16,
#BUTTON17 {
    z-index: 999;
}
.s17-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(247, 253, 255));
    border-radius: 10px;
    box-shadow: rgb(1, 91, 181) 0px 15px 20px -7px;
}
.s17-form .enroll-box-title {
    font-size: 22px;
    margin-bottom: 14px;
}
.s17-form .s1-form-fields {
    width: 100%;
    gap: 10px;
}
.s17-form .s1-form-input {
    font-size: 0.95rem;
}
.s17-form .btn-submit {
    display: block;
    width: 100%;
    padding: 0.85rem 1rem;
    border: none;
    border-radius: 10px;
    background: linear-gradient(180deg, #ff3030 0%, #9e0000 100%);
    box-shadow: 0 4px 15px rgba(215, 0, 0, 0.55);
    color: #fff;
    font-family: "Inter-Bold", sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    text-transform: uppercase;
    cursor: pointer;
}
.s17-form .text-center {
    width: 100%;
    margin-top: 14px;
}
.s17-form-note {
    margin-top: 14px;
    font-family: "Inter";
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(1, 44, 144);
    text-align: center;
}
@media (min-width: 768px) {
    .s17-form-note {
        font-size: 20px;
    }
    .s17-form .enroll-box-title {
        font-family: "Crimson Text", serif;
        font-size: 36px;
        font-weight: bold;
        color: rgb(0, 47, 94);
        -webkit-text-fill-color: rgb(0, 47, 94);
    }
}
#AIFBL-DIFF-GROUP,
#AIFBL-DIFF-BG {
    pointer-events: none;
}
@media (min-width: 768px) {
    .ladi-section .ladi-container {
        width: 100%;
        max-width: 960px;
    }
}
@media (max-width: 767px) {
    .ladi-section .ladi-container {
        width: 100%;
        max-width: 420px;
    }
    html,
    body {
        overflow-x: hidden;
    }
}
@media (min-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }
}
@font-face {
    font-family: "Inter";
    src: url("https://w.ladicdn.com/63db28c85c6af80012ef7a03/barlow-regular-20260717091754-agmx9.ttf")
        format("truetype");
}
@font-face {
    font-family: "QkFSTEXLVNFTUlCTxELlRURg";
    src: url("https://w.ladicdn.com/63db28c85c6af80012ef7a03/barlow-semibold-20260330094433-7nwfi.ttf")
        format("truetype");
}
body {
    font-family: "Open Sans", sans-serif;
}

#BODY_BACKGROUND {
    height: 0px;
}
#BOX82 > .ladi-box,
#IMAGE3 > .ladi-image {
    border-radius: 0px;
}
#BOX82 > .ladi-box {
    background-color: #001e66;
}
#BOX82 > .ladi-box:hover,
#BUTTON8 > .ladi-button:hover,
#BOX133 > .ladi-box:hover,
#BUTTON9 > .ladi-button:hover,
#BOX18 > .ladi-box:hover,
#BOX17 > .ladi-box:hover,
#BOX16 > .ladi-box:hover,
#BOX15 > .ladi-box:hover,
#BOX7 > .ladi-box:hover,
#BOX11 > .ladi-box:hover,
#BOX20 > .ladi-box:hover,
#BOX19 > .ladi-box:hover,
#BOX34 > .ladi-box:hover,
#BOX47 > .ladi-box:hover,
#BOX41 > .ladi-box:hover,
#BOX87 > .ladi-box:hover,
#BOX88 > .ladi-box:hover,
#BUTTON18 > .ladi-button:hover,
#BUTTON15 > .ladi-button:hover,
#BUTTON17 > .ladi-button:hover,
#BUTTON16 > .ladi-button:hover,
#BOX97 > .ladi-box:hover,
#BOX96 > .ladi-box:hover,
#BOX98 > .ladi-box:hover,
#BUTTON19 > .ladi-button:hover,
#BOX103 > .ladi-box:hover,
#BOX105 > .ladi-box:hover,
#BOX134 > .ladi-box:hover,
#BOX135 > .ladi-box:hover,
#BOX118 > .ladi-box:hover,
#BOX119 > .ladi-box:hover,
#BOX120 > .ladi-box:hover,
#BUTTON20 > .ladi-button:hover,
#BOX129 > .ladi-box:hover,
#BOX131 > .ladi-box:hover,
#BUTTON23 > .ladi-button:hover {
    opacity: 1;
}
#IMAGE3 > .ladi-image > .ladi-image-background,
#IMAGE141 > .ladi-image > .ladi-image-background,
#IMAGE144,
#IMAGE144 > .ladi-image > .ladi-image-background,
#BOX133,
#BOX18,
#BOX16,
#BOX7,
#BOX20,
#IMAGE20,
#IMAGE20 > .ladi-image > .ladi-image-background,
#IMAGE127 > .ladi-image > .ladi-image-background,
#BOX47,
#BOX41,
#IMAGE60 > .ladi-image > .ladi-image-background,
#BOX87,
#IMAGE61 > .ladi-image > .ladi-image-background,
#BOX88,
#IMAGE62 > .ladi-image > .ladi-image-background,
#IMAGE63 > .ladi-image > .ladi-image-background,
#IMAGE26,
#IMAGE26 > .ladi-image > .ladi-image-background,
#IMAGE58 > .ladi-image > .ladi-image-background,
#IMAGE57 > .ladi-image > .ladi-image-background,
#BOX76,
#IMAGE54 > .ladi-image > .ladi-image-background,
#BOX84,
#IMAGE55 > .ladi-image > .ladi-image-background,
#BOX83,
#IMAGE56 > .ladi-image > .ladi-image-background,
#IMAGE86 > .ladi-image > .ladi-image-background,
#BOX97,
#IMAGE94 > .ladi-image > .ladi-image-background,
#IMAGE85 > .ladi-image > .ladi-image-background,
#BOX96,
#IMAGE93 > .ladi-image > .ladi-image-background,
#IMAGE87 > .ladi-image > .ladi-image-background,
#IMAGE92 > .ladi-image > .ladi-image-background,
#IMAGE74 > .ladi-image > .ladi-image-background,
#IMAGE101,
#IMAGE101 > .ladi-image > .ladi-image-background,
#IMAGE102 > .ladi-image > .ladi-image-background,
#IMAGE109 > .ladi-image > .ladi-image-background,
#IMAGE105,
#IMAGE105 > .ladi-image > .ladi-image-background,
#IMAGE107 > .ladi-image > .ladi-image-background,
#IMAGE106 > .ladi-image > .ladi-image-background,
#IMAGE96 > .ladi-image > .ladi-image-background,
#IMAGE97 > .ladi-image > .ladi-image-background,
#IMAGE98 > .ladi-image > .ladi-image-background,
#BOX105,
#IMAGE164 > .ladi-image > .ladi-image-background,
#BOX134,
#IMAGE166 > .ladi-image > .ladi-image-background,
#BOX135,
#IMAGE167 > .ladi-image > .ladi-image-background,
#BOX110,
#IMAGE116 > .ladi-image > .ladi-image-background,
#BOX116,
#GROUP109,
#BOX115,
#IMAGE145 > .ladi-image > .ladi-image-background,
#FRAME7 > .ladi-frame,
#FORM_ITEM2,
#IMAGE147 > .ladi-image > .ladi-image-background,
#IMAGE149 > .ladi-image > .ladi-image-background,
#IMAGE157 > .ladi-image > .ladi-image-background,
#IMAGE158 > .ladi-image > .ladi-image-background,
#IMAGE155 > .ladi-image > .ladi-image-background,
#IMAGE159 > .ladi-image > .ladi-image-background,
#IMAGE160 > .ladi-image > .ladi-image-background,
#IMAGE161 > .ladi-image > .ladi-image-background {
    top: 0px;
    left: 0px;
}
#IMAGE3 > .ladi-image {
    opacity: 0.18;
}
#HEADLINE4 > .ladi-headline,
#BUTTON_TEXT8 > .ladi-headline,
#BUTTON_TEXT23 > .ladi-headline,
#BUTTON_TEXT158 > .ladi-headline {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}
#HEADLINE4.ladi-animation > .ladi-headline,
#HEADLINE17.ladi-animation > .ladi-headline,
#HEADLINE24.ladi-animation > .ladi-headline,
#HEADLINE167.ladi-animation > .ladi-headline,
#HEADLINE30.ladi-animation > .ladi-headline,
#HEADLINE29.ladi-animation > .ladi-headline,
#HEADLINE63.ladi-animation > .ladi-headline,
#HEADLINE66.ladi-animation > .ladi-headline,
#HEADLINE68.ladi-animation > .ladi-headline,
#HEADLINE69.ladi-animation > .ladi-headline,
#HEADLINE70.ladi-animation > .ladi-headline,
#HEADLINE71.ladi-animation > .ladi-headline,
#GROUP157.ladi-animation > .ladi-group,
#GROUP158.ladi-animation > .ladi-group,
#GROUP159.ladi-animation > .ladi-group,
#HEADLINE97.ladi-animation > .ladi-headline,
#HEADLINE96.ladi-animation > .ladi-headline,
#HEADLINE118.ladi-animation > .ladi-headline,
#HEADLINE119.ladi-animation > .ladi-headline,
#GROUP155.ladi-animation > .ladi-group,
#GROUP154.ladi-animation > .ladi-group,
#GROUP156.ladi-animation > .ladi-group,
#HEADLINE140.ladi-animation > .ladi-headline,
#HEADLINE143.ladi-animation > .ladi-headline,
#HEADLINE144.ladi-animation > .ladi-headline,
#HEADLINE145.ladi-animation > .ladi-headline,
#HEADLINE150.ladi-animation > .ladi-headline,
#HEADLINE156.ladi-animation > .ladi-headline,
#HEADLINE157.ladi-animation > .ladi-headline,
#HEADLINE159.ladi-animation > .ladi-headline {
    animation-name: fadeInLeft;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
#HEADLINE17 > .ladi-headline {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    color: rgb(255, 255, 255);
    text-align: center;
}
#HEADLINE24 > .ladi-headline {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    color: rgb(255, 255, 255);
}
#SHAPE42 svg:last-child,
#SHAPE43 svg:last-child,
#SHAPE44 svg:last-child,
#SHAPE18 svg:last-child,
#SHAPE19 svg:last-child,
#SHAPE20 svg:last-child,
#SHAPE21 svg:last-child {
    fill: rgb(255, 222, 89);
}
#BUTTON8 > .ladi-button > .ladi-button-background,
#BUTTON9 > .ladi-button > .ladi-button-background,
#BUTTON18 > .ladi-button > .ladi-button-background,
#BUTTON19 > .ladi-button > .ladi-button-background,
#BUTTON20 > .ladi-button > .ladi-button-background,
#BUTTON23 > .ladi-button > .ladi-button-background,
#IMAGE158 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(#d30a0f, #c81f1f);
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}
#BUTTON8 > .ladi-button > .ladi-button-background,
#BUTTON9 > .ladi-button > .ladi-button-background,
#BUTTON18 > .ladi-button > .ladi-button-background,
#BUTTON15 > .ladi-button > .ladi-button-background,
#BUTTON17 > .ladi-button > .ladi-button-background,
#BUTTON16 > .ladi-button > .ladi-button-background,
#BUTTON19 > .ladi-button > .ladi-button-background,
#BUTTON20 > .ladi-button > .ladi-button-background,
#FRAME7 > .ladi-frame-bg > .ladi-frame-background,
#BUTTON21 > .ladi-button > .ladi-button-background,
#BUTTON23 > .ladi-button > .ladi-button-background,
#IMAGE158 > .ladi-button > .ladi-button-background {
    -webkit-background-clip: initial;
}
#BUTTON8 > .ladi-button {
    border-width: 1px;
    border-radius: 15px;
    border-color: rgba(0, 0, 0, 0);
}
#BUTTON8 > .ladi-button,
#BUTTON9 > .ladi-button,
#BUTTON18 > .ladi-button,
#BUTTON15 > .ladi-button,
#BUTTON17 > .ladi-button,
#BUTTON16 > .ladi-button,
#BUTTON19 > .ladi-button,
#BUTTON20 > .ladi-button,
#BUTTON23 > .ladi-button,
#IMAGE158 > .ladi-button {
    box-shadow: rgba(0, 0, 0, 0.54) 7px 7px 20px -15px;
}
#BUTTON8.ladi-animation > .ladi-button,
#BUTTON9.ladi-animation > .ladi-button,
#BUTTON18.ladi-animation > .ladi-button,
#BUTTON15.ladi-animation > .ladi-button,
#BUTTON17.ladi-animation > .ladi-button,
#BUTTON16.ladi-animation > .ladi-button,
#BUTTON19.ladi-animation > .ladi-button,
#BUTTON20.ladi-animation > .ladi-button,
#BUTTON21.ladi-animation > .ladi-button,
#BUTTON23.ladi-animation > .ladi-button {
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
#BUTTON8 > .ladi-button:hover,
#BUTTON9 > .ladi-button:hover,
#BUTTON18 > .ladi-button:hover,
#BUTTON15 > .ladi-button:hover,
#BUTTON17 > .ladi-button:hover,
#BUTTON16 > .ladi-button:hover,
#BUTTON19 > .ladi-button:hover,
#BUTTON20 > .ladi-button:hover,
#BUTTON23 > .ladi-button:hover,
#IMAGE158 > .ladi-button:hover {
    border-color: rgb(228, 1, 1);
}
#BUTTON8 > .ladi-button:hover .ladi-headline,
#BUTTON9 > .ladi-button:hover .ladi-headline,
#BUTTON18 > .ladi-button:hover .ladi-headline,
#BUTTON15 > .ladi-button:hover .ladi-headline,
#BUTTON17 > .ladi-button:hover .ladi-headline,
#BUTTON16 > .ladi-button:hover .ladi-headline,
#BUTTON19 > .ladi-button:hover .ladi-headline,
#BUTTON20 > .ladi-button:hover .ladi-headline,
#BUTTON23 > .ladi-button:hover .ladi-headline,
#IMAGE158 > .ladi-button:hover .ladi-headline {
    color: rgb(228, 1, 1);
}
#BUTTON8 > .ladi-button:hover .ladi-button-background,
#BUTTON9 > .ladi-button:hover .ladi-button-background,
#BUTTON18 > .ladi-button:hover .ladi-button-background,
#BUTTON15 > .ladi-button:hover .ladi-button-background,
#BUTTON17 > .ladi-button:hover .ladi-button-background,
#BUTTON16 > .ladi-button:hover .ladi-button-background,
#BUTTON19 > .ladi-button:hover .ladi-button-background,
#BUTTON20 > .ladi-button:hover .ladi-button-background,
#BUTTON23 > .ladi-button:hover .ladi-button-background,
#IMAGE158 > .ladi-button:hover .ladi-button-background {
    background-image: none !important;
    background-color: rgb(255, 255, 255) !important;
    background-size: initial !important;
    background-origin: initial !important;
    background-position: initial !important;
    background-repeat: initial !important;
    background-attachment: initial !important;
    -webkit-background-clip: initial !important;
}
#BUTTON_TEXT8,
#BUTTON_TEXT9,
#BUTTON_TEXT18,
#BUTTON_TEXT15,
#BUTTON_TEXT17,
#BUTTON_TEXT16,
#BUTTON_TEXT19,
#BUTTON_TEXT20,
#BUTTON_TEXT23,
#BUTTON_TEXT158 {
    top: 9px;
    left: 0px;
}
#HEADLINE166 > .ladi-headline,
#HEADLINE155 > .ladi-headline {
    font-family: Anton, sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
}
#BOX133 > .ladi-box {
    border-width: 2px;
    border-radius: 29px;
    border-style: solid;
    border-color: rgb(241, 243, 244);
}
#BOX133 > .ladi-box,
#BOX76 > .ladi-box,
#BOX84 > .ladi-box,
#BOX83 > .ladi-box,
#FORM2 .ladi-form-item-background {
    background-color: rgb(255, 255, 255);
}
#HEADLINE167 > .ladi-headline {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: rgb(1, 44, 144);
    text-transform: uppercase;
    text-align: center;
}
#SECTION10 > .ladi-section-background {
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: scroll;
}
#SECTION10 > .ladi-section-background,
#SECTION11 > .ladi-section-background {
    opacity: 0.32;
}
#HEADLINE62 > .ladi-headline {
    font-family: Muli, sans-serif;
    font-size: 69px;
    font-style: italic;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: left;
}
#BUTTON9 > .ladi-button {
    border-width: 1px;
    border-radius: 20px;
    border-color: rgba(0, 0, 0, 0);
}
#BUTTON_TEXT9 {
    width: 563px;
}
#BUTTON_TEXT9 > .ladi-headline,
#BUTTON_TEXT18 > .ladi-headline,
#BUTTON_TEXT19 > .ladi-headline,
#BUTTON_TEXT20 > .ladi-headline {
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}
#BUTTON_TEXT9 > .ladi-headline {
    font-family: "Inter", sans-serif;
}
#BOX18 > .ladi-box,
#BOX16 > .ladi-box,
#BOX7 > .ladi-box,
#BOX20 > .ladi-box {
    border-width: 1px;
    border-radius: 6px;
    border-color: rgba(1, 48, 94, 0.5);
}
#BOX18 > .ladi-box,
#BOX16 > .ladi-box,
#BOX7 > .ladi-box,
#BOX20 > .ladi-box,
#BOX97 > .ladi-box,
#BOX96 > .ladi-box,
#BOX98 > .ladi-box {
    background-image: linear-gradient(
        rgb(255, 239, 173) 0%,
        rgb(238, 178, 89) 100%
    );
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    -webkit-background-clip: initial;
    box-shadow: rgb(0, 47, 94) 5px 15px 24px -15px;
}
#BOX17,
#BOX15,
#BOX11,
#BOX19,
#GROUP92,
#GROUP91,
#BOX98 {
    top: 0px;
}
#BOX17 > .ladi-box,
#BOX15 > .ladi-box,
#BOX11 > .ladi-box,
#BOX19 > .ladi-box {
    border-width: 1px;
    border-radius: 6px;
    border-color: rgb(1, 69, 137);
}
#BOX17 > .ladi-box,
#BOX15 > .ladi-box,
#BOX11 > .ladi-box,
#BOX19 > .ladi-box,
#BOX34 > .ladi-box,
#BOX47 > .ladi-box {
    background-color: rgb(246, 246, 246);
}
#HEADLINE34 > .ladi-headline,
#HEADLINE33 > .ladi-headline,
#HEADLINE26 > .ladi-headline,
#HEADLINE35 > .ladi-headline {
    background-image: linear-gradient(rgb(0, 47, 94), rgb(0, 115, 255));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}
#HEADLINE34 > .ladi-headline,
#HEADLINE26 > .ladi-headline,
#HEADLINE35 > .ladi-headline {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: left;
}
#HEADLINE34 > .ladi-headline,
#HEADLINE33 > .ladi-headline,
#HEADLINE26 > .ladi-headline,
#HEADLINE29 > .ladi-headline,
#HEADLINE35 > .ladi-headline,
#HEADLINE63 > .ladi-headline,
#HEADLINE68 > .ladi-headline,
#HEADLINE118 > .ladi-headline,
#HEADLINE120 > .ladi-headline,
#HEADLINE123 > .ladi-headline,
#HEADLINE126 > .ladi-headline,
#HEADLINE140 > .ladi-headline,
#HEADLINE143 > .ladi-headline,
#HEADLINE150 > .ladi-headline,
#HEADLINE156 > .ladi-headline {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#PARAGRAPH39 > .ladi-paragraph,
#PARAGRAPH38 > .ladi-paragraph,
#PARAGRAPH33 > .ladi-paragraph,
#PARAGRAPH40 > .ladi-paragraph {
    font-family: Roboto, sans-serif;
    color: rgb(0, 47, 94);
}
#HEADLINE33 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-weight: bold;
    color: rgb(228, 1, 1);
    text-transform: uppercase;
    text-align: left;
}
#HEADLINE30 > .ladi-headline {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(1, 46, 152);
    text-transform: uppercase;
    text-align: center;
}
#HEADLINE29 > .ladi-headline,
#HEADLINE63 > .ladi-headline,
#HEADLINE68 > .ladi-headline,
#HEADLINE140 > .ladi-headline,
#HEADLINE150 > .ladi-headline,
#HEADLINE156 > .ladi-headline {
    background-image: linear-gradient(
        rgb(69, 134, 220) 0%,
        rgb(1, 28, 133) 100%
    );
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}
#HEADLINE29 > .ladi-headline,
#HEADLINE63 > .ladi-headline,
#HEADLINE118 > .ladi-headline,
#HEADLINE140 > .ladi-headline,
#HEADLINE143 > .ladi-headline,
#HEADLINE145 > .ladi-headline,
#HEADLINE150 > .ladi-headline {
    font-family: "Anton";
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
}
#SHAPE14 svg:last-child,
#SHAPE2 svg:last-child,
#SHAPE3 svg:last-child,
#SHAPE17 svg:last-child,
#SHAPE30 svg:last-child,
#SHAPE31 svg:last-child,
#SHAPE32 svg:last-child,
#SHAPE33 svg:last-child {
    fill: rgb(228, 1, 1);
}
#BOX34 > .ladi-box {
    border-width: 1px;
    border-radius: 8px;
    border-color: rgb(1, 69, 137);
    box-shadow: rgb(0, 47, 94) -6px 21px 16px -22px;
}
#PARAGRAPH41 > .ladi-paragraph {
    font-family: "Inter", sans-serif;
    line-height: 1.3;
    color: rgb(1, 44, 144);
}
#PARAGRAPH42 > .ladi-paragraph {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    line-height: 1.3;
    color: rgb(1, 44, 144);
}
#IMAGE124 {
    width: 98px;
    height: 65.3333px;
}
#IMAGE124 > .ladi-image > .ladi-image-background {
    width: 208.25px;
    height: 138.833px;
    top: -73.5px;
    left: -110.25px;
}
#IMAGE124 > .ladi-image > .ladi-image-background,
#IMAGE126 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s550x450/63db28c85c6af80012ef7a03/4bdb4418-6afc-4297-a004-f163dc04d324-20260813034356-xbhe_.png");
}
#IMAGE125 {
    width: 93.4624px;
    height: 62.3083px;
}
#IMAGE125 > .ladi-image > .ladi-image-background {
    width: 195.804px;
    height: 130.536px;
    top: -68.2276px;
    left: 0px;
}
#IMAGE125 > .ladi-image > .ladi-image-background,
#IMAGE127 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s500x450/63db28c85c6af80012ef7a03/4bdb4418-6afc-4297-a004-f163dc04d324-20260813034356-xbhe_.png");
}
#IMAGE126 {
    width: 103.684px;
    height: 69.1227px;
}
#IMAGE126 > .ladi-image > .ladi-image-background {
    width: 204.775px;
    height: 136.517px;
    top: 0px;
    left: -101.092px;
}
#IMAGE127 {
    width: 98.783px;
    height: 65.8553px;
}
#IMAGE127 > .ladi-image > .ladi-image-background {
    width: 191.392px;
    height: 127.594px;
}
#SECTION12 > .ladi-section-background,
#SECTION11 > .ladi-section-background,
#SECTION17 > .ladi-section-background,
#SECTION18 > .ladi-section-background,
#SECTION22 > .ladi-section-background,
#SECTION23 > .ladi-section-background {
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#HEADLINE66 > .ladi-headline {
    font-family: Roboto, sans-serif;
    line-height: 1.2;
    color: rgb(1, 1, 1);
    text-align: center;
}
#HEADLINE67 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-weight: bold;
    color: rgb(224, 1, 1);
    text-transform: uppercase;
    text-align: center;
}
#HEADLINE67.ladi-animation > .ladi-headline {
    animation-name: fadeInDown;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
#BOX47 > .ladi-box {
    border-width: 1px;
    border-radius: 24px;
    border-color: rgb(1, 69, 137);
    box-shadow: rgba(1, 48, 95, 0.4) -4px -22px 16px -22px;
}
#LINE3 > .ladi-line > .ladi-line-container {
    border-top: 2px dashed rgb(1, 44, 144);
    border-right: 2px dashed rgb(1, 44, 144);
    border-bottom: 2px dashed rgb(1, 44, 144);
    border-left: 0px !important;
}
#LINE3 > .ladi-line,
#LINE39 > .ladi-line,
#LINE41 > .ladi-line,
#LINE40 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
}
#HEADLINE68 > .ladi-headline,
#HEADLINE156 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}
#HEADLINE157 > .ladi-headline {
    font-family: Anton, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}
#HEADLINE69 > .ladi-headline,
#HEADLINE70 > .ladi-headline,
#HEADLINE71 > .ladi-headline {
    font-family: "Inter", sans-serif;
    line-height: 1.2;
    color: rgb(1, 44, 144);
    text-align: center;
}
#BOX41 > .ladi-box,
#BOX87 > .ladi-box,
#BOX88 > .ladi-box {
    border-width: 1px;
    border-radius: 100px;
    border-style: solid;
    border-color: rgba(1, 44, 144, 0.55);
    background-image: linear-gradient(
        rgb(255, 255, 255) 0%,
        rgb(207, 207, 207) 100%
    );
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    -webkit-background-clip: initial;
    box-shadow: rgb(4, 3, 1) 0px 15px 20px -15px;
}
#HEADLINE97,
#IMAGE86,
#IMAGE85,
#IMAGE87 {
    left: 0px;
}
#HEADLINE97 > .ladi-headline {
    font-family: Roboto, sans-serif;
    line-height: 1.2;
    color: rgb(1, 44, 144);
    text-align: left;
}
#IMAGE63,
#IMAGE63 > .ladi-image > .ladi-image-background {
    width: 342.356px;
    height: 228.237px;
}
#IMAGE63 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x550/63db28c85c6af80012ef7a03/3cd1b742-40e7-4f4f-add0-703d18ac3aa1-20260812083811-nhabx.png");
}
#GROUP74.ladi-animation > .ladi-group,
#GROUP151.ladi-animation > .ladi-group,
#GROUP161.ladi-animation > .ladi-group,
#GROUP162.ladi-animation > .ladi-group,
#GROUP109.ladi-animation > .ladi-group {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
#IMAGE26 > .ladi-image {
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
}
#HEADLINE96 > .ladi-headline {
    font-family: "Inter", sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
}
#SECTION14 > .ladi-overlay {
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 0.37;
}
#SECTION14 > .ladi-section-background {
    background-color: #00206C;
}
#HEADLINE118 > .ladi-headline {
    background-image: linear-gradient(
        rgb(242, 224, 151) 0%,
        rgb(255, 250, 229) 100%
    );
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}
#HEADLINE119 > .ladi-headline {
    font-family: Roboto, sans-serif;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: center;
}
#BUTTON18 > .ladi-button,
#BUTTON19 > .ladi-button,
#BUTTON20 > .ladi-button,
#BUTTON23 > .ladi-button,
#IMAGE158 > .ladi-button {
    border-width: 1px;
    border-radius: 23px;
    border-color: rgba(0, 0, 0, 0);
}
#BUTTON_TEXT18,
#BUTTON_TEXT19 {
    width: 611px;
}
#GROUP151,
#BOX76 {
    width: 316.954px;
}
#BOX76 > .ladi-box,
#BOX84 > .ladi-box,
#BOX83 > .ladi-box {
    border-width: 4px;
    border-radius: 19px 0px;
    border-style: solid;
    border-color: rgba(1, 44, 144, 0.29);
    box-shadow: rgb(111, 182, 255) -21px 13px 21px -14px;
}
#HEADLINE120 {
    width: 245px;
    top: 140px;
    left: 39.4573px;
}
#HEADLINE120 > .ladi-headline,
#HEADLINE123 > .ladi-headline,
#HEADLINE126 > .ladi-headline {
    background-image: linear-gradient(150deg, rgb(0, 47, 94), rgb(0, 115, 255));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    color: rgb(69, 134, 220);
    text-transform: uppercase;
    text-align: center;
}
#LINE39,
#LINE41,
#LINE40 {
    width: 271px;
}
#LINE39 {
    top: 211.496px;
    left: 23.1443px;
}
#LINE39 > .ladi-line > .ladi-line-container,
#LINE41 > .ladi-line > .ladi-line-container,
#LINE40 > .ladi-line > .ladi-line-container {
    border-top: 3px solid rgb(1, 44, 144);
    border-right: 3px solid rgb(1, 44, 144);
    border-bottom: 3px solid rgb(1, 44, 144);
    border-left: 0px !important;
    opacity: 0.35;
}
#HEADLINE129,
#HEADLINE130,
#HEADLINE131 {
    width: 278px;
}
#HEADLINE129 {
    top: 237.496px;
    left: 19.724px;
}
#HEADLINE129 > .ladi-headline,
#HEADLINE130 > .ladi-headline,
#HEADLINE131 > .ladi-headline {
    font-family: "Inter";
    line-height: 1.2;
    color: rgb(1, 44, 144);
    text-align: center;
}
#IMAGE54,
#IMAGE54 > .ladi-image > .ladi-image-background {
    width: 155.461px;
    height: 103.639px;
}
#IMAGE54 {
    top: 21.167px;
    left: 80.7465px;
}
#IMAGE54 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s500x450/63db28c85c6af80012ef7a03/7a12ea03-f28a-450b-b2f1-c5915877b8b0-20260812070306-nz3x6.png");
}
#IMAGE54.ladi-animation > .ladi-image {
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
#BUTTON15,
#BUTTON17,
#BUTTON16 {
    width: 200px;
    height: 9px;
}
#BUTTON15,
#BUTTON16 {
    top: 435px;
    left: 58.477px;
}
#BUTTON15 > .ladi-button > .ladi-button-background,
#BUTTON17 > .ladi-button > .ladi-button-background,
#BUTTON16 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(191, 42, 44) 0%, rgb(227, 0, 7) 100%);
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}
#BUTTON15 > .ladi-button,
#BUTTON17 > .ladi-button,
#BUTTON16 > .ladi-button {
    border-width: 1px;
    border-radius: 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
}
#BUTTON_TEXT15 > .ladi-headline,
#BUTTON_TEXT17 > .ladi-headline,
#BUTTON_TEXT16 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}
#GROUP161,
#BOX84 {
    width: 316.954px;
    height: 442px;
}
#LINE41 {
    top: 211.496px;
    left: 18.869px;
}
#BUTTON17 {
    top: 435px;
    left: 58.477px;
}
#HEADLINE123 {
    width: 243px;
    top: 140.311px;
    left: 38.553px;
}
#HEADLINE130 {
    top: 237.496px;
    left: 19.477px;
}
#IMAGE55,
#IMAGE55 > .ladi-image > .ladi-image-background {
    width: 148.421px;
    height: 98.9457px;
}
#IMAGE55 {
    top: 25.36px;
    left: 85.842px;
}
#IMAGE55 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s450x400/63db28c85c6af80012ef7a03/d9ab4113-c69f-4974-9b24-0d45b8be2c79-20260812070306-11-8r.png");
}
#GROUP162,
#BOX83 {
    width: 316.954px;
    height: 443px;
}
#LINE40 {
    top: 211.496px;
    left: 18.896px;
}
#IMAGE56,
#IMAGE56 > .ladi-image > .ladi-image-background {
    width: 162.5px;
    height: 108.332px;
}
#IMAGE56 {
    top: 21.167px;
    left: 73.146px;
}
#IMAGE56 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s500x450/63db28c85c6af80012ef7a03/60a2ef56-8cf3-443e-8041-3ace59f178a3-20260812070306-b6ne0.png");
}
#HEADLINE126 {
    width: 241px;
    top: 140.811px;
    left: 33.896px;
}
#HEADLINE131 {
    top: 237.996px;
    left: 19.477px;
}
#IMAGE86 > .ladi-image,
#IMAGE85 > .ladi-image,
#IMAGE87 > .ladi-image {
    border-radius: 25px;
    filter: brightness(126%);
}
#PARAGRAPH61 > .ladi-paragraph,
#PARAGRAPH60 > .ladi-paragraph,
#PARAGRAPH62 > .ladi-paragraph {
    font-family: "Inter";
    font-weight: 500;
    line-height: 1.4;
    color: rgb(255, 255, 255);
    text-align: left;
}
#BOX97 > .ladi-box,
#BOX96 > .ladi-box,
#BOX98 > .ladi-box {
    border-width: 1px;
    border-radius: 0px 28px;
    border-color: rgba(1, 48, 94, 0.5);
}
#PARAGRAPH64 > .ladi-paragraph,
#PARAGRAPH63 > .ladi-paragraph,
#PARAGRAPH65 > .ladi-paragraph {
    font-family: "Inter";
    font-weight: 700;
    line-height: 1.4;
    color: rgb(1, 44, 144);
    text-align: left;
    font-size: 18px;
}
#IMAGE94,
#IMAGE93,
#IMAGE92 {
    will-change: transform, opacity;
}
#HEADLINE142 > .ladi-headline {
    font-family: Oswald, sans-serif;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(224, 1, 1);
    text-transform: uppercase;
    text-align: center;
}
#HEADLINE142.ladi-animation > .ladi-headline {
    animation-name: slideInUp;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
#IMAGE74 {
    mix-blend-mode: screen;
    will-change: transform, opacity;
}
#IMAGE74 > .ladi-image {
    filter: contrast(132%) brightness(107%) saturate(130%);
}
#PARAGRAPH57 > .ladi-paragraph {
    font-family: "Inter";
    line-height: 1.6;
    color: rgb(0, 32, 108);
    text-align: center;
}
#PARAGRAPH58 > .ladi-paragraph {
    font-family: "Inter";
    font-weight: bold;
    color: rgb(0, 20, 67);
    text-align: left;
}
#SECTION17 > .ladi-section-background {
    filter: brightness(82%);
}
#HEADLINE143 > .ladi-headline {
    background-image: linear-gradient(
        rgb(242, 224, 151) 0%,
        rgb(255, 246, 209) 100%
    );
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}
#HEADLINE144 > .ladi-headline {
    font-family: "Inter";
    color: rgb(255, 255, 255);
    text-align: center;
}
#BOX103 > .ladi-box,
#BOX129 > .ladi-box,
#BOX131 > .ladi-box {
    border-width: 2px;
    border-radius: 20px;
    border-style: solid;
    border-color: rgb(200, 224, 255);
    background: rgba(0, 46, 110, 0.54);
    box-shadow: -2px 1px 20px 3px rgba(88, 215, 255, 0.51);
    opacity: 0.46;
}
#PARAGRAPH69 > .ladi-paragraph {
    line-height: 1.6;
    color: rgb(255, 255, 255);
}
#PARAGRAPH70 > .ladi-paragraph {
    font-family: "Inter";
    line-height: 1.6;
    color: rgb(255, 255, 255);
}
#IMAGE107 > .ladi-image,
#IMAGE106 > .ladi-image {
    transform: rotate(90deg);
}
#PARAGRAPH66 > .ladi-paragraph,
#PARAGRAPH67 > .ladi-paragraph,
#PARAGRAPH68 > .ladi-paragraph {
    font-family: "Inter";
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: center;
}
#GROUP176,
#BOX105,
#GROUP175,
#BOX134,
#GROUP174,
#BOX135 {
    width: 320.603px;
    height: 396.724px;
}
#BOX105 > .ladi-box,
#BOX134 > .ladi-box,
#BOX135 > .ladi-box {
    border-width: 1px;
    border-radius: 11px;
    border-style: solid;
    border-color: rgb(199, 207, 252);
    background-image: linear-gradient(
        rgb(250, 248, 248) 0%,
        rgb(230, 237, 242) 100%
    );
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    -webkit-background-clip: initial;
    box-shadow: rgb(159, 207, 255) 0px 15px 20px -15px;
}
#PARAGRAPH75,
#PARAGRAPH130,
#PARAGRAPH131 {
    width: 303px;
    height: 161px;
}
#PARAGRAPH75 {
    top: 227.2px;
    left: 8.8015px;
}
#PARAGRAPH75 > .ladi-paragraph,
#PARAGRAPH130 > .ladi-paragraph,
#PARAGRAPH131 > .ladi-paragraph {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #424242;
}
#PARAGRAPH75 .ladi-paragraph > span:last-child,
#PARAGRAPH130 .ladi-paragraph span span,
#PARAGRAPH131 .ladi-paragraph span span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#IMAGE164,
#IMAGE164 > .ladi-image > .ladi-image-background,
#IMAGE166,
#IMAGE166 > .ladi-image > .ladi-image-background,
#IMAGE167,
#IMAGE167 > .ladi-image > .ladi-image-background {
    width: 308.03px;
    height: 205.353px;
}
#IMAGE164 {
    top: 9.06px;
    left: 7.076px;
}
#IMAGE164 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x550/63db28c85c6af80012ef7a03/1f1a07b6-abcf-454a-8f7a-90c7c863c516-20260814105553-c9mam.jpg");
}
#IMAGE164 > .ladi-image,
#IMAGE166 > .ladi-image,
#IMAGE167 > .ladi-image {
    border-radius: 13px;
}
#PARAGRAPH130,
#PARAGRAPH131 {
    top: 227.2px;
    left: 8.802px;
}
#IMAGE166 {
    top: 9.06px;
    left: 6.287px;
}
#IMAGE166 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x550/63db28c85c6af80012ef7a03/85266438-376d-4b28-a8b7-75a44bfa2cf2-20260814105706-ql-gi.jpg");
}
#IMAGE167 {
    top: 9.06px;
    left: 6.286px;
}
#IMAGE167 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x550/63db28c85c6af80012ef7a03/aa8522da-aa53-4555-922c-813f4dadfee3-20260814105718-24wgk.jpg");
}
#GROUP110.ladi-animation > .ladi-group {
    animation-name: pulse;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}
#BOX110 > .ladi-box,
#BOX116 > .ladi-box,
#BOX121 > .ladi-box,
#BOX122 > .ladi-box,
#BOX123 > .ladi-box,
#BOX124 > .ladi-box {
    border-width: 1px;
    border-radius: 25px;
    border-style: solid;
    border-color: rgb(156, 190, 232);
    background-color: rgb(238, 243, 248);
    box-shadow: rgb(1, 44, 144) 0px 15px 20px -15px;
    opacity: 0.68;
}
#PARAGRAPH78 > .ladi-paragraph,
#PARAGRAPH101 > .ladi-paragraph,
#PARAGRAPH107 > .ladi-paragraph,
#PARAGRAPH108 > .ladi-paragraph,
#PARAGRAPH109 > .ladi-paragraph,
#PARAGRAPH128 > .ladi-paragraph {
    font-family: "Inter";
    color: rgb(1, 44, 144);
}
#PARAGRAPH100 > .ladi-paragraph {
    font-family: "Inter";
    color: rgb(224, 1, 1);
    text-transform: uppercase;
    font-weight: 600;
}
#BOX118 > .ladi-box,
#BOX119 > .ladi-box,
#BOX120 > .ladi-box {
    border-radius: 100px;
    background-color: rgb(1, 44, 144);
}
#PARAGRAPH95 > .ladi-paragraph {
    font-family: "Inter";
    font-weight: 500;
    line-height: 1.6;
    color: rgb(1, 44, 144);
}
#BUTTON_TEXT20 {
    width: 512px;
}
#BOX115 > .ladi-box {
    border-width: 1px;
    border-radius: 21px;
    border-style: solid;
    border-color: rgb(156, 190, 232);
    background-image: linear-gradient(rgb(1, 73, 181) 0%, rgb(0, 34, 112) 100%);
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    -webkit-background-clip: initial;
    box-shadow: rgb(1, 44, 144) 0px 15px 20px -15px;
    opacity: 0.99;
}
#PARAGRAPH94 > .ladi-paragraph {
    font-family: "Inter";
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 700;
}
#PARAGRAPH127 > .ladi-paragraph {
    font-family: "Inter";
    line-height: 1.6;
    color: rgb(255, 218, 69);
    text-transform: uppercase;
    text-align: center;
}
#SECTION21 > .ladi-section-background {
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-attachment: fixed;
}
#GROUP143 {
    width: 380.187px;
    height: 132.38px;
}
#BOX129,
#BOX131 {
    width: 380.187px;
    height: 101.716px;
}
#BOX129 {
    top: 30.664px;
    left: 0px;
}

#PARAGRAPH115 {
    width: 360px;
    top: 25px;
    left: 10px;
}
#PARAGRAPH115 > .ladi-paragraph,
#PARAGRAPH116 > .ladi-paragraph {
    font-family: "Inter";
    font-size: 20px;
    line-height: 1.3;
    color: rgb(255, 255, 255);
    text-align: center;
}
#IMAGE137 {
    width: 63.7238px;
    height: 50.8974px;
    top: -30.664px;
    left: 167.164px;
}
#IMAGE137 > .ladi-image > .ladi-image-background {
    width: 90.0171px;
    height: 71.8986px;
    top: -9.60051px;
    left: -46.2023px;
}
#IMAGE137 > .ladi-image > .ladi-image-background,
#IMAGE138 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s400x400/63db28c85c6af80012ef7a03/sl_112520_38300_28-converted-01-20260813070147-dgp5q.png");
}
#HEADLINE159 > .ladi-headline {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}
#GROUP144 {
    width: 380.187px;
    height: 122.336px;
}
#BOX131 {
    top: 20.62px;
    left: 0px;
}
#PARAGRAPH116 {
    width: 327px;
    top: 25px;
    left: 26.5px;
}
#IMAGE138 {
    width: 45.9946px;
    height: 36.7368px;
    top: -20.62px;
    left: 163.097px;
}
#IMAGE138 > .ladi-image > .ladi-image-background {
    width: 86.6618px;
    height: 69.2187px;
    top: -15.5913px;
    left: -0.86618px;
}
#GROUP167 {
    width: 459px;
    height: 393.906px;
}
#FRAME7 {
    width: auto !important;
    height: auto !important;
    top: 0px;
    left: 29.5px;
}
#FRAME7 > .ladi-frame-bg > .ladi-frame-background {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(247, 253, 255));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}
#FRAME7 > .ladi-frame {
    width: max-content;
    height: max-content;
    box-shadow: rgb(1, 91, 181) 0px 15px 20px -7px;
    right: 0px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    gap: 12.022px;
    padding: 20px 20px 145.885px;
    margin: 0px auto auto;
    overflow: initial;
}
#FRAME7 > .ladi-frame-bg {
    border-radius: 10px;
}
#FRAME7 > .ladi-frame > .ladi-element {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin: 0px auto auto;
}
#FORM2 {
    width: 360px;
    height: 178px;
    order: 505;
}
#FORM2,
#HEADLINE160 {
    top: 0px !important;
    left: 0px !important;
}
#FORM2 > .ladi-form {
    font-family: "Inter";
    font-size: 15px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}
#FORM2 .ladi-form .ladi-form-checkout-payment-item {
    --check-size: calc(15px * 1.5);
    --width-quantity: calc(15px * 2.5 + 30px);
}
#FORM2
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    span[data-checked="false"],
#FORM2
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    .ladi-editing::placeholder,
#FORM2 .ladi-form .ladi-survey-option .ladi-survey-option-label,
#FORM2 .ladi-form-item .ladi-form-control::placeholder,
#FORM2 .ladi-form-item select.ladi-form-control[data-selected=""] {
    color: rgb(116, 116, 116);
}
#FORM2
    .ladi-form
    .ladi-form-item.ladi-form-checkbox
    .ladi-form-checkbox-item
    .ladi-editing,
#FORM2 .ladi-form .ladi-survey-option.selected .ladi-survey-option-label,
#FORM2 .ladi-form-checkout-payment-quantity input {
    color: rgb(0, 0, 0);
}
#FORM2:hover .overlay-checkout {
    display: flex !important;
}
#FORM2 .ladi-form-item {
    padding-left: 5px;
    padding-right: 5px;
}
#FORM2 .ladi-form-item.otp-countdown:before {
    right: 10px;
}
#FORM2 .ladi-form-item.ladi-form-checkbox {
    padding-left: 10px;
    padding-right: 10px;
}
#FORM2 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgb(116%2C%20116%2C%20116)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}
#FORM2
    .ladi-form
    [data-form-checkout-item="product"]
    .ladi-form-checkout-payment-check.multiple.checked:before,
#FORM2
    .ladi-form
    [data-form-checkout-item="product"]
    .ladi-form-checkout-payment-check:not(.multiple).checked:before,
#FORM2
    .ladi-form
    [data-form-checkout-item="payment"]
    .ladi-form-checkout-payment-check.checked:before,
#FORM2
    .ladi-form
    [data-form-checkout-item="fee_shipping"]
    .ladi-form-checkout-payment-check.checked:before,
#FORM2 .ladi-form-checkout-payment-quantity .up:before,
#FORM2 .ladi-form-checkout-payment-quantity .down:before,
#FORM2
    [data-form-checkout-item="payment"]
    .ladi-form-item
    .ladi-form-checkout-payment-content
    div:before {
    background-color: rgb(0, 0, 0);
}
#FORM2 .ladi-survey-option {
    text-align: left;
}
#FORM2 .ladi-form-item-container,
#FORM2 .ladi-form-checkout-box,
#FORM2 .ladi-form-checkout-bump-offer-product,
#FORM2 .ladi-form-label-container .ladi-form-label-item {
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    border-color: rgb(216, 216, 216);
}
#FORM2 .ladi-form-item-container .ladi-form-item.ladi-form-quantity {
    width: calc(100% + 1px);
}
#FORM2 .ladi-form-item-container .ladi-form-quantity .button,
#FORM2
    .ladi-form
    [data-form-checkout-item="coupon_code"]
    .content-discount-block
    .placeholder
    i {
    background-color: rgb(216, 216, 216);
}
#FORM2 .ladi-form [data-form-checkout-item="total_price"] .space,
#FORM2 .ladi-form-checkout-payment-quantity input {
    border-color: rgb(216, 216, 216);
}
#FORM2 .ladi-form-checkout-payment-quantity input {
    width: 65px;
}
#FORM2 .ladi-form-item-background {
    border-radius: 3px;
}
#BUTTON21 {
    width: 270.383px;
    height: 48.9706px;
    top: 129.029px;
    left: 44.8085px;
}
#BUTTON21 > .ladi-button > .ladi-button-background {
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;

    background: linear-gradient(270deg, #d30a0f 0%, #c81f1f 100%);
    box-shadow:
        -1px 10px 11.7px rgba(0, 0, 0, 0.25),
        inset -11px 6px 4px rgba(71, 0, 0, 0.06);
    border-radius: 18px;
}
#BUTTON21 > .ladi-button {
    border-width: 1px;
    border-radius: 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
}
#BUTTON_TEXT21 {
    width: 268px;
    top: 9.79412px;
    left: 0px;
}
#BUTTON_TEXT21 > .ladi-headline {
    font-family: "Inter";
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}
#FORM_ITEM2,
#FORM_ITEM3 {
    width: 360px;
    height: 48.9706px;
}
#FORM_ITEM2 .ladi-form-item,
#FORM_ITEM3 .ladi-form-item {
    background-image: none !important;
}
#FORM_ITEM3 {
    top: 55.8735px;
    left: 0px;
}
#HEADLINE160 {
    width: 328px;
    order: 309;
}
#HEADLINE160 > .ladi-headline {
    font-family: "Inter";
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    color: #002176;
    text-transform: uppercase;
    text-align: center;
}
#HEADLINE162 {
    width: 459px;
    top: 273.336px;
    text-transform: capitalize;
    left: 0px;
}
#HEADLINE162 > .ladi-headline {
    font-family: "Inter";
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(1, 44, 144);
    text-align: center;
}
#IMAGE158 {
    width: 272.75px;
    height: 53px;
}
@media (min-width: 768px) {
    #SECTION1 {
        height: 850px;
        overflow: hidden;
    }
    #BOX82 {
        width: 7712px;
        height: 850px;
        top: 0px;
        left: -3375px;
    }

    #IMAGE3,
    #IMAGE3 > .ladi-image > .ladi-image-background {
        width: 100vw;
        height: auto;
        aspect-ratio: 8511 / 6727;
    }
    #IMAGE3 {
        top: 0;
        left: auto;
        margin-left: calc(50% - 50vw);
    }
    #IMAGE3 > .ladi-image > .ladi-image-background {
        background-size: cover;
        background-position: center;
        background-image: url("https://w.ladicdn.com/s8850x7050/63db28c85c6af80012ef7a03/vvh09238-1-1-20260813081208-u98bp.png");
    }
    #IMAGE141,
    #IMAGE141 > .ladi-image > .ladi-image-background {
        width: 807px;
        height: 403.5px;
    }
    #IMAGE141 {
        top: 140px;
        left: 87px;
    }
    #IMAGE141 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1150x750/63db28c85c6af80012ef7a03/nt593-02-20260813074551-02fij.png");
    }
    #HEADLINE4 {
        width: 631px;
        top: 60px;
        left: 175px;
    }
    #HEADLINE4 > .ladi-headline {
        font-size: 24px;
    }
    #HEADLINE17 {
        width: 875px;
        top: 420px;
        left: 40.5px;
    }
    #HEADLINE17 > .ladi-headline,
    #PARAGRAPH41 > .ladi-paragraph,
    #PARAGRAPH42 > .ladi-paragraph,
    #HEADLINE66 > .ladi-headline,
    #HEADLINE69 > .ladi-headline,
    #HEADLINE70 > .ladi-headline,
    #HEADLINE71 > .ladi-headline,
    #HEADLINE97 > .ladi-headline,
    #HEADLINE119 > .ladi-headline,
    #HEADLINE129 > .ladi-headline,
    #HEADLINE130 > .ladi-headline,
    #HEADLINE131 > .ladi-headline,
    #PARAGRAPH61 > .ladi-paragraph,
    #PARAGRAPH60 > .ladi-paragraph,
    #PARAGRAPH62 > .ladi-paragraph,
    #PARAGRAPH95 > .ladi-paragraph {
        font-size: 19px;
    }
    #GROUP153,
    #IMAGE144 {
        width: 1191.76px;
        height: 365.6px;
    }
    #GROUP153 {
        top: 485px;
        left: -88.38px;
    }
    #IMAGE144 > .ladi-image > .ladi-image-background {
        width: 1191.76px;
        height: 371.112px;
        background-image: url("https://w.ladicdn.com/s1500x700/63db28c85c6af80012ef7a03/-3-20260813020424-tjxl9.png");
    }
    #HEADLINE24 {
        width: 660px;
        top: 96.6px;
        left: 286.57px;
    }
    #HEADLINE24 > .ladi-headline {
        font-size: 19px;
        text-align: left;
    }
    #BUTTON_HEADLINE24 {
        display: block !important;
        width: 700px;
        height: 78px;
        top: 690px;
        left: 50%;
        transform: translateX(-50%);
    }
    #BUTTON_HEADLINE24 > .ladi-button {
        position: relative;
        width: 100%;
        height: 100%;
        border-width: 1px;
        border-radius: 12px;
        border-color: rgba(0, 0, 0, 0);
        box-shadow: rgba(0, 0, 0, 0.54) 7px 7px 20px -15px;
        display: flex;
        align-items: center;
        justify-content: center;
        animation-name: pulse;
        animation-delay: 0s;
        animation-duration: 1s;
        animation-iteration-count: 1;
    }
    #BUTTON_HEADLINE24 > .ladi-button > .ladi-button-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(#d30a0f, #c81f1f);
        border-radius: 12px;
    }
    #BUTTON_TEXT_HEADLINE24 {
        position: relative;
        width: 100%;
        z-index: 1;
    }
    #BUTTON_TEXT_HEADLINE24 > .ladi-headline {
        font-family: "Inter", sans-serif;
        font-weight: bold;
        font-size: 23px;
        line-height: 1.3;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        text-align: center;
    }
    #SHAPE42,
    #SHAPE43,
    #SHAPE44 {
        width: 24px;
        height: 24px;
    }
    #SHAPE42 {
        top: 98.6px;
        left: 263.57px;
    }
    #SHAPE43 {
        top: 125px;
        left: 263.57px;
    }
    #SHAPE44 {
        top: 151px;
        left: 263.57px;
    }
    #BUTTON8 {
        width: 461.651px;
        height: 55.3934px;
        top: 635.807px;
        left: 247.174px;
    }
    #BUTTON_TEXT8 {
        width: 462px;
    }
    #BUTTON_TEXT8 > .ladi-headline {
        font-size: 14px;
    }
    #HEADLINE166 {
        width: 918px;
        top: 190px;
        left: 19px;
    }
    #HEADLINE166 > .ladi-headline {
        font-size: 64px;
        line-height: 1.5;
    }
    #GROUP168,
    #BOX133 {
        width: 426.464px;
        height: 46.79px;
    }
    #GROUP168 {
        top: 115px;
        left: 277.268px;
    }
    #HEADLINE167 {
        width: 361px;
        top: 11.395px;
        left: 32.732px;
    }
    #HEADLINE167 > .ladi-headline {
        font-size: 20px;
    }
    #SECTION10 {
        height: 1334.91px;
    }
    #SECTION10 > .ladi-section-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-group293.png");
    }
    #HEADLINE62 {
        width: 65px;
        top: 267.853px;
        left: 515.5px;
    }
    #BUTTON9 {
        width: 562.75px;
        height: 66px;
        top: 1208.96px;
        left: 197.437px;
    }
    #BUTTON_TEXT9 > .ladi-headline,
    #BUTTON_TEXT18 > .ladi-headline,
    #BUTTON_TEXT19 > .ladi-headline,
    #BUTTON_TEXT20 > .ladi-headline {
        font-size: 23px;
        line-height: 1.2;
    }
    #GROUP33 {
        width: 953.763px;
        height: 121.522px;
        top: 590.449px;
        left: 25.1834px;
    }
    #BOX18 {
        width: 910px;
        height: 121.522px;
    }
    #BOX17 {
        width: 888.587px;
        height: 121.522px;
        left: 18.1847px;
    }
    #HEADLINE34 {
        width: 840px;
        top: 29.671px;
        left: 113.763px;
    }
    #HEADLINE34 > .ladi-headline,
    #HEADLINE26 > .ladi-headline,
    #HEADLINE30 > .ladi-headline,
    #HEADLINE35 > .ladi-headline,
    #PARAGRAPH64 > .ladi-paragraph,
    #PARAGRAPH63 > .ladi-paragraph,
    #PARAGRAPH65 > .ladi-paragraph,
    #PARAGRAPH70 > .ladi-paragraph {
        font-size: 21px;
    }

    #PARAGRAPH64 > .ladi-paragraph,
    #PARAGRAPH63 > .ladi-paragraph,
    #PARAGRAPH65 > .ladi-paragraph {
        font-size: 18px;
    }
    #HEADLINE26 > .ladi-headline,
    #HEADLINE33 > .ladi-headline,
    #HEADLINE34 > .ladi-headline,
    #HEADLINE35 > .ladi-headline {
        position: relative;
    }
    #HEADLINE26 > .ladi-headline::before,
    #HEADLINE33 > .ladi-headline::before,
    #HEADLINE34 > .ladi-headline::before,
    #HEADLINE35 > .ladi-headline::before {
        content: "▸";
        position: absolute;
        left: -12px;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-image: linear-gradient(rgb(0, 47, 94), rgb(0, 115, 255));
    }
    #PARAGRAPH39 {
        width: 744px;
        top: 66.851px;
        left: 117.763px;
    }
    #PARAGRAPH39 > .ladi-paragraph,
    #PARAGRAPH38 > .ladi-paragraph,
    #PARAGRAPH33 > .ladi-paragraph,
    #PARAGRAPH40 > .ladi-paragraph {
        font-size: 19px;
        line-height: 1.3;
    }
    #GROUP32 {
        width: 907.192px;
        height: 172.926px;
        top: 383.449px;
        left: 23.1834px;
    }
    #BOX16,
    #BOX15 {
        height: 172.926px;
    }
    #BOX16 {
        width: 910px;
    }
    #BOX15 {
        width: 884.088px;
        left: 23.1039px;
    }
    #HEADLINE33 {
        width: 757px;
        top: 27.1365px;
        left: 118.944px;
    }
    #HEADLINE33 > .ladi-headline {
        font-size: 21px;
        line-height: 1.4;
    }
    #PARAGRAPH38 {
        width: 756px;
        top: 94.5626px;
        left: 118.944px;
    }
    #GROUP31 {
        width: 905.975px;
        height: 121.522px;
        top: 228.45px;
        left: 25.1836px;
    }
    #BOX7 {
        width: 910px;
        height: 121.522px;
    }
    #BOX11 {
        width: 887.885px;
        height: 121.522px;
        left: 18.0895px;
    }
    #PARAGRAPH33 {
        width: 782px;
        top: 54.851px;
        left: 106.499px;
    }
    #HEADLINE26 {
        width: 717px;
        top: 17.671px;
        left: 103.532px;
    }
    #HEADLINE30 {
        width: 677px;
        top: 167.71px;
        left: 139.5px;
    }
    #HEADLINE30 > .ladi-headline {
        font-family: "Inter", sans-serif !important;
        font-weight: 600 !important;
        font-size: 24px !important;
    }
    #HEADLINE29,
    #HEADLINE63 {
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }
    #HEADLINE63 > .ladi-headline {
        font-family: "Anton", sans-serif !important;
        font-weight: 400 !important;
        font-size: 64px !important;
        line-height: normal !important;
    }
    #HEADLINE29 {
        top: 67.71px;
        left: 0;
        text-align: center;
    }
    #HEADLINE29 > .ladi-headline,
    #HEADLINE63 > .ladi-headline,
    #HEADLINE118 > .ladi-headline,
    #HEADLINE140 > .ladi-headline,
    #HEADLINE143 > .ladi-headline,
    #HEADLINE150 > .ladi-headline {
        font-size: 64px;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        line-height: normal;
    }
    #HEADLINE118 > .ladi-headline {
        font-family: "Anton", sans-serif !important;
        font-weight: 400 !important;
        font-size: 64px !important;
        line-height: normal !important;
    }
    #HEADLINE140 > .ladi-headline {
        font-family: "Anton", sans-serif !important;
        font-weight: 400 !important;
        font-size: 64px !important;
        line-height: normal !important;
    }
    #GROUP118 {
        width: 907.256px;
        height: 141.522px;
        top: 751.449px;
        left: 25.1517px;
    }
    #BOX20 {
        width: 910px;
        height: 141.522px;
    }
    #BOX19 {
        width: 891.038px;
        height: 141.522px;
        left: 16.2184px;
    }
    #HEADLINE35 {
        width: 803px;
        top: 18.9847px;
        left: 97.294px;
    }
    #PARAGRAPH40 {
        width: 789px;
        top: 90.9847px;
        left: 97.294px;
    }
    #GROUP129 {
        width: 963.286px;
        height: 265.56px;
        top: 915.072px;
        left: -16.5904px;
    }
    #SHAPE14,
    #SHAPE2,
    #SHAPE3,
    #SHAPE17 {
        width: 19.5724px;
        height: 19.5724px;
    }
    #SHAPE14,
    #SHAPE17 {
        top: 96.496px;
        left: 379.601px;
    }
    #BOX34 {
        width: 921.512px;
        height: 220px;
        top: 28.018px;
        left: 41.7744px;
    }
    #IMAGE20,
    #IMAGE20 > .ladi-image > .ladi-image-background {
        width: 367.602px;
        height: 265.56px;
    }
    #IMAGE20 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s700x600/63db28c85c6af80012ef7a03/ktyc_cy6k_211126-converted-01-20260812031558-swowi.png");
    }
    #PARAGRAPH41,
    #LINE3 {
        width: 556px;
    }
    #PARAGRAPH41 {
        top: 44.782px;
        left: 379.602px;
    }
    #SHAPE2 {
        top: 121.496px;
        left: 379.602px;
    }
    #SHAPE3 {
        top: 146.496px;
        left: 379.602px;
    }
    #PARAGRAPH42 {
        width: 549px;
        top: 190px;
        left: 379.602px;
    }
    #HEADLINE155 {
        width: 215px;
        top: 91.28px;
        left: 69.334px;
    }
    #HEADLINE155 > .ladi-headline {
        font-size: 32px;
        line-height: 1.3;
    }
    #IMAGE124 {
        top: 798.043px;
        left: 39.4453px;
    }
    #IMAGE125 {
        top: 621.056px;
        left: 34.1374px;
    }
    #IMAGE126 {
        top: 435.351px;
        left: 39.4769px;
    }
    #IMAGE127 {
        top: 254.283px;
        left: 26.4775px;
    }
    #SECTION12 {
        height: 1091.9px;
    }
    #SECTION12 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s1440x1091/63db28c85c6af80012ef7a03/10-back-20260729083740-mrmoo.png");
    }
    #HEADLINE63 {
        top: 57.7px;
        left: -1px;
    }
    #HEADLINE66 {
        width: 817px;
        top: 255px;
        left: 72.501px;
    }
    #HEADLINE67 {
        top: 180px;
        left: 341.001px;
    }
    #HEADLINE67 > .ladi-headline {
        font-size: 48px;
        line-height: 1.4;
        color: #e63030;
    }
    #GROUP116,
    #BOX47 {
        width: 921.512px;
        height: 337.522px;
    }
    #GROUP116 {
        top: 319.08px;
        left: 19.244px;
    }
    #LINE3 {
        top: 141.54px;
        left: 183.756px;
    }
    #HEADLINE68 {
        width: 584px;
        top: 30.62px;
        left: 167px;
    }
    #HEADLINE68 > .ladi-headline {
        font-size: 32px;
    }
    #HEADLINE69 {
        width: 219px;
        top: 216.882px;
        left: 48.8705px;
    }
    #HEADLINE70 {
        width: 186px;
        top: 216.882px;
        left: 333.9px;
    }
    #HEADLINE71 {
        width: 304px;
        top: 216.882px;
        left: 567.93px;
    }
    #GROUP157,
    #BOX41,
    #GROUP158,
    #BOX87,
    #GROUP159,
    #BOX88 {
        width: 109px;
        height: 109px;
    }
    #GROUP157 {
        top: 96.04px;
        left: 103.469px;
    }
    #IMAGE60,
    #IMAGE60 > .ladi-image > .ladi-image-background {
        width: 71px;
        height: 71px;
    }
    #IMAGE60 {
        top: 20.103px;
        left: 19.757px;
    }
    #IMAGE60 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s400x400/63db28c85c6af80012ef7a03/ca870ea4-4139-4923-b09b-58caf6cf778b-20260812081627-fewtw.png");
    }
    #GROUP158 {
        top: 96.04px;
        left: 371.999px;
    }
    #IMAGE61,
    #IMAGE61 > .ladi-image > .ladi-image-background {
        width: 87.4996px;
        height: 58.3329px;
    }
    #IMAGE61 {
        top: 26.437px;
        left: 8.226px;
    }
    #IMAGE61 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s400x400/63db28c85c6af80012ef7a03/010819c8-53da-4053-b8b8-8fbcf4e7fa7d-20260812081628-qwqpt.png");
    }
    #GROUP159 {
        top: 97.143px;
        left: 665.001px;
    }
    #IMAGE62,
    #IMAGE62 > .ladi-image > .ladi-image-background {
        width: 88.9996px;
        height: 59.3329px;
    }
    #IMAGE62 {
        top: 24.834px;
        left: 10px;
    }
    #IMAGE62 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s400x400/63db28c85c6af80012ef7a03/1efc2336-dbcd-4bd9-8e68-92d8f6a2ec91-20260812081719-z3rmc.png");
    }
    #GROUP115 {
        width: 872.356px;
        height: 228.237px;
        top: 821.041px;
        left: 57.175px;
    }
    #HEADLINE97 {
        width: 536px;
        top: 23.1185px;
    }
    #IMAGE63 {
        top: 0px;
        left: 530px;
    }
    #GROUP74,
    #IMAGE26,
    #IMAGE26 > .ladi-image > .ladi-image-background {
        width: 899.061px;
        height: 166.717px;
    }
    #GROUP74 {
        top: 626.602px;
        left: 30.4695px;
    }
    #GROUP74.ladi-animation > .ladi-group,
    #GROUP151.ladi-animation > .ladi-group,
    #GROUP161.ladi-animation > .ladi-group,
    #GROUP162.ladi-animation > .ladi-group,
    #GROUP109.ladi-animation > .ladi-group {
        animation-delay: 0s;
    }
    #IMAGE26 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-layer4-1.png");
    }
    #HEADLINE96 {
        width: 790px;
        top: 45px;
        left: 55.888px;
    }
    #HEADLINE96 > .ladi-headline {
        font-size: 19px;
        line-height: 1.2;
    }
    #IMAGE58,
    #IMAGE58 > .ladi-image > .ladi-image-background {
        width: 191.066px;
        height: 107.585px;
    }
    #IMAGE58 {
        top: 29.566px;
        left: 355.355px;
    }
    #IMAGE58 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s500x450/63db28c85c6af80012ef7a03/bf22d337-2d3f-4efc-a522-1e9866adc3f1-converted-01-01-20260812071056-ujpjy.png");
    }
    #SECTION14 {
        height: 1282.1px;
    }
    #SECTION14 > .ladi-overlay {
        background-image: url("https://w.ladicdn.com/s700x1950/63db28c85c6af80012ef7a03/vvh07397-1-20260812091737-eegit.png");
    }
    #HEADLINE118 {
        width: 900px;
        top: 60.8px;
        left: 50%;
        transform: translateX(-50%);
    }
    #HEADLINE119 {
        width: 850px;
        top: 380px;
        left: 55px;
    }
    #HEADLINE119 > .ladi-headline {
        font-family: "Inter", sans-serif;
    }
    #IMAGE57,
    #IMAGE57 > .ladi-image > .ladi-image-background {
        width: 580px;
        height: 326.585px;
    }
    #IMAGE57 {
        top: 190px;
        left: 191.576px;
    }
    #IMAGE57 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s900x650/63db28c85c6af80012ef7a03/bf22d337-2d3f-4efc-a522-1e9866adc3f1-converted-01-01-20260812071056-ujpjy.png");
    }
    #BUTTON18,
    #BUTTON19 {
        width: 610.75px;
        height: 66px;
    }
    #BUTTON18 {
        top: 1290px;
        left: 174.625px;
    }
    #GROUP151,
    #BOX76 {
        height: 443px;
    }
    #GROUP151 {
        top: 500px;
        left: -10px;
    }
    #BUTTON_TEXT15,
    #BUTTON_TEXT17,
    #BUTTON_TEXT16 {
        width: 197px;
    }
    #GROUP161 {
        top: 500px;
        left: 321.523px;
    }
    #GROUP162 {
        top: 500px;
        left: 653.046px;
    }
    #SECTION11 {
        height: 1046px;
    }
    #SECTION11 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s1440x1046/63db28c85c6af80012ef7a03/abstract-technology-background-with-white-circular-shapes-20260812094008-8yql2.jpg");
    }
    #GROUP155 {
        width: 866.744px;
        height: 217.014px;
        top: 405.629px;
        left: 45.211px;
    }
    #IMAGE86,
    #IMAGE85 {
        width: 866.426px;
        height: 209.253px;
    }
    #IMAGE86 {
        top: 7.761px;
    }
    #IMAGE86 > .ladi-image > .ladi-image-background,
    #IMAGE85 > .ladi-image > .ladi-image-background,
    #IMAGE87 > .ladi-image > .ladi-image-background {
        width: 100%;
        height: 100%;
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/203b2d16-b366-4555-9447-de762fd2060d-converted-01.png");
        background-size: cover;
    }
    #PARAGRAPH61,
    #PARAGRAPH60,
    #PARAGRAPH62 {
        width: 715px;
    }
    #PARAGRAPH61 {
        top: 69.393px;
        left: 140.744px;
    }
    #GROUP92 {
        width: 210.358px;
        height: 43.522px;
        left: 33.4192px;
    }
    #BOX97 {
        width: 210.357px;
        height: 43.522px;
    }
    #PARAGRAPH64 {
        width: 194px;
        top: 6.261px;
        left: 16.3575px;
    }
    #IMAGE94,
    #IMAGE94 > .ladi-image > .ladi-image-background,
    #IMAGE93,
    #IMAGE93 > .ladi-image > .ladi-image-background,
    #IMAGE92,
    #IMAGE92 > .ladi-image > .ladi-image-background {
        width: 118.264px;
        height: 118.264px;
    }
    #IMAGE94 {
        top: 64.761px;
        left: 13.4192px;
    }
    #IMAGE94 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/bc6c5a07-ab11-4532-b633-64adf4c21763.png");
    }
    #GROUP154 {
        width: 866.426px;
        height: 223.014px;
        top: 173.629px;
        left: 48.363px;
    }
    #IMAGE85 {
        top: 13.761px;
    }
    #PARAGRAPH60 {
        top: 78.393px;
        left: 140.69px;
    }
    #GROUP91,
    #BOX96 {
        width: 260.715px;
        height: 43.522px;
    }
    #GROUP91,
    #BOX98 {
        left: 30.2672px;
    }
    #PARAGRAPH63 {
        width: 238px;
        top: 6.261px;
        left: 15.3575px;
    }
    #IMAGE93 {
        top: 69.522px;
        left: 6.426px;
    }
    #IMAGE93 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/438a4e2c-142c-4143-80ee-3ef23162f128.png");
    }
    #GROUP156 {
        width: 866.426px;
        height: 192.014px;
        top: 630.629px;
        left: 46.787px;
    }
    #IMAGE87 {
        width: 866.426px;
        height: 174.253px;
        top: 17.761px;
    }
    #PARAGRAPH62 {
        top: 75.393px;
        left: 140.501px;
    }
    #IMAGE92 {
        top: 56.497px;
        left: 10.0777px;
    }
    #IMAGE92 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/ba0fbfb3-2977-444c-8bec-9d2c1797003c.png");
    }
    #BOX98 {
        width: 349.715px;
        height: 43.522px;
    }
    #PARAGRAPH65 {
        width: 324px;
        top: 7.261px;
        left: 45.6247px;
    }
    #HEADLINE140,
    #HEADLINE143 {
        width: 745px;
    }
    #HEADLINE140 {
        top: 66.7px;
        left: 50%;
        transform: translateX(-50%);
        width: 900px;
    }
    #HEADLINE142 {
        width: 1060px;
        top: 880px;
        left: 50%;
        transform: translateX(-50%);
    }
    #HEADLINE142 > .ladi-headline,
    #PARAGRAPH57 > .ladi-paragraph,
    #PARAGRAPH94 > .ladi-paragraph,
    #PARAGRAPH127 > .ladi-paragraph {
        font-size: 28px;
    }
    #HEADLINE142 .ladi-headline {
        font-size: 36px;
        font-family: "Oswald", sans-serif;
        font-weight: 700;
        color: #e63030;
    }
    #IMAGE74,
    #IMAGE74 > .ladi-image > .ladi-image-background {
        width: 814.928px;
        height: 814.928px;
    }
    #IMAGE74 {
        top: -615.299px;
        left: 74.112px;
    }
    #IMAGE74 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1150x1150/63db28c85c6af80012ef7a03/3521711_mesa-de-trabajo-1-20260812092310--cocx.png");
    }
    #PARAGRAPH57 {
        width: 218px;
        top: -325.121px;
        left: 134.184px;
    }
    #PARAGRAPH58 {
        width: 671px;
        top: -276.121px;
        left: 154.968px;
        padding-left: 80px;
        padding-right: 80px;
    }
    #PARAGRAPH58 > .ladi-paragraph {
        font-size: 21px;
        line-height: 1.3;
    }
    #SECTION17 {
        height: 2000px;
    }
    #SECTION17 > .ladi-container {
        width: 1200px;
        max-width: 1200px;
    }
    #SECTION17 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s1440x1768/63db28c85c6af80012ef7a03/untitled-1-20260813014352-22yzn.jpg");
    }
    #HEADLINE143 {
        top: 76.7px;
        left: 105.924px;
    }

    #HEADLINE143 .ladi-headline {
        font-size: 64px;
        font-family: "Anton", sans-serif;
        font-weight: 400;
    }
    #HEADLINE144 {
        width: 909px;
        top: 455.616px;
        left: 25.5px;
    }
    #HEADLINE144 > .ladi-headline,
    #PARAGRAPH100 > .ladi-paragraph {
        font-size: 19px;
        line-height: 1.4;
    }
    #HEADLINE145 {
        width: 259px;
        top: 1130px;
        left: 352.726px;
    }
    #HEADLINE145 > .ladi-headline {
        font-size: 40px;
        line-height: 1.4;
    }
    #BUTTON19 {
        top: 1850px;
        left: 174.625px;
    }
    #BOX103 {
        width: 1200px;
        height: 500px;
        top: 590px;
        left: 0;
    }
    #GROUP98 {
        width: 320.603px;
        height: 367.8px;
        top: 580.64px;
        left: 0;
    }
    #IMAGE101 {
        top: 13%;
    }
    #IMAGE101,
    #IMAGE101 > .ladi-image > .ladi-image-background {
        width: 400px;
        height: 400px;
    }
    #IMAGE101 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-dzung.png");
    }
    #IMAGE102,
    #IMAGE102 > .ladi-image > .ladi-image-background {
        width: 252.91px;
        height: 78.8285px;
    }
    #IMAGE102 {
        top: 288.972px;
        left: 9.525px;
    }
    #IMAGE102 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s600x400/63db28c85c6af80012ef7a03/group-301-20260408045157-qfrkh.png");
    }
    #PARAGRAPH69 {
        width: 680px;
        top: 610px;
        left: 385px;
    }
    #PARAGRAPH69 > .ladi-paragraph,
    #BUTTON_TEXT23 > .ladi-headline,
    #BUTTON_TEXT158 > .ladi-headline {
        font-size: 23px;
    }
    #PARAGRAPH69 > .ladi-paragraph {
        font-size: 28px;
    }
    #PARAGRAPH70 {
        width: 750px;
        top: 670px;
        left: 385px;
        font-family: "Roboto", sans-serif;
    }
    #PARAGRAPH70 ul,
    #PARAGRAPH70 li {
        font-size: 24px !important;
    }
    #SHAPE18,
    #SHAPE19,
    #SHAPE20,
    #SHAPE21 {
        width: 22px;
        height: 22px;
    }
    #SHAPE18 {
        top: 673.946px;
        left: 384.476px;
    }
    #SHAPE19 {
        top: 736.946px;
        left: 384.476px;
    }
    #SHAPE20 {
        top: 804.057px;
        left: 384.476px;
    }
    #SHAPE21 {
        top: 870.95px;
        left: 384.476px;
    }
    #IMAGE109,
    #IMAGE109 > .ladi-image > .ladi-image-background {
        width: 557.376px;
        height: 229.385px;
    }
    #IMAGE109 {
        top: 435px;
        left: 187.844px;
    }
    #IMAGE109 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s900x550/63db28c85c6af80012ef7a03/bf22d337-2d3f-4efc-a522-1e9866adc3f1-converted-01-01-20260812071056-ujpjy.png");
    }
    #GROUP163,
    #IMAGE105,
    #IMAGE105 > .ladi-image > .ladi-image-background {
        width: 1600px;
        height: 400px;
        left: -5%;
        top: -5%;
    }
    #GROUP163 {
        top: 180.001px;
        left: 0;
    }
    #IMAGE105 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1350x650/63db28c85c6af80012ef7a03/-3-20260813020424-tjxl9.png");
    }
    #IMAGE107,
    #IMAGE107 > .ladi-image > .ladi-image-background,
    #IMAGE106,
    #IMAGE106 > .ladi-image > .ladi-image-background {
        width: 407.376px;
        height: 229.385px;
    }
    #IMAGE107 {
        top: 80px;
        left: 472.37px;
    }
    #IMAGE107 > .ladi-image > .ladi-image-background,
    #IMAGE106 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s750x550/63db28c85c6af80012ef7a03/bf22d337-2d3f-4efc-a522-1e9866adc3f1-converted-01-01-20260812071056-ujpjy.png");
    }
    #IMAGE106 {
        top: 80px;
        left: 181.874px;
    }
    #IMAGE96,
    #IMAGE96 > .ladi-image > .ladi-image-background {
        width: 360px;
        height: 120px;
    }
    #IMAGE96 {
        top: 65.409px;
        left: 113.49px;
    }
    #IMAGE96 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s550x400/63db28c85c6af80012ef7a03/banner-fb-03-20260814090801-kwoiu.png");
    }
    #IMAGE97,
    #IMAGE97 > .ladi-image > .ladi-image-background {
        width: 330px;
        height: 120px;
    }
    #IMAGE97 {
        top: 65.501px;
        left: 717.038px;
    }
    #IMAGE97 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s550x400/63db28c85c6af80012ef7a03/banner-fb-01-20260814090825-esam1.png");
    }
    #PARAGRAPH66,
    #PARAGRAPH67 {
        width: 241px;
    }
    #PARAGRAPH66 {
        top: 200px;
        left: 127.207px;
    }
    #PARAGRAPH66 > .ladi-paragraph,
    #PARAGRAPH67 > .ladi-paragraph,
    #PARAGRAPH68 > .ladi-paragraph {
        font-size: 26px;
    }
    #PARAGRAPH67 {
        top: 200px;
        left: 423.208px;
    }
    #PARAGRAPH68 {
        width: 268px;
        top: 200px;
        left: 703.477px;
    }
    #IMAGE98,
    #IMAGE98 > .ladi-image > .ladi-image-background {
        width: 360px;
        height: 120px;
    }
    #IMAGE98 {
        top: 65.497px;
        left: 411.528px;
    }
    #IMAGE98 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s550x400/63db28c85c6af80012ef7a03/banner-fb-02-20260814090815-c442l.png");
    }
    #GROUP176 {
        top: 1290px;
        left: -40px;
    }
    #GROUP175 {
        top: 1290px;
        left: 400px;
    }
    #GROUP174 {
        top: 1290px;
        left: 840px;
    }
    #HEADLINE143 { left: calc(105.924px + 150px); }
    #HEADLINE145 { left: calc(352.726px + 150px); }
    #BUTTON19 { left: calc(174.625px + 150px); }
    #BOX103 { left: 0; }
    #PARAGRAPH69 { left: calc(269px + 150px); }
    #PARAGRAPH70 { left: calc(269px + 150px); }
    #IMAGE109 { left: calc(187.844px + 150px); }
    #GROUP163 { left: 0; }
    #GROUP176 { left: -6px; }
    #GROUP175 { left: 400px; }
    #GROUP174 { left: 805px; }
    #IMAGE106 { left: calc(125.874px + 78.474px); }
    #IMAGE107 { left: calc(545px + 78.474px); }
    #IMAGE96 { left: 0; }
    #IMAGE97 { left: calc(800.038px + 78.474px); }
    #IMAGE98 { left: calc(355.528px + 78.474px); }
    #PARAGRAPH66 { left: 70px; }
    #PARAGRAPH67 { left: calc(423.208px + 78.474px); }
    #PARAGRAPH68 { left: calc(830.477px + 78.474px); }
    #GROUP176,
    #BOX105,
    #GROUP175,
    #BOX134,
    #GROUP174,
    #BOX135 {
        width: 400px;
        height: 500px;
    }
    #IMAGE164,
    #IMAGE164 > .ladi-image > .ladi-image-background,
    #IMAGE166,
    #IMAGE166 > .ladi-image > .ladi-image-background,
    #IMAGE167,
    #IMAGE167 > .ladi-image > .ladi-image-background {
        width: 385px;
        height: 257px;
    }
    #IMAGE164 {
        top: 11px;
        left: 8px;
    }
    #IMAGE166 {
        top: 11px;
        left: 8px;
    }
    #IMAGE167 {
        top: 11px;
        left: 8px;
    }
    #PARAGRAPH75,
    #PARAGRAPH130,
    #PARAGRAPH131 {
        width: 379px;
        height: 202px;
        top: 286px;
        left: 11px;
    }
    #SECTION18 {
        height: 1079.1px;
    }
    #SECTION18 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s1440x1079/63db28c85c6af80012ef7a03/4-converted-01-20260812093702-yl_pw.png");
    }
    #GROUP110,
    #BOX110 {
        width: 934.096px;
        height: 356px;
    }
    #GROUP110 {
        top: 155.79px;
        left: 13.202px;
    }
    #GROUP110.ladi-animation > .ladi-group {
        animation-duration: 3s;
    }
    #PARAGRAPH78,
    #PARAGRAPH101,
    #PARAGRAPH107,
    #PARAGRAPH108,
    #PARAGRAPH109,
    #PARAGRAPH128 {
        width: 650px;
    }
    #PARAGRAPH78 {
        top: 28.4875px;
        left: 39.298px;
    }
    #PARAGRAPH78 > .ladi-paragraph {
        font-size: 18px;
        line-height: 1.6;
        font-weight: 500;
    }
    #IMAGE116 {
        width: 298.332px;
        height: 304.721px;
        top: 20.1847px;
        left: 618.246px;
    }
    #IMAGE116 > .ladi-image > .ladi-image-background {
        width: 298.332px;
        height: 309px;
        background-image: url("https://w.ladicdn.com/s600x650/63db28c85c6af80012ef7a03/christmas_background_010-1-1-20260813023621-zkulw.png");
    }
    #HEADLINE150,
    #HEADLINE156 {
        width: 904px;
    }
    #HEADLINE150 {
        top: 54.1px;
        left: 28px;
    }
    #GROUP127,
    #BOX116 {
        width: 934.096px;
        height: 208px;
    }
    #GROUP127 {
        top: 703.79px;
        left: 12.827px;
    }
    #PARAGRAPH100 {
        width: 858px;
        top: 126.023px;
        left: 29.173px;
    }
    #BOX118,
    #BOX119,
    #BOX120 {
        width: 8px;
        height: 8px;
    }
    #BOX118 {
        top: 33.523px;
        left: 29.173px;
    }
    #BOX119 {
        top: 72.523px;
        left: 29.173px;
    }
    #BOX120 {
        top: 95.523px;
        left: 29.173px;
    }
    #PARAGRAPH95 {
        width: 871px;
        top: 20.969px;
        left: 46.923px;
    }
    #PARAGRAPH95 .ladi-paragraph {
        font-weight: 500;
        line-height: 1.2;
    }
    #BUTTON20 {
        width: 511.75px;
        height: 66px;
        top: 961.45px;
        left: 224.125px;
    }
    #GROUP170,
    #GROUP109,
    #BOX115 {
        width: 934.096px;
        height: 141px;
    }
    #GROUP170 {
        top: 535.79px;
        left: 12.702px;
    }
    #PARAGRAPH94 {
        width: 420px;
        top: 48px;
        left: 39.548px;
    }
    #IMAGE145,
    #IMAGE145 > .ladi-image > .ladi-image-background {
        width: 278.753px;
        height: 52.7535px;
    }
    #IMAGE145 {
        top: 21.623px;
        left: 601.298px;
    }
    #IMAGE145 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s600x400/63db28c85c6af80012ef7a03/banner-fb-01-20260814092238-tc0nx.png");
    }
    #PARAGRAPH127 {
        width: 256px;
        top: 74.376px;
        left: 623.174px;
    }
    #SECTION20 {
        height: 571.65px;
    }
    #HEADLINE156 {
        top: 24px;
        left: 27.875px;
    }
    #HEADLINE156 > .ladi-headline {
        font-size: 48px;
    }
    #BOX121,
    #BOX122,
    #BOX123,
    #BOX124 {
        width: 934.096px;
        height: 79px;
    }
    #BOX121 {
        top: 110.69px;
        left: 13.077px;
    }
    #PARAGRAPH101 {
        top: 128.69px;
        left: 52.125px;
    }
    #PARAGRAPH101 > .ladi-paragraph,
    #PARAGRAPH107 > .ladi-paragraph,
    #PARAGRAPH108 > .ladi-paragraph,
    #PARAGRAPH109 > .ladi-paragraph,
    #PARAGRAPH128 > .ladi-paragraph {
        font-size: 22px;
        line-height: 1.6;
    }
    #SHAPE30,
    #SHAPE31,
    #SHAPE32,
    #SHAPE33 {
        width: 15.3952px;
        height: 20.732px;
    }
    #SHAPE30 {
        top: 135.824px;
        left: 905.125px;
    }
    #BOX122 {
        top: 212.69px;
        left: 12.827px;
    }
    #PARAGRAPH107 {
        top: 231.69px;
        left: 52.125px;
    }
    #SHAPE31 {
        top: 238.824px;
        left: 905.125px;
    }
    #BOX123 {
        top: 313.69px;
        left: 12.827px;
    }
    #SHAPE32 {
        top: 342.824px;
        left: 905.125px;
    }
    #PARAGRAPH108 {
        top: 335.69px;
        left: 52.125px;
    }
    #BOX124 {
        top: 412.65px;
        left: 13.077px;
    }
    #PARAGRAPH109,
    #PARAGRAPH128 {
        top: 434.65px;
        left: 52.125px;
    }
    #SHAPE33 {
        top: 441.784px;
        left: 905.125px;
    }
    #SECTION21 {
        height: 1080px;
    }
    #SECTION21 > .ladi-section-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/Group 466.png");
    }
    #HEADLINE157 {
        width: 1000px;
        top: 60.374px;
        left: 50%;
        transform: translateX(-50%);
    }
    #HEADLINE157 > .ladi-headline {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(
            rgb(242, 224, 151) 0%,
            rgb(255, 250, 229) 100%
        );
        background-color: initial;
        background-size: initial;
        background-origin: initial;
        background-position: initial;
        background-repeat: initial;
        background-attachment: initial;
        font-family: Anton, sans-serif;
        font-weight: 400;
        font-size: 64px;
        line-height: normal;
    }
    #GROUP143 {
        top: 236.374px;
        left: 44.3905px;
    }
    #BOX129,
    #BOX131 {
        width: 530px;
        height: 140px;
    }
    #BOX129 {
        top: 215.62px;
        left: -100px;
    }
    #BOX131 {
        top: 245.664px;
        left: -100px;
    }
    #BOX129,
    #BOX131 {
        background:
            linear-gradient(rgba(0, 46, 110, 0.54), rgba(0, 46, 110, 0.54)) padding-box,
            linear-gradient(270deg, rgba(57, 62, 230, 0.5) 0%, rgba(0, 46, 110, 0.5) 100%) border-box;
        border: 3px solid transparent;
        box-shadow: 7px 17px 14.1px -6px rgba(88, 215, 255, 0.17);
        border-radius: 28px;
    }
    #BOX129 > .ladi-box,
    #BOX131 > .ladi-box {
        background: #002E6E;
        border: 0;
        /* box-shadow: 7px 17px 14.1px -6px rgba(88, 215, 255, 0.17); */
        border-radius: 28px;
        opacity: 50%;
    }
    #PARAGRAPH115,
    #PARAGRAPH116 {
        width: 455px;
        left: 37.5px;
        top: 39px;
    }
    #IMAGE137 {
        top: -30.664px;
        left: 267px;
    }
    #IMAGE138 {
        top: -20.62px;
        left: 263px;
    }
    #PARAGRAPH115 > .ladi-paragraph,
    #PARAGRAPH116 > .ladi-paragraph {
        font-weight: 500;
        font-size: 24px;
    }
    #HEADLINE159 {
        width: 450px;
        top: 820px;
        left: -10px;
    }
    #HEADLINE159 > .ladi-headline {
        font-size: 26px;
        line-height: 1.3;
    }
    #GROUP144 {
        top: 379.038px;
        left: 44.3905px;
    }
    #GROUP167 {
        top: 375.038px;
        left: 535.266px;
        width: 550px;
        height: 550px;
    }
    #FRAME7 {
        width: 550px !important;
        height: 550px !important;
        top: 120px;
        left: 55px;
    }
    #FRAME7 > .ladi-frame {
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        padding: 20px;
        margin: 0px auto;
    }
    #FRAME7 > .ladi-frame > .ladi-element {
        margin: 0px auto;
    }
    #FORM2 {
        width: 500px;
        height: 100%;
    }
    #FORM_ITEM2,
    #FORM_ITEM3 {
        width: 500px;
        height: 61px;
    }
    #FORM_ITEM3 {
        top: 76px;
    }
    #BUTTON21 {
        top: 152px;
        left: 115px;
        height: 57px;
    }
    #FORM2 .ladi-form-item .ladi-form-control {
        font-size: 15px;
    }
    #FRAME7 > .ladi-frame > #HEADLINE160 {
        width: 500px;
        margin: 60px auto 40px;
    }
    #HEADLINE160 > .ladi-headline {
        font-family: "Crimson Text", serif;
        font-size: 36px;
    }
    #HEADLINE162 > .ladi-headline {
        font-size: 20px;
    }
    #HEADLINE162 {
        width: 530px;
        top: 550px;
        left: 64.5px;
    }
    #SECTION22 {
        height: 500px;
    }
    #SECTION22 > .ladi-section-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/ldp-mhkd-k38-figma-08-1.png");
    }
    #IMAGE147,
    #IMAGE147 > .ladi-image > .ladi-image-background {
        width: 783.421px;
        height: 208.135px;
    }
    #IMAGE147 {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #IMAGE147 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/group-25.png");
    }
    #SECTION23 {
        height: 800px;
    }
    #SECTION23 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s1440x547/63db28c85c6af80012ef7a03/image-19-20260814101849-4u5ep.png");
    }
    #IMAGE149,
    #IMAGE149 > .ladi-image > .ladi-image-background {
        width: 95.926%;
        height: auto;
        aspect-ratio: 920.9 / 573;
    }
    #IMAGE149 {
        top: 53.633px;
        left: 21.376px;
    }
    #IMAGE149 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-group468.png");
    }
    #BUTTON23 {
        width: 272.75px;
        height: 53px;
        top: 655px;
        left: 345.451px;
    }
    #BUTTON_TEXT23 {
        width: 273px;
    }
    #SECTION24 {
        height: 1038.7px;
    }
    #IMAGE157,
    #IMAGE157 > .ladi-image > .ladi-image-background {
        width: 2246.1px;
        height: 1216.18px;
    }
    #IMAGE157 {
        top: 0px;
        left: -664.005px;
    }
    #IMAGE157 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-group539.png");
    }
    #IMAGE158 {
        top: 400px;
        left: 329.915px;
    }
    #SECTION25 {
        height: auto;
    }
    #IMAGE155,
    #IMAGE155 > .ladi-image > .ladi-image-background {
        width: 100vw;
        height: auto;
        aspect-ratio: 1918.01 / 635.069;
    }
    #IMAGE155 {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        margin-top: 177.48px;
        margin-left: calc(50% - 50vw);
    }
    #IMAGE155 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s2250x950/63db28c85c6af80012ef7a03/group-293-20250801084209-x7mub.jpg");
    }
    #IMAGE160,
    #IMAGE160 > .ladi-image > .ladi-image-background {
        width: 100vw;
        height: auto;
        aspect-ratio: 1888.5 / 652.892;
    }
    #IMAGE160 {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        margin-left: calc(50% - 50vw);
    }
    #IMAGE160 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-group473.png");
    }
    #IMAGE159,
    #IMAGE159 > .ladi-image > .ladi-image-background {
        width: 100vw;
        height: auto;
        aspect-ratio: 2880 / 975;
    }
    #IMAGE159 {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        margin-left: calc(50% - 50vw);
    }
    #IMAGE159 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-banner-14q.png");
    }
}
@media (max-width: 767px) {
    #SECTION1 {
        height: 765.688px;
        overflow: visible !important;
    }

    #SECTION1 > .ladi-container {
        width: 100% !important;
        max-width: 420px;
        margin: 0 auto !important;
    }
    #BOX82 {
        width: 100vw !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    #IMAGE3 {
        width: 100vw !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    #IMAGE3 > .ladi-image > .ladi-image-background {
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
        background-position: center !important;
    }
    #BOX82 {
        width: 420px;
        height: 765.688px;
        top: -0.6609px;
        left: 0px;
    }
    #IMAGE3 {
        width: 420px;
        height: 765.688px;
        top: -0.6609px;
        left: 0.99722px;
    }
    #IMAGE3 > .ladi-image > .ladi-image-background {
        width: 420px;
        height: 765.688px;
        background-image: url("https://w.ladicdn.com/s750x1250/63db28c85c6af80012ef7a03/vvh09238-1-1-20260813081208-u98bp.png");
    }
    #IMAGE141,
    #IMAGE141 > .ladi-image > .ladi-image-background {
        width: 471px;
        height: 235.5px;
    }

    #HEADLINE29 > .ladi-headline,
    #HEADLINE63 > .ladi-headline,
    #HEADLINE118 > .ladi-headline,
    #HEADLINE140 > .ladi-headline,
    #HEADLINE143 > .ladi-headline,
    #HEADLINE150 > .ladi-headline {
        font-size: clamp(24px, 8vw, 30px) !important;
    }
    #IMAGE141 {
        top: 110px;
        left: -31px;
    }
    #IMAGE141 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s800x550/63db28c85c6af80012ef7a03/nt593-02-20260813074551-02fij.png");
    }
    #HEADLINE4 {
        width: 386px;
        top: 49.412px;
        left: 17px;
    }
    #HEADLINE4 > .ladi-headline,
    #HEADLINE17 > .ladi-headline,
    #HEADLINE66 > .ladi-headline,
    #HEADLINE119 > .ladi-headline,
    #PARAGRAPH94 > .ladi-paragraph {
        font-size: 15px;
    }
    #HEADLINE4 > .ladi-headline,
    #HEADLINE167 > .ladi-headline {
        font-size: 16px !important;
    }
    #HEADLINE17 {
        width: 356px;
        top: 266.665px;
        left: 32px;
    }
    #GROUP153,
    #IMAGE144,
    #IMAGE144 > .ladi-image > .ladi-image-background {
        width: 922.58px;
        height: 390.023px;
    }
    #GROUP153 {
        top: 375.665px;
        left: -392.88px;
    }
    #IMAGE144 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1250x700/63db28c85c6af80012ef7a03/-3-20260813020424-tjxl9.png");
    }
    #HEADLINE24 {
        width: 331px;
        top: 103.053px;
        left: 463.38px;
    }
    #HEADLINE24 > .ladi-headline {
        font-size: 16px;
        text-align: left;
    }
    #BUTTON_HEADLINE24 {
        width: 330px;
        height: 41px;
        top: 603px;
        left: 50%;
        transform: translateX(-50%);
        display: block !important;
    }
    #BUTTON_HEADLINE24 > .ladi-button {
        position: relative;
        width: 100%;
        height: 100%;
        border-width: 1px;
        border-radius: 12px;
        border-color: rgba(0, 0, 0, 0);
        box-shadow: rgba(0, 0, 0, 0.54) 7px 7px 20px -15px;
        display: flex;
        align-items: center;
        justify-content: center;
        animation-name: pulse;
        animation-delay: 0s;
        animation-duration: 1s;
        animation-iteration-count: 1;
    }
    #BUTTON_HEADLINE24 > .ladi-button > .ladi-button-background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(#d30a0f, #c81f1f);
        border-radius: 12px;
    }
    #BUTTON_TEXT_HEADLINE24 {
        position: relative;
        width: 100%;
        z-index: 1;
    }
    #BUTTON_TEXT_HEADLINE24 > .ladi-headline {
        font-family: "Inter", sans-serif;
        font-weight: bold;
        font-size: 11px;
        line-height: 1.3;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        text-align: center;
    }
    #SHAPE42,
    #SHAPE43,
    #SHAPE44 {
        width: 23.0484px;
        height: 23.5895px;
    }
    #SHAPE42 {
        top: 105px;
        left: 432.239px;
    }
    #SHAPE43 {
        top: 148px;
        left: 432.239px;
    }
    #SHAPE44 {
        top: 170.464px;
        left: 432.239px;
    }
    #BUTTON8 {
        width: 323.91px;
        height: 49.7695px;
        top: 696.741px;
        left: 45.7986px;
    }
    #BUTTON_TEXT8 {
        width: 350px;
    }
    #BUTTON_TEXT8 > .ladi-headline,
    #PARAGRAPH95 > .ladi-paragraph {
        font-size: 11px;
    }
    #HEADLINE166 {
        width: 382px;
        top: 146.202px;
        left: 17px;
    }
    #HEADLINE166 > .ladi-headline {
        font-size: 26px;
        line-height: 1.3;
    }
    #GROUP168 {
        width: 371.777px;
        height: 59.9338px;
        top: 78.412px;
        left: 19px;
    }
    #BOX133 {
        width: 371.777px;
        height: 40.79px;
    }
    #HEADLINE167 {
        width: 315px;
        top: 9.93379px;
        left: 28.5347px;
    }
    #HEADLINE167 > .ladi-headline {
        font-size: 24px;
    }
    #SECTION10 {
        height: 1300px;
    }
    #SECTION10 > .ladi-section-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-group293.png");
    }
    #HEADLINE62 {
        width: 57px;
        top: 360.377px;
        left: 43.1922px;
    }
    #BUTTON9 {
        width: 253px;
        height: 40px;
        top: 1121.27px;
        left: 86.7536px;
    }
    #BUTTON_TEXT9 > .ladi-headline,
    #HEADLINE96 > .ladi-headline {
        font-size: 14px;
        line-height: 1.1;
    }
    #GROUP33 {
        width: 384.308px;
        height: 147.09px;
        top: 606.49px;
        left: 16.6404px;
    }
    #BOX18,
    #BOX17,
    #BOX16,
    #BOX15,
    #BOX20,
    #BOX19 {
        width: 376.584px;
        height: 147.09px;
    }
    #BOX17 {
        left: 7.72408px;
    }
    #HEADLINE34,
    #HEADLINE26 {
        width: 283px;
    }
    #HEADLINE34 {
        top: 27.5388px;
        left: 90px;
    }
    #HEADLINE34 > .ladi-headline,
    #HEADLINE33 > .ladi-headline,
    #HEADLINE26 > .ladi-headline,
    #HEADLINE35 > .ladi-headline {
        font-size: 12px;
        line-height: 1.5;
    }
    #PARAGRAPH39 {
        width: 339px;
        top: 81.5413px;
        left: 26.7651px;
    }
    #PARAGRAPH39 > .ladi-paragraph,
    #PARAGRAPH38 > .ladi-paragraph,
    #PARAGRAPH33 > .ladi-paragraph,
    #PARAGRAPH40 > .ladi-paragraph,
    #PARAGRAPH58 > .ladi-paragraph {
        font-size: 14px;
        color: #1642a2;
        line-height: 1.2;
    }
    #GROUP32 {
        width: 386.425px;
        height: 147.09px;
        top: 413.546px;
        left: 16.6407px;
    }
    #BOX15 {
        left: 9.84122px;
    }
    #HEADLINE33 {
        width: 290px;
        top: 16.9255px;
        left: 90px;
    }
    #PARAGRAPH38 {
        width: 347px;
        top: 71.5592px;
        left: 29.4252px;
    }
    #GROUP31 {
        width: 384.725px;
        height: 147.09px;
        top: 216.52px;
        left: 18.6345px;
    }
    #BOX7,
    #BOX11 {
        width: 376.583px;
        height: 147.09px;
    }
    #BOX11 {
        left: 8.14244px;
    }
    #PARAGRAPH33 {
        width: 336px;
        top: 72.9348px;
        left: 32.9339px;
    }
    #HEADLINE26 {
        top: 16.1358px;
        left: 90px;
    }
    #HEADLINE30 {
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }
    #HEADLINE30 {
        top: 160px;
    }
    #HEADLINE30 > .ladi-headline {
        font-size: 15px;
        font-family: "Inter", sans-serif !important;
        font-weight: 600 !important;
    }
    #HEADLINE29,
    #HEADLINE143,
    #HEADLINE157 {
        width: 94vw;
        margin-left: calc(50% - 47vw);
        text-align: center;
    }
    #HEADLINE29 {
        top: 30px;
    }
    #GROUP118 {
        width: 383.92px;
        height: 147.09px;
        top: 802.437px;
        left: 17.8936px;
    }
    #BOX19 {
        left: 7.33635px;
    }
    #HEADLINE35 {
        top: 20.9775px;
        left: 90px;
    }
    #PARAGRAPH40 {
        width: 338px;
        top: 97.4008px;
        left: 27.8682px;
    }
    #GROUP129 {
        width: 408.789px;
        height: 123.102px;
        top: 974.71px;
        left: 2px;
    }
    #PARAGRAPH41 .ladi-paragraph span {
        padding-left: 10px;
        font-size: 13px;
    }
    #SHAPE14,
    #SHAPE2,
    #SHAPE3,
    #SHAPE17 {
        width: 13px;
        height: 14px;
    }
    #SHAPE14,
    #SHAPE17 {
        top: 90px;
        left: 30px;
    }
    #BOX34 {
        width: 391.061px;
        height: 113.652px;
        top: 9.45px;
        left: 17.7277px;
    }
    #IMAGE20,
    #IMAGE20 > .ladi-image > .ladi-image-background {
        width: 155.998px;
        height: 108.56px;
    }
    #IMAGE20 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s500x450/63db28c85c6af80012ef7a03/ktyc_cy6k_211126-converted-01-20260812031558-swowi.png");
    }
    #PARAGRAPH41 {
        width: 236px;
        top: 16.3px;
        left: 161.091px;
    }
    #PARAGRAPH41 > .ladi-paragraph,
    #PARAGRAPH42 > .ladi-paragraph,
    #PARAGRAPH61 > .ladi-paragraph,
    #PARAGRAPH64 > .ladi-paragraph,
    #PARAGRAPH60 > .ladi-paragraph,
    #PARAGRAPH63 > .ladi-paragraph,
    #PARAGRAPH62 > .ladi-paragraph,
    #PARAGRAPH65 > .ladi-paragraph,
    #PARAGRAPH70 > .ladi-paragraph {
        font-size: 11px;
    }
    #PARAGRAPH64 > .ladi-paragraph,
    #PARAGRAPH63 > .ladi-paragraph,
    #PARAGRAPH65 > .ladi-paragraph {
        text-align: center !important;
    }
    #SHAPE2 {
        top: 114px;
        left: 30px;
    }
    #SHAPE3 {
        top: 137px;
        left: 30px;
    }
    #PARAGRAPH42 {
        width: 233px;
        top: 83.56px;
        left: 162.592px;
    }
    #HEADLINE155 {
        width: 117px;
        top: 34.1px;
        left: 20.3148px;
    }
    #HEADLINE155 > .ladi-headline {
        font-size: 14px;
        line-height: 1.6;
    }
    #IMAGE124 {
        top: 805px;
        left: 20px;
    }
    #IMAGE125 {
        top: 616px;
        left: 10px;
    }
    #IMAGE126 {
        top: 412px;
        left: 15px;
    }
    #IMAGE127 {
        top: 214px;
        left: 8px;
    }
    #SECTION12 {
        height: 1004.48px;
    }
    #SECTION12 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s768x1004/63db28c85c6af80012ef7a03/10-back-20260729083740-mrmoo.png");
    }
    #HEADLINE63 {
        width: 431px;
        top: 22px;
        left: -11px;
    }
    #HEADLINE63 > .ladi-headline {
        font-size: 26px !important;
    }
    #HEADLINE66,
    #HEADLINE140,
    #HEADLINE142,
    #HEADLINE150,
    #HEADLINE156 {
        width: 400px;
    }
    #HEADLINE66 {
        top: 106px;
        left: 9.999px;
    }
    #HEADLINE67 {
        width: 202px;
        top: 68px;
        left: 109px;
    }
    #HEADLINE67 > .ladi-headline,
    #HEADLINE145 > .ladi-headline {
        font-size: 18px;
        line-height: 1.2;
    }
    #HEADLINE145 > .ladi-headline {
        font-size: 32px;
    }
    #GROUP116,
    #BOX47 {
        width: 396.368px;
        height: 203.178px;
    }
    #GROUP116 {
        top: 200.344px;
        left: 11.815px;
    }
    #LINE3 {
        width: 239px;
        top: 74.8805px;
        left: 78.685px;
    }
    #HEADLINE68 {
        width: 251px;
        top: 22.1706px;
        left: 72.684px;
    }
    #HEADLINE68 > .ladi-headline {
        font-size: 17px;
    }
    #HEADLINE97 > .ladi-headline {
        font-size: 13px;
    }
    #HEADLINE69 {
        width: 100px;
        top: 112.287px;
        left: 21.0526px;
    }
    #HEADLINE69 > .ladi-headline,
    #HEADLINE70 > .ladi-headline,
    #HEADLINE71 > .ladi-headline {
        font-size: 12px;
    }
    #PARAGRAPH69 > .ladi-paragraph {
        font-size: 10px;
    }
    #HEADLINE70 {
        width: 95px;
        top: 112.287px;
        left: 143.652px;
    }
    #HEADLINE71 {
        width: 131px;
        top: 112.287px;
        left: 244.314px;
    }
    #GROUP157,
    #BOX41,
    #GROUP158,
    #BOX87,
    #GROUP159,
    #BOX88 {
        width: 48.611px;
        height: 48.6111px;
    }
    #GROUP157 {
        top: 54.04px;
        left: 39.9699px;
    }
    #IMAGE60,
    #IMAGE60 > .ladi-image > .ladi-image-background {
        width: 31.6641px;
        height: 31.6641px;
    }
    #IMAGE60 {
        top: 8.96541px;
        left: 8.81108px;
    }
    #IMAGE60 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s350x350/63db28c85c6af80012ef7a03/ca870ea4-4139-4923-b09b-58caf6cf778b-20260812081627-fewtw.png");
    }
    #GROUP158 {
        top: 54.04px;
        left: 159.727px;
    }
    #IMAGE61,
    #IMAGE61 > .ladi-image > .ladi-image-background {
        width: 39.0225px;
        height: 26.0149px;
    }
    #IMAGE61 {
        top: 11.7902px;
        left: 3.66857px;
    }
    #IMAGE61 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s350x350/63db28c85c6af80012ef7a03/010819c8-53da-4053-b8b8-8fbcf4e7fa7d-20260812081628-qwqpt.png");
    }
    #GROUP159 {
        top: 54.04px;
        left: 285.509px;
    }
    #IMAGE62,
    #IMAGE62 > .ladi-image > .ladi-image-background {
        width: 39.6914px;
        height: 26.4609px;
    }
    #IMAGE62 {
        top: 11.0753px;
        left: 4.45973px;
    }
    #IMAGE62 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s350x350/63db28c85c6af80012ef7a03/1efc2336-dbcd-4bd9-8e68-92d8f6a2ec91-20260812081719-z3rmc.png");
    }
    #GROUP115 {
        width: 388px;
        height: 448.118px;
        top: 514.358px;
        left: 15.999px;
    }
    #HEADLINE97 {
        width: 388px;
        top: 0px;
    }
    #IMAGE63 {
        top: 219.881px;
        left: 22.822px;
    }
    #GROUP74,
    #IMAGE26,
    #IMAGE26 > .ladi-image > .ladi-image-background {
        width: 401.706px;
        height: 127.49px;
    }
    #GROUP74 {
        top: 360.749px;
        left: 9.999px;
    }
    #GROUP74.ladi-animation > .ladi-group,
    #GROUP151.ladi-animation > .ladi-group,
    #GROUP161.ladi-animation > .ladi-group,
    #GROUP162.ladi-animation > .ladi-group,
    #GROUP109.ladi-animation > .ladi-group {
        animation-delay: 1s;
    }
    #IMAGE26 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-layer4-1.png");
    }
    #HEADLINE96,
    #PARAGRAPH58 {
        width: 368px;
    }
    #HEADLINE96 {
        top: 35.4471px;
        left: 16.853px;
    }
    #IMAGE58,
    #IMAGE58 > .ladi-image > .ladi-image-background {
        width: 166.369px;
        height: 98.4041px;
    }
    #IMAGE58 {
        top: 10.043px;
        left: 117.668px;
    }
    #IMAGE58 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s500x400/63db28c85c6af80012ef7a03/bf22d337-2d3f-4efc-a522-1e9866adc3f1-converted-01-01-20260812071056-ujpjy.png");
    }
    #SECTION14 {
        height: 1887.93px;
    }
    #SECTION14 > .ladi-overlay {
        background-image: url("https://w.ladicdn.com/s700x2550/63db28c85c6af80012ef7a03/vvh07397-1-20260812091737-eegit.png");
    }
    #HEADLINE118,
    #PARAGRAPH61,
    #PARAGRAPH60,
    #PARAGRAPH62 {
        width: 310px;
    }
    #HEADLINE118 {
        top: 32.938px;
        left: 46px;
    }
    #HEADLINE118 > .ladi-headline {
        font-size: 27px;
        line-height: 1.2;
    }
    #HEADLINE119 {
        width: 369px;
        top: 177.169px;
        left: 22.036px;
    }
    #IMAGE57,
    #IMAGE57 > .ladi-image > .ladi-image-background {
        width: 400px;
        height: 225.231px;
    }
    #IMAGE57 {
        top: 39.938px;
        left: 10px;
    }
    #IMAGE57 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s750x550/63db28c85c6af80012ef7a03/bf22d337-2d3f-4efc-a522-1e9866adc3f1-converted-01-01-20260812071056-ujpjy.png");
    }
    #BUTTON18 {
        width: 320.928px;
        height: 40px;
        top: 1700px;
        left: 51.523px;
    }
    #BUTTON_TEXT18 > .ladi-headline {
        font-size: 12px;
        line-height: 1.1;
    }
    #GROUP151 {
        height: 370px;
        top: 295.169px;
        left: 51.523px;
    }
    #BOX76 {
        height: 370px;
    }
    #BOX84 {
        height: 370px;
    }
    #BOX83 {
        height: 370px;
    }
    #BUTTON15 {
        top: 361px;
    }
    #BUTTON16 {
        top: 361px;
    }
    #BUTTON17 {
        top: 361px;
    }
    #HEADLINE129 > .ladi-headline,
    #HEADLINE130 > .ladi-headline,
    #HEADLINE131 > .ladi-headline {
        font-size: 14px;
        font-weight: 500;
    }
    #LINE3 > .ladi-line,
    #LINE39 > .ladi-line,
    #LINE41 > .ladi-line,
    #LINE40 > .ladi-line {
        display: none;
    }
    #BUTTON_TEXT15,
    #BUTTON_TEXT17,
    #BUTTON_TEXT16,
    #PARAGRAPH69 {
        width: 198px;
    }
    #GROUP161 {
        height: 370px;
        top: 695.169px;
        left: 51.523px;
    }
    #GROUP162 {
        height: 370px;
        top: 1095.169px;
        left: 51.523px;
    }
    #SECTION11 {
        height: 620px;
    }
    #SECTION11 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s768x529/63db28c85c6af80012ef7a03/abstract-technology-background-with-white-circular-shapes-20260812094008-8yql2.jpg");
    }
    #GROUP155 {
        width: 383.106px;
        height: 95.8665px;
        top: 225.175px;
        left: 20.4339px;
    }
    #IMAGE86
    {
        width: 382.747px;
        height: 150px;
    }
    #IMAGE85 {
        width: 382.747px;
        height: 115px;
    }
    #IMAGE86 {
        top: 3.42844px;
    }
    #IMAGE86 > .ladi-image > .ladi-image-background,
    #IMAGE85 > .ladi-image > .ladi-image-background {
        width: 382.747px;
        height: 100%;
    }
    #IMAGE86 > .ladi-image > .ladi-image-background,
    #IMAGE85 > .ladi-image > .ladi-image-background,
    #IMAGE87 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/203b2d16-b366-4555-9447-de762fd2060d [Converted]-01 1.png");
    }
    #PARAGRAPH61 {
        top: 25.6545px;
        left: 65.1061px;
    }
    #GROUP92 {
        width: 93.2259px;
        height: 19.226px;
        left: 14.763px;
    }
    #BOX97 {
        width: 155px;
        height: 19.226px;
    }
    #PARAGRAPH64 {
        width: 155px;
        top: 2.76582px;
        left: 0px;
        text-align: center !important;
    }
    #IMAGE94,
    #IMAGE94 > .ladi-image > .ladi-image-background {
        width: 52.2435px;
        height: 52.2434px;
    }
    #IMAGE94 {
        top: 55.6083px;
        left: 5.92798px;
    }
    #IMAGE94 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/bc6c5a07-ab11-4532-b633-64adf4c21763.png");
    }
    #GROUP154 {
        width: 382.747px;
        height: 98.5171px;
        top: 100.24px;
        left: 20.6134px;
    }
    #IMAGE85 {
        top: 6.07897px;
    }
    #PARAGRAPH60 {
        top: 27px;
        left: 64.99px;
    }
    #GROUP91 {
        width: 115.172px;
        height: 90.7658px;
    }
    #GROUP91,
    #BOX98 {
        left: 13.3707px;
    }
    #BOX96 {
        width: 155.172px;
        height: 19.226px;
    }
    #PARAGRAPH63 {
        width: 155px;
        top: 2.76582px;
        left: 0px;
        text-align: center !important;
    }
    #IMAGE93,
    #IMAGE93 > .ladi-image > .ladi-image-background {
        width: 52.2436px;
        height: 52.2435px;
    }
    #IMAGE93 {
        top: 45px;
        left: 2.83871px;
    }
    #IMAGE93 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/438a4e2c-142c-4143-80ee-3ef23162f128.png");
    }
    #GROUP156 {
        width: 382.747px;
        height: 84.8229px;
        top: 389.042px;
        left: 20.6134px;
    }
    #IMAGE87 {
        width: 382.747px;
        height: 120px;
        top: 7.84599px;
    }
    #IMAGE87 > .ladi-image > .ladi-image-background {
        width: 382.747px;
        height: 143.682px;
    }
    #PARAGRAPH62 {
        top: 27.3051px;
        left: 65.9065px;
    }
    #IMAGE92,
    #IMAGE92 > .ladi-image > .ladi-image-background {
        width: 52.2436px;
        height: 52.2436px;
    }
    #IMAGE92 {
        top: 55.9577px;
        left: 4.45186px;
    }
    #IMAGE92 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/ba0fbfb3-2977-444c-8bec-9d2c1797003c.png");
    }
    #BOX98 {
        width: 230px;
        height: 19.226px;
        top: 3px;
    }
    #PARAGRAPH65 {
        width: 230px;
        top: 5px;
        left: 15px;
        text-align: center !important;
    }
    #HEADLINE140 {
        top: 40.928px;
        left: 10px;
    }
    #HEADLINE140 > .ladi-headline {
        font-size: 42px;
        line-height: 1.3;
    }
    #HEADLINE142 {
        top: 540px;
        left: 10px;
    }
    #HEADLINE142 > .ladi-headline {
        font-size: 16px;
        color: #e63030;
    }
    #IMAGE74,
    #IMAGE74 > .ladi-image > .ladi-image-background {
        width: 424.915px;
        height: 656.915px;
    }
    #IMAGE74 {
        top: -470.675px;
        left: 0px;
    }
    #IMAGE74 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s750x1000/63db28c85c6af80012ef7a03/3521711_mesa-de-trabajo-1-20260812092310--cocx.png");
    }
    #PARAGRAPH57 {
        width: 210px;
        top: -234.263px;
        left: 13.3224px;
    }
    #PARAGRAPH57 > .ladi-paragraph {
        font-size: 23px;
    }
    #PARAGRAPH58 {
        top: -197.263px;
        left: 42.1595px;
    }
#SECTION17 {
    height: 1925px;
}
    #SECTION17 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s768x1874/63db28c85c6af80012ef7a03/untitled-1-20260813014352-22yzn.jpg");
    }
    #HEADLINE143 {
        top: 50px;
        left: 23px;
    }
    #HEADLINE143 > .ladi-headline {
        font-size: 25px;
        line-height: 1.2;
    }
    #HEADLINE144 {
        width: 341px;
        top: 232.615px;
        left: 39.5px;
    }
    #HEADLINE144 > .ladi-headline {
        font-size: 11px;
        line-height: 1.2;
    }
    #HEADLINE145 {
        width: 183px;
        top: 820px;
        left: 128px;
    }
    #BUTTON19 {
        width: 263.211px;
        height: 43.8685px;
        top: 2100px;
        left: 78.3945px;
    }
    #BUTTON_TEXT19 > .ladi-headline {
        font-size: 12px;
        line-height: 1.6;
    }
    #BOX103 {
        width: 92%;
        height: 500px;
        top: 300px;
        left: 4%;
    }
    #GROUP98 {
        position: absolute;
        width: 100%;
        height: auto;
        top: 315px;
        left: 0;
    }
    #GROUP98 .ladi-group {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
    }
    #IMAGE101 {
        position: relative;
        width: 130px;
        height: 146px;
    }
    #IMAGE101 > .ladi-image > .ladi-image-background {
        width: 100%;
        height: 100%;
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-dzung.png");
        background-size: cover;
        background-position: center;
    }
    #IMAGE102 {
        position: relative;
        width: 100px;
        height: 32px;
        margin-top: -6px;
    }
    #IMAGE102 > .ladi-image > .ladi-image-background {
        width: 100%;
        height: 100%;
        background-image: url("https://w.ladicdn.com/s450x350/63db28c85c6af80012ef7a03/group-301-20260408045157-qfrkh.png");
        background-size: cover;
        background-position: center;
    }
    #PARAGRAPH69 {
        display: none !important;
    }
    #PARAGRAPH70 {
        position: absolute;
        width: 82%;
        top: 450px;
        left: 9%;
    }
    #PARAGRAPH70 > .ladi-paragraph,
    #PARAGRAPH70 ul,
    #PARAGRAPH70 li {
        font-size: 12px !important;
        line-height: 1.5;
    }
    #SHAPE18,
    #SHAPE19,
    #SHAPE20,
    #SHAPE21 {
        width: 9.07555px;
        height: 9.07555px;
    }
    #SHAPE18 {
        top: 347.271px;
        left: 171.245px;
    }
    #SHAPE19 {
        top: 373.26px;
        left: 171.245px;
    }
    #SHAPE20 {
        top: 400.945px;
        left: 171.245px;
    }
    #SHAPE21 {
        top: 428.54px;
        left: 171.245px;
    }
    #IMAGE109,
    #IMAGE109 > .ladi-image > .ladi-image-background {
        width: 229.931px;
        height: 94.6271px;
    }
    #IMAGE109 {
        top: 243.591px;
        left: 90.129px;
    }
    #IMAGE109 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s550x400/63db28c85c6af80012ef7a03/bf22d337-2d3f-4efc-a522-1e9866adc3f1-converted-01-01-20260812071056-ujpjy.png");
    }
    #GROUP163,
    #IMAGE105,
    #IMAGE105 > .ladi-image > .ladi-image-background {
        width: 463.686px;
        height: 155.615px;
    }
    #GROUP163 {
        top: 80px;
        left: -32.975px;
    }
    #IMAGE105,
    #IMAGE105 > .ladi-image > .ladi-image-background {
        width: 530px;
        height: 200px;
    }
    #IMAGE105 {
        left: -70px;
        top: -10px;
    }
    #IMAGE105 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s800x500/63db28c85c6af80012ef7a03/-3-20260813020424-tjxl9.png");
    }
    #IMAGE107,
    #IMAGE107 > .ladi-image > .ladi-image-background,
    #IMAGE106,
    #IMAGE106 > .ladi-image > .ladi-image-background {
        width: 186.664px;
        height: 105.107px;
    }
    #IMAGE107 {
        top: 25.2543px;
        left: 216.445px;
    }
    #IMAGE107 > .ladi-image > .ladi-image-background,
    #IMAGE106 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s500x450/63db28c85c6af80012ef7a03/bf22d337-2d3f-4efc-a522-1e9866adc3f1-converted-01-01-20260812071056-ujpjy.png");
    }
    #IMAGE106 {
        top: 25.2543px;
        left: 83.3366px;
    }
    #IMAGE96,
    #IMAGE96 > .ladi-image > .ladi-image-background {
        width: 109.254px;
        height: 42.0903px;
    }
    #IMAGE96 {
        top: 29.9711px;
        left: 52.0021px;
    }
    #IMAGE96 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s450x350/63db28c85c6af80012ef7a03/banner-fb-03-20260814090801-kwoiu.png");
    }
    #IMAGE97,
    #IMAGE97 > .ladi-image > .ladi-image-background {
        width: 110.372px;
        height: 34.4153px;
    }
    #IMAGE97 {
        top: 30.0132px;
        left: 328.555px;
    }
    #IMAGE97 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s450x350/63db28c85c6af80012ef7a03/banner-fb-01-20260814090825-esam1.png");
    }
    #PARAGRAPH66,
    #PARAGRAPH67 {
        width: 97px;
    }
    #PARAGRAPH66 {
        top: 70.1579px;
        left: 58.2878px;
    }
    #PARAGRAPH66 > .ladi-paragraph,
    #PARAGRAPH67 > .ladi-paragraph,
    #PARAGRAPH68 > .ladi-paragraph,
    #PARAGRAPH127 > .ladi-paragraph,
    #BUTTON_TEXT23 > .ladi-headline,
    #BUTTON_TEXT158 > .ladi-headline {
        font-size: 12px;
    }
    #PARAGRAPH67 {
        top: 70.1542px;
        left: 193.918px;
    }
    #PARAGRAPH68 {
        width: 123px;
        top: 70.1579px;
        left: 322.341px;
    }
    #IMAGE98,
    #IMAGE98 > .ladi-image > .ladi-image-background {
        width: 107.385px;
        height: 41.8347px;
    }
    #IMAGE98 {
        top: 30.0114px;
        left: 188.566px;
    }
    #IMAGE98 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s450x350/63db28c85c6af80012ef7a03/banner-fb-02-20260814090815-c442l.png");
    }
    #GROUP176 {
        top: 1550px;
        left: 49.6985px;
        height: 320px;
    }
    #GROUP175 {
        top: 1215px;
        left: 49.6985px;
        height: 320px;
    }
    #GROUP174 {
        top: 880px;
        left: 49.6985px;
        height: 320px;
    }
    #BOX105,
    #BOX134,
    #BOX135 {
        height: 320px;
        overflow: visible;
    }
    #IMAGE164,
    #IMAGE164 > .ladi-image > .ladi-image-background,
    #IMAGE166,
    #IMAGE166 > .ladi-image > .ladi-image-background,
    #IMAGE167,
    #IMAGE167 > .ladi-image > .ladi-image-background {
        width: 300px;
        height: 160px;
    }
    #IMAGE164,
    #IMAGE166,
    #IMAGE167 {
        top: 10px;
        left: 10px;
    }
    #PARAGRAPH75,
    #PARAGRAPH130,
    #PARAGRAPH131 {
        width: 300px;
        height: auto;
        top: 180px;
        left: 10px;
    }
    #SECTION18 {
        height: 895px;
    }
    #SECTION18 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s768x754/63db28c85c6af80012ef7a03/4-converted-01-20260812093702-yl_pw.png");
    }
    #GROUP110,
    #BOX110 {
        width: 393.24px;
        height: 295px;
    }
    #GROUP110 {
        top: 140px;
        left: 12.591px;
    }
    #GROUP110.ladi-animation > .ladi-group {
        animation-duration: 2s;
    }
    #PARAGRAPH78 {
        width: 360px;
        top: 17.9456px;
        left: 18.8946px;
    }
    #PARAGRAPH78 > .ladi-paragraph {
        font-size: 12px;
        line-height: 1.3;
        font-weight: 500;
    }
    #PARAGRAPH78 > .ladi-paragraph .ladi-highlight {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
    }

    #PARAGRAPH78 > .ladi-paragraph .ladi-highlight-des {
        display: block;
        width: 65%;
    }

    #IMAGE116,
    #IMAGE116 > .ladi-image > .ladi-image-background {
        width: 120.418px;
        height: 124.723px;
    }
    #IMAGE116 {
        top: 116.991px;
        left: 254.822px;
    }
    #IMAGE116 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s450x450/63db28c85c6af80012ef7a03/christmas_background_010-1-1-20260813023621-zkulw.png");
    }
    #HEADLINE150 {
        top: 25px;
        left: 10px;
    }
    #HEADLINE150 > .ladi-headline {
        font-size: 35px;
        line-height: 1.3;
    }
    #GROUP127,
    #BOX116 {
        width: 393.24px;
        height: 172.565px;
    }
    #GROUP127 {
        top: 630px;
        left: 12.591px;
    }
    #PARAGRAPH100,
    #PARAGRAPH95 {
        width: 361px;
    }
    #PARAGRAPH100 {
        top: 116.422px;
        left: 12.3836px;
    }
    #PARAGRAPH100 > .ladi-paragraph {
        font-size: 12px;
        line-height: 1.3;
    }
    #BOX118,
    #BOX119,
    #BOX120 {
        width: 3.36788px;
        height: 3.36788px;
    }
    #BOX118 {
        top: 26.4805px;
        left: 12.3836px;
    }
    #BOX119 {
        top: 60.5116px;
        left: 12.3836px;
    }
    #BOX120 {
        top: 78.4767px;
        left: 12.3836px;
    }
    #PARAGRAPH95 {
        top: 18.1955px;
        left: 19.8561px;
    }
    #BUTTON20 {
        width: 240px;
        height: 40px;
        top: 820px;
        left: 89.2115px;
    }
    #BUTTON_TEXT20 > .ladi-headline {
        font-size: 11px;
        line-height: 1.6;
    }
    #GROUP170,
    #GROUP109,
    #BOX115 {
        width: 393.24px;
        height: 150px;
    }
    #GROUP170 {
        top: 460.975px;
        left: 12.591px;
    }
    #PARAGRAPH94 {
        width: 100%;
        top: 15px;
        left: -0.351px;
        text-align: center;
    }
    #PARAGRAPH94 .ladi-paragraph {
        font-size: 20px;
    }
    #IMAGE145,
    #IMAGE145 > .ladi-image > .ladi-image-background {
        width: 300px;
        height: 50.6655px;
    }
    #IMAGE145 {
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    #IMAGE145 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s450x350/63db28c85c6af80012ef7a03/banner-fb-01-20260814092238-tc0nx.png");
    }
    #PARAGRAPH127 {
        width: 100%;
        top: 105px;
        left: 50%;
        transform: translateX(-50%);
    }
    #PARAGRAPH127 > .ladi-paragraph {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }
    #SECTION20 {
        height: 439.971px;
    }
    #HEADLINE156 {
        top: 19px;
        left: 9.2115px;
    }
    #HEADLINE156 > .ladi-headline {
        font-size: 40px;
    }
    #BOX121,
    #BOX122,
    #BOX123,
    #BOX124 {
        width: 407.655px;
        height: 66.8989px;
    }
    #BOX121 {
        top: 97.667px;
        left: 5.384px;
    }
    #PARAGRAPH101 {
        width: 305px;
        top: 119.314px;
        left: 23px;
    }
    #PARAGRAPH101 > .ladi-paragraph,
    #PARAGRAPH107 > .ladi-paragraph,
    #PARAGRAPH108 > .ladi-paragraph,
    #PARAGRAPH109 > .ladi-paragraph,
    #PARAGRAPH128 > .ladi-paragraph {
        font-size: 18px;
        line-height: 1;
    }
    #SHAPE30,
    #SHAPE31,
    #SHAPE32,
    #SHAPE33 {
        width: 13.919px;
        height: 18.744px;
    }
    #SHAPE30 {
        top: 119.312px;
        left: 380.75px;
    }
    #BOX122 {
        top: 173.034px;
        left: 5.384px;
    }
    #PARAGRAPH107,
    #PARAGRAPH108,
    #PARAGRAPH109,
    #PARAGRAPH128 {
        width: 264px;
    }
    #PARAGRAPH107 {
        top: 188.485px;
        left: 23.0002px;
    }
    #SHAPE31 {
        top: 196.728px;
        left: 380.75px;
    }
    #BOX123 {
        top: 248.401px;
        left: 5.384px;
    }
    #SHAPE32 {
        top: 270.478px;
        left: 380.75px;
    }
    #PARAGRAPH108 {
        top: 263.852px;
        left: 23px;
    }
    #BOX124 {
        top: 323.768px;
        left: 5.384px;
    }
    #PARAGRAPH109 {
        top: 338.793px;
        left: 23.1093px;
    }
    #SHAPE33 {
        top: 347.421px;
        left: 381.75px;
    }
    #PARAGRAPH128 {
        top: 338.793px;
        left: 25.1055px;
    }
    #SECTION21 {
        height: 900px;
    }
    #SECTION21 > .ladi-section-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/Group 466.png");
    }
    #HEADLINE157 {
        top: 10px;
        font-family: "Anton";
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 142%;
        text-align: center;
        text-transform: uppercase;
        left: 0;
        background:
            linear-gradient(180deg, #f3e39e 0%, #e8ece0 81.73%), #ffffff;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    #GROUP143 {
        top: 140px;
        left: 17.5152px;
    }
    #BOX129,
    #BOX131 {
        height: 63px;
        background:
            linear-gradient(rgba(0, 46, 110, 0.54), rgba(0, 46, 110, 0.54)) padding-box,
            linear-gradient(270deg, rgba(57, 62, 230, 0.5) 0%, rgba(0, 46, 110, 0.5) 100%) border-box;
        border: 3px solid transparent;
        box-shadow: 7px 17px 14.1px -6px rgba(88, 215, 255, 0.17);
        border-radius: 12px;
    }
    #BOX129 > .ladi-box,
    #BOX131 > .ladi-box {
        background: #002E6E;
        border: 0;
        /* box-shadow: 7px 17px 14.1px -6px rgba(88, 215, 255, 0.17); */
        border-radius: 12px;
        opacity: 50%;
    }
    #IMAGE137 {
        top: -27px;
        left: 166px;
        transform: scale(0.7);
    }
    #IMAGE138 {
        transform: scale(0.7);
    }
    #PARAGRAPH115,
    #PARAGRAPH116 {
        top: 15px;
    }
    #PARAGRAPH115 > .ladi-paragraph,
    #PARAGRAPH116 > .ladi-paragraph {
        font-family: Inter, sans-serif !important;
        font-weight: 500 !important;
        font-size: 12px !important;
    }
    #HEADLINE159 {
        width: 344px;
        top: 365px;
        left: 35.6087px;
    }
    #HEADLINE159 > .ladi-headline {
        font-size: 20px;
        line-height: 1.2;
    }
    #GROUP144 {
        top: 240px;
        left: 17.5152px;
    }
    #GROUP167 {
        top: 445px;
        left: 50%;
        width: calc(100vw - 30px);
        transform: translateX(-50%);
    }
    #SECTION22 {
        height: 154px;
    }
    #SECTION22 > .ladi-section-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/ldp-mhkd-k38-figma-08-1.png");
    }
    #IMAGE147 {
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #IMAGE147,
    #IMAGE147 > .ladi-image > .ladi-image-background {
        width: 400px;
        height: 106.27px;
    }
    #IMAGE155 {
        top: 0;
        left: 0;
    }
    #IMAGE147 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/group-25.png");
    }
    #SECTION23 {
        height: 370.148px;
    }
    #SECTION23 > .ladi-section-background {
        background-image: url("https://w.ladicdn.com/s768x231/63db28c85c6af80012ef7a03/image-19-20260814101849-4u5ep.png");
    }
    #IMAGE149,
    #IMAGE149 > .ladi-image > .ladi-image-background {
        width: 95.238%;
        height: auto;
        aspect-ratio: 400 / 284.148;
    }
    #IMAGE149 {
        top: 20px;
        left: 10px;
    }
    #IMAGE149 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-group498.png");
    }
    #BUTTON23 {
        width: 193px;
        height: 41px;
        top: 302.148px;
        left: 109.245px;
    }
    #BUTTON_TEXT23 {
        width: 124px;
    }
    #SECTION24 {
        width: 100%;
        height: auto;
        aspect-ratio: 420 / 340.393;
    }
    #SECTION24 > .ladi-container {
        width: 100%;
    }
    #IMAGE157,
    #IMAGE157 > .ladi-image > .ladi-image-background {
        width: 100%;
        height: auto;
        aspect-ratio: 678 / 548;
    }
    #IMAGE157 {
        top: 10px;
        left: 0;
    }
    #IMAGE157 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-group542.png");
    }
    #IMAGE158 {
        width: 193px;
        height: 41px;
        top: 40%;
        left: calc(50% - 96.5px);
    }
    #BUTTON_TEXT158 {
        width: 124px;
    }
    #SECTION25 {
        width: 100%;
        height: auto;
    }
    #SECTION25 > .ladi-container {
        width: 100%;
        height: auto;
    }
    #IMAGE155,
    #IMAGE159,
    #IMAGE160 {
        position: relative;
        display: block;
        top: auto;
        left: auto;
    }
    #IMAGE155,
    #IMAGE155 > .ladi-image > .ladi-image-background {
        width: 100%;
        height: auto;
        aspect-ratio: 860 / 1560;
    }
    #IMAGE155 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-group543.png");
    }
    #IMAGE159,
    #IMAGE159 > .ladi-image > .ladi-image-background {
        width: 100%;
        height: auto;
        aspect-ratio: 2880 / 975;
    }
    #IMAGE159 {
        top: auto;
        left: auto;
    }
    #IMAGE159 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-banner-14q.png");
    }
    #IMAGE160,
    #IMAGE160 > .ladi-image > .ladi-image-background {
        width: 100%;
        height: auto;
        aspect-ratio: 810 / 1112;
    }
    #IMAGE160 {
        top: auto;
        left: auto;
        padding: 1rem;
        width: calc(100% - 2rem);
    }
    #IMAGE160 > .ladi-image > .ladi-image-background {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-group504.png");
    }
}

body.lazyload .ladi-overlay,
body.lazyload .ladi-box,
body.lazyload .ladi-button-background,
body.lazyload .ladi-collection-item:before,
body.lazyload .ladi-countdown-background,
body.lazyload .ladi-form-item-background,
body.lazyload .ladi-form-label-container .ladi-form-label-item.image,
body.lazyload .ladi-frame-background,
body.lazyload .ladi-gallery-view-item,
body.lazyload .ladi-gallery-control-item,
body.lazyload .ladi-headline,
body.lazyload .ladi-image-background,
body.lazyload .ladi-image-compare,
body.lazyload .ladi-list-paragraph ul li:before,
body.lazyload .ladi-section-background,
body.lazyload .ladi-survey-option-background,
body.lazyload .ladi-survey-option-image,
body.lazyload .ladi-tabs-background,
body.lazyload .ladi-video-background,
body.lazyload .ladi-banner,
body.lazyload .ladi-spin-lucky-screen,
body.lazyload .ladi-spin-lucky-start {
    background-image: none !important;
}

#SECTION-AIFBL-SCHED {
    height: 420px;
}
#SECTION-AIFBL-SCHED > .ladi-section-background {
    background-color: #002074;
}
#AIFBL-SCHED-TITLE {
    width: 300px;
    top: 10px;
    left: 330px;
}
#AIFBL-SCHED-TITLE > .ladi-headline {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
}
#AIFBL-SCHED-DATE {
    width: 300px;
    top: 80px;
    left: 330px;
}
#AIFBL-SCHED-DATE > .ladi-headline {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
}
#AIFBL-SCHED-CITY {
    width: 300px;
    top: 142px;
    left: 330px;
}
#AIFBL-SCHED-CITY > .ladi-headline {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
}
#AIFBL-SCHED-BTN1 {
    width: 220px;
    height: 46px;
    top: 230px;
    left: 370px;
}
#AIFBL-SCHED-BTN1 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(255, 63, 65), rgb(203, 0, 6));
    background-color: initial;
    border-radius: 6px;
}
#AIFBL-SCHED-BTN1T {
    width: 220px;
    top: 8px;
    left: 0;
}
#AIFBL-SCHED-BTN1T > .ladi-headline {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
#AIFBL-SCHED-BTN2 {
    width: 220px;
    height: 46px;
    top: 300px;
    left: 370px;
}
#AIFBL-SCHED-BTN2 > .ladi-button > .ladi-button-background {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 6px;
}
#AIFBL-SCHED-BTN2T {
    width: 220px;
    top: 8px;
    left: 0;
}
#AIFBL-SCHED-BTN2T > .ladi-headline {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
@media (max-width: 767px) {
    #SECTION-AIFBL-SCHED > .ladi-container {
        width: 420px;
    }
    #SECTION-AIFBL-SCHED {
        height: auto;
    }
    #AIFBL-SCHED-TITLE,
    #AIFBL-SCHED-DATE,
    #AIFBL-SCHED-CITY,
    #AIFBL-SCHED-BTN1,
    #AIFBL-SCHED-BTN2 {
        position: relative;
        width: 390px;
        left: 15px;
    }
    #AIFBL-SCHED-TITLE {
        top: 20px;
    }
    #AIFBL-SCHED-DATE {
        top: 40px;
    }
    #AIFBL-SCHED-CITY {
        top: 60px;
    }
    #AIFBL-SCHED-BTN1 {
        top: 90px;
    }
    #AIFBL-SCHED-BTN2 {
        top: 110px;
    }
    #AIFBL-SCHED-BTN1T,
    #AIFBL-SCHED-BTN2T {
        position: relative;
        width: 220px;
        top: 8px;
        left: 0;
    }
}

/* ===== ĐIỂM KHÁC BIỆT — navy text on light box, ABOVE the CTA (matches Figma group 509) ===== */
#SECTION14 {
    height: 1425px;
}
@media (min-width: 768px) {
    #PARAGRAPH78 > .ladi-paragraph .ladi-highlight {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: bold;
    }
    #AIFBL-DIFF-GROUP {
        width: 900px;
        height: 250px;
        top: 940px;
        left: 30px;
    }
    #AIFBL-DIFF-BG {
        width: 900px;
        height: 225px;
        top: 0;
        left: 0;
    }
    #AIFBL-DIFF-BG > .ladi-box {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-mesa.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 12px;
        opacity: 0.95;
    }
    #PARAGRAPH57 {
        width: 900px;
        top: 25px;
        left: 0;
    }
    #PARAGRAPH57 > .ladi-paragraph {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.3;
        color: rgb(0, 33, 118) !important;
        text-align: left;
        padding-left: 5rem;
        padding-top: 2rem;
    }
    #PARAGRAPH58 {
        width: 900px;
        top: 70px;
        left: 0;
    }
    #PARAGRAPH58 > .ladi-paragraph {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 1.3;
        color: rgb(0, 33, 118) !important;
        padding-top: 2rem;
    }
    #BUTTON18 {
        top: 1245px;
        left: 216px;
        width: 527px;
        height: 75px;
    }
    #BUTTON18 > .ladi-button > .ladi-button-background {
        background-image: linear-gradient(rgb(211, 10, 15), rgb(200, 31, 31));
        background-color: initial;
        border-radius: 6px;
    }
}
@media (max-width: 767px) {
    #SECTION14 {
        height: 1800px;
    }
    #SECTION14 > .ladi-container {
        width: 100%;
        max-width: 420px;
    }
    #AIFBL-DIFF-GROUP {
        width: 390px;
        height: 170px;
        top: 1500px;
        left: 15px;
    }
    #AIFBL-DIFF-BG {
        width: 390px;
        height: 150px;
        top: 0;
        left: 0;
    }
    #AIFBL-DIFF-BG > .ladi-box {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-mesa-mb.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 10px;
        opacity: 0.95;
    }
    #PARAGRAPH57 {
        width: 380px;
        top: 25px;
        left: 25px;
    }
    #PARAGRAPH57 > .ladi-paragraph {
        font-weight: 700;
        font-size: 22px;
        line-height: 1.3;
        color: rgb(0, 33, 118) !important;
        text-align: left;
        font-size: 18px;
    }
    #PARAGRAPH58 {
        width: 340px;
        top: 65px;
        left: 25px;
    }
    #PARAGRAPH58 > .ladi-paragraph {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.4;
        color: rgb(0, 33, 118) !important;
    }
}

/* ===== Mobile: "Và đây là phần đáng sợ nhất" text not cramped ===== */
@media (max-width: 767px) {
    #GROUP129 {
        top: 980px;
        height: 210px;
    }
    #BOX34 {
        height: 195px;
        width: 400px;
        left: 10px;
        top: 8px;
    }
    #PARAGRAPH41 {
        width: 360px;
        left: 35px;
        top: 14px;
    }
    #PARAGRAPH41 > .ladi-paragraph {
        font-size: 15px;
        line-height: 1.5;
    }
    #PARAGRAPH42 {
        width: 360px;
        left: 35px;
        top: 163px;
    }
    #PARAGRAPH42 > .ladi-paragraph {
        font-size: 13px;
        line-height: 1.4;
    }
    #BUTTON9 {
        top: 1220px;
    }
}

#SECTION-AIFBL-FOR {
    height: 600px;
}
#SECTION-AIFBL-FOR > .ladi-section-background {
    background-color: #f4f6fa;
}

#AIFBL-FOR-TITLE {
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 10px;
}
#AIFBL-FOR-TITLE > .ladi-headline {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.3;
    color: #001f72;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.aifbl-for-icon {
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
}

#SECTION-AIFBL-FOR {
    height: 1180px;
}
#AIFBL-FOR-R1 {
    width: 900px;
    height: 205px;
    top: 90px;
    left: 30px;
}
#AIFBL-FOR-R2 {
    width: 900px;
    height: 205px;
    top: 305px;
    left: 30px;
}
#AIFBL-FOR-R3 {
    width: 900px;
    height: 205px;
    top: 520px;
    left: 30px;
}
#AIFBL-FOR-R4 {
    width: 900px;
    height: 205px;
    top: 735px;
    left: 30px;
}
#AIFBL-FOR-R5 {
    width: 900px;
    height: 205px;
    top: 950px;
    left: 30px;
}

#AIFBL-FOR-R1,
#AIFBL-FOR-R2,
#AIFBL-FOR-R3,
#AIFBL-FOR-R4,
#AIFBL-FOR-R5 {
    background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-item.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
}

#AIFBL-FOR-R1-CHIP,
#AIFBL-FOR-R2-CHIP,
#AIFBL-FOR-R3-CHIP,
#AIFBL-FOR-R4-CHIP,
#AIFBL-FOR-R5-CHIP {
    width: 900px;
    height: 92px;
    top: 0;
    left: 0;
}
#AIFBL-FOR-R1-CHIP > .ladi-box,
#AIFBL-FOR-R2-CHIP > .ladi-box,
#AIFBL-FOR-R3-CHIP > .ladi-box,
#AIFBL-FOR-R4-CHIP > .ladi-box,
#AIFBL-FOR-R5-CHIP > .ladi-box {
    background-image: none !important;
    background-color: transparent !important;
    border-radius: 0;
}

#AIFBL-FOR-R1-T,
#AIFBL-FOR-R2-T,
#AIFBL-FOR-R3-T,
#AIFBL-FOR-R4-T,
#AIFBL-FOR-R5-T {
    width: 864px;
    top: 24px;
    left: 40px;
}
#AIFBL-FOR-R1-T > .ladi-headline,
#AIFBL-FOR-R2-T > .ladi-headline,
#AIFBL-FOR-R3-T > .ladi-headline,
#AIFBL-FOR-R4-T > .ladi-headline,
#AIFBL-FOR-R5-T > .ladi-headline {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #ffffff;
    text-align: left;
}

#AIFBL-FOR-R1-D,
#AIFBL-FOR-R2-D,
#AIFBL-FOR-R3-D,
#AIFBL-FOR-R4-D,
#AIFBL-FOR-R5-D {
    width: 864px;
    top: 84px;
    left: 41px;
}
#AIFBL-FOR-R1-D > .ladi-paragraph,
#AIFBL-FOR-R2-D > .ladi-paragraph,
#AIFBL-FOR-R3-D > .ladi-paragraph,
#AIFBL-FOR-R4-D > .ladi-paragraph,
#AIFBL-FOR-R5-D > .ladi-paragraph {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 2vw, 18px);
    line-height: 1.5;
    color: rgb(0, 0, 0);
    text-align: left;
    padding-right: 25px;
}

@media (max-width: 767px) {
    #SECTION-AIFBL-FOR > .ladi-container {
        width: 90% !important;
    }
    #SECTION-AIFBL-FOR {
        height: auto !important;
        padding-bottom: 140px !important;
    }
    #AIFBL-FOR-TITLE,
    #AIFBL-FOR-R1,
    #AIFBL-FOR-R2,
    #AIFBL-FOR-R3,
    #AIFBL-FOR-R4,
    #AIFBL-FOR-R5 {
        position: relative !important;
        left: 0 !important;
    }
    #AIFBL-FOR-TITLE {
        top: 20px !important;
        height: auto !important;
        width: 90% !important;
        margin: 0 auto !important;
    }
    #AIFBL-FOR-TITLE > .ladi-headline {
        font-size: clamp(22px, 4vw, 28px) !important;
    }
    #AIFBL-FOR-TITLE {
        width: 100% !important;
    }
    #AIFBL-FOR-R1,
    #AIFBL-FOR-R2,
    #AIFBL-FOR-R3,
    #AIFBL-FOR-R4,
    #AIFBL-FOR-R5 {
        width: 100% !important;
        height: auto !important;
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-item-mb.png") !important;
        background-size: 100% 100% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        padding: 10px 20px !important;
        padding-bottom: 25px !important;
    }
    #AIFBL-FOR-R1 .ladi-group,
    #AIFBL-FOR-R2 .ladi-group,
    #AIFBL-FOR-R3 .ladi-group,
    #AIFBL-FOR-R4 .ladi-group,
    #AIFBL-FOR-R5 .ladi-group {
        position: relative !important;
        height: auto !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }
    #AIFBL-FOR-R1 {
        top: 80px !important;
    }
    #AIFBL-FOR-R2 {
        top: 81px !important;
    }
    #AIFBL-FOR-R3 {
        top: 82px !important;
    }
    #AIFBL-FOR-R4 {
        top: 83px !important;
    }
    #AIFBL-FOR-R5 {
        top: 84px !important;
    }
    #AIFBL-FOR-R1-CHIP,
    #AIFBL-FOR-R2-CHIP,
    #AIFBL-FOR-R3-CHIP,
    #AIFBL-FOR-R4-CHIP,
    #AIFBL-FOR-R5-CHIP {
        position: relative !important;
        width: 100% !important;
        height: 67px !important;
        display: none !important;
    }
    #AIFBL-FOR-R1-D,
    #AIFBL-FOR-R2-D,
    #AIFBL-FOR-R3-D,
    #AIFBL-FOR-R4-D,
    #AIFBL-FOR-R5-D {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        margin-top: 8px !important;
        margin-bottom: 20px !important;
        padding-right: 0 !important;
    }
    #AIFBL-FOR-R4-D {
        margin-top: 20px !important;
    }
    #AIFBL-FOR-R1-D {
        margin-top: 20px !important;
    }
    #AIFBL-FOR-R1-T,
    #AIFBL-FOR-R2-T,
    #AIFBL-FOR-R3-T,
    #AIFBL-FOR-R4-T,
    #AIFBL-FOR-R5-T {
        position: relative !important;
        width: calc(100% + 5px) !important;
        left: 0 !important;
        top: 0 !important;
        margin-top: 8px !important;
    }
    #AIFBL-FOR-R1-D > .ladi-paragraph,
    #AIFBL-FOR-R2-D > .ladi-paragraph,
    #AIFBL-FOR-R3-D > .ladi-paragraph,
    #AIFBL-FOR-R4-D > .ladi-paragraph,
    #AIFBL-FOR-R5-D > .ladi-paragraph {
        font-size: clamp(12px, 3vw, 18px) !important;
        padding-right: 0 !important;
    }
    #AIFBL-FOR-R1-T > .ladi-headline,
    #AIFBL-FOR-R2-T > .ladi-headline,
    #AIFBL-FOR-R3-T > .ladi-headline,
    #AIFBL-FOR-R4-T > .ladi-headline,
    #AIFBL-FOR-R5-T > .ladi-headline {
        font-size: clamp(12px, 3vw, 18px) !important;
    }
}

#SECTION-AIFBL-NOT {
    height: 1030px;
}
#SECTION-AIFBL-NOT > .ladi-section-background {
    background-color: #ffffff;
}

#AIFBL-NOT-TITLE {
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 10px;
}
#AIFBL-NOT-TITLE > .ladi-headline {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.3;
    color: #001f72;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#AIFBL-NOT-R1 {
    width: 900px;
    height: 205px;
    top: 90px;
    left: 30px;
}
#AIFBL-NOT-R2 {
    width: 900px;
    height: 230px;
    top: 305px;
    left: 30px;
}
#AIFBL-NOT-R3 {
    width: 900px;
    height: 230px;
    top: 545px;
    left: 30px;
}
#AIFBL-NOT-R4 {
    width: 900px;
    height: 230px;
    top: 785px;
    left: 30px;
}

#AIFBL-NOT-R1 {
    background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-item-not.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
}

#AIFBL-NOT-R2,
#AIFBL-NOT-R3,
#AIFBL-NOT-R4 {
    background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-item-not-long.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
}

#AIFBL-NOT-R1-CHIP,
#AIFBL-NOT-R2-CHIP,
#AIFBL-NOT-R3-CHIP,
#AIFBL-NOT-R4-CHIP {
    width: 900px;
    height: 92px;
    top: 0;
    left: 0;
}
#AIFBL-NOT-R1-CHIP > .ladi-box,
#AIFBL-NOT-R2-CHIP > .ladi-box,
#AIFBL-NOT-R3-CHIP > .ladi-box,
#AIFBL-NOT-R4-CHIP > .ladi-box {
    background-image: none !important;
    background-color: transparent !important;
    border-radius: 0;
}

#AIFBL-NOT-R1-T,
#AIFBL-NOT-R2-T,
#AIFBL-NOT-R3-T,
#AIFBL-NOT-R4-T {
    width: 864px;
    top: 24px;
    left: 41px;
}
#AIFBL-NOT-R1-T > .ladi-headline,
#AIFBL-NOT-R2-T > .ladi-headline,
#AIFBL-NOT-R3-T > .ladi-headline,
#AIFBL-NOT-R4-T > .ladi-headline {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #ffffff;
    text-align: left;
}

#AIFBL-NOT-R1-D,
#AIFBL-NOT-R2-D,
#AIFBL-NOT-R3-D,
#AIFBL-NOT-R4-D {
    width: 864px;
    top: 84px;
    left: 41px;
}
#AIFBL-NOT-R1-D > .ladi-paragraph,
#AIFBL-NOT-R2-D > .ladi-paragraph,
#AIFBL-NOT-R3-D > .ladi-paragraph,
#AIFBL-NOT-R4-D > .ladi-paragraph {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 2vw, 18px);
    line-height: 1.5;
    color: rgb(0, 0, 0);
    text-align: left;
    padding-right: 25px;
}

@media (max-width: 767px) {
    #SECTION-AIFBL-NOT {
        height: 876px !important;
    }
    #SECTION-AIFBL-NOT > .ladi-container {
        width: 90% !important;
    }
    #AIFBL-NOT-TITLE,
    #AIFBL-NOT-R1,
    #AIFBL-NOT-R2,
    #AIFBL-NOT-R3,
    #AIFBL-NOT-R4 {
        position: relative !important;
        left: 0 !important;
    }
    #AIFBL-NOT-TITLE {
        top: 20px !important;
        height: auto !important;
        width: 90% !important;
        margin: 0 auto !important;
    }
    #AIFBL-NOT-TITLE > .ladi-headline {
        font-size: clamp(22px, 4vw, 28px) !important;
    }
    #AIFBL-NOT-R1 {
        top: 80px !important;
    }
    #AIFBL-NOT-R2 {
        top: 81px !important;
    }
    #AIFBL-NOT-R3 {
        top: 82px !important;
    }
    #AIFBL-NOT-R4 {
        top: 83px !important;
    }
    #AIFBL-NOT-R1-CHIP,
    #AIFBL-NOT-R2-CHIP,
    #AIFBL-NOT-R3-CHIP,
    #AIFBL-NOT-R4-CHIP {
        position: relative !important;
        width: 100% !important;
        height: 92px !important;
        display: none !important;
    }
    #AIFBL-NOT-R1-D,
    #AIFBL-NOT-R2-D,
    #AIFBL-NOT-R3-D,
    #AIFBL-NOT-R4-D {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        margin-top: 8px !important;
        margin-bottom: 20px !important;
        padding-right: 0 !important;
    }
    #AIFBL-NOT-R1-D {
        margin-top: 35px !important;
        margin-bottom: 30px !important;
    }
    #AIFBL-NOT-R2-D {
        margin-top: 40px !important;
        margin-bottom: 32px !important;
    }
    #AIFBL-NOT-R3-D,
    #AIFBL-NOT-R4-D {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    #AIFBL-NOT-R1-T,
    #AIFBL-NOT-R2-T,
    #AIFBL-NOT-R3-T,
    #AIFBL-NOT-R4-T {
        position: relative !important;
        width: calc(100% + 5px) !important;
        left: 0 !important;
        top: 0 !important;
        margin-top: 8px !important;
    }
    #AIFBL-NOT-R2-T {
        top: 8px !important;
    }
    #AIFBL-NOT-R1-T {
        margin-top: 14px !important;
    }
    #AIFBL-NOT-R1,
    #AIFBL-NOT-R2,
    #AIFBL-NOT-R3,
    #AIFBL-NOT-R4 {
        width: 100% !important;
        height: auto !important;
        background-size: 100% 100% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        padding: 10px 20px !important;
        padding-bottom: 25px !important;
    }
    #AIFBL-NOT-R1 .ladi-group,
    #AIFBL-NOT-R2 .ladi-group,
    #AIFBL-NOT-R3 .ladi-group,
    #AIFBL-NOT-R4 .ladi-group {
        position: relative !important;
        height: auto !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }
    #AIFBL-NOT-R1-T > .ladi-headline,
    #AIFBL-NOT-R2-T > .ladi-headline,
    #AIFBL-NOT-R3-T > .ladi-headline,
    #AIFBL-NOT-R4-T > .ladi-headline {
        font-size: clamp(12px, 3vw, 18px) !important;
    }
    #AIFBL-NOT-R1-D > .ladi-paragraph,
    #AIFBL-NOT-R2-D > .ladi-paragraph,
    #AIFBL-NOT-R3-D > .ladi-paragraph,
    #AIFBL-NOT-R4-D > .ladi-paragraph {
        font-size: clamp(12px, 3vw, 18px) !important;
        padding-right: 0 !important;
    }
}

#SECTION-AIFBL-CUR {
    height: auto;
    min-height: 500px;
}
#SECTION-AIFBL-CUR > .ladi-section-background {
    background-color: #002d83;
    background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-cur-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#AIFBL-CUR-TITLE {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}
#AIFBL-CUR-TITLE > .ladi-headline {
    font-family: Anton, "Muli", "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    text-align: center;
    text-transform: uppercase;

    background: linear-gradient(180deg, #f3e39e 0%, #e8ece0 81.73%), #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    font-size: 64px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: transparent;
}

#AIFBL-CUR-M1 {
    width: 120px;
    top: 128px;
    left: 207px;
}
#AIFBL-CUR-M1 > .ladi-headline,
#AIFBL-CUR-M2 > .ladi-headline,
#AIFBL-CUR-M3 > .ladi-headline,
#AIFBL-CUR-M4 > .ladi-headline,
#AIFBL-CUR-M5 > .ladi-headline,
#AIFBL-CUR-M6 > .ladi-headline,
#AIFBL-CUR-M7 > .ladi-headline,
#AIFBL-CUR-M8 > .ladi-headline {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff;
    text-align: left;
    text-transform: lowercase;
}

#AIFBL-CUR-M1T {
    width: 560px;
    top: 132px;
    left: 360px;
}
#AIFBL-CUR-M1T > .ladi-paragraph,
#AIFBL-CUR-M2T > .ladi-paragraph,
#AIFBL-CUR-M3T > .ladi-paragraph,
#AIFBL-CUR-M4T > .ladi-paragraph,
#AIFBL-CUR-M5T > .ladi-paragraph,
#AIFBL-CUR-M6T > .ladi-paragraph,
#AIFBL-CUR-M7T > .ladi-paragraph,
#AIFBL-CUR-M8T > .ladi-paragraph {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.45;
    color: #ffffff;
    text-align: left;
}

@media (max-width: 767px) {
    #SECTION-AIFBL-CUR > .ladi-container {
        width: 420px;
    }
    #SECTION-AIFBL-CUR {
        height: auto;
    }
    #AIFBL-CUR-TITLE {
        position: relative;
        width: 390px;
        top: 20px;
        left: 15px;
    }
    #AIFBL-CUR-TITLE > .ladi-headline {
        font-size: 36px;
        line-height: normal;
    }
    #AIFBL-CUR-M1,
    #AIFBL-CUR-M2,
    #AIFBL-CUR-M3,
    #AIFBL-CUR-M4,
    #AIFBL-CUR-M5,
    #AIFBL-CUR-M6,
    #AIFBL-CUR-M7,
    #AIFBL-CUR-M8 {
        position: relative;
        width: 120px;
        top: 0;
        left: 15px;
        margin-top: 44px;
    }
    #AIFBL-CUR-M1 > .ladi-headline,
    #AIFBL-CUR-M2 > .ladi-headline,
    #AIFBL-CUR-M3 > .ladi-headline,
    #AIFBL-CUR-M4 > .ladi-headline,
    #AIFBL-CUR-M5 > .ladi-headline,
    #AIFBL-CUR-M6 > .ladi-headline,
    #AIFBL-CUR-M7 > .ladi-headline,
    #AIFBL-CUR-M8 > .ladi-headline {
        font-size: 28px;
    }
    #AIFBL-CUR-M1T,
    #AIFBL-CUR-M2T,
    #AIFBL-CUR-M3T,
    #AIFBL-CUR-M4T,
    #AIFBL-CUR-M5T,
    #AIFBL-CUR-M6T,
    #AIFBL-CUR-M7T,
    #AIFBL-CUR-M8T {
        position: relative;
        width: 370px;
        top: 4px;
        left: 15px;
    }
    .ladi-paragraph-custom {
        padding-left: 120px;
        font-size: 13px;
        margin-bottom: 15px;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* ===== GROUP 510 (FOR + NOT) in one wrapper: abstract bg + middle images ===== */
#AIFBL-FORNOT-WRAP {
    position: relative;
    background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/abstract-bg-4.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0;
    font-family: "Inter", sans-serif;
}
#SECTION-AIFBL-FOR > .ladi-section-background,
#SECTION-AIFBL-NOT > .ladi-section-background {
    background-image: none !important;
    background-color: transparent !important;
}
#AIFBL-FORNOT-IMG {
    display: flex;
    justify-content: center;
    padding: 20px 0 30px;
}
#AIFBL-FORNOT-IMG img {
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 16px;
}
@media (max-width: 767px) {
    #AIFBL-FORNOT-WRAP .ladi-headline,
    #AIFBL-FORNOT-WRAP .ladi-paragraph {
        font-size: 12px !important;
    }
    #AIFBL-FORNOT-IMG {
        padding: 10px 10px 20px;
    }
}

/* ===== CUR (NỘI DUNG KHÓA HỌC) flex layout (replaces absolute) ===== */
#SECTION-AIFBL-CUR > .ladi-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    justify-content: center;
    padding: 130px 40px 100px;
}
#SECTION-AIFBL-CUR .ladi-element {
    position: static !important;
    width: auto !important;
    height: auto !important;
}
#SECTION-AIFBL-CUR .d-flex {
    display: flex;
    align-items: center;
    gap: 24px;
}
#AIFBL-CUR-M1,
#AIFBL-CUR-M2,
#AIFBL-CUR-M3,
#AIFBL-CUR-M4,
#AIFBL-CUR-M5,
#AIFBL-CUR-M6,
#AIFBL-CUR-M7,
#AIFBL-CUR-M8 {
    flex: 0 0 220px;
    text-align: right;
}
#AIFBL-CUR-M1T,
#AIFBL-CUR-M2T,
#AIFBL-CUR-M3T,
#AIFBL-CUR-M4T,
#AIFBL-CUR-M5T,
#AIFBL-CUR-M6T,
#AIFBL-CUR-M7T,
#AIFBL-CUR-M8T {
    flex: 1 1 auto;
}
@media (max-width: 767px) {
    #SECTION-AIFBL-CUR > .ladi-container {
        width: 100% !important;
        padding: 120px 20px 30px;
    }
    #SECTION-AIFBL-CUR .d-flex {
        align-items: center;
        gap: 10px;
    }
    #AIFBL-CUR-M1,
    #AIFBL-CUR-M2,
    #AIFBL-CUR-M3,
    #AIFBL-CUR-M4,
    #AIFBL-CUR-M5,
    #AIFBL-CUR-M6,
    #AIFBL-CUR-M7,
    #AIFBL-CUR-M8 {
        flex: 0 0 100px !important;
        text-align: center;
        width: 100px;
        font-size: 14px;
        margin-top: 0 !important;
    }
    #AIFBL-CUR-M1 > .ladi-headline,
    #AIFBL-CUR-M2 > .ladi-headline,
    #AIFBL-CUR-M3 > .ladi-headline,
    #AIFBL-CUR-M4 > .ladi-headline,
    #AIFBL-CUR-M5 > .ladi-headline,
    #AIFBL-CUR-M6 > .ladi-headline,
    #AIFBL-CUR-M7 > .ladi-headline,
    #AIFBL-CUR-M8 > .ladi-headline {
        font-size: 16px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    #AIFBL-CUR-M1T,
    #AIFBL-CUR-M2T,
    #AIFBL-CUR-M3T,
    #AIFBL-CUR-M4T,
    #AIFBL-CUR-M5T,
    #AIFBL-CUR-M6T,
    #AIFBL-CUR-M7T,
    #AIFBL-CUR-M8T {
        flex: 1 1 auto;
        padding: 14px 16px !important;
    }
    #AIFBL-CUR-M1T > .ladi-paragraph,
    #AIFBL-CUR-M2T > .ladi-paragraph,
    #AIFBL-CUR-M3T > .ladi-paragraph,
    #AIFBL-CUR-M4T > .ladi-paragraph,
    #AIFBL-CUR-M5T > .ladi-paragraph,
    #AIFBL-CUR-M6T > .ladi-paragraph,
    #AIFBL-CUR-M7T > .ladi-paragraph,
    #AIFBL-CUR-M8T > .ladi-paragraph {
        font-size: 13px;
        line-height: 1.4;
    }
}

/* ===== CUR module rows: uppercase label, line borders, boxed number ===== */
#SECTION-AIFBL-CUR .d-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
#AIFBL-CUR-M1,
#AIFBL-CUR-M2,
#AIFBL-CUR-M3,
#AIFBL-CUR-M4,
#AIFBL-CUR-M5,
#AIFBL-CUR-M6,
#AIFBL-CUR-M7,
#AIFBL-CUR-M8 {
    flex: 0 0 260px;
    text-align: right;
    text-transform: uppercase;
    color: #ffffff;
    background-image:
        url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-line.png"),
        url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-line.png");
    background-size:
        100% 8px,
        100% 8px;
    background-position:
        center top,
        center bottom;
    background-repeat: no-repeat, no-repeat;
    padding: 16px 0;
}

#AIFBL-CUR-M1 > .ladi-headline,
#AIFBL-CUR-M2 > .ladi-headline,
#AIFBL-CUR-M3 > .ladi-headline,
#AIFBL-CUR-M4 > .ladi-headline,
#AIFBL-CUR-M5 > .ladi-headline,
#AIFBL-CUR-M6 > .ladi-headline,
#AIFBL-CUR-M7 > .ladi-headline,
#AIFBL-CUR-M8 > .ladi-headline {
    text-transform: uppercase !important;
}

/* ===== CUR module content box (border like Rectangle 497) ===== */
#AIFBL-CUR-M1T,
#AIFBL-CUR-M2T,
#AIFBL-CUR-M3T,
#AIFBL-CUR-M4T,
#AIFBL-CUR-M5T,
#AIFBL-CUR-M6T,
#AIFBL-CUR-M7T,
#AIFBL-CUR-M8T {
    flex: 1 1 auto;
    background-color: rgb(0, 46, 110);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 18px 24px;
    color: #ffffff;
    box-sizing: border-box;
    box-shadow: 7px 11px 14.1px -6px rgba(88, 215, 255, 0.45);
}

/* ===== CUR: remove global headline padding-top ===== */
#SECTION-AIFBL-CUR .ladi-headline {
    padding-top: 0;
}

/* ===== CUR container width 1100px (desktop) ===== */
@media (min-width: 768px) {
    #SECTION-AIFBL-CUR > .ladi-container {
        width: 1100px;
    }
    #AIFBL-DIFF-BG > .ladi-box {
        background-image: url("/images/ai-for-business-leaders-chien-luoc-lo-trinh-ung-dung-ai-vao-doanh-nghiep/aifbl-mesa.png");
    }
    #PARAGRAPH58 > .ladi-paragraph {
        font-size: 18px;
    }
    #PARAGRAPH57 > .ladi-paragraph {
        font-size: 22px;
    }
}

#GROUP167 #HEADLINE162 .ladi-headline {
    padding-right: 35px;
    padding-left: 35px;
}

/* ===== Expandable FAQ (SECTION20) ===== */
#SECTION20 {
    height: 700px;
}

#AIFBL-FAQ {
    position: absolute;
    top: 110.69px;
    left: 13px;
    width: 934px;
    z-index: 5;
}

.aifbl-faq-item {
    margin-bottom: 23px;
    border: 1px solid rgb(156, 190, 232);
    border-radius: 25px;
    background-color: rgb(238, 243, 248);
    box-shadow: rgb(1, 44, 144) 0px 15px 20px -15px;
    overflow: hidden;
}

.aifbl-faq-q {
    min-height: 79px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 30px 18px 40px;
    margin: 0;
    cursor: pointer;
    list-style: none;
    font-family: "Inter";
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    color: rgb(1, 44, 144);
    user-select: none;
    -webkit-user-select: none;
}

.aifbl-faq-q::-webkit-details-marker {
    display: none;
}

.aifbl-faq-q::marker {
    content: none;
}

.aifbl-faq-item[open] .aifbl-faq-q {
    background-color: rgb(248, 250, 253);
}

.aifbl-faq-icon {
    flex-shrink: 0;
    position: relative;
    width: 20px;
    height: 20px;
}

.aifbl-faq-icon::before,
.aifbl-faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    background-color: rgb(224, 1, 1);
    transition: transform 0.25s ease;
}

.aifbl-faq-icon::before {
    width: 20px;
    height: 3px;
}

.aifbl-faq-icon::after {
    width: 3px;
    height: 20px;
}

.aifbl-faq-item[open] .aifbl-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.aifbl-faq-a {
    padding: 0 40px 24px 40px;
    border-top: 1px solid rgb(221, 231, 243);
}

.aifbl-faq-a p {
    margin: 0;
    padding-top: 18px;
    font-size: 17px;
    line-height: 1.7;
    color: rgb(60, 72, 92);
}

@media (max-width: 767px) {
    #SECTION20 {
        height: 330px;
        transition: height 0.25s ease;
    }
    #SECTION20:has(.aifbl-faq-item[open]) {
        height: 465px;
    }

    #AIFBL-FAQ {
        top: 97.667px;
        left: 5.384px;
        width: 408px;
    }

    .aifbl-faq-item {
        margin-bottom: 8px;
    }

    .aifbl-faq-q {
        min-height: 40px;
        padding: 12px 18px 12px 20px;
        font-size: 12px;
        line-height: 1.35;
    }

    .aifbl-faq-icon {
        width: 16px;
        height: 16px;
    }

    .aifbl-faq-icon::before {
        width: 16px;
        height: 3px;
    }

    .aifbl-faq-icon::after {
        width: 3px;
        height: 16px;
    }

    .aifbl-faq-a {
        padding: 0 20px 16px 20px;
    }

    .aifbl-faq-a p {
        padding-top: 14px;
        font-size: 15px;
        line-height: 1.65;
    }
}
#SECTION-AIFBL-FOR .ladi-container {
    font-family: "Inter";
}
@media (max-width: 767px) {
    #section-2 {
        height: auto;
    }
    .s2-video-wrapper {
        display: none;
    }
    .enroll-overlay {
        position: absolute;
        top: 21.9%;
        left: 6.7%;
        right: auto;
        width: 86.3%;
        transform: none;
        padding: 1rem 0.9rem;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 8px 30px rgba(0, 40, 90, 0.25);
        z-index: 1;
    }
    .enroll-box-title {
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
    }
    .s1-form-input {
        padding: 0.6rem 0.85rem;
        font-size: 0.9rem;
    }
    .enroll-overlay .btn-submit {
        font-size: 0.95rem;
    }
}
@media (max-width: 767px) {
    #PARAGRAPH75 > .ladi-paragraph,
    #PARAGRAPH130 > .ladi-paragraph,
    #PARAGRAPH131 > .ladi-paragraph {
        font-size: 12px;
    }
    #PARAGRAPH131 .ladi-paragraph > span,
    #PARAGRAPH130 .ladi-paragraph > span,
    #PARAGRAPH75 .ladi-paragraph {
        display: block;
    }
    #PARAGRAPH131 .ladi-paragraph span span,
    #PARAGRAPH130 .ladi-paragraph span span,
    #PARAGRAPH75 .ladi-paragraph > span:last-child {
        position: static !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        display: block !important;
        margin-top: 25px !important;
        padding-top: 2px;
    }
}
@media (max-width: 767px) {
    .s17-form {
        padding: 12px;
    }
    .s17-form .enroll-box-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .s17-form .s1-form-fields {
        gap: 6px;
    }
    .s17-form .s1-form-input {
        padding: 0.45rem 0.7rem;
        font-size: 0.8rem;
    }
    .s17-form .btn-submit {
        padding: 0.55rem 0.8rem;
        font-size: 0.85rem;
    }
    .s17-form .text-center {
        margin-top: 8px;
    }
    .s17-form-note {
        margin-top: 6px;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    #BUTTON_TEXT_HEADLINE24 > .ladi-headline {
        font-family: "Inter", sans-serif !important;
        font-size: 11px !important;
        line-height: 1.3 !important;
    }
    .enroll-box-title {
        font-family: "Crimson Text", serif !important;
        font-size: 24px !important;
        line-height: normal !important;
    }
    #AIFBL-NOT-TITLE > .ladi-headline,
    #AIFBL-FOR-TITLE > .ladi-headline {
        font-size: clamp(22px, 4vw, 28px) !important;
    }
}
@media (min-width: 768px) {
    #PARAGRAPH78 > .ladi-paragraph .ladi-highlight-des {
        display: block;
        width: 85%;
    }
}
/* fix double Y scrollbar on PC */
html {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: auto !important;
}
body {
    overflow: visible !important;
    height: auto !important;
}
