.uv-profile-picture {
    position: relative;
    width: 120px;
    height: 120px;
    margin: auto;
}

.uv-profile-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-card .uv-profile-picture img {
    border-radius: 100%;
}

.profile-card {
    background: #F6F6F6;
    padding: 30px 40px;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile-card h3 {
    margin: auto;
    max-width: 200px;
    text-align: center;
    padding-top: 10px;
    font-family: 'BauerBodoniStd';
    font-style: italic;
    line-height: 1.3;
    padding-top: 15px;
    color: #82754a;
    min-height: 70px;
}

.uv-logo-cards {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.desc {
    text-align: center;
}

.uv-profile-picture-wrapper {
    margin-top: auto;
}

.swiper-button-next {
    width: 44px;
    right: -10px;
}

.swiper-button-prev {
    width: 44px;
    left: -10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {

    font-size: 14px;
    font-weight: 600;
}

.profile-cards-swipe {
    padding-left: 20px;
    padding-right: 20px;
}


.profile-cards-swiper {
    padding-right: 35px;
    padding-left: 35px;
}


.uv-sidepopup-profile {
    width: 400px;
    position: fixed;
    height: 100vh;
    top: 0px;
    right: -400px;
    z-index: 9999;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0px 0px;
    max-width: 500px;
    transition: all .35s ease-in-out;
}

.uv-sidepopup-profile.uvprofileactive {
    right: 0px;
}

.uv-sidepopup-profile-wrapper {
    opacity: 1;
}

.popupactiveoverlay {
    z-index: 101;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .4);
}

.profileclose {
    position: absolute;
    top: 40px;
    right: 15px;
    cursor: pointer;
    width: 20px;
    height: 20px;

}

.uv-aling-buttons-center {
    display: flex;
    justify-content: center;

}

.desc p,
.desc span,
.desc li {
    line-height: 1.7;
    font-size: 17px;
}

.profile-card .uv-btn-inl {
    position: relative;
    font-size: 16px;
    font-weight: 400;
}


.profile-card .uv-btn-inl::after {
    content: " ";
    display: block;
    position: absolute;
    top: 47%;
    right: -13px;
    transform: translateY(-50%);
    border-width: 0.5em 0 0.5em 0.5em;
    border-style: solid;
    border-color: transparent transparent transparent #89764a;
    width: 0;
    height: 0;
    transition: all .25s ease-in-out;
}

.profileclose::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.3 5.71a1 1 0 0 0-1.41 0L12 10.59 7.11 5.7a1 1 0 0 0-1.41 1.42L10.59 12l-4.89 4.89a1 1 0 1 0 1.41 1.41L12 13.41l4.89 4.89a1 1 0 0 0 1.41-1.41L13.41 12l4.89-4.89a1 1 0 0 0 0-1.4z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}


.uv-sidepopup-profile-wrapper h3 {
    max-width: 100%;
    margin: unset;
    margin: auto;
    text-align: left;
    padding-top: 13px;
    font-family: 'BauerBodoniStd';
    font-style: italic;
    font-weight: 700;
    color: #82754a;
    font-size: 30px;
    margin-top: 10px;
}

.uv-profile-description * {

    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3%;

}

.uv-sidepopup-profile-wrapper h4 {
    font-family: 'Avenir';
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 17px !important;
}

.profile-cards-swiper .swiper-button-next:after,
.profile-cards-swiper .swiper-button-prev:after {
    font-size: 25px;
    font-weight: 600;
    content: " ";
    display: block;
    position: absolute;
    border-width: 0.5em 0 0.5em 0.5em;
    border-style: solid;
    border-color: transparent transparent transparent #89764a;
    width: 0;
    height: 0;
    transition: all .25s ease-in-out;
}


.profile-cards-swiper .swiper-button-prev:after {
    transform: rotateZ(180deg);
}

.uv-sidepopup-profile-wrapper .uv-profile-picture {
    width: 100%;
    padding-top: 100%;
}


.uv-sidepopup-profile-wrapper .uv-profile-picture {

    top: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.uv-sidepopup-profile-wrapper {
    overflow-y: auto;
    height: calc(100vh - 70px);
    /* min-height: 580px; */
    padding: 0px 20px;
    margin-top: auto;
}

.uv-sidepopup-profile-wrapper .uv-profile-picture img {

    position: absolute;
    top: 0px;
    left: 0px;
}


.uvpopupcative {
    overflow-y: hidden;
}

.uv-profilecard-grid {
    display: grid;
    gap: 30px;
}

.uv-carousel-profiles .uv-section-inner {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}

.uv-cols-desktop-1 {
    grid-template-columns: repeat(1, 1fr);
}

.uv-cols-desktop-2 {
    grid-template-columns: repeat(2, 1fr);
}

.uv-cols-desktop-3 {
    grid-template-columns: repeat(3, 1fr);
}

.uv-cols-desktop-4 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1023px) {
    .uv-cols-tablet-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .uv-cols-tablet-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .uv-cols-tablet-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .uv-cols-tablet-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .uv-cols-mobile-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .uv-cols-mobile-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .uv-cols-mobile-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .uv-cols-mobile-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width: 400px) {
    .uv-sidepopup-profile {
        width: 100vw;
        right: -100vw;

    }

    .uv-sidepopup-profile.uvprofileactive {
        right: 0px;
    }

}

.uv-profile-picture a{
cursor: unset;
}