.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-21d1986 */.weiss-blog {
    font-size: 20px;
    line-height: 1.7;
    color: #333333;
}

.weiss-blog h2 {
    color: #1a243f;;
    font-size: 38px !important;
    font-weight: 800;
    text-align: center;
    margin: 15px 0 25px;
    font-family: Arial;
}

.weiss-blog h4 {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    margin: 35px 0 15px;
}

.weiss-blog p {
    margin: 0 0 15px;
}

.weiss-blog ul {
    margin: 15px 0 20px 30px;
}

.weiss-blog li {
    margin-bottom: 10px;
}

.weiss-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 35px 0;
}

.weiss-btn-services {
    display: inline-block;
    padding: 14px 28px;
    border: 2px solid #1f8ca8;
    color: #1f8ca8;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
}

.weiss-btn-services:hover {
    text-decoration: none;
}

.weiss-btn-consultation {
    display: inline-block;
    padding: 14px 28px;
    background: #b19500;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
}

.weiss-btn-consultation:hover {
    text-decoration: none;
    color:#fff;
}

.weiss-contact-box {
    background: #f7f7f7;
    padding: 30px;
    margin-top: 20px;
    border-left: 5px solid #1f8ca8;
}

.weiss-contact-box h3 {
    margin-top: 0;
    font-size: 30px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d337103 */.df-video-cta{
    position: relative !important;
    width: 100% !important;
    height: 330px !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    margin: 40px 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

/* VIDEO */

.df-video-bg{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 1 !important;
}

/* OVERLAY */

.df-video-overlay{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.50) !important;
    z-index: 2 !important;
}

/* CONTENT */

.df-video-content{
    position: relative !important;
    z-index: 10 !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;

    text-align: center !important;

    padding: 10px 35px !important;
    box-sizing: border-box !important;

    width: 100% !important;
}

/* TITLE */

.df-video-content h2{
    color: #ffffff !important;
    font-size: 34px !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;

    width: 100% !important;
    max-width: 760px !important;

    margin: 0 auto 20px auto !important;
    padding: 0 !important;

    text-align: center !important;
}

/* TEXT */

.df-video-content p{
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 1.75 !important;

    width: 100% !important;
    max-width: 700px !important;

    margin: 0 auto 22px auto !important;
    padding: 0 !important;

    text-align: center !important;
}

/* BUTTON */

.df-video-btn{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #B19500 !important;
    color: #ffffff !important;

    padding: 16px 34px !important;

    border-radius: 6px !important;
    text-decoration: none !important;

    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    transition: all .3s ease !important;

    position: relative !important;
    z-index: 99 !important;
}

.df-video-btn:hover{
    background: #877204 !important;
    transform: translateY(-2px);
    color: #ffffff !important;
}

/* MOBILE */

@media (max-width:768px){

    .df-video-cta{
        height: 520px !important;
    }

    .df-video-content{
        padding: 30px 22px !important;
    }

    .df-video-content h2{
        font-size: 34px !important;
        margin-bottom: 18px !important;
    }

    .df-video-content p{
        font-size: 16px !important;
        line-height: 1.7 !important;
        margin-bottom: 28px !important;
    }

    .df-video-btn{
        width: auto !important;
        padding: 15px 28px !important;
        font-size: 16px !important;
    }

}/* End custom CSS */