.btn.btn-success {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50;
    box-shadow: 0 2px 2px 0 rgba(76, 175, 80, .14), 0 3px 1px -2px rgba(76, 175, 80, .2), 0 1px 5px 0 rgba(76, 175, 80, .12);
    padding: 10px 15px;
    border-radius: 5px;
}

/* layouts.navbar menu and popup base */
.vergarden-menu-open {
    overflow: hidden;
}

.ladi-menu {
    position: absolute;
}

.ladi-menu.list-menu-items.theme-1 {
    z-index: 1;
    display: flex;
    width: fit-content;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.ladi-menu.list-menu-items.theme-1 .ladi-menu-item {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    align-self: center;
    position: relative;
    transition: all 150ms linear 0s, visibility 0s;
}

.ladi-menu.list-menu-items.theme-1 .ladi-menu-item>ul {
    visibility: hidden;
    opacity: 0;
    display: flex;
    position: absolute;
    top: 35px;
    width: max-content;
    gap: 10px;
    flex-flow: column;
    padding: 5px 10px;
}

.ladi-menu.list-menu-items.theme-1 .ladi-menu-item>ul:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    height: 50px;
}

.ladi-menu.list-menu-items.theme-1 .ladi-menu-item>ul>.ladi-menu-item {
    width: 100%;
}

.ladi-menu.list-menu-items.theme-1 .ladi-menu-item:hover>ul {
    visibility: visible;
    opacity: 1;
}

.ladi-menu.list-menu-items.theme-1>.ladi-menu-item>ul .ladi-menu-item>ul {
    left: 100%;
    transform: translate(20px, -5px);
    top: 0;
}

.ladi-menu.list-menu-items.theme-1>.ladi-menu-item>ul .ladi-menu-item>ul:before {
    top: 0;
    left: -35px;
    height: 100%;
    width: 50px;
}

.popup-menu-mobile .ladi-menu.list-menu-items.theme-1,
#POPUP_MENU_MOBILE .ladi-menu.list-menu-items.theme-1 {
    margin: 0;
}

.popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item,
#POPUP_MENU_MOBILE .ladi-menu.list-menu-items.theme-1 .ladi-menu-item {
    display: block;
    align-self: baseline;
}

.popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item ul {
    position: relative;
}

.popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item a,
#POPUP_MENU_MOBILE .ladi-menu.list-menu-items.theme-1 .ladi-menu-item a {
    padding-right: 20px;
    position: relative;
}

.popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item[data-child="true"]>a {
    pointer-events: none;
}

.popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item[data-child="true"]>a:before,
#POPUP_MENU_MOBILE .ladi-menu.list-menu-items.theme-1 .ladi-menu-item[data-child="true"]>a:before {
    content: "";
    background-image: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23fff%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.95437%2010.3254C3.13408%2010.535%203.44973%2010.5593%203.65939%2010.3796L8.00066%206.65853L12.3419%2010.3796C12.5516%2010.5593%2012.8672%2010.535%2013.047%2010.3254C13.2267%2010.1157%2013.2024%209.80007%2012.9927%209.62036L8.32606%205.62036C8.13881%205.45987%207.86251%205.45987%207.67526%205.62036L3.0086%209.62036C2.79893%209.80007%202.77465%2010.1157%202.95437%2010.3254Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E");
    background-position: top right;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: 3px;
    position: absolute;
    right: -3px;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    top: 5px;
}

.popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item ul {
    visibility: hidden;
    opacity: 0;
    display: none !important;
}

.popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item.open>a:before {
    transform: rotate(0deg);
    top: 0;
}

.popup-menu-mobile .ladi-menu.list-menu-items.theme-1 .ladi-menu-item.open>ul {
    visibility: visible;
    opacity: 1;
    display: flex !important;
    top: 5px;
}

.popup-menu-mobile .ladi-menu.list-menu-items.theme-1 ul {
    display: flex !important;
    visibility: visible;
    opacity: 1;
    background: transparent;
    padding: 0;
    top: 35px;
    transform: translate(20px, 0);
    left: 0;
}

.popup-menu-mobile .ladi-menu.list-menu-items.theme-1>.ladi-menu-item .ladi-menu-item ul {
    left: 0;
    transform: translate(20px, 0);
}

.ladi-menu.menu-icon-item {
    width: 100%;
    height: 100%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    cursor: pointer;
}

.ladi-popup .ladi-menu.menu-icon-item {
    display: none;
}

.ladi-popup .ladi-menu.list-menu-items {
    display: flex;
    flex-flow: column;
}

#SECTION_POPUP>.ladi-container>.ladi-element[id^="POPUP_MENU_MOBILE"][data-dropbox="true"] {
    display: none;
}

.popup-menu-mobile {
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    max-height: 100% !important;
}

.popup-menu-mobile .ladi-popup {
    min-height: 100%;
}

.popup-menu-mobile .ladi-popup,
.popup-menu-mobile .ladi-popup-background {
    width: 100%;
    height: 100%;
}

.popup-menu-mobile .ladi-element .ladi-menu.menu-icon-item {
    display: none !important;
}

.popup-menu-mobile .ladi-element .ladi-menu.list-menu-items {
    display: flex !important;
}

.popup-menu-mobile .popup-close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: #fff;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-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");
    mask-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");
}

@media (min-width: 768px) {
    .ladi-menu.menu-icon-item.theme-1 {
        display: none;
    }

    .popup-menu-mobile {
        display: none;
    }
}

@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-menu.list-menu-items.theme-1 {
        display: none;
    }
}

/* layouts.navbar header */
#header {
    font-family: Mulish, sans-serif
}

#header>.ladi-section-background {
    background-color: rgb(52, 69, 61);
}

#headerGROUP1 {
    width: 148px;
    height: 56px;
}

#headerHEADLINE3 {
    width: 212px;
    top: 8px;
    left: 0px;
}

#headerHEADLINE3>.ladi-headline {
    font-family: Exo, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: left;
}

#headerHEADLINE3>.ladi-headline:hover,
#headerBOX1>.ladi-box:hover,
#headerMENU1>.ladi-menu .ladi-menu-item:hover,
#headerMENU1>.ladi-menu .ladi-menu-item.selected {
    opacity: 1;
}

#headerBOX1 {
    top: 0px;
    left: 64px;
}

#headerBOX1>.ladi-box {
    border-radius: 100px;
    background-color: rgb(135, 182, 161);
}

#headerMENU1>.ladi-menu .ladi-menu-item {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: left;
    -webkit-text-stroke-width: 0px;
}

#headerMENU1>.ladi-menu .ladi-menu-item:hover,
#headerMENU1>.ladi-menu .ladi-menu-item.selected {
    color: rgb(255, 147, 57);
}

#headerMENU1>.ladi-menu.list-menu-items {
    gap: 56px;
}

#headerMENU1>.ladi-menu.menu-icon-item {
    background-color: rgb(255, 255, 255);
}

@media (min-width: 768px) {
    #header {
        height: 96px;
    }

    #headerGROUP1 {
        top: 20px;
        left: 0px;
    }

    #headerHEADLINE3>.ladi-headline {
        font-size: 40px;
    }

    #headerBOX1 {
        width: 12px;
        height: 12px;
    }

    #headerMENU1 {
        width: 592px;
        height: 36px;
        top: 30px;
        left: 220px;
    }
}

@media (max-width: 767px) {
    #header {
        height: 72px;
    }

    #headerGROUP1 {
        top: 10px;
        left: 14px;
    }

    #headerHEADLINE3>.ladi-headline {
        font-size: 36px;
    }

    #headerBOX1 {
        width: 10px;
        height: 10px;
    }

    #headerMENU1 {
        width: 40px;
        height: 30.6383px;
        top: 22.6808px;
        left: 370px;
    }
}

/* layouts.footer and mobile popup */
#footer {
    font-family: Mulish, sans-serif
}

#footer>.ladi-section-background {
    background-color: rgb(52, 69, 61);
}

#footerFRAME40,
#footerFRAME41,
#footerFRAME42 {
    width: auto !important;
    height: auto !important;
}

#footerFRAME40>.ladi-frame:hover,
#footerFRAME40>.ladi-frame:hover~.ladi-frame-bg,
#footerPARAGRAPH31>.ladi-paragraph:hover,
#footerPARAGRAPH32>.ladi-paragraph:hover,
#footerPARAGRAPH33>.ladi-paragraph:hover,
#footerHEADLINE53>.ladi-headline:hover,
#footerBOX56>.ladi-box:hover,
#footerFRAME41>.ladi-frame:hover,
#footerFRAME41>.ladi-frame:hover~.ladi-frame-bg,
#footerHEADLINE46>.ladi-headline:hover,
#footerHEADLINE47>.ladi-headline:hover,
#footerHEADLINE48>.ladi-headline:hover,
#footerHEADLINE49>.ladi-headline:hover,
#footerHEADLINE50>.ladi-headline:hover,
#footerHEADLINE54>.ladi-headline:hover,
#footerHEADLINE29>.ladi-headline:hover,
#footerHEADLINE51>.ladi-headline:hover,
#footerFRAME42>.ladi-frame:hover,
#footerFRAME42>.ladi-frame:hover~.ladi-frame-bg,
#footerSHAPE9:hover>.ladi-shape,
#footerSHAPE10:hover>.ladi-shape,
#footerSHAPE11:hover>.ladi-shape,
#footerSHAPE12:hover>.ladi-shape,
#footerBUTTON23>.ladi-button:hover,
#footerBUTTON_TEXT23>.ladi-headline:hover,
#footerHEADLINE52>.ladi-headline:hover {
    opacity: 1;
}

#footerFRAME40>.ladi-frame,
#footerFRAME41>.ladi-frame,
#footerFRAME42>.ladi-frame {
    width: max-content;
    height: max-content;
}

#footerFRAME40>.ladi-frame,
#footerFRAME41>.ladi-frame,
#footerHEADLINE51,
#footerFRAME42>.ladi-frame,
#footerFORM_ITEM13,
#footerHEADLINE52 {
    top: 0px;
    left: 0px;
}

#footerFRAME40>.ladi-frame,
#footerFRAME41>.ladi-frame {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px;
    margin: 0px auto auto 0px;
    overflow: initial;
}

#footerFRAME40>.ladi-frame>.ladi-element,
#footerFRAME41>.ladi-frame>.ladi-element {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin: 0px auto auto 0px;
}

#footerPARAGRAPH31,
#footerPARAGRAPH32,
#footerPARAGRAPH33,
#footerGROUP22,
#footerHEADLINE46,
#footerHEADLINE47,
#footerHEADLINE48,
#footerHEADLINE49,
#footerHEADLINE50,
#footerHEADLINE54,
#footerHEADLINE29,
#footerSHAPE9,
#footerSHAPE10,
#footerSHAPE11,
#footerSHAPE12 {
    top: 0px !important;
    left: 0px !important;
}

#footerPARAGRAPH31 {
    order: 401;
}

#footerPARAGRAPH31>.ladi-paragraph,
#footerPARAGRAPH32>.ladi-paragraph,
#footerPARAGRAPH33>.ladi-paragraph {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
}

#footerPARAGRAPH32 {
    order: 394;
}

#footerPARAGRAPH33 {
    order: 395;
}

#footerGROUP22 {
    width: 148px;
    height: 56px;
}

#footerHEADLINE53 {
    width: 220px;
    top: 8px;
    left: 0px;
}

#footerHEADLINE53>.ladi-headline {
    font-family: Exo, sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: left;
}

#footerBOX56 {
    width: 12px;
    height: 12px;
    top: 0px;
    left: 64px;
}

#footerBOX56>.ladi-box {
    border-radius: 100px;
}

#footerBOX56>.ladi-box,
#footerBUTTON23>.ladi-button>.ladi-button-background {
    background-color: rgb(135, 182, 161);
}

#footerHEADLINE46,
#footerHEADLINE47,
#footerHEADLINE48,
#footerHEADLINE49,
#footerHEADLINE50 {
    width: 100px;
}

#footerHEADLINE46>.ladi-headline {
    font-family: Exo, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: left;
}

#footerHEADLINE47>.ladi-headline,
#footerHEADLINE48>.ladi-headline,
#footerHEADLINE49>.ladi-headline,
#footerHEADLINE50>.ladi-headline,
#footerHEADLINE54>.ladi-headline,
#footerHEADLINE29>.ladi-headline {
    font-size: 16px;
    line-height: 1.3;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: unset;
}

#footerHEADLINE51>.ladi-headline {
    font-family: Exo, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: left;
}

#footerFRAME42 {
    left: 0px;
}

#footerFRAME42>.ladi-frame {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    gap: 24px;
    padding: 0px 0px 2px;
    margin: 0px auto auto 0px;
    overflow: initial;
}

#footerFRAME42>.ladi-frame>.ladi-element {
    position: relative;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    vertical-align: top;
    margin: 0px auto auto 0px;
}

#footerSHAPE9,
#footerSHAPE10,
#footerSHAPE11,
#footerSHAPE12 {
    width: 28px;
    height: 28px;
}

#footerSHAPE9 svg:last-child,
#footerSHAPE10 svg:last-child,
#footerSHAPE11 svg:last-child,
#footerSHAPE12 svg:last-child {
    fill: rgb(0, 0, 0);
}

#footerGROUP21 {
    height: 152px;
}

#footerFORM6 {
    height: 112px;
    top: 40px;
    left: 0px;
}

#footerFORM6>.ladi-form {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(170, 170, 170);
}

#footerFORM6 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item span[data-checked="false"],
#footerFORM6 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing,
#footerFORM6 .ladi-form .ladi-form-item.ladi-form-checkbox .ladi-form-checkbox-item .ladi-editing::placeholder,
#footerFORM6 .ladi-form .ladi-survey-option .ladi-survey-option-label,
#footerFORM6 .ladi-form-item .ladi-form-control::placeholder,
#footerFORM6 .ladi-form-item select.ladi-form-control[data-selected=""] {
    color: rgb(170, 170, 170);
}

#footerFORM6 .ladi-form-item {
    padding-left: 24px;
    padding-right: 24px;
}

#footerFORM6 .ladi-form-item.otp-countdown:before {
    right: 29px;
}

#footerFORM6 .ladi-form-item.ladi-form-checkbox {
    padding-left: 29px;
    padding-right: 29px;
}

#footerFORM6 .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(170%2C%20170%2C%20170)%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}

#footerFORM6 .ladi-survey-option {
    text-align: left;
}

#footerFORM6 .ladi-form-item-container,
#footerFORM6 .ladi-form-label-container .ladi-form-label-item {
    border-width: 1px;
    border-radius: 30px;
    border-style: solid;
    border-color: rgb(241, 243, 244);
}

#footerFORM6 .ladi-form-item-container .ladi-form-item.ladi-form-quantity {
    width: calc(100% + 1px);
}

#footerFORM6 .ladi-form-item-container .ladi-form-quantity .button {
    background-color: rgb(241, 243, 244);
}

#footerFORM6 .ladi-form-item-background {
    border-radius: 29px;
    background-color: rgb(255, 255, 255);
}

#footerBUTTON23,
#footerFORM_ITEM13 {
    height: 48px;
}

#footerBUTTON23 {
    top: 64px;
    left: 0px;
}

#footerBUTTON23>.ladi-button {
    border-radius: 30px;
}

#footerBUTTON_TEXT23 {
    top: 9px;
    left: 0px;
}

#footerBUTTON_TEXT23>.ladi-headline {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
}

#footerHEADLINE52>.ladi-headline {
    font-family: Exo, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: left;
}

@media (min-width: 768px) {
    #footer {
        height: 400px;
    }

    #footerFRAME40 {
        top: 74.2156px;
        left: 0px;
    }

    #footerPARAGRAPH31,
    #footerPARAGRAPH32 {
        width: 240px;
    }

    #footerPARAGRAPH33 {
        width: 273px;
    }

    #footerFRAME41 {
        top: 100px;
        left: 330px;
    }

    #footerHEADLINE54,
    #footerHEADLINE29 {
        width: 176px;
    }

    #footerGROUP20 {
        width: 225px;
        height: 70px;
        top: 100px;
        left: 520px;
    }

    #footerHEADLINE51 {
        width: 250px;
    }

    #footerHEADLINE51>.ladi-headline {
        line-height: 1.6;
    }

    #footerFRAME42 {
        top: 40px;
    }

    #footerGROUP21,
    #footerFORM6,
    #footerFORM_ITEM13 {
        width: 400px;
    }

    #footerGROUP21 {
        top: 100px;
        left: 800px;
    }

    #footerBUTTON23,
    #footerBUTTON_TEXT23 {
        width: 92px;
    }

    #footerBUTTON_TEXT23>.ladi-headline {
        font-size: 16px;
        text-align: left;
        padding-left: 32px;
    }

    #footerHEADLINE52 {
        width: 302px;
    }
}

@media (max-width: 767px) {
    #footer {
        height: 688px;
    }

    #footerFRAME40 {
        top: 39px;
        left: 16px;
    }

    #footerPARAGRAPH31,
    #footerPARAGRAPH32,
    #footerPARAGRAPH33,
    #footerGROUP21,
    #footerFORM6,
    #footerFORM_ITEM13 {
        width: 388px;
    }

    #footerFRAME41 {
        top: 227.224px;
        left: 16px;
    }

    #footerHEADLINE54,
    #footerHEADLINE29 {
        width: 170px;
    }

    #footerGROUP20 {
        width: 184px;
        height: 123px;
        top: 227.224px;
        left: 214px;
    }

    #footerHEADLINE51 {
        width: 184px;
    }

    #footerHEADLINE51>.ladi-headline {
        line-height: 1.6;
    }

    #footerFRAME42 {
        top: 93px;
    }

    #footerGROUP21 {
        top: 486.224px;
        left: 16px;
    }

    #footerBUTTON23,
    #footerBUTTON_TEXT23 {
        width: 200px;
    }

    #footerBUTTON_TEXT23>.ladi-headline {
        font-size: 18px;
        text-align: center;
    }

    #footerHEADLINE52 {
        width: 339px;
    }
}

#POPUP_MENU_MOBILE_headerMENU1 {
    font-family: Mulish, sans-serif
}

#SECTION_POPUP {
    height: 0px;
}

#POPUP_MENU_MOBILE_headerMENU1 {
    width: 320px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

#MENU14 {
    width: 110px;
    height: 239px;
    top: 29px;
    left: 105px;
}

#MENU14>.ladi-menu .ladi-menu-item {
    font-size: 18px;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    -webkit-text-stroke-width: 0px;
}

#MENU14>.ladi-menu .ladi-menu-item:hover,
#MENU14>.ladi-menu .ladi-menu-item.selected {
    color: blue;
    opacity: 1;
}

#MENU14>.ladi-menu.list-menu-items {
    gap: 19px;
}

#MENU14>.ladi-menu.menu-icon-item {
    background-color: rgb(255, 87, 87);
}

@media (min-width: 768px) {
    #POPUP_MENU_MOBILE_headerMENU1 {
        height: 300px;
    }

    #POPUP_MENU_MOBILE_headerMENU1>.ladi-popup>.ladi-popup-background {
        background-image: linear-gradient(rgb(67, 67, 67), rgb(0, 0, 0));
        background-color: initial;
        background-size: initial;
        background-origin: initial;
        background-position: initial;
        background-repeat: initial;
        background-attachment: initial;
        -webkit-background-clip: initial;
    }
}

@media (max-width: 767px) {
    #POPUP_MENU_MOBILE_headerMENU1 {
        height: 289px;
    }

    #POPUP_MENU_MOBILE_headerMENU1>.ladi-popup>.ladi-popup-background {
        background-color: rgb(0, 0, 0);
    }
}

#header, #footer, #POPUP_MENU_MOBILE_headerMENU1 { font-family: Exo, sans-serif !important; }

/* layouts.navbar mobile icon overrides */
.ladi-menu.menu-icon-item.theme-1.menu-icon-1 {
    background-color: transparent !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

.ladi-menu.menu-icon-item.theme-1.menu-icon-1::before,
.ladi-menu.menu-icon-item.theme-1.menu-icon-1::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
}

.ladi-menu.menu-icon-item.theme-1.menu-icon-1::before {
    top: 7px;
    box-shadow: 0 9px 0 currentColor;
}

.ladi-menu.menu-icon-item.theme-1.menu-icon-1::after {
    top: 25px;
}

#SECTION_POPUP>.ladi-container>.ladi-element.popup-menu-mobile {
    display: block !important;
}

#POPUP_MENU_MOBILE_headerMENU1.popup-menu-mobile {
    z-index: 90000070;
}
