/* ==========================================================================
   GLOBAL CTA SECTION
   ========================================================================== */

.student-mobility-global-cta-section {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    padding-top: 60px;
    font-family: var(--font-figtree);
    font-weight: 400;
}

.page-id-60797 .student-mobility-global-cta-section {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    padding-top: 0 !important;
    font-family: var(--font-figtree);
    font-weight: 400;
}


/* ==========================================================================
   Global CTA Title
   ========================================================================== */

.student-mobility-global-cta-section .student-mobility-value-title {
    font-family: var(--font-display);
    font-size: 60px;
    font-weight: 700;

    background: var(
        --New,
        linear-gradient(
            90deg,
            #B53C72 0%,
            #5641E0 100%
        )
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    margin-bottom: 20px;
    line-height: 1.1;
    display: inline-block;
    letter-spacing: 0;
}


/* ==========================================================================
   Global CTA Description
   ========================================================================== */

.student-mobility-global-cta-desc {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    color: #444;
}


/* ==========================================================================
   Global CTA Gradient Button
   ========================================================================== */

.student-mobility-btn-gradient {
    background: var(
        --New,
        linear-gradient(
            90deg,
            #B53C72 0%,
            #5641E0 100%
        )
    );

    border: none;

    font-family: var(--font-figtree);
    font-size: 23px;
    font-weight: 700;

    padding: 18px 60px !important;

    transition: opacity 0.3s ease;
    margin-top: 10px;
}


/* ==========================================================================
   Global CTA Button Hover
   ========================================================================== */

.student-mobility-btn-gradient:hover {
    opacity: 0.9;
    color: #ffffff;
}


/* ==========================================================================
   GLOBAL CTA - EXTRA SMALL MOBILE
   0px - 360px
   ========================================================================== */

@media screen and (max-width: 360px) {

    .student-mobility-global-cta-section {
        padding: 40px 0 0 0;
        font-family: var(--font-figtree);
        font-weight: 400;
    }


    /* ----------------------------------------------------------------------
       CTA Title
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-section
    .student-mobility-value-title {

        background: var(
            --New,
            linear-gradient(
                90deg,
                #5641E0 0%,
                #B53C72 100%
            )
        );

        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;

        font-family: var(--font-display);
        font-size: 45px;
        font-weight: 700;
    }


    /* ----------------------------------------------------------------------
       CTA Button
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-section
    .student-mobility-btn-gradient {

        background: var(
            --New,
            linear-gradient(
                90deg,
                #5641E0 0%,
                #B53C72 100%
            )
        );

        font-family: var(--font-figtree);
        font-size: 16px;
        font-weight: 700;

        padding: 12px 24px !important;
    }


    /* ----------------------------------------------------------------------
       CTA Description
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-desc {
        font-family: var(--font-figtree);
        font-size: 16px;
        font-weight: 400;
    }


    /* ----------------------------------------------------------------------
       CTA Image Wrapper
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-img-wrapper {
        width: calc(100% + 30px);
        margin-top: 20px;
    }


    /* ----------------------------------------------------------------------
       CTA Image
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-img {
        width: 100%;
        height: auto;
		       margin-bottom: -25px !important;
    }
	

}


/* ==========================================================================
   GLOBAL CTA - SMALL MOBILE
   361px - 479px
   ========================================================================== */

@media screen and (min-width: 361px) and (max-width: 479px) {

    .student-mobility-global-cta-section {
        padding: 40px 0 0 0;
        font-family: var(--font-figtree);
        font-weight: 400;
    }


    /* ----------------------------------------------------------------------
       CTA Title
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-section
    .student-mobility-value-title {

        background: var(
            --New,
            linear-gradient(
                90deg,
                #5641E0 0%,
                #B53C72 100%
            )
        );

        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;

        font-family: var(--font-display);
        font-size: 45px;
        font-weight: 700;
    }


    /* ----------------------------------------------------------------------
       CTA Button
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-section
    .student-mobility-btn-gradient {

        background: var(
            --New,
            linear-gradient(
                90deg,
                #5641E0 0%,
                #B53C72 100%
            )
        );

        font-family: var(--font-figtree);
        font-size: 16px;
        font-weight: 700;

        padding: 12px 24px !important;
    }


    /* ----------------------------------------------------------------------
       CTA Description
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-desc {
        font-family: var(--font-figtree);
        font-size: 16px;
        font-weight: 400;
    }


    /* ----------------------------------------------------------------------
       CTA Image Wrapper
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-img-wrapper {
        width: calc(100% + 30px);
        margin-top: 20px;
    }


    /* ----------------------------------------------------------------------
       CTA Image
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-img {
        width: 100%;
        height: auto;
		 margin-bottom: -25px !important;
    }

}


/* ==========================================================================
   GLOBAL CTA - MOBILE
   480px - 575px
   ========================================================================== */

@media screen and (min-width: 480px) and (max-width: 575px) {

    .student-mobility-global-cta-section {
        padding: 40px 0 0 0;
        font-family: var(--font-figtree);
        font-weight: 400;
    }


    /* ----------------------------------------------------------------------
       CTA Title
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-section
    .student-mobility-value-title {

        background: var(
            --New,
            linear-gradient(
                90deg,
                #5641E0 0%,
                #B53C72 100%
            )
        );

        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;

        font-family: var(--font-display);
        font-size: 45px;
        font-weight: 700;
    }


    /* ----------------------------------------------------------------------
       CTA Button
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-section
    .student-mobility-btn-gradient {

        background: var(
            --New,
            linear-gradient(
                90deg,
                #5641E0 0%,
                #B53C72 100%
            )
        );

        font-family: var(--font-figtree);
        font-size: 16px;
        font-weight: 700;

        padding: 12px 24px !important;
    }


    /* ----------------------------------------------------------------------
       CTA Description
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-desc {
        font-family: var(--font-figtree);
        font-size: 16px;
        font-weight: 400;
    }


    /* ----------------------------------------------------------------------
       CTA Image Wrapper
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-img-wrapper {
        width: calc(100% + 30px);
        margin-top: 20px;
    }


    /* ----------------------------------------------------------------------
       CTA Image
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-img {
        width: 100%;
        height: auto;
		 margin-bottom: -28px !important;
    }

}


/* ==========================================================================
   GLOBAL CTA - TABLET
   576px - 767px
   ========================================================================== */

@media screen and (min-width: 576px) and (max-width: 767px) {

    .student-mobility-global-cta-section {
        padding: 40px 0 0 0;
        font-family: var(--font-figtree);
        font-weight: 400;
    }


    /* ----------------------------------------------------------------------
       CTA Title
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-section
    .student-mobility-value-title {

        background: var(
            --New,
            linear-gradient(
                90deg,
                #5641E0 0%,
                #B53C72 100%
            )
        );

        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;

        font-family: var(--font-display);
        font-size: 45px;
        font-weight: 700;
    }


    /* ----------------------------------------------------------------------
       CTA Button
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-section
    .student-mobility-btn-gradient {

        background: var(
            --New,
            linear-gradient(
                90deg,
                #5641E0 0%,
                #B53C72 100%
            )
        );

        font-family: var(--font-figtree);
        font-size: 16px;
        font-weight: 700;

        padding: 12px 24px !important;
    }


    /* ----------------------------------------------------------------------
       CTA Description
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-desc {
        font-family: var(--font-figtree);
        font-size: 16px;
        font-weight: 400;
    }


    /* ----------------------------------------------------------------------
       CTA Image Wrapper
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-img-wrapper {
        width: calc(100% + 30px);
        margin-top: 20px;
    }


    /* ----------------------------------------------------------------------
       CTA Image
       ---------------------------------------------------------------------- */

    .student-mobility-global-cta-img {
        width: 100%;
        height: auto;
		margin-bottom: -30px !important;
    }

}

.student-mobility-global-cta-img{
	margin-bottom : -30px;
}