<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.et-fb:not(.single-et_pb_layout) .diana_overlays_popup3,
body:not(.et-fb) .diana_overlays_popup3 {
    display: none;
}

body.et-fb .diana_overlays_popup3 {
    position: relative !important;
}

body:not(.et-fb) .diana_overlays_popup3 .et_pb_column .et_pb_text {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: opacity 0.4s, transform 0.4s;
}

body:not(.et-fb) .diana_overlays_popup3.opened .et_pb_column .et_pb_text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}

body:not(.et-fb) .diana_overlays_popup3 .et_pb_column .et_pb_blurb {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: opacity 0.4s, transform 0.4s;
}

body:not(.et-fb) .diana_overlays_popup3.opened .et_pb_column .et_pb_blurb {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.15s;
}

body:not(.et-fb) .diana_overlays_popup3.opened .et_pb_column:last-child .et_pb_blurb {
    transition-delay: 0.2s;
}

body:not(.et-fb) .diana_overlays_popup3 .et_pb_search input.et_pb_s {
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 0s;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: auto !important;
}

body:not(.et-fb) .diana_overlays_popup3.opened .et_pb_search input.et_pb_s {
    transition: transform 0.4s;
    transform: scale3d(1, 1, 1);
    transition-duration: 0.5s;

}

.diana_overlays_popup3 .et_pb_search label.screen-reader-text {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 21px;
    color: #33373a !important;
    font-weight: 400 !important;
    position: absolute !important;
    top: 50%;
    transform: translate(0, -50%);
    display: block !important;
    width: auto !important;
    height: auto !important;
    clip: auto !important;
    clip-path: none !important;
    line-height: 100%;
    opacity: 0 !important;
    transition: 0.2s;
    transition-delay: 0s !important;
}

body:not(.et-fb) .diana_overlays_popup3 .et_pb_search input.et_pb_searchsubmit {
    opacity: 0 !important;
    transition: 0.2s;
}

body:not(.et-fb) .diana_overlays_popup3.opened .et_pb_search input.et_pb_searchsubmit,
.diana_overlays_popup3.opened .et_pb_search label.screen-reader-text {
    opacity: 1 !important;
    transition-delay: 0.5s !important;
}

body .diana_overlays_popup3.opened .et_pb_search input.et_pb_s::-webkit-input-placeholder {
    color: transparent !important;
}

body .diana_overlays_popup3.opened .et_pb_search input.et_pb_s::-moz-placeholder {
    color: transparent !important;
}

body .diana_overlays_popup3.opened .et_pb_search input.et_pb_s:-ms-input-placeholder {
    color: transparent !important;
}

body .diana_overlays_popup3.opened .et_pb_search input.et_pb_s:-moz-placeholder {
    color: transparent !important;
}

body .diana_overlays_popup3 .et_pb_column .et_pb_blurb .et-pb-icon {
    padding: 16px !important;
}

body.ie .diana_overlays_popup3 .et_pb_search input.et_pb_s{
    font-size: 21px !important;
    color: #33373a !important;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {
    .diana_overlays_popup3{
        height: 100%!important;
        overflow: scroll !important;
    }
    .diana_overlays_popup3 .et_pb_row {
        width: 90% !important;
    }
}

@media only screen and (max-width: 980px) {
    .diana_overlays_popup3 .et_pb_column_1_2:last-child {
        margin-right: 0 !important;
    }

    .diana_overlays_popup3 .et_pb_column_1_2 {
        width: 48% !important;
        margin-right: 4% !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    body .diana_overlays_popup3 .et_pb_column .et_pb_blurb .et_pb_blurb_container {
        padding-left: 0 !important;
        text-align: center !important;
    }

    body .diana_overlays_popup3 .et_pb_column .et_pb_blurb .et_pb_main_blurb_image {
        margin-bottom: 15px !important;
    }

    body .diana_overlays_popup3 .et_pb_column .et_pb_blurb .et_pb_blurb_container,
    body .diana_overlays_popup3 .et_pb_column .et_pb_blurb .et_pb_main_blurb_image {
        display: block !important;
    }

    body .diana_overlays_popup3 .et_pb_column .et_pb_blurb .et_pb_image_wrap .et-pb-icon {
        display: inline-block;
    }

    body .diana_overlays_popup3 .et_pb_column .et_pb_blurb .et_pb_image_wrap {
        text-align: center !important;
    }
}

@media only screen and (max-width: 480px) {
    .diana_overlays_popup3 .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0 !important;
    }
}</pre></body></html>