.team-items-container-desktop {
    position: relative;
}
.team-items-container-desktop .team-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.team-items-container-desktop .team-row .team-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20%;
    -webkit-box-align: "center";
    -ms-flex-align: "center";
    align-items: "center";
    margin-left: 24px;
}
.team-items-container-desktop .team-row .team-column:first-child {
    margin-left: 0;
}
.team-items-container-desktop .team-row .team-column:first-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.team-items-container-desktop .team-row .team-column:last-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.team-items-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    position: fixed;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.team-item-hover .team-items-overlay {
    opacity: 1;
    visibility: visible;
}
.team-stat {
    background: -webkit-gradient(linear, left top, left bottom, from(#a732ce), to(#38368f));
    background: -o-linear-gradient(top, #a732ce 0%, #38368f 100%);
    background: linear-gradient(180deg, #a732ce 0%, #38368f 100%);
    width: 158px;
    height: 158px;
    border-radius: 158px;
}
.team-stat .team-stat-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.team-stat .team-stat-content h2 {
    margin-bottom: 3px;
    font-family: "JosefinSans", sans-serif;
}
.team-stat .team-stat-content p {
    font-size: 1.2rem;
    line-height: 28px;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
}
.team-stat.large {
    width: 175px;
    height: 175px;
    border-radius: 170px;
}
.team-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 196px;
    height: 196px;
    border-radius: 196px;
    margin-bottom: 43px;
    position: relative;
    z-index: 2;
}

.team-column:nth-child(3) .team-stat + .team-item {
    margin-bottom: 0;
    margin-top: 43px;
}

.team-item .team-item-bio {
    display: none;
}
.team-item .team-item-content {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.team-item .team-item-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.team-item .team-item-over {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -171px;
    margin-left: -171px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    scale: 0.2;
    padding-bottom: 40px;
    z-index: 2;
}
.team-item .team-item-over .team-item-over-image-content {
    width: 342px;
    height: 342px;
    position: relative;
}
.team-item .team-item-over .team-item-over-image-content .team-item-over-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.team-item .team-item-over .team-item-over-image-content .team-item-over-content {
    position: relative;
    z-index: 2;
    padding: 32px;
    width: 100%;
    height: 100%;
}
.team-item .team-item-over .team-item-over-image-content .team-item-over-content .team-item-over-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.team-item .team-item-over .team-item-over-image-content .team-item-over-content .team-item-over-image .team-over-info {
    padding-bottom: 45px;
}
.team-item
    .team-item-over
    .team-item-over-image-content
    .team-item-over-content
    .team-item-over-image
    .team-over-info
    p {
    text-align: center;
    color: #fff;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-size: 1.2rem;
    line-height: 28px;
    font-family: "Source Sans Pro", sans-serif;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.team-item
    .team-item-over
    .team-item-over-image-content
    .team-item-over-content
    .team-item-over-image
    .team-over-info
    .name {
    font-weight: 700;
}
.team-item .team-item-over .team-item-cta-content {
    margin-top: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.team-item .team-item-over .team-item-cta-content .team-item-show-modal {
    display: block;
}
.team-item.hover {
    cursor: pointer;
    z-index: 4;
}
.team-item.hover .team-item-over {
    scale: 1;
    opacity: 1;
    visibility: visible;
}
.team-column:nth-child(1) .team-stat,
.team-column:nth-child(5) .team-stat {
    margin-bottom: 24px;
}
.team-column:nth-child(1) .team-stat:last-child,
.team-column:nth-child(5) .team-stat:last-child {
    margin-bottom: 0;
}
.team-items-container.layout-10 .team-column:nth-child(1) {
    margin-top: 73px;
}
.team-items-container.layout-10 .team-column:nth-child(2) {
    margin-top: 97px;
}
.team-items-container.layout-10 .team-column:nth-child(4) {
    margin-top: 97px;
}
.team-items-container.layout-10 .team-column:nth-child(5) {
    margin-top: 73px;
}
.team-items-container.layout-11 .team-column:nth-child(1) {
    margin-top: 73px;
}
.team-items-container.layout-11 .team-column:nth-child(2) {
    margin-top: 97px;
}
.team-items-container.layout-11 .team-column:nth-child(4) {
    margin-top: 97px;
}
.team-items-container.layout-11 .team-column:nth-child(5) {
    margin-top: 73px;
}
.team-items-container.layout-12 .team-column:nth-child(1) {
    margin-top: 73px;
}
.team-items-container.layout-12 .team-column:nth-child(2) {
    margin-top: 97px;
}
.team-items-container.layout-12 .team-column:nth-child(3) {
    margin-top: 30px;
}
.team-items-container.layout-12 .team-column:nth-child(4) {
    margin-top: 97px;
}
.team-items-container.layout-12 .team-column:nth-child(5) {
    margin-top: 73px;
}
@media (max-width: 1024px) {
    .team-items-container-desktop {
        display: none;
    }
}
.team-items-container-mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 27px 36px;
}
.team-items-container-mobile .team-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    border-radius: 100%;
    margin-bottom: 0;
    position: relative;
}

.team-item .team-item-title {
    font-size: 1.2rem;
    margin-top: 5px;
    text-align: center;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.team-item .team-item-title strong {
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    .team-item .team-item-title {
        display: none;
    }
}

.team-items-container-mobile .team-item .team-item-over {
    position: absolute;
    top: -80%;
    left: 100%;
    margin-top: 0px;
    margin-left: -140px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    scale: 0.2;
    padding-bottom: 40px;
    z-index: 5;
}
.team-items-container-mobile .team-item .team-item-over .team-item-over-image-content {
    width: 312px;
    height: 312px;
    position: relative;
}
.team-items-container-mobile .team-item .team-item-over .team-item-over-image-content .team-item-over-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.team-items-container-mobile .team-item .team-item-over .team-item-over-image-content .team-item-over-content {
    position: relative;
    z-index: 2;
    padding: 32px;
    width: 100%;
    height: 100%;
}
.team-items-container-mobile
    .team-item
    .team-item-over
    .team-item-over-image-content
    .team-item-over-content
    .team-item-over-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.team-items-container-mobile
    .team-item
    .team-item-over
    .team-item-over-image-content
    .team-item-over-content
    .team-item-over-image
    .team-over-info {
    padding-bottom: 45px;
}
.team-items-container-mobile
    .team-item
    .team-item-over
    .team-item-over-image-content
    .team-item-over-content
    .team-item-over-image
    .team-over-info
    p {
    text-align: center;
    color: #fff;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-size: 1.2rem;
    line-height: 28px;
    font-family: "Source Sans Pro", sans-serif;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.team-items-container-mobile
    .team-item
    .team-item-over
    .team-item-over-image-content
    .team-item-over-content
    .team-item-over-image
    .team-over-info
    .name {
    font-weight: 700;
}
.team-items-container-mobile .team-item .team-item-over .team-item-cta-content {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.team-items-container-mobile .team-item .team-item-over .team-item-cta-content .team-item-show-modal {
    display: block;
}
.team-items-container-mobile .team-item.even .team-item-over {
    position: absolute;
    left: -100%;
    margin-top: 0px;
    margin-right: 140px;
    margin-left: 0;
}
.team-items-container-mobile .team-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0%;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
}
.team-items-container-mobile .team-item.hover {
    cursor: pointer;
    z-index: 4;
}
.team-items-container-mobile .team-item.hover:before {
    opacity: 1;
    visibility: visible;
}
.team-items-container-mobile .team-item.hover .team-item-over {
    scale: 1;
    opacity: 1;
    visibility: visible;
}
@media screen and (min-width: 1024px) {
    .team-items-container-mobile {
        display: none;
    }
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImVsZW1lbnRvci90ZWFtL3RlYW0uc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSw4QkFDRSxrQkFDQSx3Q0FDRSxhQUNBLG1CQUNBLHVCQUNBLHFEQUNFLGFBQ0Esc0JBQ0EsVUFDQSxxQkFDQSxpQkFDQSxpRUFDRSxjQUVGLGlFQUNFLHFCQUVGLGdFQUNFLHVCQUtSLG9CQUNFLGtCQUNBLE1BQ0EsT0FDQSxZQUNBLFdBQ0EsVUFDQSwwQkFDQSxlQUNBLCtCQUNBLFVBQ0Esa0JBR0EscUNBQ0UsVUFDQSxtQkFJSixXQUNFLDZEQUNBLFlBQ0EsYUFDQSxvQkFDQSw4QkFDRSxhQUNBLG1CQUNBLHVCQUNBLHNCQUNBLFdBQ0EsWUFDQSxXQUNBLGtCQUNBLGlDQUNFLGtCQUNBLHFDQUVGLGdDQUNFLGlCQUNBLGlCQUNBLFdBQ0EseUNBR0osaUJBQ0UsWUFDQSxhQUNBLG9CQUtKLFdBQ0UsYUFDQSxNQUhXLE1BSVgsT0FKVyxNQUtYLGNBTFcsTUFNWCxtQkFDQSxrQkFDQSxVQUNBLDBCQUNFLGFBRUYsOEJBQ0UsZ0JBQ0EsV0FDQSxZQUNBLG1CQUNBLGtDQUNFLFdBQ0EsWUFDQSxpQkFJSiwyQkFDRSxrQkFDQSxRQUNBLFNBQ0Esa0JBQ0EsbUJBQ0Esa0JBQ0EsVUFDQSwrQkFDQSxTQUNBLG9CQUNBLFVBQ0EseURBQ0UsWUFDQSxhQUNBLGtCQUNBLCtFQUNFLGtCQUNBLE1BQ0EsT0FDQSxXQUNBLFlBQ0EsVUFFRixpRkFDRSxrQkFDQSxVQUNBLGFBQ0EsV0FDQSxZQUNBLHVHQUNFLHNCQUNBLDJCQUNBLFdBQ0EsWUFDQSxnQkFDQSxtQkFDQSxhQUNBLHVCQUNBLHFCQUNBLHVIQUNFLG9CQUNBLHlIQUNFLGtCQUNBLFdBQ0EsOEJBQ0Esa0JBQ0EsaUJBQ0EsaUJBQ0EseUNBQ0Esd0NBRUYsNkhBQ0UsZ0JBTVYsa0RBQ0UsZ0JBQ0EsYUFDQSx1QkFDQSx3RUFDRSxjQUlOLGlCQUNFLGVBQ0EsVUFDQSxpQ0FDRSxRQUNBLFVBQ0EsbUJBT0osMEVBQ0UsbUJBQ0EsZ0dBQ0UsZ0JBTUosMERBQ0UsZ0JBRUYsMERBQ0UsZ0JBSUYsMERBQ0UsZ0JBRUYsMERBQ0UsZ0JBS0YsMERBQ0UsZ0JBRUYsMERBQ0UsZ0JBSUYsMERBQ0UsZ0JBRUYsMERBQ0UsZ0JBS0YsMERBQ0UsZ0JBRUYsMERBQ0UsZ0JBRUYsMERBQ0UsaUJBRUYsMERBQ0UsZ0JBRUYsMERBQ0UsZ0JBSUosMEJBQ0UsOEJBQ0UsY0FNSiw2QkFDRSxhQUNBLHFDQUNBLG1CQUNBLHdDQUNFLGFBQ0EsV0FDQSxZQUNBLG1CQUNBLGdCQUNBLGtCQUNBLHdEQUNFLGtCQUNBLFNBQ0EsVUFDQSxlQUNBLG1CQUNBLGtCQUNBLFVBQ0EsK0JBQ0EsU0FDQSxvQkFDQSxVQUNBLHNGQUNFLFlBQ0EsYUFDQSxrQkFDQSw0R0FDRSxrQkFDQSxNQUNBLE9BQ0EsV0FDQSxZQUNBLFVBRUYsOEdBQ0Usa0JBQ0EsVUFDQSxhQUNBLFdBQ0EsWUFDQSxvSUFDRSxzQkFDQSwyQkFDQSxXQUNBLFlBQ0EsZ0JBQ0EsbUJBQ0EsYUFDQSx1QkFDQSxxQkFDQSxvSkFDRSxvQkFDQSxzSkFDRSxrQkFDQSxXQUNBLDhCQUNBLGtCQUNBLGlCQUNBLGlCQUNBLHlDQUNBLHdDQUVGLDBKQUNFLGdCQU1WLCtFQUNFLGdCQUNBLGFBQ0EsdUJBQ0EscUdBQ0UsY0FLSiw2REFDRSxrQkFDQSxXQUNBLGVBQ0EsbUJBQ0EsY0FHSiwrQ0FDRSxXQUNBLGtCQUNBLE1BQ0EsT0FDQSxrQkFDQSxXQUNBLFlBQ0EsbUJBQ0EsMEJBQ0EsK0JBQ0EsVUFDQSxrQkFDQSxVQUVGLDhDQUNFLGVBQ0EsVUFDQSxxREFDRSxVQUNBLG1CQUVGLDhEQUNFLFFBQ0EsVUFDQSxtQkFLUixzQ0FDRSw2QkFDRSIsImZpbGUiOiJlbGVtZW50b3IvdGVhbS90ZWFtLmNzcyJ9 */

/*# sourceMappingURL=team.css.map */
