.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;
}
@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-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ladi-carousel .ladi-carousel-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition:
        top 350ms ease-in-out,
        left 350ms ease-in-out;
}
.ladi-carousel .ladi-carousel-arrow {
    position: absolute;
    top: calc(50% - (33px) / 2);
    cursor: pointer;
    z-index: 90000040;
    width: 33px;
    height: 33px;
    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%23000%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.00015%200.585938L18.4144%2012.0002L7.00015%2023.4144L5.58594%2022.0002L15.5859%2012.0002L5.58594%202.00015L7.00015%200.585938Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.ladi-carousel .ladi-carousel-arrow-left {
    left: 5px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.ladi-carousel .ladi-carousel-arrow-right {
    right: 5px;
}
.ladi-carousel-indicators-circle {
    display: inline-flex;
    gap: 10px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}
.ladi-carousel-indicators-circle .item {
    width: 10px;
    height: 10px;
    background-color: #d6d6d6;
    border-radius: 100%;
    cursor: pointer;
    outline: 1px solid #fff;
}
.ladi-carousel-indicators-circle .item.selected,
.ladi-carousel-indicators-circle .item:hover {
    background-color: #808080;
}
.ladi-carousel-indicators-number {
    display: inline-flex;
    gap: 10px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}
.ladi-carousel-indicators-number .item {
    width: 15px;
    height: 15px;
    background-color: #d6d6d6;
    border-radius: 100%;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    outline: 1px solid #fff;
}
.ladi-carousel-indicators-number .item.selected,
.ladi-carousel-indicators-number .item:hover {
    background-color: #808080;
    color: #fff;
}
.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-group {
    position: absolute;
    width: 100%;
    height: 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;
  -webkit-line-clamp: none !important;
}
.ladi-headline a {
    text-decoration: underline;
}
.ladi-paragraph {
    width: 100%;
    display: inline-block;
    word-break: break-word;
}
.ladi-paragraph a {
    text-decoration: underline;
}
.ladi-list-paragraph {
    width: 100%;
    display: inline-block;
}
.ladi-list-paragraph a {
    text-decoration: underline;
}
.ladi-list-paragraph ul li {
    position: relative;
    counter-increment: linum;
}
.ladi-list-paragraph ul li:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
}
.ladi-list-paragraph ul li:last-child {
    padding-bottom: 0 !important;
}
.ladi-line {
    position: relative;
}
.ladi-line .ladi-line-container {
    border-bottom: 0 !important;
    border-right: 0 !important;
    width: 100%;
    height: 100%;
}
a[data-action] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}
a:visited {
    color: inherit;
}
a:link {
    color: inherit;
}
[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) {
    .ladi-carousel-fullwidth {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important;
        box-sizing: border-box !important;
        transform: none !important;
    }
}
@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;
    }
    .ladi-carousel .ladi-carousel-content {
        transition:
            top 300ms ease-in-out,
            left 300ms ease-in-out;
    }
}

#PARAGRAPH1 > .ladi-paragraph {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: center;
}
#PARAGRAPH2 {
    width: 420px;
}
#PARAGRAPH2 > .ladi-paragraph {
    font-family: Muli, sans-serif;
    color: rgb(0, 0, 0);
    text-align: center;
}
#LINE1,
#LINE42 {
    display: none !important;
}
#LINE1 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgba(242, 243, 244, 0.4);
    border-right: 1px solid rgba(242, 243, 244, 0.4);
    border-bottom: 1px solid rgba(242, 243, 244, 0.4);
    border-left: 0px !important;
}
#LINE1 > .ladi-line > .ladi-line-container,
#LINE42 > .ladi-line > .ladi-line-container {
    filter: contrast(20%) brightness(20%);
}
#LINE1 > .ladi-line,
#LINE42 > .ladi-line,
#LINE15 > .ladi-line,
#LINE16 > .ladi-line,
#LINE17 > .ladi-line,
#LINE18 > .ladi-line,
#LINE19 > .ladi-line,
#LINE43 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
}
#PARAGRAPH102,
#CAROUSEL_ITEM39,
#LINE15,
#CAROUSEL_ITEM20,
#PARAGRAPH150,
#LINE16,
#CAROUSEL_ITEM21,
#PARAGRAPH152,
#LINE17,
#CAROUSEL_ITEM22,
#PARAGRAPH154,
#LINE18,
#CAROUSEL_ITEM23,
#PARAGRAPH156,
#LINE19,
#CAROUSEL_ITEM46,
#LINE43 {
    width: 400px;
}

#PARAGRAPH4,
#PARAGRAPH19 {
    width: 90px;
}
#PARAGRAPH4 > .ladi-paragraph,
#PARAGRAPH19 > .ladi-paragraph,
#PARAGRAPH21 > .ladi-paragraph {
    line-height: 1.6;
    color: rgb(8, 92, 101);
}
#PARAGRAPH7 > .ladi-paragraph,
#PARAGRAPH20 > .ladi-paragraph,
#PARAGRAPH22 > .ladi-paragraph,
#HEADLINE27 > .ladi-headline,
#PARAGRAPH60 > .ladi-paragraph,
#PARAGRAPH149 > .ladi-paragraph,
#PARAGRAPH151 > .ladi-paragraph,
#PARAGRAPH153 > .ladi-paragraph,
#PARAGRAPH155 > .ladi-paragraph,
#PARAGRAPH247 > .ladi-paragraph,
#PARAGRAPH67 > .ladi-paragraph,
#PARAGRAPH71 > .ladi-paragraph,
#PARAGRAPH249 > .ladi-paragraph,
#PARAGRAPH239 > .ladi-paragraph,
#PARAGRAPH245 > .ladi-paragraph {
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: justify;
}
#PARAGRAPH21 {
    width: 66px;
}
#CAROUSEL39 .ladi-carousel .ladi-carousel-arrow,
#CAROUSEL15 .ladi-carousel .ladi-carousel-arrow,
#CAROUSEL44 .ladi-carousel .ladi-carousel-arrow {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22100%25%22%20viewBox%3D%220%20-960%20960%20960%22%20width%3D%22100%25%22%20%20class%3D%22%22%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22M400-280v-400l200%20200-200%20200Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
#GROUP33,
#GROUP34,
#GROUP35,
#GROUP36,
#GROUP37,
#CAROUSEL_ITEM45 {
    top: 0px;
}
#HEADLINE26 > .ladi-headline,
#PARAGRAPH241 > .ladi-paragraph,
#PARAGRAPH244 > .ladi-paragraph {
    font-weight: bold;
    color: rgb(8, 92, 101);
}

#HEADLINE28 > .ladi-headline,
#HEADLINE30 > .ladi-headline,
#HEADLINE32 > .ladi-headline,
#HEADLINE34 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    color: rgb(8, 92, 101);
}
#HEADLINE29 > .ladi-headline,
#HEADLINE31 > .ladi-headline,
#HEADLINE33 > .ladi-headline,
#HEADLINE35 > .ladi-headline,
#LIST_PARAGRAPH2 > .ladi-list-paragraph {
    line-height: 1.6;
    color: rgb(0, 0, 0);
}
#PARAGRAPH236 > .ladi-paragraph {
    font-weight: bold;
    line-height: 1;
    color: rgb(41, 45, 50);
}
#LINE42 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(241, 243, 244);
    border-right: 1px solid rgb(241, 243, 244);
    border-bottom: 1px solid rgb(241, 243, 244);
    border-left: 0px !important;
}
#SECTION12 > .ladi-section-background {
    background-color: rgb(237, 237, 237);
}
#PARAGRAPH64 > .ladi-paragraph {
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-align: center;
}
#CAROUSEL15 .ladi-carousel .ladi-carousel-content {
    width: 2400px;
}
#PARAGRAPH51 > .ladi-paragraph,
#PARAGRAPH150 > .ladi-paragraph,
#PARAGRAPH152 > .ladi-paragraph,
#PARAGRAPH154 > .ladi-paragraph,
#PARAGRAPH156 > .ladi-paragraph {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(8, 92, 101);
    text-align: center;
}
#LINE15,
#GROUP44,
#LINE43 {
    top: 127px;
    left: 0px;
}
#LINE15 > .ladi-line > .ladi-line-container,
#LINE16 > .ladi-line > .ladi-line-container,
#LINE17 > .ladi-line > .ladi-line-container,
#LINE18 > .ladi-line > .ladi-line-container,
#LINE19 > .ladi-line > .ladi-line-container,
#LINE43 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    border-left: 0px !important;
}
#IMAGE41,
#IMAGE41 > .ladi-image > .ladi-image-background,
#IMAGE42,
#IMAGE42 > .ladi-image > .ladi-image-background,
#IMAGE43,
#IMAGE43 > .ladi-image > .ladi-image-background,
#IMAGE44,
#IMAGE44 > .ladi-image > .ladi-image-background,
#IMAGE45,
#IMAGE45 > .ladi-image > .ladi-image-background,
#IMAGE75,
#IMAGE75 > .ladi-image > .ladi-image-background {
    width: 18px;
    height: 18px;
}
#IMAGE41 > .ladi-image > .ladi-image-background,
#IMAGE42 > .ladi-image > .ladi-image-background,
#IMAGE43 > .ladi-image > .ladi-image-background,
#IMAGE44 > .ladi-image > .ladi-image-background,
#IMAGE45 > .ladi-image > .ladi-image-background,
#IMAGE75 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s350x350/664c47fd56f9a000124a324e/rectangle-401-20241030050143-geq0d.png");
}
#CAROUSEL_ITEM20 {
    top: 0px;
    left: 400px;
}
#PARAGRAPH150 {
    left: 0.5px;
}
#GROUP46,
#GROUP44,
#GROUP45,
#GROUP41 {
    width: 400px;
    height: 18px;
}
#GROUP46 {
    top: 127px;
    left: 0.5px;
}
#IMAGE42,
#IMAGE43,
#IMAGE44 {
    top: 0px;
    left: 191px;
}
#CAROUSEL_ITEM21 {
    top: 0px;
    left: 800px;
}
#CAROUSEL_ITEM22 {
    top: 0px;
    left: 1200px;
}
#GROUP45 {
    top: 127px;
    left: -0.96px;
}
#CAROUSEL_ITEM23 {
    top: 0px;
    left: 1600px;
}
#GROUP41 {
    top: 126.25px;
    left: 0px;
}
#LINE19 {
    top: 1px;
    left: 0px;
}
#IMAGE45 {
    top: 0px;
    left: 190.04px;
}
#CAROUSEL_ITEM46 {
    top: 0px;
    left: 2000px;
}
#PARAGRAPH248 > .ladi-paragraph {
    line-height: 1.6;
    color: rgb(8, 92, 101);
    text-align: center;
}
#PARAGRAPH65 > .ladi-paragraph,
#PARAGRAPH69 > .ladi-paragraph {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}
#PARAGRAPH66 > .ladi-paragraph,
#PARAGRAPH70 > .ladi-paragraph {
    font-weight: bold;
    color: rgb(0, 0, 0);
}
#IMAGE46,
#IMAGE46 > .ladi-image > .ladi-image-background,
#IMAGE47,
#IMAGE47 > .ladi-image > .ladi-image-background {
    width: 19px;
    height: 17px;
}
#IMAGE46 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s350x350/664c47fd56f9a000124a324e/heading-2-explore-a-selection-of-the-maisons-creations-20241030050727-fc077.png");
}
#IMAGE47 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s350x350/664c47fd56f9a000124a324e/heading-2-explore-a-selection-of-the-maisons-creations-1-20241030050727-wowy7.png");
}
#PARAGRAPH157 > .ladi-paragraph {
    font-style: italic;
    line-height: 1.6;
    color: rgb(161, 162, 171);
}
#LIST_PARAGRAPH2 ul li {
    padding-left: 15px;
}
#LIST_PARAGRAPH2 ul li:before {
    top: -4px;
    font-size: 20px;
    content: counter(linum, disc);
}
#PARAGRAPH237 > .ladi-paragraph,
#PARAGRAPH246 > .ladi-paragraph {
    font-weight: bold;
    line-height: 1;
    color: rgb(0, 0, 0);
}
#SECTION9 {
    color: rgb(255, 255, 255);
}
#SECTION9 > .ladi-section-background {
    background-color: rgb(8, 92, 101);
}
#FRAME19,
#FRAME24,
#FRAME23 {
    width: 380px;
    height: 370px;
}
#FRAME19 > .ladi-frame-bg > .ladi-frame-background,
#FRAME24 > .ladi-frame-bg > .ladi-frame-background,
#FRAME23 > .ladi-frame-bg > .ladi-frame-background {
    background-color: rgba(174, 174, 174, 0.5);
}
#FRAME19 > .ladi-frame,
#FRAME24 > .ladi-frame,
#FRAME23 > .ladi-frame {
    border-radius: 10px;
}
#IMAGE14,
#IMAGE20,
#IMAGE20 > .ladi-image > .ladi-image-background,
#IMAGE19,
#IMAGE19 > .ladi-image > .ladi-image-background {
    width: 348px;
    height: 250px;
}
#IMAGE14,
#IMAGE20,
#IMAGE19 {
    top: 13px;
    left: 16px;
}
#IMAGE14 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/664c47fd56f9a000124a324e/dubai-diamond-conference-2024-20241118041153-i8l6f.webp");
}
#PARAGRAPH86,
#PARAGRAPH96,
#PARAGRAPH94 {
    width: 141px;
    top: 274px;
    left: 17.5px;
}
#PARAGRAPH86 > .ladi-paragraph,
#PARAGRAPH96 > .ladi-paragraph,
#PARAGRAPH94 > .ladi-paragraph {
    font-size: 14px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
}
#PARAGRAPH87,
#PARAGRAPH97,
#PARAGRAPH95 {
    width: 345px;
    top: 300px;
    left: 17.5px;
}
#PARAGRAPH87 > .ladi-paragraph,
#PARAGRAPH97 > .ladi-paragraph,
#PARAGRAPH95 > .ladi-paragraph {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
}
#IMAGE20 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/s650x600/664c47fd56f9a000124a324e/20241029-154851-20241029084918-sjcvf.jpeg");
}
#IMAGE19 > .ladi-image > .ladi-image-background {
    background-image: url("https://w.ladicdn.com/664c47fd56f9a000124a324e/dubai-diamond-week-6_2b8f24f0105f47daac5d184178de337d_grande-20241118041153-xd8cg.webp");
}
#PARAGRAPH81 > .ladi-paragraph {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
}
#PARAGRAPH82 > .ladi-paragraph {
    font-weight: bold;
    color: rgb(255, 255, 255);
}
#PARAGRAPH83 > .ladi-paragraph {
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: justify;
}
@media (min-width: 768px) {
    #SECTION1 {
        height: 659.8px;
    }
    #PARAGRAPH1,
    #PARAGRAPH51,
    #PARAGRAPH248 {
        width: 400px;
    }
    #PARAGRAPH1 {
        top: 51px;
        left: 392.5px;
    }
    #PARAGRAPH1 > .ladi-paragraph {
        font-size: 25px;
    }
    #PARAGRAPH2 {
        top: 91px;
        left: 382.5px;
    }
    #PARAGRAPH2 > .ladi-paragraph {
        font-size: 25px;
        line-height: 1.6;
    }
    #LINE1 {
        width: 1912px;
        top: 635.8px;
        left: -352px;
    }
    #PARAGRAPH102 {
        top: 8.5px;
        left: 8px;
    }
    #PARAGRAPH102 > .ladi-paragraph {
        font-size: 12px;
    }
    #IMAGE27,
    #IMAGE27 > .ladi-image > .ladi-image-background {
        width: 1200px;
        height: 449.775px;
    }
    #IMAGE27 {
        top: 186.025px;
        left: 0px;
    }
    #IMAGE27 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1550x750/664c47fd56f9a000124a324e/image-25-20241030042450-iqnww.jpg");
    }
    #SECTION2 {
        height: 449.504px;
    }
    #IMAGE28,
    #IMAGE28 > .ladi-image > .ladi-image-background {
        width: 644px;
        height: 399.504px;
    }
    #IMAGE28,
    #IMAGE49,
    #IMAGE49 > .ladi-image > .ladi-image-background,
    #IMAGE66 > .ladi-image > .ladi-image-background {
        top: 0px;
        left: 0px;
    }
    #IMAGE28 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s950x700/664c47fd56f9a000124a324e/image-26-20241030042958-k3rti.jpg");
    }
    #PARAGRAPH4,
    #IMAGE66 {
        top: 0px;
        left: 690px;
    }
    #PARAGRAPH4 > .ladi-paragraph,
    #PARAGRAPH51 > .ladi-paragraph,
    #PARAGRAPH150 > .ladi-paragraph,
    #PARAGRAPH152 > .ladi-paragraph,
    #PARAGRAPH154 > .ladi-paragraph,
    #PARAGRAPH156 > .ladi-paragraph,
    #PARAGRAPH248 > .ladi-paragraph {
        font-size: 20px;
    }
    #PARAGRAPH7,
    #PARAGRAPH20,
    #PARAGRAPH22 {
        width: 510px;
    }
    #PARAGRAPH7 {
        top: 32px;
        left: 690px;
    }
    #PARAGRAPH7 > .ladi-paragraph,
    #PARAGRAPH20 > .ladi-paragraph,
    #PARAGRAPH22 > .ladi-paragraph,
    #HEADLINE27 > .ladi-headline,
    #PARAGRAPH60 > .ladi-paragraph,
    #PARAGRAPH149 > .ladi-paragraph,
    #PARAGRAPH151 > .ladi-paragraph,
    #PARAGRAPH153 > .ladi-paragraph,
    #PARAGRAPH155 > .ladi-paragraph,
    #PARAGRAPH247 > .ladi-paragraph,
    #PARAGRAPH157 > .ladi-paragraph,
    #PARAGRAPH71 > .ladi-paragraph,
    #PARAGRAPH249 > .ladi-paragraph,
    #PARAGRAPH239 > .ladi-paragraph,
    #PARAGRAPH245 > .ladi-paragraph,
    #PARAGRAPH83 > .ladi-paragraph {
        font-size: 14px;
    }
    #PARAGRAPH19 {
        top: 107px;
        left: 690px;
    }
    #PARAGRAPH19 > .ladi-paragraph,
    #PARAGRAPH21 > .ladi-paragraph {
        font-size: 19px;
    }
    #PARAGRAPH20 {
        top: 137px;
        left: 690px;
    }
    #PARAGRAPH21 {
        top: 234px;
        left: 690px;
    }
    #PARAGRAPH22 {
        top: 264px;
        left: 690px;
    }
    #SECTION3 {
        height: 355px;
    }
    #CAROUSEL39 {
        width: 674.309px;
        height: 191px;
        top: 73px;
        left: -57px;
    }
    #CAROUSEL39 .ladi-carousel .ladi-carousel-content {
        width: 3420px;
    }
    #CAROUSEL_ITEM72,
    #CAROUSEL_ITEM40,
    #CAROUSEL_ITEM41,
    #CAROUSEL_ITEM42,
    #CAROUSEL_ITEM43 {
        width: 676px;
        height: 191px;
    }
    #GROUP33 {
        width: 557px;
        height: 166px;
        left: 58px;
    }
    #HEADLINE26 {
        width: 556px;
    }
    #HEADLINE26 > .ladi-headline {
        font-size: 20px;
        line-height: 1.6;
        text-align: left;
    }
    #HEADLINE27,
    #PARAGRAPH239,
    #PARAGRAPH245 {
        width: 557px;
    }
    #HEADLINE27 {
        top: 32px;
    }
    #CAROUSEL_ITEM40,
    #CAROUSEL_ITEM45 {
        left: 686px;
    }
    #GROUP34,
    #GROUP35,
    #GROUP36,
    #GROUP37 {
        width: 562px;
        height: 141px;
        left: 57px;
    }
    #HEADLINE28,
    #HEADLINE30,
    #HEADLINE32,
    #HEADLINE34 {
        width: 173px;
    }
    #HEADLINE28 > .ladi-headline,
    #HEADLINE30 > .ladi-headline,
    #HEADLINE32 > .ladi-headline,
    #HEADLINE34 > .ladi-headline {
        line-height: 1.6;
        text-align: left;
    }
    #HEADLINE29,
    #HEADLINE31,
    #HEADLINE33,
    #HEADLINE35 {
        width: 562px;
        top: 29px;
    }
    #HEADLINE29 > .ladi-headline,
    #HEADLINE31 > .ladi-headline,
    #HEADLINE35 > .ladi-headline {
        font-size: 16px;
        text-align: left;
    }
    #CAROUSEL_ITEM41 {
        left: 1372px;
    }
    #CAROUSEL_ITEM42 {
        left: 2058px;
    }
    #HEADLINE33 > .ladi-headline {
        font-size: 14px;
        text-align: left;
    }
    #CAROUSEL_ITEM43 {
        left: 2744px;
    }
    #IMAGE10 {
        width: 508px;
        height: 285px;
        top: 0px;
        left: 691px;
    }
    #IMAGE10 > .ladi-image > .ladi-image-background {
        width: 508px;
        height: 311.225px;
        background-image: url("https://w.ladicdn.com/s850x650/664c47fd56f9a000124a324e/20241025-152822-20241025082856-a8mfp.jpeg");
    }
    #PARAGRAPH236 {
        width: 195px;
        left: 0px;
    }
    #PARAGRAPH236 > .ladi-paragraph,
    #PARAGRAPH237 > .ladi-paragraph,
    #PARAGRAPH246 > .ladi-paragraph {
        font-size: 26px;
    }
    #LINE42 {
        width: 559px;
        top: 50px;
    }
    #SECTION12 {
        height: 819px;
    }
    #PARAGRAPH64 {
        width: 1199px;
    }
    #PARAGRAPH64,
    #PARAGRAPH246 {
        top: 70px;
    }
    #PARAGRAPH64 > .ladi-paragraph {
        font-size: 26px;
        line-height: 1;
    }
    #CAROUSEL15 {
        width: 1201.92px;
        height: 696px;
        top: 123px;
        left: -0.96px;
    }
    #CAROUSEL_ITEM39,
    #CAROUSEL_ITEM20,
    #CAROUSEL_ITEM21,
    #CAROUSEL_ITEM22,
    #CAROUSEL_ITEM23,
    #CAROUSEL_ITEM46 {
        height: 696px;
    }
    #PARAGRAPH60,
    #PARAGRAPH149,
    #PARAGRAPH151,
    #PARAGRAPH153,
    #PARAGRAPH155,
    #PARAGRAPH247 {
        width: 294px;
    }
    #PARAGRAPH60,
    #PARAGRAPH151,
    #PARAGRAPH153 {
        top: 177px;
        left: 53px;
    }
    #PARAGRAPH51 {
        top: 28.25px;
        left: 0.96px;
    }
    #IMAGE41 {
        top: 127px;
        left: 191px;
    }
    #PARAGRAPH149 {
        top: 178px;
        left: 53px;
    }
    #PARAGRAPH150 {
        top: 28.25px;
    }
    #PARAGRAPH152,
    #PARAGRAPH248 {
        top: 28.25px;
        left: 0px;
    }
    #PARAGRAPH154 {
        top: 20px;
    }
    #PARAGRAPH155 {
        top: 178px;
        left: 52.04px;
    }
    #PARAGRAPH156 {
        top: 28.25px;
        left: -0.96px;
    }
    #PARAGRAPH247 {
        top: 180.25px;
        left: 53px;
    }
    #IMAGE75 {
        top: 126px;
        left: 190.5px;
    }
    #SECTION4 {
        height: 1212.4px;
    }
    #PARAGRAPH65 {
        width: 131px;
        top: 70px;
        left: 535.46px;
    }
    #PARAGRAPH65 > .ladi-paragraph,
    #PARAGRAPH69 > .ladi-paragraph,
    #PARAGRAPH81 > .ladi-paragraph {
        font-size: 16px;
    }
    #PARAGRAPH66 {
        width: 393px;
        top: 96px;
        left: 403.5px;
    }
    #PARAGRAPH66 > .ladi-paragraph,
    #PARAGRAPH70 > .ladi-paragraph,
    #PARAGRAPH82 > .ladi-paragraph {
        font-size: 26px;
        line-height: 1.6;
    }
    #PARAGRAPH67,
    #PARAGRAPH83 {
        width: 1200px;
    }
    #PARAGRAPH67 {
        top: 158px;
        left: 0.96px;
    }
    #PARAGRAPH67 > .ladi-paragraph {
        font-size: 15px;
    }
    #IMAGE12,
    #IMAGE12 > .ladi-image > .ladi-image-background {
        width: 1200px;
        height: 650px;
    }
    #IMAGE12 {
        top: 470.4px;
        left: 0.96px;
    }
    #IMAGE12 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1550x1000/664c47fd56f9a000124a324e/20241029-152919-20241029082937-3e2zy.jpeg");
    }
    #IMAGE46 {
        top: 128px;
        left: 0.96px;
    }
    #IMAGE47 {
        top: 440px;
        left: 1181px;
    }
    #PARAGRAPH157 {
        width: 110px;
        top: 1120.4px;
        left: 545.96px;
    }
    #SECTION6 {
        height: 441.11px;
    }
    #IMAGE49 {
        width: 668px;
        height: 371.111px;
    }
    #IMAGE49 > .ladi-image > .ladi-image-background {
        width: 671.598px;
        height: 373.337px;
        background-image: url("https://w.ladicdn.com/s1000x700/664c47fd56f9a000124a324e/image-27-20241030050931-img2z.jpg");
    }
    #PARAGRAPH71,
    #PARAGRAPH70,
    #PARAGRAPH69,
    #PARAGRAPH249,
    #PARAGRAPH237 {
        width: 496px;
    }
    #PARAGRAPH71 {
        top: 78.8px;
        left: 704px;
    }
    #PARAGRAPH70 {
        top: 26px;
        left: 704px;
    }
    #PARAGRAPH69 {
        top: 0px;
        left: 704px;
    }
    #LIST_PARAGRAPH2 {
        width: 471px;
        top: 146.955px;
        left: 727px;
    }
    #LIST_PARAGRAPH2 > .ladi-list-paragraph {
        font-size: 14px;
        text-align: justify;
    }
    #PARAGRAPH249 {
        top: 304.111px;
        left: 704px;
    }
    #SECTION16 {
        height: 425px;
    }
    #IMAGE66,
    #IMAGE66 > .ladi-image > .ladi-image-background {
        width: 579.452px;
        height: 355px;
    }
    #IMAGE66 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s900x700/664c47fd56f9a000124a324e/image-8-20241030081058--ailk.png");
    }
    #PARAGRAPH237 {
        top: 0px;
    }
    #CAROUSEL44 {
        width: 674.309px;
        height: 313px;
        top: 42px;
        left: -57px;
    }
    #CAROUSEL44 .ladi-carousel .ladi-carousel-content {
        width: 1362px;
    }
    #CAROUSEL_ITEM81,
    #CAROUSEL_ITEM45 {
        width: 676px;
        height: 313px;
    }
    #PARAGRAPH241,
    #PARAGRAPH244 {
        width: 348px;
        top: 0px;
        left: 57px;
    }
    #PARAGRAPH241 > .ladi-paragraph,
    #PARAGRAPH244 > .ladi-paragraph {
        font-size: 20px;
        line-height: 2;
        text-align: left;
    }
    #PARAGRAPH239,
    #PARAGRAPH245 {
        top: 51.5px;
        left: 59.5px;
    }
    #SECTION9 {
        height: 641.2px;
    }
    #FRAME19 {
        top: 221.2px;
        left: 0px;
    }
    #IMAGE14 > .ladi-image > .ladi-image-background {
        width: 355px;
        height: 355px;
        top: -50px;
        left: -3px;
    }
    #FRAME24 {
        top: 221.2px;
        left: 820px;
    }
    #FRAME23 {
        top: 221.2px;
        left: 410px;
    }
    #PARAGRAPH81 {
        width: 61px;
        top: 50px;
        left: 570.223px;
    }
    #PARAGRAPH82 {
        width: 239px;
        top: 76px;
        left: 480.5px;
    }
    #PARAGRAPH83 {
        top: 138px;
        left: 0.723px;
    }
    #SECTION10 {
        height: 443.002px;
    }
    #IMAGE21,
    #IMAGE21 > .ladi-image > .ladi-image-background {
        width: 433px;
        height: 303px;
    }
    #IMAGE21 {
        top: 70.002px;
        left: 272px;
    }
    #IMAGE21 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s750x650/664c47fd56f9a000124a324e/20241029-170658-20241029100945-fvl99.jpeg");
    }
    #IMAGE22,
    #IMAGE22 > .ladi-image > .ladi-image-background,
    #IMAGE23,
    #IMAGE23 > .ladi-image > .ladi-image-background {
        width: 238px;
        height: 303px;
    }
    #IMAGE22 {
        top: 70.002px;
        left: 714px;
    }
    #IMAGE22 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s550x650/664c47fd56f9a000124a324e/20241029-170705-20241029100945-6la9d.jpeg");
    }
    #IMAGE23 {
        top: 70.002px;
        left: 962px;
    }
    #IMAGE23 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s550x650/664c47fd56f9a000124a324e/20241029-170711-20241029100945-ljxoy.jpeg");
    }
    #PARAGRAPH246 {
        width: 230px;
    }
}
@media (max-width: 767px) {
    #SECTION1 {
        height: 512.925px;
    }
    #PARAGRAPH1,
    #LINE1,
    #PARAGRAPH236,
    #LINE42,
    #PARAGRAPH64,
    #PARAGRAPH51,
    #PARAGRAPH248,
    #PARAGRAPH65,
    #PARAGRAPH66,
    #PARAGRAPH157,
    #PARAGRAPH70,
    #PARAGRAPH69,
    #PARAGRAPH237,
    #PARAGRAPH241,
    #PARAGRAPH244,
    #PARAGRAPH81,
    #PARAGRAPH82,
    #PARAGRAPH246 {
        width: 420px;
    }
    #PARAGRAPH1 {
        top: 58px;
        left: 0px;
    }
    #PARAGRAPH1 > .ladi-paragraph {
        font-size: 23px;
    }
    #PARAGRAPH2 {
        top: 95px;
        left: 0px;
    }
    #PARAGRAPH2 > .ladi-paragraph {
        font-size: 20px;
        line-height: 1.3;
    }
    #LINE1 {
        top: 496.925px;
        left: 0px;
    }
    #PARAGRAPH102 {
        top: 10px;
        left: 10px;
    }
    #PARAGRAPH102 > .ladi-paragraph {
        font-size: 14px;
    }
    #IMAGE27,
    #IMAGE27 > .ladi-image > .ladi-image-background {
        width: 800px;
        height: 299.85px;
    }
    #IMAGE27 {
        top: 178px;
        left: -190px;
    }
    #IMAGE27 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s1150x600/664c47fd56f9a000124a324e/image-25-20241030042450-iqnww.jpg");
    }
    #SECTION2 {
        height: 655px;
    }
    #IMAGE28 {
        width: 378.971px;
        height: 235px;
        top: -2.0004px;
        left: 19.757px;
    }
    #IMAGE28 > .ladi-image > .ladi-image-background {
        width: 378.971px;
        height: 235.094px;
        background-image: url("https://w.ladicdn.com/s700x550/664c47fd56f9a000124a324e/image-26-20241030042958-k3rti.jpg");
    }
    #PARAGRAPH4 {
        top: 253px;
        left: 19.7565px;
    }
    #PARAGRAPH4 > .ladi-paragraph,
    #PARAGRAPH19 > .ladi-paragraph,
    #PARAGRAPH21 > .ladi-paragraph,
    #PARAGRAPH51 > .ladi-paragraph,
    #PARAGRAPH150 > .ladi-paragraph,
    #PARAGRAPH152 > .ladi-paragraph,
    #PARAGRAPH154 > .ladi-paragraph,
    #PARAGRAPH156 > .ladi-paragraph,
    #PARAGRAPH248 > .ladi-paragraph {
        font-size: 18px;
    }
    #PARAGRAPH7,
    #PARAGRAPH20,
    #PARAGRAPH22 {
        width: 382px;
    }
    #PARAGRAPH7 {
        top: 282px;
        left: 19.7565px;
    }
    #PARAGRAPH7 > .ladi-paragraph,
    #PARAGRAPH20 > .ladi-paragraph,
    #PARAGRAPH22 > .ladi-paragraph,
    #HEADLINE27 > .ladi-headline,
    #PARAGRAPH60 > .ladi-paragraph,
    #PARAGRAPH149 > .ladi-paragraph,
    #PARAGRAPH151 > .ladi-paragraph,
    #PARAGRAPH153 > .ladi-paragraph,
    #PARAGRAPH155 > .ladi-paragraph,
    #PARAGRAPH247 > .ladi-paragraph,
    #PARAGRAPH67 > .ladi-paragraph,
    #PARAGRAPH71 > .ladi-paragraph,
    #LIST_PARAGRAPH2 > .ladi-list-paragraph,
    #PARAGRAPH249 > .ladi-paragraph,
    #PARAGRAPH239 > .ladi-paragraph,
    #PARAGRAPH245 > .ladi-paragraph,
    #PARAGRAPH83 > .ladi-paragraph {
        font-size: 13px;
    }
    #PARAGRAPH19 {
        top: 360px;
        left: 19.7565px;
    }
    #PARAGRAPH20 {
        top: 389px;
        left: 19.7565px;
    }
    #PARAGRAPH21 {
        top: 471px;
        left: 19.7565px;
    }
    #PARAGRAPH22 {
        top: 500px;
        left: 19.7565px;
    }
    #SECTION3 {
        height: 573.059px;
    }
    #CAROUSEL39 {
        width: 420px;
        height: 253px;
        top: 308.059px;
        left: 0px;
    }
    #CAROUSEL39 .ladi-carousel .ladi-carousel-content {
        width: 2090px;
    }
    #CAROUSEL_ITEM72,
    #CAROUSEL_ITEM40,
    #CAROUSEL_ITEM41,
    #CAROUSEL_ITEM42,
    #CAROUSEL_ITEM43 {
        width: 410px;
        height: 253px;
    }
    #GROUP33 {
        width: 313px;
        height: 234px;
        left: 53.2505px;
    }
    #HEADLINE26,
    #HEADLINE27,
    #HEADLINE28,
    #HEADLINE29,
    #HEADLINE30,
    #HEADLINE31,
    #HEADLINE32,
    #HEADLINE33,
    #HEADLINE34,
    #HEADLINE35 {
        width: 313px;
    }
    #HEADLINE26 > .ladi-headline {
        font-size: 18px;
        line-height: 1;
        text-align: center;
    }
    #HEADLINE27,
    #HEADLINE29,
    #HEADLINE31,
    #HEADLINE33,
    #HEADLINE35 {
        top: 26px;
    }
    #CAROUSEL_ITEM40 {
        left: 420px;
    }
    #GROUP34,
    #GROUP36,
    #GROUP37 {
        width: 313px;
        height: 213px;
    }
    #GROUP34,
    #GROUP35,
    #GROUP36,
    #GROUP37 {
        left: 48.701px;
    }
    #HEADLINE28 > .ladi-headline,
    #HEADLINE30 > .ladi-headline,
    #HEADLINE32 > .ladi-headline,
    #HEADLINE34 > .ladi-headline {
        line-height: 1;
        text-align: center;
    }
    #HEADLINE29 > .ladi-headline,
    #HEADLINE31 > .ladi-headline,
    #HEADLINE33 > .ladi-headline,
    #HEADLINE35 > .ladi-headline {
        font-size: 13px;
        text-align: justify;
    }
    #CAROUSEL_ITEM41 {
        left: 840px;
    }
    #GROUP35 {
        width: 313px;
        height: 192px;
    }
    #CAROUSEL_ITEM42 {
        left: 1260px;
    }
    #CAROUSEL_ITEM43 {
        left: 1680px;
    }
    #IMAGE10 {
        width: 378.971px;
        height: 245.059px;
        top: 43px;
        left: 21.965px;
    }
    #IMAGE10 > .ladi-image > .ladi-image-background {
        width: 400px;
        height: 245.059px;
        background-image: url("https://w.ladicdn.com/s750x550/664c47fd56f9a000124a324e/20241025-152822-20241025082856-a8mfp.jpeg");
    }
    #PARAGRAPH236 {
        left: 1.4505px;
    }
    #PARAGRAPH236 > .ladi-paragraph,
    #PARAGRAPH237 > .ladi-paragraph,
    #PARAGRAPH246 > .ladi-paragraph {
        font-size: 23px;
        text-align: center;
    }
    #LINE42 {
        top: 23px;
    }
    #SECTION12 {
        height: 659px;
    }
    #PARAGRAPH64 {
        top: 39px;
    }
    #PARAGRAPH64 > .ladi-paragraph {
        font-size: 23px;
        line-height: 1.6;
    }
    #CAROUSEL15 {
        width: 420px;
        height: 566px;
        top: 68px;
        left: 0px;
    }
    #CAROUSEL_ITEM39,
    #CAROUSEL_ITEM20,
    #CAROUSEL_ITEM21,
    #CAROUSEL_ITEM22,
    #CAROUSEL_ITEM23,
    #CAROUSEL_ITEM46 {
        height: 566px;
    }
    #PARAGRAPH60,
    #PARAGRAPH239,
    #PARAGRAPH245 {
        width: 315px;
    }
    #PARAGRAPH60 {
        top: 145px;
        left: 52.5px;
    }
    #PARAGRAPH51,
    #PARAGRAPH156 {
        top: 66.25px;
        left: 0px;
    }
    #IMAGE41 {
        top: 126px;
        left: 201px;
    }
    #PARAGRAPH149,
    #PARAGRAPH151,
    #PARAGRAPH153,
    #PARAGRAPH155,
    #PARAGRAPH247 {
        width: 314px;
    }
    #PARAGRAPH149 {
        top: 145px;
        left: 43px;
    }
    #PARAGRAPH150 {
        top: 66.25px;
    }
    #PARAGRAPH151 {
        top: 148px;
        left: 42.514px;
    }
    #PARAGRAPH152 {
        top: 66.25px;
        left: -10px;
    }
    #PARAGRAPH153 {
        top: 149px;
        left: 42.514px;
    }
    #PARAGRAPH154 {
        top: 38.25px;
    }
    #PARAGRAPH155 {
        top: 149px;
        left: 39.514px;
    }
    #PARAGRAPH247 {
        top: 148px;
        left: 33px;
    }
    #PARAGRAPH248 {
        top: 66.25px;
        left: -21px;
    }
    #IMAGE75 {
        top: 126.5px;
        left: 181px;
    }
    #SECTION4 {
        height: 944.668px;
    }
    #PARAGRAPH65 {
        top: 40.0006px;
        left: 0px;
    }
    #PARAGRAPH65 > .ladi-paragraph,
    #PARAGRAPH69 > .ladi-paragraph,
    #PARAGRAPH81 > .ladi-paragraph {
        font-size: 13px;
        text-align: center;
    }
    #PARAGRAPH66 {
        top: 61.0006px;
        left: 0px;
    }
    #PARAGRAPH66 > .ladi-paragraph,
    #PARAGRAPH70 > .ladi-paragraph,
    #PARAGRAPH82 > .ladi-paragraph {
        font-size: 23px;
        line-height: 1;
        text-align: center;
    }
    #PARAGRAPH67,
    #PARAGRAPH71,
    #PARAGRAPH249,
    #PARAGRAPH83 {
        width: 378px;
    }
    #PARAGRAPH67 {
        top: 386.668px;
        left: 21px;
    }
    #IMAGE12 {
        width: 378px;
        height: 216.667px;
        top: 104.001px;
        left: 20.5145px;
    }
    #IMAGE12 > .ladi-image > .ladi-image-background {
        width: 400px;
        height: 216.667px;
        background-image: url("https://w.ladicdn.com/s750x550/664c47fd56f9a000124a324e/20241029-152919-20241029082937-3e2zy.jpeg");
    }
    #IMAGE46 {
        top: 359.667px;
        left: 21px;
    }
    #IMAGE47 {
        top: 927.668px;
        left: 380px;
    }
    #PARAGRAPH157 {
        top: 330.668px;
        left: 0px;
    }
    #PARAGRAPH157 > .ladi-paragraph {
        font-size: 12px;
        text-align: center;
    }
    #SECTION6 {
        height: 776px;
    }
    #IMAGE49 {
        width: 378px;
        height: 310px;
        top: 103.999px;
        left: 21px;
    }
    #IMAGE49 > .ladi-image > .ladi-image-background {
        width: 565.497px;
        height: 314.36px;
        top: -2px;
        left: -82px;
        background-image: url("https://w.ladicdn.com/s900x650/664c47fd56f9a000124a324e/image-27-20241030050931-img2z.jpg");
    }
    #PARAGRAPH71 {
        top: 433.999px;
        left: 21px;
    }
    #PARAGRAPH70 {
        top: 60.9986px;
        left: 0px;
    }
    #PARAGRAPH69 {
        top: 39.9986px;
        left: 0px;
    }
    #LIST_PARAGRAPH2 {
        width: 351px;
        top: 492px;
        left: 48px;
    }
    #PARAGRAPH249 {
        top: 674px;
        left: 21px;
    }
    #SECTION16 {
        height: 886.999px;
    }
    #IMAGE66 {
        width: 378px;
        height: 390px;
        top: 82.9986px;
        left: 21px;
    }
    #IMAGE66 > .ladi-image > .ladi-image-background {
        width: 538.25px;
        height: 395px;
        top: -4px;
        left: -87px;
        background-image: url("https://w.ladicdn.com/s850x700/664c47fd56f9a000124a324e/image-8-20241030081058--ailk.png");
    }
    #PARAGRAPH237,
    #PARAGRAPH246 {
        top: 39.9986px;
    }
    #CAROUSEL44 {
        width: 420px;
        height: 439px;
        top: 447.999px;
        left: 0px;
    }
    #CAROUSEL44 .ladi-carousel .ladi-carousel-content {
        width: 808px;
    }
    #CAROUSEL_ITEM81,
    #CAROUSEL_ITEM45 {
        width: 399px;
        height: 439px;
    }
    #PARAGRAPH241 {
        top: 109.997px;
        left: -10.5045px;
    }
    #PARAGRAPH241 > .ladi-paragraph,
    #PARAGRAPH244 > .ladi-paragraph {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
    #PARAGRAPH239 {
        top: 141.997px;
        left: 52.5px;
    }
    #CAROUSEL_ITEM45 {
        left: 409px;
    }
    #PARAGRAPH244 {
        top: 41.4992px;
        left: -10.5045px;
    }
    #PARAGRAPH245 {
        top: 73.4992px;
        left: 31.5px;
    }
    #SECTION9 {
        height: 1480px;
    }
    #FRAME19 {
        top: 289.998px;
        left: 20px;
    }
    #IMAGE14 > .ladi-image > .ladi-image-background {
        width: 348px;
        height: 250px;
        top: 0px;
        left: 0px;
    }
    #FRAME24 {
        top: 679.998px;
        left: 20.5px;
    }
    #FRAME23 {
        top: 1070px;
        left: 20px;
    }
    #PARAGRAPH81 {
        top: 39.9972px;
        left: 0px;
    }
    #PARAGRAPH82 {
        top: 60.9976px;
        left: 0px;
    }
    #PARAGRAPH83 {
        top: 103.998px;
        left: 20.5px;
    }
    #SECTION10 {
        height: 661.091px;
    }
    #IMAGE21,
    #IMAGE21 > .ladi-image > .ladi-image-background {
        width: 399.854px;
        height: 279.806px;
    }
    #IMAGE21 {
        top: 85.9986px;
        left: 9.2505px;
    }
    #IMAGE21 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s700x600/664c47fd56f9a000124a324e/20241029-170658-20241029100945-fvl99.jpeg");
    }
    #IMAGE22,
    #IMAGE22 > .ladi-image > .ladi-image-background,
    #IMAGE23,
    #IMAGE23 > .ladi-image > .ladi-image-background {
        width: 198.168px;
        height: 252.289px;
    }
    #IMAGE22 {
        top: 368.802px;
        left: 210.936px;
    }
    #IMAGE22 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s500x600/664c47fd56f9a000124a324e/20241029-170705-20241029100945-6la9d.jpeg");
    }
    #IMAGE23 {
        top: 368.802px;
        left: 9.2505px;
    }
    #IMAGE23 > .ladi-image > .ladi-image-background {
        background-image: url("https://w.ladicdn.com/s500x600/664c47fd56f9a000124a324e/20241029-170711-20241029100945-ljxoy.jpeg");
    }
}

                    .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-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-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;
                        -webkit-line-clamp: none;
                    }
                    .ladi-headline a {
                        text-decoration: underline;
                    }
                    @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;
                        }
                    }
                    @font-face {
                        font-family: "UGxheWZhaXJEaXNwbGFLVJlZVsYXIudHRm";
                        src: url("https://w.ladicdn.com/664c47fd56f9a000124a324e/playfairdisplay-regular-20240601014511-soafu.ttf")
                            format("truetype");
                    }
                    #G1730111128526_SECTION1 {
                        font-family: aGVsdmVaWNhLWldWUtcmVndWxhcidGY;
                    }
                    #G1730111128526_SECTION1 > .ladi-section-background {
                        background-color: rgb(255, 255, 255);
                    }
                    #G1730111128526_SHAPE1 {
                        width: 40px;
                        height: 40px;
                    }
                    #G1730111128526_SHAPE1:hover > .ladi-shape,
                    #G1730111128526_IMAGE1:hover > .ladi-image,
                    #G1730111128526_BUTTON10 > .ladi-button:hover,
                    #G1730111128526_BUTTON_TEXT10 > .ladi-headline:hover,
                    #G1730111128526_BUTTON11 > .ladi-button:hover,
                    #G1730111128526_BUTTON_TEXT11 > .ladi-headline:hover,
                    #G1730111128526_BUTTON13 > .ladi-button:hover,
                    #G1730111128526_BUTTON_TEXT13 > .ladi-headline:hover,
                    #G1730111128526_BUTTON14 > .ladi-button:hover,
                    #G1730111128526_BUTTON_TEXT14 > .ladi-headline:hover,
                    #G1730111128526_BUTTON3 > .ladi-button:hover,
                    #G1730111128526_BUTTON_TEXT3 > .ladi-headline:hover,
                    #G1730111128526_BUTTON12 > .ladi-button:hover,
                    #G1730111128526_BUTTON_TEXT12 > .ladi-headline:hover {
                        opacity: 1;
                    }
                    #G1730111128526_SHAPE1 svg:last-child {
                        fill: rgb(5, 34, 74);
                    }
                    #G1730111128526_IMAGE1
                        > .ladi-image
                        > .ladi-image-background,
                    #G1730111128526_IMAGE2
                        > .ladi-image
                        > .ladi-image-background,
                    #G1730111128526_IMAGE3
                        > .ladi-image
                        > .ladi-image-background {
                        top: 0px;
                        left: 0px;
                    }
                    #G1730111128526_IMAGE1
                        > .ladi-image
                        > .ladi-image-background {
                        background-image: url("https://w.ladicdn.com/s450x350/664c47fd56f9a000124a324e/logo-jemmia-20241028100541-o4qtr.png");
                    }
                    #G1730111128526_BUTTON10 {
                        width: 137.13px;
                        height: 34.5239px;
                    }
                    #G1730111128526_BUTTON10
                        > .ladi-button
                        > .ladi-button-background,
                    #G1730111128526_BUTTON11
                        > .ladi-button
                        > .ladi-button-background,
                    #G1730111128526_BUTTON13
                        > .ladi-button
                        > .ladi-button-background,
                    #G1730111128526_BUTTON14
                        > .ladi-button
                        > .ladi-button-background,
                    #G1730111128526_BUTTON3
                        > .ladi-button
                        > .ladi-button-background,
                    #G1730111128526_BUTTON12
                        > .ladi-button
                        > .ladi-button-background {
                        background-color: rgba(245, 65, 38, 0);
                    }
                    #G1730111128526_BUTTON10 > .ladi-button,
                    #G1730111128526_BUTTON11 > .ladi-button,
                    #G1730111128526_BUTTON13 > .ladi-button,
                    #G1730111128526_BUTTON14 > .ladi-button,
                    #G1730111128526_BUTTON3 > .ladi-button,
                    #G1730111128526_BUTTON12 > .ladi-button {
                        border-width: 1px;
                        border-radius: 100px;
                        border-color: rgb(244, 64, 37);
                    }
                    #G1730111128526_BUTTON_TEXT10 {
                        width: 137px;
                    }
                    #G1730111128526_BUTTON_TEXT10,
                    #G1730111128526_BUTTON_TEXT11,
                    #G1730111128526_BUTTON_TEXT13,
                    #G1730111128526_BUTTON_TEXT14,
                    #G1730111128526_BUTTON_TEXT3,
                    #G1730111128526_BUTTON_TEXT12 {
                        top: 7.70369px;
                        left: 0px;
                    }
                    #G1730111128526_BUTTON_TEXT10 > .ladi-headline,
                    #G1730111128526_BUTTON_TEXT11 > .ladi-headline,
                    #G1730111128526_BUTTON_TEXT13 > .ladi-headline,
                    #G1730111128526_BUTTON_TEXT14 > .ladi-headline,
                    #G1730111128526_BUTTON_TEXT3 > .ladi-headline,
                    #G1730111128526_BUTTON_TEXT12 > .ladi-headline {
                        font-family: UGxheWZhaXJEaXNwbGFLVJlZVsYXIudHRm;
                        font-size: 14px;
                        line-height: 1.6;
                        color: rgb(0, 0, 0);
                        text-align: center;
                    }
                    #G1730111128526_BUTTON11 {
                        width: 188.13px;
                        height: 34.5239px;
                    }
                    #G1730111128526_BUTTON_TEXT11 {
                        width: 188px;
                    }
                    #G1730111128526_BUTTON13 {
                        width: 69.48px;
                        height: 34.5239px;
                    }
                    #G1730111128526_BUTTON_TEXT13 {
                        width: 69px;
                    }
                    #G1730111128526_BUTTON14 {
                        width: 73.13px;
                        height: 34.5239px;
                    }
                    #G1730111128526_BUTTON_TEXT14 {
                        width: 73px;
                    }
                    #G1730111128526_IMAGE2,
                    #G1730111128526_IMAGE2
                        > .ladi-image
                        > .ladi-image-background,
                    #G1730111128526_IMAGE3,
                    #G1730111128526_IMAGE3
                        > .ladi-image
                        > .ladi-image-background {
                        width: 20px;
                        height: 20px;
                    }
                    #G1730111128526_IMAGE2
                        > .ladi-image
                        > .ladi-image-background {
                        background-image: url("https://w.ladicdn.com/664c47fd56f9a000124a324e/marker-20241029074241-xyyw7.svg");
                    }
                    #G1730111128526_IMAGE3
                        > .ladi-image
                        > .ladi-image-background {
                        background-image: url("https://w.ladicdn.com/664c47fd56f9a000124a324e/support-20241029074354-tpih6.svg");
                    }
                    #G1730111128526_BUTTON3 {
                        width: 96.13px;
                        height: 34.5239px;
                    }
                    #G1730111128526_BUTTON_TEXT3 {
                        width: 96px;
                    }
                    #G1730111128526_BUTTON12 {
                        width: 102.13px;
                        height: 34.5239px;
                    }
                    #G1730111128526_BUTTON_TEXT12 {
                        width: 102px;
                    }
                    #G1730111128526_SECTION1 {
                        height: 106px;
                    }
                    #G1730111128526_SHAPE1 {
                        top: 44.4523px;
                        left: 1345px;
                        display: none !important;
                    }
                    #G1730111128526_IMAGE1,
                    #G1730111128526_IMAGE1
                        > .ladi-image
                        > .ladi-image-background {
                        width: 107.021px;
                        height: 31.2143px;
                    }
                    #G1730111128526_IMAGE1 {
                        top: 13.238px;
                        left: 546.49px;
                    }
                    #G1730111128526_BUTTON10 {
                        top: 68.0594px;
                        left: 182.087px;
                    }
                    #G1730111128526_BUTTON11 {
                        top: 68.0594px;
                        left: 430.13px;
                    }
                    #G1730111128526_BUTTON13 {
                        top: 70.4761px;
                        left: 1130.02px;
                    }
                    #G1730111128526_BUTTON14 {
                        top: 70.4761px;
                        left: 959.43px;
                    }
                    #G1730111128526_IMAGE2 {
                        top: 19.5px;
                        left: -15px;
                    }
                    #G1730111128526_IMAGE3 {
                        top: 19.5px;
                        left: 1197px;
                    }
                    #G1730111128526_BUTTON3 {
                        top: 68.0594px;
                        left: 0px;
                    }
                    #G1730111128526_BUTTON12 {
                        top: 68.0594px;
                        left: 725.347px;
                    }
                    #G1730111128526_SECTION1 {
                        height: 46.5321px;
                    }
                    #G1730111128526_SHAPE1 {
                        top: -0.7062px;
                        left: 433px;
                    }
                    #G1730111128526_IMAGE1,
                    #G1730111128526_IMAGE1
                        > .ladi-image
                        > .ladi-image-background {
                        width: 110px;
                        height: 34.8976px;
                    }
                    #G1730111128526_IMAGE1 {
                        top: 9.6345px;
                        left: 154.5px;
                    }
                    #G1730111128526_BUTTON10 {
                        top: 10.8214px;
                        left: -335.58px;
                    }
                    #G1730111128526_BUTTON11 {
                        top: 10.8214px;
                        left: -224.16px;
                    }
                    #G1730111128526_BUTTON13 {
                        top: 10px;
                        left: 816.52px;
                    }
                    #G1730111128526_BUTTON14 {
                        top: 10px;
                        left: 678.1px;
                    }
                    #G1730111128526_IMAGE2 {
                        top: 17.0833px;
                        left: 14px;
                    }
                    #G1730111128526_IMAGE3 {
                        top: 17.0833px;
                        left: 385px;
                    }
                    #G1730111128526_BUTTON3 {
                        top: 10.8214px;
                        left: -497px;
                    }
                    #G1730111128526_BUTTON12 {
                        top: 10px;
                        left: 510.68px;
                    }
