.elementor-4709 .elementor-element.elementor-element-bafdd29:not(.elementor-motion-effects-element-type-background), .elementor-4709 .elementor-element.elementor-element-bafdd29 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #F3EDE800 0%, #F3EDE8 100%);}.elementor-4709 .elementor-element.elementor-element-bafdd29{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:13.698% 0% 11.771% 0%;}.elementor-4709 .elementor-element.elementor-element-bafdd29 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4709 .elementor-element.elementor-element-38b7f20 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4709 .elementor-element.elementor-element-b45f0c6 > .elementor-widget-container{padding:0% 0% 5% 0%;}.elementor-4709 .elementor-element.elementor-element-b45f0c6{text-align:center;}.elementor-4709 .elementor-element.elementor-element-b45f0c6 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:5vw;font-weight:600;letter-spacing:-2.05px;color:#1B1833;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-4709 .elementor-element.elementor-element-b45f0c6 .elementor-heading-title{font-size:5vw;}}@media(max-width:767px){.elementor-4709 .elementor-element.elementor-element-bafdd29{padding:25% 0% 15% 0%;}.elementor-4709 .elementor-element.elementor-element-b45f0c6 > .elementor-widget-container{padding:0% 8% 0% 8%;}.elementor-4709 .elementor-element.elementor-element-b45f0c6 .elementor-heading-title{font-size:10vw;line-height:1.2em;letter-spacing:0px;}}/* Start custom CSS */.adelia-text {
    font-family: "Adelia", Sans-Serif;
    font-size: 4.95vw;
    color: #367E8F;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}

.team-column .team-img-content {
    display: flex;
    width: 78%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.team-column .team-img-main-wrap {
    width: 33.33%;
    padding: 10px;
    position: relative;
}

.team-column .team-img-main-wrap .team-img-wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 25.99vw;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

.team-column .team-img-main-wrap .team-img-wrap .team-info-wrap {
    padding: 5%;
    position: relative;
    z-index: 2;
    width: 100%;
}

.team-column .team-img-main-wrap .team-img-wrap:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    mix-blend-mode: color;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease;
}

.team-column .team-img-wrap .team-info-wrap .member-name {
    font-weight: 600;
    font-family: "Cormorant Upright", Sans-serif;
    font-size: 2.34vw;
    display: block;
    line-height: 1.2;
}

.team-column .team-img-wrap .team-info-wrap {
    color: #fff;
}

.team-column .team-img-wrap .team-info-wrap .member-description {
    font-size: 1.15vw;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    line-height: 1.3;
}

.team-column .team-img-main-wrap .team-img-wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(27, 24, 51, 0.8) 0%, rgba(27, 24, 51, 0) 100%);
}

.team-content-wrap {
    background: linear-gradient(325.04deg, #5BB5BD -2.98%, #367E8F 57.39%, #044664 100%);
    padding: 5.729% 0;
    color: #fff;
    font-family: "Inter", Sans-serif;
    line-height: 1.6;
    display: none;
    margin-bottom: 5%;
}

.team-content-wrap .team-container {
    width: 78%;
    margin: 0 auto;
    padding: 10px;
}

.team-content-wrap .team-info-wrap .member-name {
    font-weight: 600;
    font-family: "Cormorant Upright", Sans-serif;
    font-size: 3.91vw;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 1%;
}

.team-content-wrap .team-info-wrap .member-description {
    color: #1E1B36;
    font-family: "Inter", Sans-serif;
    font-weight: 700;
    font-size: 1.56vw;
    margin-bottom: 2%;
}

.team-content-wrap .team-content {
    font-size: 1.25vw;
}

.team-grid-main-wrap .team-img-main-wrap:hover .team-img-wrap:before,
.team-column .team-img-main-wrap.active .team-img-wrap:before {
    opacity: 0;
}

.team-column .team-img-main-wrap.active {
    padding-bottom: 5%;
}

.team-column .team-img-main-wrap.active:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 0.78vw solid transparent;
    border-right: 0.78vw solid transparent;
    border-bottom: 0.78vw solid #125570;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

/* Responsive */
@media screen and (min-width: 767px){
    .team-column .team-img-main-wrap .team-img-wrap.mobile {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .team-column .team-img-content {
        width: 100%;
        padding: 0 3%;
    }

    .team-content-wrap .team-container {
        width: 100%;
    }

    .team-content-wrap {
        padding: 5% 3%;
    }

    .team-column .team-img-main-wrap .team-img-wrap {
        height: 40vw;
    }

    .team-column .team-img-wrap .team-info-wrap .member-description {
        font-size: 1.8vw;
    }

    .team-content-wrap .team-info-wrap .member-description {
        font-size: 2vw;
    }

    .team-content-wrap .team-content {
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 767px) {
    .adelia-text {
        font-size: 8vw;
    }

    .team-column .team-img-main-wrap {
        width: 100%;
        padding: 10px calc(3% + 10px);
    }

    .team-column .team-img-main-wrap .team-img-wrap {
        height: 100vw;
    }

    .team-column .team-img-wrap .team-info-wrap .member-name {
        font-size: 6vw;
    }

    .team-column .team-img-wrap .team-info-wrap .member-description {
        font-size: 4vw;
    }

    .team-content-wrap .team-info-wrap .member-name {
        font-size: 8vw;
    }

    .team-content-wrap .team-info-wrap .member-description {
        font-size: 5vw;
        line-height: 1.2;
    }

    .team-content-wrap .team-content {
        font-size: 4vw;
    }

    .team-column .team-img-main-wrap.active:after {
        border-left: 4vw solid transparent;
        border-right: 4vw solid transparent;
        border-bottom: 4vw solid #125570;
    }

    .team-column .team-img-main-wrap.active {
        padding-bottom: 3%;
    }
    
    .team-column .team-img-main-wrap .team-img-wrap.desktop, .team-content-wrap, .team-column .team-img-main-wrap.active:after {
        display: none;
    }
    
    .mfp-content .team-content-wrap {
        display: block;
    }
    
    .mfp-close-btn-in .mfp-close {
        color: #ffffff;
    }
    
}/* End custom CSS */