/* =========================================================
   CTA FIVE
   Font: Cormorant Garamond

   Title: 33.2px
   Button Text: 14.9px
   Button Color: #b58e6f
========================================================= */


/* =========================================================
   ELEMENTOR WIDGET
========================================================= */

.elementor-widget-muzex_cta5 {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


.elementor-widget-muzex_cta5
> .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   MAIN SECTION
========================================================= */

.elementor-widget-muzex_cta5
.cta-five {
    position: relative;

    width: 100%;

    margin: 0 !important;

    padding:
        85px
        30px
        90px !important;

    box-sizing: border-box;

    background: #ffffff !important;
    background-image: none !important;

    text-align: center;

/*     font-family:
        "Cormorant Garamond",
        Georgia,
        serif !important; */
	font-family: "EB Garamond" !important;

    box-shadow: none !important;
}


/* =========================================================
   REMOVE ANY PSEUDO DECORATION
========================================================= */

.elementor-widget-muzex_cta5
.cta-five::before,
.elementor-widget-muzex_cta5
.cta-five::after {
    display: none !important;

    content: none !important;

    background: none !important;
    background-image: none !important;
}


/* =========================================================
   INNER
========================================================= */

.elementor-widget-muzex_cta5
.cta-five__inner {
    width: 100%;
    max-width: 1000px;

    margin: 0 auto;
}


/* =========================================================
   FORCE FONT
========================================================= */

.elementor-widget-muzex_cta5
.cta-five,
.elementor-widget-muzex_cta5
.cta-five h1,
.elementor-widget-muzex_cta5
.cta-five h2,
.elementor-widget-muzex_cta5
.cta-five h3,
.elementor-widget-muzex_cta5
.cta-five p,
.elementor-widget-muzex_cta5
.cta-five span,
.elementor-widget-muzex_cta5
.cta-five a {
/*     font-family:
        "Cormorant Garamond",
        Georgia,
        serif !important; */
	font-family: "EB Garamond" !important;
}


/* =========================================================
   TITLE
   Canva: 33.2
========================================================= */

.elementor-widget-muzex_cta5
.cta-five__title {
    max-width: 820px;

    margin:
        0
        auto
        32px !important;

    padding: 0 !important;

/*     font-family:
        "Cormorant Garamond",
        Georgia,
        serif !important; */
	font-family: "EB Garamond" !important;

    font-size: 33.2px !important;
    line-height: 1.25 !important;

    font-weight: 600 !important;

    letter-spacing: 0;

    color: #102668 !important;

    text-align: center;
}


/* =========================================================
   BUTTON WRAPPER
========================================================= */

.elementor-widget-muzex_cta5
.cta-five__button-wrap {
    display: flex;

    justify-content: center;
    align-items: center;

    width: 100%;
}


/* =========================================================
   BUTTON
   Canva Text: 14.9
   Color: #b58e6f
========================================================= */

.elementor-widget-muzex_cta5
.cta-five__button,
.elementor-widget-muzex_cta5
.cta-five__button:visited {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    min-width: 165px;
    min-height: 48px;

    padding:
        12px
        25px !important;

    box-sizing: border-box;

    border: 1px solid #b58e6f !important;

    background: #b58e6f !important;

/*     font-family:
        "Cormorant Garamond",
        Georgia,
        serif !important; */
	font-family: "EB Garamond" !important;

    font-size: 14.9px !important;
    line-height: 1.2 !important;

    font-weight: 600 !important;

    letter-spacing: 0;

    color: #ffffff !important;

    text-decoration: none !important;

    box-shadow: none !important;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}


/* =========================================================
   BUTTON HOVER
========================================================= */

.elementor-widget-muzex_cta5
.cta-five__button:hover {
    background: #ffffff !important;

    border-color: #b58e6f !important;

    color: #b58e6f !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .elementor-widget-muzex_cta5
    .cta-five {
        padding:
            70px
            30px
            75px !important;
    }


    .elementor-widget-muzex_cta5
    .cta-five__title {
        max-width: 720px;

        font-size: 30px !important;
    }


    .elementor-widget-muzex_cta5
    .cta-five__button {
        font-size: 14.5px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .elementor-widget-muzex_cta5
    .cta-five {
        padding:
            55px
            25px
            60px !important;
    }


    .elementor-widget-muzex_cta5
    .cta-five__title {
        max-width: 560px;

        margin-bottom: 28px !important;

        font-size: 27px !important;
        line-height: 1.25 !important;
    }


    .elementor-widget-muzex_cta5
    .cta-five__button {
        min-width: 155px;

        min-height: 46px;

        padding:
            11px
            22px !important;

        font-size: 14px !important;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .elementor-widget-muzex_cta5
    .cta-five {
        padding:
            45px
            20px
            50px !important;
    }


    .elementor-widget-muzex_cta5
    .cta-five__title {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }


    .elementor-widget-muzex_cta5
    .cta-five__button {
        min-width: 145px;

        font-size: 13.5px !important;
    }

}