a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

a {
    text-decoration: none;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.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: 10px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ladipage-message .ladipage-message-box .ladipage-message-close {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin: 0 auto;
    padding: 10px 0;
    border: none;
    width: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
}

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

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

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

.ladi-container {
    position: relative;
    margin: 0 auto;
    height: 100%;
}

.ladi-element {
    position: absolute;
}

.ladi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

@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.loaded {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

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

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

.ladi-button:active {
    transform: translateY(2px);
    transition: transform 0.2s linear;
}

.ladi-button .ladi-button-background {
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: inherit;
}

.ladi-button > .ladi-button-headline, .ladi-button > .ladi-button-shape {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: table;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ladi-button > .ladi-button-shape .ladi-shape {
    margin: auto;
    top: 0;
    bottom: 0;
}

.ladi-button > .ladi-button-headline .ladi-headline {
    display: table-cell;
    vertical-align: middle;
}

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

.ladi-form > .ladi-element {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form .ladi-button > .ladi-button-headline {
    color: initial;
    font-size: initial;
    font-weight: initial;
    text-transform: initial;
    text-decoration: initial;
    font-style: initial;
    text-align: initial;
    letter-spacing: initial;
    line-height: initial;
}

.ladi-form > .ladi-element .ladi-form-item-container {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form > [data-quantity="true"] .ladi-form-item-container {
    overflow: hidden;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item-background {
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px !important;
    background-position: right .5rem center;
    background-repeat: no-repeat;
    padding-right: 24px;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2 {
    width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
    min-width: calc(100% / 2 - 5px);
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-2:nth-child(3) {
    margin-left: 7.5px;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3 {
    width: calc(100% / 3 - 5px);
    max-width: calc(100% / 3 - 5px);
    min-width: calc(100% / 3 - 5px);
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(3) {
    margin-left: 7.5px;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select-3:nth-child(4) {
    margin-left: 7.5px;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select option {
    color: initial;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control:not(.ladi-form-control-select) {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-control-select:not([data-selected=""]) {
    text-decoration: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    vertical-align: middle;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-box-item {
    display: inline-block;
    width: fit-content;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="true"] {
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form > .ladi-element .ladi-form-item-container .ladi-form-item .ladi-form-checkbox-item span[data-checked="false"] {
    text-transform: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    color: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-origin: inherit;
}

.ladi-form .ladi-form-item-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ladi-form .ladi-form-item-title-value {
    font-weight: bold;
    word-break: break-word;
}

.ladi-form .ladi-form-label-container {
    position: relative;
    width: 100%;
}

.ladi-form .ladi-form-control-file {
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item {
    display: inline-block;
    cursor: pointer;
    position: relative;
    border-radius: 0px !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.no-value {
    display: none !important;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.text.disabled {
    opacity: 0.35;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.image.disabled {
    opacity: 0.2;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.color.disabled {
    opacity: 0.15;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:before {
    content: '';
    width: 0;
    height: 0;
    bottom: -1px;
    right: -1px;
    position: absolute;
    border-width: 0 0 15px 15px;
    border-color: transparent;
    border-style: solid;
}

.ladi-form .ladi-form-label-container .ladi-form-label-item.selected:after {
    content: '';
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 12 12' viewBox='0 0 12 12' x='0' fill='%23fff' y='0'%3E%3Cg%3E%3Cpath d='m5.2 10.9c-.2 0-.5-.1-.7-.2l-4.2-3.7c-.4-.4-.5-1-.1-1.4s1-.5 1.4-.1l3.4 3 5.1-7c .3-.4 1-.5 1.4-.2s.5 1 .2 1.4l-5.7 7.9c-.2.2-.4.4-.7.4 0-.1 0-.1-.1-.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 7px;
    height: 7px;
    bottom: 0;
    right: 0;
    position: absolute;
}

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

.ladi-form .ladi-form-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
    height: auto;
}

.ladi-form .ladi-form-item .ladi-form-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    color: inherit;
    font-size: inherit;
    border: none;
}

.ladi-form .ladi-form-item.ladi-form-checkbox {
    padding: 0 5px;
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-vertical .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    border: none;
}

.ladi-form .ladi-form-item.ladi-form-checkbox.ladi-form-checkbox-horizontal .ladi-form-checkbox-item {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    display: inline-flex;
    align-items: center;
    border: none;
    position: relative;
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item input {
    margin-right: 5px;
    display: block;
}

.ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span {
    cursor: default;
    word-break: break-word;
}

.ladi-form .ladi-form-item textarea.ladi-form-control {
    resize: none;
    padding: 5px;
}

.ladi-form .ladi-button {
    cursor: pointer;
}

.ladi-form .ladi-button .ladi-headline {
    cursor: pointer;
    user-select: none;
}

.ladi-form .ladi-element .ladi-form-otp::-webkit-outer-spin-button, .ladi-form .ladi-element .ladi-form-otp::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ladi-form .ladi-element .ladi-form-item .button-get-code {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    line-height: initial;
    padding: 5px 10px;
    height: max-content;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ladi-form .ladi-element .ladi-form-item .button-get-code.hide-visibility {
    display: block !important;
    visibility: hidden !important;
}

.ladi-form .ladi-form-item.otp-resend .button-get-code {
    display: block;
}

.ladi-form .ladi-form-item.otp-countdown:before {
    content: attr(data-countdown-time) "s";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: max-content;
    line-height: initial;
}

.ladi-form [data-variant="true"] select option[disabled] {
    background: #fff;
    color: #b8b8b8 !important;
}

.ladi-google-recaptcha-checkbox {
    position: absolute;
    display: inline-block;
    transform: translateY(-100%);
    margin-top: -5px;
    z-index: 90000010;
}

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

.ladi-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.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.loaded {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ladi-headline {
    width: 100%;
    display: inline-block;
    word-break: break-word;
    background-size: cover;
    background-position: center center;
}

.ladi-headline a {
    text-decoration: underline;
}

.ladi-paragraph {
    width: 100%;
    display: inline-block;
    word-break: break-word;
}

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

.ladi-line {
    position: relative;
}

.ladi-line .ladi-line-container {
    border-bottom: 0 !important;
    border-right: 0 !important;
    width: 100%;
    height: 100%;
}

a[data-action] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

a:visited {
    color: inherit;
}

a:link {
    color: inherit;
}

[data-opacity="0"] {
    opacity: 0;
}

[data-hidden="true"] {
    display: none;
}

[data-action="true"] {
    cursor: pointer;
}

.ladi-hidden {
    display: none;
}

.ladi-animation-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: 1;
}

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

body {
    direction: ltr;
}

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

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

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

#IMAGE1,#LINE1,#HEADLINE10,#BUTTON2,#BUTTON_TEXT2,#FORM_ITEM6,#FORM_ITEM7,#FORM_ITEM8,#FORM_ITEM9,#HEADLINE15 {
    left: 0px;
}

#IMAGE1 > .ladi-image > .ladi-image-background.loaded,#IMAGE2 > .ladi-image > .ladi-image-background.loaded,#BOX2,#IMAGE3 > .ladi-image > .ladi-image-background.loaded,#IMAGE4 > .ladi-image > .ladi-image-background.loaded,#IMAGE5 > .ladi-image > .ladi-image-background.loaded,#IMAGE6 > .ladi-image > .ladi-image-background.loaded,#IMAGE7 > .ladi-image > .ladi-image-background.loaded,#IMAGE8 > .ladi-image > .ladi-image-background.loaded,#IMAGE9 > .ladi-image > .ladi-image-background.loaded,#IMAGE10 > .ladi-image > .ladi-image-background.loaded,#IMAGE11 > .ladi-image > .ladi-image-background.loaded,#IMAGE12 > .ladi-image > .ladi-image-background.loaded,#IMAGE13 > .ladi-image > .ladi-image-background.loaded,#IMAGE14 > .ladi-image > .ladi-image-background.loaded,#IMAGE15 > .ladi-image > .ladi-image-background.loaded,#IMAGE16 > .ladi-image > .ladi-image-background.loaded,#IMAGE17 > .ladi-image > .ladi-image-background.loaded,#IMAGE18 > .ladi-image > .ladi-image-background.loaded,#IMAGE19 > .ladi-image > .ladi-image-background.loaded,#IMAGE20 > .ladi-image > .ladi-image-background.loaded,#IMAGE21 > .ladi-image > .ladi-image-background.loaded,#GROUP6,#IMAGE22 > .ladi-image > .ladi-image-background.loaded,#IMAGE23 > .ladi-image > .ladi-image-background.loaded,#SHAPE4 {
    top: 0px;
    left: 0px;
}

#IMAGE1 > .ladi-image {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

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

#HEADLINE3 > .ladi-headline:hover,#HEADLINE5 > .ladi-headline:hover,#HEADLINE4 > .ladi-headline:hover,#BOX1 > .ladi-box.loaded:hover,#HEADLINE6 > .ladi-headline:hover,#PARAGRAPH2 > .ladi-paragraph:hover,#PARAGRAPH1 > .ladi-paragraph:hover,#BOX2 > .ladi-box.loaded:hover,#HEADLINE7 > .ladi-headline:hover,#BOX4 > .ladi-box.loaded:hover,#BOX3 > .ladi-box.loaded:hover,#BOX5 > .ladi-box.loaded:hover,#BOX6 > .ladi-box.loaded:hover {
    opacity: 1;
}

#LINE1 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(166, 166, 166);
    border-right: 1px solid rgb(166, 166, 166);
    border-bottom: 1px solid rgb(166, 166, 166);
    border-left: 0px !important;
}

#LINE1 > .ladi-line,#LINE2 > .ladi-line {
    width: 100%;
    padding: 8px 0px;
}

#HEADLINE5 > .ladi-headline,#HEADLINE4 > .ladi-headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: left;
}

#HEADLINE5 > .ladi-headline:hover,#HEADLINE4 > .ladi-headline:hover {
    color: rgb(84, 84, 84);
}

#BOX1 > .ladi-box.loaded,#BOX2 > .ladi-box.loaded {
    border-width: 1px;
    border-radius: 0px;
    border-style: solid;
    border-color: rgb(166, 166, 166);
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
}

#BOX1 > .ladi-box.loaded,#BOX2 > .ladi-box.loaded,#FORM2 .ladi-form-item-container .ladi-form-quantity .button,#FORM2 .ladi-form-item-background,#BOX5 > .ladi-box.loaded,#BOX6 > .ladi-box.loaded {
    background-color: rgb(255, 255, 255);
}

#HEADLINE6 > .ladi-headline {
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-align: left;
}

#PARAGRAPH2 > .ladi-paragraph {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#PARAGRAPH1 > .ladi-paragraph {
    font-size: 20px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#BOX2,#GROUP6 {
    width: 310.68px;
    height: 510px;
}

#IMAGE3,#IMAGE3 > .ladi-image > .ladi-image-background.loaded,#IMAGE5,#IMAGE5 > .ladi-image > .ladi-image-background.loaded,#IMAGE6,#IMAGE6 > .ladi-image > .ladi-image-background.loaded,#IMAGE7,#IMAGE7 > .ladi-image > .ladi-image-background.loaded,#IMAGE8,#IMAGE8 > .ladi-image > .ladi-image-background.loaded,#IMAGE10,#IMAGE10 > .ladi-image > .ladi-image-background.loaded,#IMAGE12,#IMAGE12 > .ladi-image > .ladi-image-background.loaded,#IMAGE15,#IMAGE15 > .ladi-image > .ladi-image-background.loaded,#IMAGE16,#IMAGE16 > .ladi-image > .ladi-image-background.loaded,#IMAGE19,#IMAGE19 > .ladi-image > .ladi-image-background.loaded {
    width: 48px;
    height: 48px;
}

#IMAGE3 {
    top: 60px;
    left: 20px;
}

#IMAGE3 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/1_001-20230726105612--a7cy.webp");
}

#IMAGE4,#IMAGE4 > .ladi-image > .ladi-image-background.loaded,#IMAGE9,#IMAGE9 > .ladi-image > .ladi-image-background.loaded,#IMAGE11,#IMAGE11 > .ladi-image > .ladi-image-background.loaded,#IMAGE13,#IMAGE13 > .ladi-image > .ladi-image-background.loaded,#IMAGE14,#IMAGE14 > .ladi-image > .ladi-image-background.loaded,#IMAGE17,#IMAGE17 > .ladi-image > .ladi-image-background.loaded,#IMAGE18,#IMAGE18 > .ladi-image > .ladi-image-background.loaded,#IMAGE20,#IMAGE20 > .ladi-image > .ladi-image-background.loaded {
    width: 50px;
    height: 50px;
}

#IMAGE4 {
    top: 60px;
    left: 230px;
}

#IMAGE4 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/4_001-20230726105613-ydkjg.webp");
}

#IMAGE5 {
    top: 60px;
    left: 160px;
}

#IMAGE5 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/3_001-20230726105613-vxi22.webp");
}

#IMAGE6 {
    top: 60px;
    left: 90px;
}

#IMAGE6 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/2_001-20230726105612-xkxzl.webp");
}

#IMAGE7 {
    top: 140px;
    left: 20px;
}

#IMAGE7 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/5_001-20230726105613-qgbje.webp");
}

#IMAGE8 {
    top: 140px;
    left: 90px;
}

#IMAGE8 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/6_001-20230726105604-iy9t5.webp");
}

#IMAGE9 {
    top: 140px;
    left: 160px;
}

#IMAGE9 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/7_001-20230726105604-y431g.webp");
}

#IMAGE10 {
    top: 300px;
    left: 160px;
}

#IMAGE10 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/15_001-20230726105612-klagu.webp");
}

#IMAGE11 {
    top: 300px;
    left: 90px;
}

#IMAGE11 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/14_001-20230726105612-imjs_.webp");
}

#IMAGE12 {
    top: 300px;
    left: 20px;
}

#IMAGE12 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/13_001-20230726105612-bxz2e.webp");
}

#IMAGE13 {
    top: 220px;
    left: 240px;
}

#IMAGE13 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/12_001-20230726105612-yxei3.webp");
}

#IMAGE14 {
    top: 220px;
    left: 160px;
}

#IMAGE14 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/11_001-20230726105604-l8gmc.webp");
}

#IMAGE15 {
    top: 220px;
    left: 20px;
}

#IMAGE15 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/9_001-20230726105604-a5uxc.webp");
}

#IMAGE16 {
    top: 140px;
    left: 230px;
}

#IMAGE16 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/8_001-20230726105604-sirow.webp");
}

#IMAGE17 {
    top: 380px;
    left: 160px;
}

#IMAGE17 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/19_001-20230726105604-lmyf5.webp");
}

#IMAGE18 {
    top: 300px;
    left: 240px;
}

#IMAGE18 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/16_001-20230726105603-y8hce.webp");
}

#IMAGE19 {
    top: 380px;
    left: 20px;
}

#IMAGE19 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/17_001-20230726105603-ybooi.webp");
}

#IMAGE20 {
    top: 380px;
    left: 90px;
}

#IMAGE20 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/18_001-20230726105604-8gcyp.webp");
}

#IMAGE21,#IMAGE21 > .ladi-image > .ladi-image-background.loaded {
    width: 50px;
    height: 57px;
}

#IMAGE21 {
    top: 220px;
    left: 90px;
}

#IMAGE21 > .ladi-image > .ladi-image-background.loaded {
    background-image: url("../images/10_001-20230726105604-x7ip7.webp");
}

#HEADLINE7 > .ladi-headline {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(84, 84, 84);
    text-align: left;
}

#HEADLINE7 > .ladi-headline:hover {
    color: rgb(115, 115, 115);
}

#PARAGRAPH3 > .ladi-paragraph,#PARAGRAPH5 > .ladi-paragraph,#PARAGRAPH6 > .ladi-paragraph,#PARAGRAPH7 > .ladi-paragraph,#PARAGRAPH8 > .ladi-paragraph,#PARAGRAPH9 > .ladi-paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#PARAGRAPH4 > .ladi-paragraph {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

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

#BOX4 > .ladi-box.loaded,#BOX3 > .ladi-box.loaded,#BOX5 > .ladi-box.loaded,#BOX6 > .ladi-box.loaded {
    border-radius: 0px;
}

#BOX4 > .ladi-box.loaded {
    background-color: rgb(246, 218, 65);
}

#HEADLINE9 > .ladi-headline {
    font-weight: bold;
    color: rgb(255, 22, 22);
    text-align: center;
}

#HEADLINE11 > .ladi-headline {
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: left;
}

#BOX3,#FORM_ITEM2 {
    top: 0px;
}

#BOX3 > .ladi-box.loaded {
    background-image: radial-gradient(circle, rgb(165, 245, 248), rgb(255, 255, 255));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BOX3 > .ladi-box.loaded,#BUTTON2 > .ladi-button > .ladi-button-background {
    -webkit-background-clip: initial;
}

#HEADLINE10 > .ladi-headline,#HEADLINE15 > .ladi-headline {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: center;
}

#FORM2 > .ladi-form {
    font-size: 19px;
    line-height: 1.6;
    color: rgb(166, 166, 166);
}

#FORM2 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],#FORM2 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,#FORM2 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,#FORM2 .ladi-form .ladi-survey-option .ladi-survey-option-label,#FORM2 .ladi-form-item .ladi-form-control::placeholder,#FORM2 .ladi-form-item select.ladi-form-control[data-selected=""] {
    color: rgb(166, 166, 166);
}

#FORM2 .ladi-form-item {
    padding-left: 5px;
    padding-right: 5px;
}

#FORM2 .ladi-form-item.otp-countdown:before {
    right: 10px;
}

#FORM2 .ladi-form-item.ladi-form-checkbox {
    padding-left: 10px;
    padding-right: 10px;
}

#FORM2 .ladi-form-item-container .ladi-form-item .ladi-form-control-select {
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20rgb(166%2C%20166%2C%20166)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}

#FORM2 .ladi-survey-option {
    text-align: left;
}

#FORM2 .ladi-form-item-container,#FORM2 .ladi-form-label-container .ladi-form-label-item {
    border-width: 0px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
}

#BUTTON2 > .ladi-button > .ladi-button-background {
    background-image: linear-gradient(rgb(248, 230, 133), rgb(199, 171, 21));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

#BUTTON2 > .ladi-button {
    border-radius: 8px;
    box-shadow: rgb(0, 0, 0) 0px 15px 11px -15px;
}

#BUTTON_TEXT2 > .ladi-headline {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    color: rgb(64, 65, 70);
    text-align: center;
}

#FORM_ITEM6,#FORM_ITEM7,#FORM_ITEM8,#FORM_ITEM9,#FORM_ITEM10,#FORM_ITEM11,#FORM_ITEM12,#FORM_ITEM13 {
    width: 38px;
    height: 35px;
    display: none !important;
}

#SHAPE1 svg:last-child,#SHAPE3 svg:last-child {
    fill: rgb(0, 194, 203);
}

#HEADLINE12 > .ladi-headline {
    font-size: 25.74px;
    line-height: 1.6;
    color: rgb(115, 115, 115);
    text-decoration-line: line-through;
    text-align: left;
}

#HEADLINE13 > .ladi-headline {
    font-size: 35.78px;
    line-height: 1.6;
    color: rgb(64, 65, 70);
    text-align: left;
    text-shadow: rgb(246, 218, 65) 1px 2px 3px;
}

#SHAPE4 > .ladi-shape {
    transform: rotate(-151deg);
}

#SHAPE4 svg:last-child {
    fill: rgb(255, 22, 22);
}

#HEADLINE14 > .ladi-headline {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: left;
    transform: rotate(-8deg);
}

#LINE2 > .ladi-line > .ladi-line-container {
    border-top: 1px solid rgb(84, 84, 84);
    border-right: 1px solid rgb(84, 84, 84);
    border-bottom: 1px solid rgb(84, 84, 84);
    border-left: 0px !important;
}

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

    #IMAGE1 {
        width: 1200px;
        height: 226.75px;
        top: -119.521px;
    }

    #IMAGE1 > .ladi-image > .ladi-image-background.loaded {
        width: 1661.68px;
        height: 226.75px;
        background-image: url("../images/header_blue-20230726104355-qo_qx.webp");
    }

    #HEADLINE3 {
        width: 1143px;
        top: 27.2292px;
        left: 29px;
    }

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

    #LINE1 {
        width: 1200px;
        top: 143.3px;
    }

    #HEADLINE5 {
        width: 162px;
        top: 120px;
        left: 130px;
    }

    #HEADLINE4 {
        width: 73px;
        top: 120px;
        left: 29px;
    }

    #SECTION2 {
        height: 717.7px;
    }

    #BOX1 {
        width: 860px;
        height: 4547px;
        top: 27.7px;
        left: 0px;
    }

    #HEADLINE6,#PARAGRAPH3,#PARAGRAPH6,#PARAGRAPH8,#PARAGRAPH9,#HEADLINE10,#HEADLINE15 {
        width: 800px;
    }

    #HEADLINE6 {
        top: 47.7px;
        left: 30px;
    }

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

    #PARAGRAPH2 {
        width: 272px;
        top: 117.7px;
        left: 30px;
    }

    #IMAGE2,#IMAGE2 > .ladi-image > .ladi-image-background.loaded {
        width: 795px;
        height: 530px;
    }

    #IMAGE2 {
        top: 156.7px;
        left: 30px;
    }

    #IMAGE2 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/ii-fplsevoc-20230726105619-qqphf.webp");
    }

    #PARAGRAPH1 {
        width: 280px;
        top: 15px;
        left: 15.34px;
    }

    #HEADLINE7 {
        width: 271px;
        top: 450px;
        left: 30px;
    }

    #GROUP1 {
        width: 310.68px;
        height: 510px;
        top: 27.7px;
        left: 890px;
    }

    #SECTION3 {
        height: 928.5px;
    }

    #PARAGRAPH3 {
        top: 0px;
        left: 30px;
    }

    #PARAGRAPH3 > .ladi-paragraph,#PARAGRAPH5 > .ladi-paragraph,#PARAGRAPH6 > .ladi-paragraph,#PARAGRAPH7 > .ladi-paragraph,#PARAGRAPH8 > .ladi-paragraph,#PARAGRAPH9 > .ladi-paragraph {
        text-align: justify;
    }

    #PARAGRAPH4 {
        width: 490px;
        top: 425px;
        left: 30.8215px;
    }

    #PARAGRAPH4 > .ladi-paragraph,#HEADLINE8 > .ladi-headline {
        font-size: 30px;
    }

    #PARAGRAPH5 {
        width: 430px;
        top: 496px;
        left: 30.8215px;
    }

    #IMAGE22,#IMAGE22 > .ladi-image > .ladi-image-background.loaded {
        width: 348.357px;
        height: 260.944px;
    }

    #IMAGE22 {
        top: 515px;
        left: 480.822px;
    }

    #IMAGE22 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/pierre_woodman_and_sophie_paris-20230726105619-_hotr.webp");
    }

    #PARAGRAPH6 {
        top: 797px;
        left: 30.8215px;
    }

    #SECTION4 {
        height: 1126.1px;
    }

    #IMAGE23,#IMAGE23 > .ladi-image > .ladi-image-background.loaded {
        width: 801.583px;
        height: 600px;
    }

    #IMAGE23 {
        top: 16.5px;
        left: 30px;
    }

    #IMAGE23 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/45-20230726105613-fr_nb.webp");
    }

    #PARAGRAPH7 {
        width: 802px;
        top: 651.5px;
        left: 30px;
    }

    #HEADLINE8 {
        width: 442px;
        top: 884.5px;
        left: 31px;
    }

    #PARAGRAPH8 {
        top: 957.5px;
        left: 31px;
    }

    #SECTION5 {
        height: 679.1px;
    }

    #PARAGRAPH9 {
        top: 444.4px;
        left: 30px;
    }

    #IMAGE27 {
        width: 461.998px;
        height: 359.812px;
        top: 35.6368px;
        left: 210.502px;
    }

    #IMAGE27 > .ladi-image > .ladi-image-background.loaded {
        width: 670.006px;
        height: 521.812px;
        top: -87px;
        left: -110px;
        background-image: url("../images/vigasil-th-1-20230728131128-rz8cg_2.webp");
    }

    #SECTION6 {
        height: 874.1px;
    }

    #BOX4 {
        width: 800px;
        height: 121.7px;
        top: 2.3px;
        left: 30px;
    }

    #HEADLINE9 {
        width: 529px;
        top: 7.15px;
        left: 143.5px;
    }

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

    #HEADLINE11 {
        width: 436px;
        top: 818.911px;
        left: 266px;
    }

    #HEADLINE11 > .ladi-headline {
        font-size: 18px;
    }

    #BOX3,#GROUP4 {
        width: 800px;
        height: 648px;
    }

    #BOX3 {
        left: 0px;
    }

    #HEADLINE10 {
        top: 291.168px;
    }

    #FORM2 {
        width: 374px;
        height: 253px;
        top: 338.668px;
        left: 233.5px;
    }

    #BUTTON2 {
        width: 374px;
        height: 81px;
        top: 172px;
    }

    #BUTTON_TEXT2 {
        width: 353px;
        top: 9px;
    }

    #FORM_ITEM2,#FORM_ITEM4 {
        width: 327.69px;
        height: 53px;
    }

    #FORM_ITEM2 {
        left: 46.3096px;
    }

    #FORM_ITEM4 {
        top: 103px;
        left: 46.3096px;
    }

    #FORM_ITEM6,#FORM_ITEM7,#FORM_ITEM8,#FORM_ITEM9 {
        top: 166px;
    }

    #FORM_ITEM10,#FORM_ITEM11,#FORM_ITEM12,#FORM_ITEM13 {
        top: 166px;
        left: 0px;
    }

    #BOX5,#BOX6 {
        width: 53px;
        height: 53px;
    }

    #BOX5 {
        top: 338.668px;
        left: 211.5px;
    }

    #BOX6 {
        top: 440.168px;
        left: 211.5px;
    }

    #SHAPE1 {
        width: 36px;
        height: 36px;
        top: 347.168px;
        left: 224.5px;
    }

    #SHAPE3 {
        width: 39.5px;
        height: 39.5px;
        top: 445.668px;
        left: 220.5px;
    }

    #HEADLINE12 {
        width: 199px;
        top: 129.168px;
        left: 451px;
    }

    #HEADLINE13 {
        width: 248px;
        top: 163.168px;
        left: 450px;
    }

    #HEADLINE15 {
        top: 400.446px;
    }

    #SHAPE4,#GROUP5 {
        width: 148.132px;
        height: 129.478px;
    }

    #HEADLINE14 {
        width: 53px;
        top: 44.456px;
        left: 33.132px;
    }

    #GROUP5 {
        top: 0px;
        left: 450.868px;
    }

    #GROUP4 {
        top: 124.004px;
        left: 30px;
    }

    #LINE2 {
        width: 400px;
        top: 802.3px;
        left: 224px;
    }

    #IMAGE26 {
        width: 342.524px;
        height: 266.763px;
        top: 137px;
        left: 152.5px;
    }

    #IMAGE26 > .ladi-image > .ladi-image-background.loaded {
        width: 452.127px;
        height: 352.123px;
        top: -50.853px;
        left: -59.0258px;
        background-image: url("../images/vigasil-th-1-20230728131128-rz8cg.webp");
    }
}

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

    #IMAGE1 {
        width: 420px;
        height: 75.5833px;
        top: -14.7916px;
    }

    #IMAGE1 > .ladi-image > .ladi-image-background.loaded {
        width: 553.893px;
        height: 75.5833px;
        background-image: url("../images/header_blue-20230726104355-qo_qx_1.webp");
    }

    #HEADLINE3,#HEADLINE6,#PARAGRAPH2,#PARAGRAPH3,#PARAGRAPH4,#PARAGRAPH5,#PARAGRAPH6,#PARAGRAPH7,#PARAGRAPH8,#PARAGRAPH9,#HEADLINE11 {
        width: 400px;
    }

    #HEADLINE3 {
        top: 5.7917px;
        left: 10px;
    }

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

    #LINE1,#LINE2 {
        width: 420px;
    }

    #LINE1 {
        top: 71.1324px;
    }

    #HEADLINE5 {
        width: 255px;
        top: 65.1324px;
        left: -439.5px;
    }

    #HEADLINE4 {
        width: 167px;
        top: 29px;
        left: -395.5px;
    }

    #SECTION2 {
        height: 419.836px;
    }

    #BOX1 {
        width: 305.819px;
        height: 330px;
        top: 30.417px;
        left: -465.819px;
    }

    #HEADLINE6 {
        top: 10.417px;
        left: 10px;
    }

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

    #PARAGRAPH2 {
        top: 90.417px;
        left: 10px;
    }

    #IMAGE2,#IMAGE2 > .ladi-image > .ladi-image-background.loaded {
        width: 400px;
        height: 266.667px;
    }

    #IMAGE2 {
        top: 134.836px;
        left: 10px;
    }

    #IMAGE2 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/ii-fplsevoc-20230726105619-qqphf_1.webp");
    }

    #PARAGRAPH1 {
        width: 192px;
        top: 0px;
        left: 10.5275px;
    }

    #HEADLINE7 {
        width: 186px;
        top: 308.824px;
        left: 20.5883px;
    }

    #GROUP1 {
        width: 213.212px;
        height: 350px;
        top: 10.417px;
        left: 617.468px;
    }

    #SECTION3 {
        height: 1570.58px;
    }

    #PARAGRAPH3,#IMAGE23,#BOX4 {
        top: 10px;
        left: 10px;
    }

    #PARAGRAPH3 > .ladi-paragraph,#PARAGRAPH5 > .ladi-paragraph,#PARAGRAPH6 > .ladi-paragraph,#PARAGRAPH7 > .ladi-paragraph,#PARAGRAPH8 > .ladi-paragraph,#PARAGRAPH9 > .ladi-paragraph {
        text-align: left;
    }

    #PARAGRAPH4 {
        top: 694.581px;
        left: 10px;
    }

    #PARAGRAPH4 > .ladi-paragraph,#HEADLINE8 > .ladi-headline {
        font-size: 23px;
    }

    #PARAGRAPH5 {
        top: 1058.58px;
        left: 9.876px;
    }

    #IMAGE22,#IMAGE22 > .ladi-image > .ladi-image-background.loaded {
        width: 400.496px;
        height: 300px;
    }

    #IMAGE22 {
        top: 747.581px;
        left: 10px;
    }

    #IMAGE22 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/pierre_woodman_and_sophie_paris-20230726105619-_hotr_1.webp");
    }

    #PARAGRAPH6 {
        top: 1311.58px;
        left: 10.124px;
    }

    #SECTION4 {
        height: 1059.64px;
    }

    #IMAGE23,#IMAGE23 > .ladi-image > .ladi-image-background.loaded {
        width: 400px;
        height: 299.408px;
    }

    #IMAGE23 > .ladi-image > .ladi-image-background.loaded {
        background-image: url("../images/45-20230726105613-fr_nb_1.webp");
    }

    #PARAGRAPH7 {
        top: 339.641px;
        left: 10px;
    }

    #HEADLINE8 {
        width: 390px;
        top: 647.641px;
        left: 10px;
    }

    #PARAGRAPH8 {
        top: 713.641px;
        left: 10px;
    }

    #SECTION5 {
        height: 821.527px;
    }

    #PARAGRAPH9 {
        top: 331.527px;
        left: 10px;
    }

    #IMAGE27 {
        width: 367.9px;
        height: 286.527px;
        top: 28px;
        left: 38px;
    }

    #IMAGE27 > .ladi-image > .ladi-image-background.loaded {
        width: 533.542px;
        height: 415.532px;
        top: -80.0183px;
        left: -101.172px;
        background-image: url("../images/vigasil-th-1-20230728131128-rz8cg_1.webp");
    }

    #SECTION6 {
        height: 778.99px;
    }

    #BOX4 {
        width: 400px;
        height: 87.231px;
    }

    #HEADLINE9 {
        width: 360px;
        top: 19.231px;
        left: 30px;
    }

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

    #HEADLINE11 {
        top: 736.99px;
        left: 66px;
    }

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

    #BOX3 {
        width: 400px;
        height: 611px;
        left: 170px;
    }

    #HEADLINE10,#HEADLINE15 {
        width: 754px;
    }

    #HEADLINE10 {
        top: 279.12px;
    }

    #FORM2 {
        width: 352.645px;
        height: 327.093px;
    }

    #FORM2,#BOX5 {
        top: 323.907px;
        left: 199.424px;
    }

    #BUTTON2 {
        width: 352.645px;
        height: 76.3752px;
        top: 166.894px;
    }

    #BUTTON_TEXT2 {
        width: 374px;
        top: 8.48613px;
    }

    #FORM_ITEM2,#FORM_ITEM4 {
        width: 308.979px;
        height: 49.9739px;
    }

    #FORM_ITEM2 {
        left: 43.6654px;
    }

    #FORM_ITEM4 {
        top: 97.119px;
        left: 43.6654px;
    }

    #FORM_ITEM6 {
        top: 157.093px;
    }

    #FORM_ITEM7 {
        top: 202.093px;
    }

    #FORM_ITEM8 {
        top: 247.093px;
    }

    #FORM_ITEM9 {
        top: 292.093px;
    }

    #FORM_ITEM10 {
        top: 265.093px;
        left: 157.322px;
    }

    #FORM_ITEM11 {
        top: 272.093px;
        left: 106px;
    }

    #FORM_ITEM12 {
        top: 257.093px;
        left: 43.6654px;
    }

    #FORM_ITEM13 {
        top: 243.269px;
        left: 5.6654px;
    }

    #BOX5,#BOX6 {
        width: 49.9738px;
        height: 49.9738px;
    }

    #BOX6 {
        top: 419.612px;
        left: 199.424px;
    }

    #SHAPE1 {
        width: 33.9444px;
        height: 33.9444px;
        top: 331.922px;
        left: 211.681px;
    }

    #SHAPE3 {
        width: 37.2446px;
        height: 37.2446px;
        top: 424.798px;
        left: 207.91px;
    }

    #HEADLINE12 {
        width: 177px;
        top: 191.084px;
        left: 304.069px;
    }

    #HEADLINE13 {
        width: 247px;
        top: 216.428px;
        left: 269.069px;
    }

    #HEADLINE15 {
        top: 382.158px;
    }

    #SHAPE4,#GROUP5 {
        width: 139.674px;
        height: 122.085px;
    }

    #HEADLINE14 {
        width: 50px;
        top: 41.9176px;
        left: 31.241px;
    }

    #GROUP5 {
        top: 8.999px;
        left: 424px;
    }

    #GROUP4 {
        width: 754px;
        height: 651px;
        top: 97.231px;
        left: -160px;
    }

    #LINE2 {
        top: 716.99px;
        left: 0px;
    }

    #IMAGE26 {
        width: 224.396px;
        height: 174.763px;
        top: 113.231px;
        left: 63px;
    }

    #IMAGE26 > .ladi-image > .ladi-image-background.loaded {
        width: 296.2px;
        height: 230.684px;
        top: -33.3151px;
        left: -38.6693px;
        background-image: url("../images/vigasil-th-1-20230728131128-rz8cg_3.webp");
    }
}
        #NOTIFY490 {
            width: 250px;
            height: 62px;
            top: 10px;
            left: 10px;
            bottom: auto;
            right: auto;
            position: fixed;
        }
        #NOTIFY490 > .ladi-notify {
            color: #404040;
            background-color: rgba(250, 250, 250, 0.9);
            display: flex;
            align-items: center;
        }
        @keyframes pulse {
            0% {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }
            50% {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }
            100% {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }
        }
        @keyframes flash {
            0% { opacity: 1; }
            50% { opacity: .1; }
            100% { opacity: 1; }
      }