﻿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
        }
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.ladi-wraper {
    overflow-x: hidden;
}

body,
.ladi-section,
.ladi-container {
    overflow-x: hidden;
}

.ladi-powerby,
.ladi-poweredby,
a[href*="ladipage.com"][style*="position: fixed"],
a[href*="ladipage.vn"][style*="position: fixed"] {
    display: none !important;
    visibility: hidden !important;
}

@media (max-width: 767px) {
    .ladi-section .ladi-container {
        width: 100% !important;
    }
}

        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
        }

        .ladi-loading {
            z-index: 900000000000;
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(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: -.1s;
            top: 22px;
            left: 62px
        }

        .ladi-loading .loading div:nth-child(3) {
            animation-delay: -.2s;
            top: 11px;
            left: 52px
        }

        .ladi-loading .loading div:nth-child(4) {
            animation-delay: -.3s;
            top: 7px;
            left: 37px
        }

        .ladi-loading .loading div:nth-child(5) {
            animation-delay: -.4s;
            top: 11px;
            left: 22px
        }

        .ladi-loading .loading div:nth-child(6) {
            animation-delay: -.5s;
            top: 22px;
            left: 11px
        }

        .ladi-loading .loading div:nth-child(7) {
            animation-delay: -.6s;
            top: 37px;
            left: 7px
        }

        .ladi-loading .loading div:nth-child(8) {
            animation-delay: -.7s;
            top: 52px;
            left: 11px
        }

        .ladi-loading .loading div:nth-child(9) {
            animation-delay: -.8s;
            top: 62px;
            left: 22px
        }

        .ladi-loading .loading div:nth-child(10) {
            animation-delay: -.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, .3)
        }

        .ladipage-message .ladipage-message-box {
            width: 400px;
            max-width: calc(100% - 50px);
            height: 160px;
            border: 1px solid rgba(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, .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: rgba(0, 0, 0, .5)
        }

        .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")
        }

        * {
            -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
        }

        @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-table {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: auto;
        }

        .ladi-table table {
            width: 100%;
        }

        .ladi-table table td {
            vertical-align: middle;
        }

        .ladi-table tbody td {
            word-break: break-word;
        }

        .ladi-table table td img {
            cursor: pointer;
            width: 100%;
        }

        .ladi-box {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .ladi-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 .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: .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: .2s
        }

        .ladi-checkout-product-add-to-cart .ladi-button .loading-dots p:nth-child(3) {
            animation-delay: .4s
        }

        @keyframes loading {

            0%,
            100% {
                opacity: 0
            }

            50% {
                opacity: 1
            }
        }

        .ladi-accordion {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .ladi-accordion .ladi-accordion-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-accordion .accordion-menu>.ladi-frame>.ladi-element:not(.ladi-accordion-shape) {
            z-index: 2;
        }

        .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-list-paragraph {
            width: 100%;
            display: inline-block;
        }

        .ladi-list-paragraph a {
            text-decoration: underline;
        }

        .ladi-list-paragraph ul li {
            position: relative;
            counter-increment: linum;
        }

        .ladi-list-paragraph ul li:before {
            position: absolute;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            left: 0;
        }

        .ladi-list-paragraph ul li:last-child {
            padding-bottom: 0 !important;
        }

        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-hidden {
            visibility: hidden !important;
            opacity: 0 !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;
        }

        @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;
            }
        }

body {
            direction: ltr;
        }

        @media (min-width: 768px) {
            .ladi-section .ladi-container {
                width: 100%;
                max-width: 960px;
                padding-left: 16px;
                padding-right: 16px;
            }
        }

        @media (max-width: 767px) {
            .ladi-section .ladi-container {
                width: 100%;
                max-width: 100%;
                padding-left: 12px;
                padding-right: 12px;
            }
        }

        body {
            font-family: "Open Sans", sans-serif
        }

#SECTION1>.ladi-section-background,
        #SECTION4>.ladi-section-background,
        #SECTION3>.ladi-section-background {
            background-color: rgb(3, 97, 224);
        }

        #IMAGE56>.ladi-image>.ladi-image-background,
        #IMAGE57>.ladi-image>.ladi-image-background,
        #IMAGE63>.ladi-image>.ladi-image-background,
        #ACCORDION_MENU2,
        #ACCORDION_MENU8,
        #ACCORDION_MENU10,
        #ACCORDION_MENU12,
        #ACCORDION_MENU14,
        #IMAGE66>.ladi-image>.ladi-image-background,
        #IMAGE65>.ladi-image>.ladi-image-background,
        #BUTTON_SHAPE4,
        #IMAGE73>.ladi-image>.ladi-image-background,
        #IMAGE64>.ladi-image>.ladi-image-background,
        #ACCORDION_MENU16,
        #IMAGE84>.ladi-image>.ladi-image-background,
        #IMAGE75>.ladi-image>.ladi-image-background,
        #IMAGE72>.ladi-image>.ladi-image-background,
        #IMAGE78>.ladi-image>.ladi-image-background,
        #IMAGE79>.ladi-image>.ladi-image-background,
        #ACCORDION_MENU20,
        #IMAGE80>.ladi-image>.ladi-image-background,
        #IMAGE82>.ladi-image>.ladi-image-background,
        #IMAGE83>.ladi-image>.ladi-image-background,
        #IMAGE81>.ladi-image>.ladi-image-background,
        #ACCORDION_MENU22 {
            top: 0px;
            left: 0px;
        }

        #IMAGE57,
        #IMAGE57>.ladi-image>.ladi-image-background {
            width: 323.585px;
            height: 117.901px;
        }

        #IMAGE57>.ladi-image>.ladi-image-background {
            background-image: url("assets/images/611cb9006dad6000456077ca-layer-1-20251128073638-_vhbr.png");
        }

        #IMAGE63>.ladi-image,
        #ACCORDION_CONTENT1>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_CONTENT7>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_CONTENT9>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_CONTENT11>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_CONTENT13>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_CONTENT15>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_CONTENT19>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_CONTENT21>.ladi-frame-bg>.ladi-frame-background {
            opacity: 0.21;
        }

        #HEADLINE32>.ladi-headline {
            font-size: 16px;
            line-height: 1.6;
            color: rgb(255, 255, 255);
            text-align: left;
        }

        #HEADLINE32>.ladi-headline:hover,
        #BOX23>.ladi-box:hover,
        #HEADLINE34>.ladi-headline:hover,
        #HEADLINE53>.ladi-headline:hover,
        #ACCORDION_CONTENT1>.ladi-frame:hover,
        #ACCORDION_CONTENT1>.ladi-frame:hover~.ladi-frame-bg,
        #LIST_PARAGRAPH1>.ladi-list-paragraph:hover,
        #ACCORDION_MENU2>.ladi-frame:hover,
        #ACCORDION_MENU2>.ladi-frame:hover~.ladi-frame-bg,
        #ACCORDION_SHAPE3:hover>.ladi-shape,
        #HEADLINE45>.ladi-headline:hover,
        #ACCORDION_CONTENT7>.ladi-frame:hover,
        #ACCORDION_CONTENT7>.ladi-frame:hover~.ladi-frame-bg,
        #LIST_PARAGRAPH4>.ladi-list-paragraph:hover,
        #ACCORDION_MENU8>.ladi-frame:hover,
        #ACCORDION_MENU8>.ladi-frame:hover~.ladi-frame-bg,
        #ACCORDION_SHAPE6:hover>.ladi-shape,
        #HEADLINE48>.ladi-headline:hover,
        #ACCORDION_CONTENT9>.ladi-frame:hover,
        #ACCORDION_CONTENT9>.ladi-frame:hover~.ladi-frame-bg,
        #LIST_PARAGRAPH5>.ladi-list-paragraph:hover,
        #ACCORDION_MENU10>.ladi-frame:hover,
        #ACCORDION_MENU10>.ladi-frame:hover~.ladi-frame-bg,
        #ACCORDION_SHAPE7:hover>.ladi-shape,
        #HEADLINE49>.ladi-headline:hover,
        #ACCORDION_CONTENT11>.ladi-frame:hover,
        #ACCORDION_CONTENT11>.ladi-frame:hover~.ladi-frame-bg,
        #LIST_PARAGRAPH6>.ladi-list-paragraph:hover,
        #ACCORDION_MENU12>.ladi-frame:hover,
        #ACCORDION_MENU12>.ladi-frame:hover~.ladi-frame-bg,
        #ACCORDION_SHAPE8:hover>.ladi-shape,
        #HEADLINE50>.ladi-headline:hover,
        #ACCORDION_CONTENT13>.ladi-frame:hover,
        #ACCORDION_CONTENT13>.ladi-frame:hover~.ladi-frame-bg,
        #LIST_PARAGRAPH7>.ladi-list-paragraph:hover,
        #ACCORDION_MENU14>.ladi-frame:hover,
        #ACCORDION_MENU14>.ladi-frame:hover~.ladi-frame-bg,
        #ACCORDION_SHAPE9:hover>.ladi-shape,
        #HEADLINE51>.ladi-headline:hover,
        #SHAPE2:hover>.ladi-shape,
        #HEADLINE54>.ladi-headline:hover,
        #BUTTON4>.ladi-button:hover,
        #BUTTON_TEXT4>.ladi-headline:hover,
        #SHAPE19:hover>.ladi-shape,
        #SHAPE20:hover>.ladi-shape,
        #ACCORDION_CONTENT15>.ladi-frame:hover,
        #ACCORDION_CONTENT15>.ladi-frame:hover~.ladi-frame-bg,
        #LIST_PARAGRAPH8>.ladi-list-paragraph:hover,
        #ACCORDION_MENU16>.ladi-frame:hover,
        #ACCORDION_MENU16>.ladi-frame:hover~.ladi-frame-bg,
        #ACCORDION_SHAPE10:hover>.ladi-shape,
        #HEADLINE55>.ladi-headline:hover,
        #ACCORDION_CONTENT19>.ladi-frame:hover,
        #ACCORDION_CONTENT19>.ladi-frame:hover~.ladi-frame-bg,
        #LIST_PARAGRAPH10>.ladi-list-paragraph:hover,
        #ACCORDION_MENU20>.ladi-frame:hover,
        #ACCORDION_MENU20>.ladi-frame:hover~.ladi-frame-bg,
        #ACCORDION_SHAPE14:hover>.ladi-shape,
        #HEADLINE58>.ladi-headline:hover,
        #SHAPE17:hover>.ladi-shape,
        #SHAPE21:hover>.ladi-shape,
        #SHAPE22:hover>.ladi-shape,
        #ACCORDION_CONTENT21>.ladi-frame:hover,
        #ACCORDION_CONTENT21>.ladi-frame:hover~.ladi-frame-bg,
        #LIST_PARAGRAPH11>.ladi-list-paragraph:hover,
        #ACCORDION_MENU22>.ladi-frame:hover,
        #ACCORDION_MENU22>.ladi-frame:hover~.ladi-frame-bg,
        #ACCORDION_SHAPE16:hover>.ladi-shape,
        #HEADLINE59>.ladi-headline:hover {
            opacity: 1;
        }

        #BOX23>.ladi-box {
            border-width: 2px;
            border-radius: 0px 16px;
            border-color: rgb(0, 0, 0);
        }

        #BOX23>.ladi-box,
        #BUTTON4>.ladi-button>.ladi-button-background {
            background-color: rgb(255, 222, 89);
        }

        #HEADLINE34>.ladi-headline {
            font-weight: bold;
            color: rgb(3, 97, 224);
            text-align: center;
        }

        #HEADLINE53>.ladi-headline {
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 255, 255);
        }

        #ACCORDION_CONTENT1,
        #ACCORDION_CONTENT7,
        #ACCORDION_CONTENT9,
        #ACCORDION_CONTENT11,
        #ACCORDION_CONTENT13,
        #ACCORDION_CONTENT15,
        #ACCORDION_CONTENT19,
        #ACCORDION_CONTENT21 {
            left: 0px;
            display: none !important;
        }

        #ACCORDION_CONTENT1>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_CONTENT7>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_CONTENT9>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_CONTENT11>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_CONTENT13>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_CONTENT15>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_CONTENT19>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_CONTENT21>.ladi-frame-bg>.ladi-frame-background {
            background-color: rgb(1, 1, 1);
        }

        #ACCORDION_CONTENT1>.ladi-frame,
        #ACCORDION_CONTENT7>.ladi-frame,
        #ACCORDION_CONTENT9>.ladi-frame,
        #ACCORDION_CONTENT11>.ladi-frame,
        #ACCORDION_CONTENT13>.ladi-frame,
        #ACCORDION_CONTENT15>.ladi-frame,
        #ACCORDION_CONTENT19>.ladi-frame,
        #ACCORDION_CONTENT21>.ladi-frame {
            border-width: 1px;
            border-radius: 10px;
            border-style: dashed;
            border-color: rgb(255, 255, 255);
        }

        #LIST_PARAGRAPH1>.ladi-list-paragraph,
        #LIST_PARAGRAPH4>.ladi-list-paragraph,
        #LIST_PARAGRAPH5>.ladi-list-paragraph,
        #LIST_PARAGRAPH6>.ladi-list-paragraph,
        #LIST_PARAGRAPH7>.ladi-list-paragraph,
        #LIST_PARAGRAPH8>.ladi-list-paragraph,
        #LIST_PARAGRAPH10>.ladi-list-paragraph,
        #LIST_PARAGRAPH11>.ladi-list-paragraph {
            font-size: 16px;
            line-height: 1.6;
            color: rgb(255, 255, 255);
        }

        #LIST_PARAGRAPH1 ul li,
        #LIST_PARAGRAPH4 ul li,
        #LIST_PARAGRAPH5 ul li,
        #LIST_PARAGRAPH6 ul li,
        #LIST_PARAGRAPH7 ul li,
        #LIST_PARAGRAPH8 ul li,
        #LIST_PARAGRAPH10 ul li,
        #LIST_PARAGRAPH11 ul li {
            padding-left: 0px;
        }

        #LIST_PARAGRAPH1 ul li:before,
        #LIST_PARAGRAPH4 ul li:before,
        #LIST_PARAGRAPH5 ul li:before,
        #LIST_PARAGRAPH6 ul li:before,
        #LIST_PARAGRAPH7 ul li:before,
        #LIST_PARAGRAPH8 ul li:before,
        #LIST_PARAGRAPH10 ul li:before,
        #LIST_PARAGRAPH11 ul li:before {
            top: 5px;
            font-size: 14px;
            color: rgb(127, 1, 1);
            content: counter(linum, none);
        }

        #ACCORDION_MENU2>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_MENU8>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_MENU10>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_MENU12>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_MENU14>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_MENU16>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_MENU20>.ladi-frame-bg>.ladi-frame-background,
        #ACCORDION_MENU22>.ladi-frame-bg>.ladi-frame-background {
            background-color: rgb(254, 253, 255);
        }

        #ACCORDION_MENU2>.ladi-frame,
        #ACCORDION_MENU8>.ladi-frame,
        #ACCORDION_MENU10>.ladi-frame,
        #ACCORDION_MENU12>.ladi-frame,
        #ACCORDION_MENU14>.ladi-frame,
        #ACCORDION_MENU16>.ladi-frame,
        #ACCORDION_MENU20>.ladi-frame,
        #ACCORDION_MENU22>.ladi-frame {
            border-radius: 10px;
        }

        #ACCORDION_SHAPE3 svg:last-child,
        #ACCORDION_SHAPE6 svg:last-child,
        #ACCORDION_SHAPE7 svg:last-child,
        #ACCORDION_SHAPE8 svg:last-child,
        #ACCORDION_SHAPE9 svg:last-child,
        #ACCORDION_SHAPE10 svg:last-child,
        #ACCORDION_SHAPE14 svg:last-child,
        #ACCORDION_SHAPE16 svg:last-child {
            fill: rgb(0, 0, 0);
        }

        #HEADLINE45>.ladi-headline,
        #HEADLINE48>.ladi-headline,
        #HEADLINE49>.ladi-headline,
        #HEADLINE50>.ladi-headline,
        #HEADLINE51>.ladi-headline,
        #HEADLINE55>.ladi-headline,
        #HEADLINE58>.ladi-headline,
        #HEADLINE59>.ladi-headline {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(0, 74, 173);
            text-align: left;
        }

        #SECTION2>.ladi-section-background {
            background-color: rgb(50, 126, 228);
        }

        #SHAPE2 svg:last-child,
        #SHAPE19 svg:last-child,
        #SHAPE20 svg:last-child {
            fill: rgb(50, 126, 228);
        }

        #IMAGE65,
        #IMAGE65>.ladi-image>.ladi-image-background,
        #IMAGE84>.ladi-image>.ladi-image-background {
            width: 200px;
            height: 200px;
        }

        #IMAGE65>.ladi-image>.ladi-image-background,
        #IMAGE84>.ladi-image>.ladi-image-background {
            background-image: url("assets/images/611cb9006dad6000456077ca-artboard-264x-20251128072559-zjwgq.png");
        }

        #BOX2>.ladi-box {
            border-width: 1px;
            border-radius: 10px;
            border-style: dashed;
            border-color: rgb(56, 182, 255);
            background-color: rgb(28, 89, 171);
        }

        #TABLE2>.ladi-table,
        #TABLE5>.ladi-table,
        #TABLE6>.ladi-table {
            line-height: 1.6;
            text-align: center;
        }

        #TABLE2 table,
        #TABLE5 table,
        #TABLE6 table {
            border-width: 1px;
            border-style: solid;
            border-color: rgb(28, 0, 194);
        }

        #TABLE2 table tbody tr:nth-of-type(even) td,
        #TABLE5 table tbody tr:nth-of-type(even) td,
        #TABLE6 table tbody tr:nth-of-type(even) td {
            background-color: rgb(227, 239, 255);
        }

        #TABLE2 table tbody tr:nth-of-type(even) td,
        #TABLE2 table tbody tr:nth-of-type(odd) td,
        #BUTTON4>.ladi-button:hover .ladi-headline,
        #TABLE5 table tbody tr:nth-of-type(even) td,
        #TABLE5 table tbody tr:nth-of-type(odd) td,
        #TABLE6 table tbody tr:nth-of-type(even) td,
        #TABLE6 table tbody tr:nth-of-type(odd) td {
            color: rgb(0, 0, 0);
        }

        #TABLE2 table tbody tr:nth-of-type(even) td,
        #TABLE2 table tbody tr:nth-of-type(odd) td,
        #TABLE2 table thead td,
        #TABLE2 table tbody tr td:first-child,
        #TABLE5 table tbody tr:nth-of-type(even) td,
        #TABLE5 table tbody tr:nth-of-type(odd) td,
        #TABLE5 table thead td,
        #TABLE5 table tbody tr td:first-child,
        #TABLE6 table tbody tr:nth-of-type(even) td,
        #TABLE6 table tbody tr:nth-of-type(odd) td,
        #TABLE6 table thead td,
        #TABLE6 table tbody tr td:first-child {
            padding: 20px;
        }

        #TABLE2 table tbody tr:nth-of-type(odd) td,
        #TABLE5 table tbody tr:nth-of-type(odd) td,
        #TABLE6 table tbody tr:nth-of-type(odd) td {
            background-color: rgb(255, 255, 255);
        }

        #TABLE2 table td,
        #TABLE5 table td,
        #TABLE6 table td {
            border-width: 1px;
            border-style: dashed;
            border-color: rgb(3, 97, 224);
        }

        #TABLE2 table thead td,
        #TABLE5 table thead td,
        #TABLE6 table thead td {
            background-color: rgb(28, 0, 194);
            color: rgb(255, 255, 255);
        }

        #TABLE2 .ladi-table thead td,
        #TABLE5 .ladi-table thead td,
        #TABLE6 .ladi-table thead td {
            font-weight: bold;
        }

        #TABLE2 .ladi-table table,
        #TABLE5 .ladi-table table,
        #TABLE6 .ladi-table table {
            min-width: 0px;
        }

        #HEADLINE54>.ladi-headline {
            font-weight: bold;
            line-height: 1.6;
            color: rgb(255, 255, 255);
            text-align: left;
        }

        #BUTTON4>.ladi-button {
            border-width: 1px;
            border-radius: 30px;
            border-color: rgb(0, 0, 0);
        }

        #BUTTON4>.ladi-button:hover {
            border-color: rgb(0, 0, 0);
        }

        #BUTTON4>.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_SHAPE4>.ladi-shape {
            width: 22.6825px;
            height: 24px;
            right: 15px;
        }

        #BUTTON_SHAPE4 svg:last-child {
            fill: rgb(0, 74, 173);
        }

        #BUTTON_TEXT4 {
            top: 9px;
            left: 0px;
        }

        #BUTTON_TEXT4>.ladi-headline {
            font-family: Montserrat, sans-serif;
            font-weight: bold;
            line-height: 1.6;
            color: rgb(0, 74, 173);
            text-align: center;
        }

        #IMAGE73,
        #IMAGE73>.ladi-image>.ladi-image-background,
        #IMAGE75,
        #IMAGE75>.ladi-image>.ladi-image-background,
        #IMAGE80,
        #IMAGE80>.ladi-image>.ladi-image-background {
            width: 343.648px;
            height: 320.567px;
        }

        #IMAGE73>.ladi-image>.ladi-image-background,
        #IMAGE75>.ladi-image>.ladi-image-background,
        #IMAGE80>.ladi-image>.ladi-image-background {
            background-image: url("assets/images/611cb9006dad6000456077ca-999-20251208095009-qg39r.png");
        }

        #IMAGE73.ladi-animation>.ladi-image,
        #IMAGE75.ladi-animation>.ladi-image,
        #IMAGE80.ladi-animation>.ladi-image {
            animation-name: fadeIn;
            animation-delay: 1s;
            animation-duration: 3s;
            animation-iteration-count: 1;
        }

        #IMAGE64,
        #IMAGE64>.ladi-image>.ladi-image-background {
            width: 370.969px;
            height: 95.1522px;
        }

        #IMAGE64>.ladi-image>.ladi-image-background {
            background-image: url("assets/images/611cb9006dad6000456077ca-group-1-20251205074948-zu3aw.png");
        }

        #IMAGE64.ladi-animation>.ladi-image {
            animation-name: fadeInDown;
            animation-delay: 1s;
            animation-duration: 1s;
            animation-iteration-count: 1;
        }

        #IMAGE84 {
            width: 200px;
        }

        #SHAPE1>.ladi-shape {
            transform: perspective(1000px) rotate(360deg) rotateY(180deg);
        }

        #SHAPE1 svg:last-child {
            fill: rgb(3, 97, 224);
        }

        #IMAGE72,
        #IMAGE72>.ladi-image>.ladi-image-background,
        #IMAGE81,
        #IMAGE81>.ladi-image>.ladi-image-background {
            width: 370.969px;
            height: 95.2783px;
        }

        #IMAGE72>.ladi-image>.ladi-image-background {
            background-image: url("assets/images/611cb9006dad6000456077ca-2-20251205083219-y3noo.png");
        }

        #SECTION7>.ladi-section-background {
            background-color: rgb(9, 82, 183);
        }

        #SHAPE17 svg:last-child,
        #SHAPE21 svg:last-child,
        #SHAPE22 svg:last-child {
            fill: rgb(8, 82, 183);
        }

        #IMAGE81>.ladi-image>.ladi-image-background {
            background-image: url("assets/images/611cb9006dad6000456077ca-88-20251205091055-we8pd.png");
        }

        @media (min-width: 768px) {
            #SECTION1 {
                height: 189.575px;
            }

            #IMAGE56,
            #IMAGE56>.ladi-image>.ladi-image-background {
                width: 132.68px;
                height: 130.078px;
            }

            #IMAGE56 {
                top: 47.3375px;
                left: 33.66px;
            }

            #IMAGE56>.ladi-image>.ladi-image-background {
                background-image: url("assets/images/611cb9006dad6000456077ca-sss-20251202022623-3kemn.png");
            }

            #IMAGE57 {
                top: 71.674px;
                left: 591.959px;
            }

            #SECTION4 {
                height: 913.75px;
            }

            #IMAGE63,
            #IMAGE63>.ladi-image>.ladi-image-background {
                width: 564.246px;
                height: 565.414px;
            }

            #IMAGE63 {
                top: 6px;
                left: -283.649px;
            }

            #IMAGE63>.ladi-image>.ladi-image-background {
                background-image: url("assets/images/611cb9006dad6000456077ca-artboard-34x-20251128072849-biovu.png");
            }

            #HEADLINE32 {
                width: 874px;
                top: 41px;
                left: 43px;
            }

            #BOX23 {
                width: 516px;
                height: 72px;
                top: 431.376px;
                left: 222px;
            }

            #HEADLINE34 {
                width: 300px;
                top: 441.876px;
                left: 330px;
            }

            #HEADLINE34>.ladi-headline {
                font-size: 32px;
                line-height: 1.6;
            }

            #HEADLINE53 {
                width: 523px;
                top: 771px;
                left: 218.5px;
            }

            #HEADLINE53>.ladi-headline {
                font-size: 32px;
                text-align: left;
            }

            #ACCORDION1,
            #ACCORDION_MENU2,
            #ACCORDION4,
            #ACCORDION_MENU8,
            #ACCORDION6,
            #ACCORDION_MENU12,
            #ACCORDION7,
            #ACCORDION_MENU14 {
                width: 410.5px;
                height: 41px;
            }

            #ACCORDION1 {
                top: 549px;
                left: 53.625px;
            }

            #ACCORDION_CONTENT1 {
                width: 410.5px;
                height: 298px;
            }

            #ACCORDION_CONTENT1,
            #ACCORDION_CONTENT7,
            #ACCORDION_CONTENT11,
            #ACCORDION_CONTENT13,
            #ACCORDION_CONTENT15,
            #ACCORDION_CONTENT19,
            #ACCORDION_CONTENT21 {
                top: 41px;
            }

            #LIST_PARAGRAPH1,
            #LIST_PARAGRAPH5 {
                width: 388px;
            }

            #LIST_PARAGRAPH1 {
                top: 13px;
                left: 11.25px;
            }

            #ACCORDION_SHAPE3,
            #ACCORDION_SHAPE3>.ladi-shape,
            #ACCORDION_SHAPE6,
            #ACCORDION_SHAPE6>.ladi-shape,
            #ACCORDION_SHAPE8,
            #ACCORDION_SHAPE8>.ladi-shape,
            #ACCORDION_SHAPE9,
            #ACCORDION_SHAPE9>.ladi-shape {
                top: 11.5px;
                left: 382px;
            }

            #ACCORDION_SHAPE3>.ladi-shape,
            #ACCORDION_SHAPE6>.ladi-shape,
            #ACCORDION_SHAPE8>.ladi-shape,
            #ACCORDION_SHAPE9>.ladi-shape,
            #ACCORDION_SHAPE10>.ladi-shape,
            #ACCORDION_SHAPE14>.ladi-shape,
            #ACCORDION_SHAPE16>.ladi-shape {
                width: 18px;
                height: 18px;
            }

            #HEADLINE45,
            #HEADLINE55,
            #HEADLINE58,
            #HEADLINE59 {
                width: 171px;
            }

            #HEADLINE45,
            #HEADLINE48,
            #HEADLINE50,
            #HEADLINE51,
            #HEADLINE55,
            #HEADLINE58,
            #HEADLINE59 {
                top: 8px;
                left: 16px;
            }

            #ACCORDION4 {
                top: 549px;
                left: 495.875px;
            }

            #ACCORDION_CONTENT7 {
                width: 410.5px;
                height: 751px;
            }

            #LIST_PARAGRAPH4 {
                width: 380px;
                top: 9px;
                left: 16px;
            }

            #HEADLINE48 {
                width: 324px;
            }

            #ACCORDION5,
            #ACCORDION_MENU10 {
                width: 410.5px;
                height: 41.405px;
            }

            #ACCORDION5 {
                top: 620.298px;
                left: 53.625px;
            }

            #ACCORDION_CONTENT9 {
                width: 410.5px;
                height: 878.595px;
                top: 41.405px;
            }

            #LIST_PARAGRAPH5 {
                top: 12.6235px;
                left: 14.25px;
            }

            #ACCORDION_SHAPE7,
            #ACCORDION_SHAPE7>.ladi-shape {
                top: 11.6136px;
                left: 382px;
            }

            #ACCORDION_SHAPE7>.ladi-shape {
                width: 18px;
                height: 18.1778px;
            }

            #HEADLINE49 {
                width: 350px;
                top: 8.07902px;
                left: 16px;
            }

            #ACCORDION6 {
                top: 620.5px;
                left: 495.875px;
            }

            #ACCORDION_CONTENT11 {
                width: 410.5px;
                height: 333px;
            }

            #LIST_PARAGRAPH6 {
                width: 376px;
                top: 9px;
                left: 15px;
            }

            #HEADLINE50 {
                width: 298px;
            }

            #ACCORDION7 {
                top: 692px;
                left: 53.625px;
            }

            #ACCORDION_CONTENT13 {
                width: 410.5px;
                height: 766px;
            }

            #LIST_PARAGRAPH7 {
                width: 377px;
                top: 13px;
                left: 16.75px;
            }

            #HEADLINE51 {
                width: 281px;
            }

            #SECTION2 {
                height: 908.3px;
            }

            #SHAPE2,
            #SHAPE19,
            #SHAPE20 {
                width: 1300.4px;
                height: 111.926px;
            }

            #SHAPE2 {
                top: -90.745px;
                left: -1220.1px;
            }

            #IMAGE66,
            #IMAGE66>.ladi-image>.ladi-image-background {
                width: 172.28px;
                height: 136.73px;
            }

            #IMAGE66 {
                top: 82.846px;
                left: 876px;
            }

            #IMAGE66>.ladi-image>.ladi-image-background,
            #IMAGE82>.ladi-image>.ladi-image-background {
                background-image: url("assets/images/611cb9006dad6000456077ca-artboard-324x-20251128072717-depam.png");
            }

            #IMAGE65 {
                top: 97.5761px;
                left: -146.375px;
            }

            #BOX2 {
                width: 200px;
                height: 200px;
                top: 341.75px;
                left: -403px;
                display: none !important;
            }

            #TABLE2 {
                width: 861px;
                height: 162px;
                top: 673px;
                left: 49.5px;
            }

            #TABLE2>.ladi-table,
            #TABLE5>.ladi-table,
            #TABLE6>.ladi-table {
                font-size: 12px;
            }

            #HEADLINE54 {
                width: 557px;
                top: 363.576px;
                left: 194.984px;
            }

            #HEADLINE54>.ladi-headline {
                font-size: 24px;
            }

            #BUTTON4 {
                width: 317.344px;
                height: 44px;
                top: 541.75px;
                left: 321.328px;
            }

            #BUTTON_TEXT4 {
                width: 370px;
            }

            #BUTTON_TEXT4>.ladi-headline {
                font-size: 16px;
            }

            #SHAPE19 {
                top: -90.745px;
                left: -105.1px;
            }

            #SHAPE20 {
                top: -90.745px;
                left: 974.9px;
            }

            #IMAGE73 {
                top: 21.1832px;
                left: 288px;
            }

            #IMAGE64 {
                top: 246.598px;
                left: 288px;
            }

            #ACCORDION8,
            #ACCORDION_MENU16,
            #ACCORDION10,
            #ACCORDION_MENU20 {
                width: 634.5px;
                height: 41px;
            }

            #ACCORDION8 {
                top: 611px;
                left: 156.234px;
            }

            #ACCORDION_CONTENT15 {
                width: 634.5px;
                height: 525px;
            }

            #LIST_PARAGRAPH8 {
                width: 590px;
                top: 15px;
                left: 22.25px;
            }

            #ACCORDION_SHAPE10,
            #ACCORDION_SHAPE10>.ladi-shape {
                top: 12px;
                left: 603px;
            }

            #SECTION3 {
                height: 1700px;
            }

            #IMAGE84 {
                height: 200px;
                top: 614.875px;
                left: 888px;
            }

            #SHAPE1 {
                width: 4178.08px;
                height: 291.281px;
                top: -113.775px;
                left: -857px;
            }

            #IMAGE75 {
                top: 21px;
                left: 298.74px;
            }

            #IMAGE72 {
                top: 255px;
                left: 290.255px;
            }

            #TABLE5 {
                width: 861px;
                height: 407px;
                top: 453px;
                left: 42.984px;
            }

            #IMAGE78,
            #IMAGE78>.ladi-image>.ladi-image-background {
                width: 211.34px;
                height: 167.73px;
            }

            #IMAGE78 {
                top: 33px;
                left: -135.04px;
            }

            #IMAGE78>.ladi-image>.ladi-image-background,
            #IMAGE83>.ladi-image>.ladi-image-background {
                background-image: url("assets/images/611cb9006dad6000456077ca-artboard-324x-20251128072717-depam.png");
            }

            #IMAGE79,
            #IMAGE79>.ladi-image>.ladi-image-background {
                width: 254.18px;
                height: 201.73px;
            }

            #IMAGE79 {
                top: 33px;
                left: 840px;
            }

            #IMAGE79>.ladi-image>.ladi-image-background {
                background-image: url("assets/images/611cb9006dad6000456077ca-artboard-324x-20251128072717-depam.png");
            }

            #ACCORDION10 {
                top: 385px;
                left: 156.234px;
            }

            #ACCORDION_CONTENT19 {
                width: 634.5px;
                height: 375px;
            }

            #LIST_PARAGRAPH10 {
                width: 592px;
                top: 8px;
                left: 21.25px;
            }

            #ACCORDION_SHAPE14,
            #ACCORDION_SHAPE14>.ladi-shape {
                top: 11.5px;
                left: 606px;
            }

            #SECTION7 {
                height: 749.75px;
            }

            #SHAPE17,
            #SHAPE21,
            #SHAPE22 {
                width: 943.19px;
                height: 81.181px;
            }

            #SHAPE17 {
                top: -68.09px;
                left: -926.02px;
            }

            #IMAGE80 {
                top: 62px;
                left: 287.998px;
            }

            #TABLE6 {
                width: 861px;
                height: 236px;
                top: 476px;
                left: 42.9825px;
            }

            #IMAGE82,
            #IMAGE82>.ladi-image>.ladi-image-background {
                width: 164.089px;
                height: 130.229px;
            }

            #IMAGE82 {
                top: 41px;
                left: 860px;
            }

            #IMAGE83,
            #IMAGE83>.ladi-image>.ladi-image-background {
                width: 220.16px;
                height: 174.73px;
            }

            #IMAGE83 {
                top: 104px;
                left: -154.86px;
            }

            #SHAPE21 {
                top: -60.09px;
                left: 1.889px;
            }

            #SHAPE22 {
                top: -60.09px;
                left: 938px;
            }

            #IMAGE81 {
                top: 297.45px;
                left: 287.998px;
            }

            #ACCORDION11,
            #ACCORDION_MENU22 {
                width: 635.5px;
                height: 41px;
            }

            #ACCORDION11 {
                top: 414.73px;
                left: 155.732px;
            }

            #ACCORDION_CONTENT21 {
                width: 635.5px;
                height: 513px;
            }

            #LIST_PARAGRAPH11 {
                width: 600px;
                top: 12px;
                left: 17.75px;
            }

            #ACCORDION_SHAPE16,
            #ACCORDION_SHAPE16>.ladi-shape {
                top: 11.5px;
                left: 605px;
            }
        }

        @media (max-width: 767px) {
            #SECTION1 {
                height: 359.729px;
            }

            #IMAGE56,
            #IMAGE56>.ladi-image>.ladi-image-background {
                width: 200px;
                height: 196.078px;
            }

            #IMAGE56 {
                top: 39.461px;
                left: 109.499px;
            }

            #IMAGE56>.ladi-image>.ladi-image-background {
                background-image: url("assets/images/611cb9006dad6000456077ca-sss-20251202022623-3kemn.png");
            }

            #IMAGE57 {
                top: 241.549px;
                left: 48.2075px;
            }

            #SECTION4 {
                height: 1240.29px;
            }

            #IMAGE63 {
                width: 848.711px;
                height: 775.572px;
                top: -0.279px;
                left: -502.842px;
            }

            #IMAGE63>.ladi-image>.ladi-image-background {
                width: 848.711px;
                height: 872.217px;
                background-image: url("assets/images/611cb9006dad6000456077ca-artboard-34x-20251128072849-biovu.png");
            }

            #HEADLINE32,
            #HEADLINE53 {
                width: 384px;
            }

            #HEADLINE32 {
                top: 23.49px;
                left: 17.499px;
            }

            #BOX23 {
                width: 358px;
                height: 56px;
                top: 741.25px;
                left: 30.497px;
            }

            #HEADLINE34 {
                width: 332px;
                top: 754.75px;
                left: 43.497px;
            }

            #HEADLINE34>.ladi-headline {
                font-size: 24px;
                line-height: 1.2;
            }

            #HEADLINE53 {
                top: 1145px;
                left: 17.495px;
            }

            #HEADLINE53>.ladi-headline {
                font-size: 21px;
                text-align: center;
            }

            #ACCORDION1,
            #ACCORDION_MENU2,
            #ACCORDION4,
            #ACCORDION_MENU8,
            #ACCORDION5,
            #ACCORDION_MENU10,
            #ACCORDION6,
            #ACCORDION_MENU12,
            #ACCORDION7,
            #ACCORDION_MENU14 {
                width: 362.133px;
                height: 49.9037px;
            }

            #ACCORDION1 {
                top: 811.82px;
                left: 28.9325px;
            }

            #ACCORDION_CONTENT1 {
                width: 362.133px;
                height: 378.339px;
            }

            #ACCORDION_CONTENT1,
            #ACCORDION_CONTENT7,
            #ACCORDION_CONTENT9,
            #ACCORDION_CONTENT11,
            #ACCORDION_CONTENT13,
            #ACCORDION_CONTENT15,
            #ACCORDION_CONTENT19,
            #ACCORDION_CONTENT21 {
                top: 29.6607px;
            }

            #LIST_PARAGRAPH1,
            #LIST_PARAGRAPH4,
            #LIST_PARAGRAPH5,
            #LIST_PARAGRAPH6,
            #LIST_PARAGRAPH7 {
                width: 324px;
                top: 28.8219px;
                left: 14.4689px;
            }

            #ACCORDION_SHAPE3,
            #ACCORDION_SHAPE3>.ladi-shape,
            #ACCORDION_SHAPE6,
            #ACCORDION_SHAPE6>.ladi-shape,
            #ACCORDION_SHAPE7,
            #ACCORDION_SHAPE7>.ladi-shape,
            #ACCORDION_SHAPE8,
            #ACCORDION_SHAPE8>.ladi-shape,
            #ACCORDION_SHAPE9,
            #ACCORDION_SHAPE9>.ladi-shape {
                top: 13.9973px;
                left: 361.062px;
            }

            #ACCORDION_SHAPE3>.ladi-shape,
            #ACCORDION_SHAPE6>.ladi-shape,
            #ACCORDION_SHAPE7>.ladi-shape,
            #ACCORDION_SHAPE8>.ladi-shape,
            #ACCORDION_SHAPE9>.ladi-shape {
                width: 17.0134px;
                height: 21.9089px;
            }

            #HEADLINE45,
            #HEADLINE48,
            #HEADLINE49,
            #HEADLINE50,
            #HEADLINE51 {
                width: 313px;
                top: 12.7373px;
                left: 15.123px;
            }

            #ACCORDION4 {
                top: 876.72px;
                left: 28.4285px;
            }

            #ACCORDION_CONTENT7 {
                width: 362.133px;
                height: 926.339px;
            }

            #ACCORDION5 {
                top: 941.62px;
                left: 28.4315px;
            }

            #ACCORDION_CONTENT9 {
                width: 362.133px;
                height: 1057.34px;
            }

            #ACCORDION6 {
                top: 1006.52px;
                left: 28.4315px;
            }

            #ACCORDION_CONTENT11 {
                width: 362.133px;
                height: 388.339px;
            }

            #ACCORDION7 {
                top: 1071.42px;
                left: 28.4285px;
            }

            #ACCORDION_CONTENT13 {
                width: 362.133px;
                height: 903.339px;
            }

            #SECTION2 {
                height: 907.767px;
            }

            #SHAPE2 {
                width: 641.113px;
                height: 55.1811px;
                top: -44.8px;
                left: -84.567px;
            }

            #IMAGE66,
            #IMAGE66>.ladi-image>.ladi-image-background,
            #IMAGE78,
            #IMAGE78>.ladi-image>.ladi-image-background,
            #IMAGE79,
            #IMAGE79>.ladi-image>.ladi-image-background,
            #IMAGE83,
            #IMAGE83>.ladi-image>.ladi-image-background {
                width: 80.3px;
                height: 63.7302px;
            }

            #IMAGE66 {
                top: 78.7596px;
                left: 345.869px;
            }

            #IMAGE66>.ladi-image>.ladi-image-background,
            #IMAGE78>.ladi-image>.ladi-image-background,
            #IMAGE79>.ladi-image>.ladi-image-background,
            #IMAGE83>.ladi-image>.ladi-image-background {
                background-image: url("assets/images/611cb9006dad6000456077ca-artboard-324x-20251128072717-depam.png");
            }

            #IMAGE65 {
                top: 307.238px;
                left: -136px;
            }

            #BOX2 {
                width: 369.916px;
                height: 178px;
                top: 402.807px;
                left: 24.5155px;
            }

            #TABLE2 {
                width: 400px;
                height: 129.895px;
                top: 727.19px;
                left: 9.4735px;
            }

            #TABLE2>.ladi-table,
            #TABLE5>.ladi-table,
            #TABLE6>.ladi-table {
                font-size: 14px;
            }

            #HEADLINE54 {
                width: 321px;
                top: 439.738px;
                left: 48.999px;
            }

            #HEADLINE54>.ladi-headline,
            #BUTTON_TEXT4>.ladi-headline {
                font-size: 18px;
            }

            #BUTTON4 {
                width: 369.916px;
                height: 50px;
                top: 593.238px;
                left: 24.5155px;
            }

            #BUTTON_TEXT4 {
                width: 164px;
            }

            #SHAPE19,
            #SHAPE20,
            #SHAPE21,
            #SHAPE22 {
                width: 400px;
                height: 34.4283px;
            }

            #SHAPE19 {
                top: 88.8566px;
                left: 679px;
            }

            #SHAPE20 {
                top: 18.3811px;
                left: -587px;
            }

            #IMAGE73 {
                top: 88.8566px;
                left: 37.6495px;
            }

            #IMAGE64 {
                top: 321.162px;
                left: 24.5155px;
            }

            #ACCORDION8,
            #ACCORDION_MENU16,
            #ACCORDION10,
            #ACCORDION_MENU20,
            #ACCORDION11,
            #ACCORDION_MENU22 {
                width: 369.916px;
                height: 49.9037px;
            }

            #ACCORDION8 {
                top: 657.286px;
                left: 24.5155px;
            }

            #ACCORDION_CONTENT15 {
                width: 369.916px;
                height: 746.339px;
            }

            #LIST_PARAGRAPH8,
            #LIST_PARAGRAPH10,
            #LIST_PARAGRAPH11 {
                width: 331px;
                top: 28.8219px;
                left: 14.7799px;
            }

            #ACCORDION_SHAPE10,
            #ACCORDION_SHAPE10>.ladi-shape,
            #ACCORDION_SHAPE14,
            #ACCORDION_SHAPE14>.ladi-shape,
            #ACCORDION_SHAPE16,
            #ACCORDION_SHAPE16>.ladi-shape {
                top: 13.9973px;
                left: 368.822px;
            }

            #ACCORDION_SHAPE10>.ladi-shape,
            #ACCORDION_SHAPE14>.ladi-shape,
            #ACCORDION_SHAPE16>.ladi-shape {
                width: 17.3791px;
                height: 21.9089px;
            }

            #HEADLINE55,
            #HEADLINE58,
            #HEADLINE59 {
                width: 320px;
                top: 12.7373px;
                left: 15.448px;
            }

            #SECTION3 {
                height: 1700.75px;
            }

            #IMAGE84 {
                height: 197px;
                top: 511.077px;
                left: 363px;
            }

            #SHAPE1 {
                width: 1411.59px;
                height: 112.281px;
                top: -62.281px;
                left: -515.795px;
            }

            #IMAGE75 {
                top: 10.1875px;
                left: 37.674px;
            }

            #IMAGE72 {
                top: 246px;
                left: 24.0125px;
            }

            #TABLE5 {
                width: 400px;
                height: 384.895px;
                top: 431.182px;
                left: 9.497px;
            }

            #IMAGE78 {
                top: -5.3941px;
                left: 321.85px;
            }

            #IMAGE79 {
                top: 78px;
                left: -31.301px;
            }

            #ACCORDION10 {
                top: 361.278px;
                left: 24.539px;
            }

            #ACCORDION_CONTENT19 {
                width: 369.916px;
                height: 577.339px;
            }

            #SECTION7 {
                height: 970.361px;
            }

            #SHAPE17 {
                width: 838.625px;
                height: 72.1811px;
                top: -61.9936px;
                left: -110.556px;
            }

            #IMAGE80 {
                top: 34.0441px;
                left: 37.674px;
            }

            #TABLE6 {
                width: 400px;
                height: 421.895px;
                top: 478.793px;
                left: 9.497px;
            }

            #IMAGE82,
            #IMAGE82>.ladi-image>.ladi-image-background {
                width: 109.28px;
                height: 86.7302px;
            }

            #IMAGE82 {
                top: 63.463px;
                left: 372.85px;
            }

            #IMAGE82>.ladi-image>.ladi-image-background {
                background-image: url("assets/images/611cb9006dad6000456077ca-artboard-324x-20251128072717-depam.png");
            }

            #IMAGE83 {
                top: 101.857px;
                left: -31.301px;
            }

            #SHAPE21 {
                top: 16.0441px;
                left: -606px;
            }

            #SHAPE22 {
                top: -18.3842px;
                left: 740px;
            }

            #IMAGE81 {
                top: 290.587px;
                left: 24.0135px;
            }

            #ACCORDION11 {
                top: 408.865px;
                left: 24.539px;
            }

            #ACCORDION_CONTENT21 {
                width: 369.916px;
                height: 729.339px;
            }
        }

.shape_rcxlRBkCqO.cls-1 {
                        opacity: 0.4;
                    }

                    .shape_rcxlRBkCqO.cls-2 {
                        opacity: 0.2;
                    }

.shape_RvOKPetxMq.cls-1 {
                                        opacity: 0.1;
                                    }

                                    .shape_RvOKPetxMq.cls-2 {
                                        opacity: 0.3;
                                    }

@-webkit-keyframes fadeIn {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @keyframes fadeIn {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @-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);
            }
        }

.cau_hoi{
    font-size: 18px;
    color: white;
    width: 90%;
    margin: 30px auto;
    line-height: 30px;
}

.cau_hoi li{
    padding: 10px 0;
}

.day{
    display: none;
}