.profiles-block {
    width: 100%;
    background-color: #EFF1F6;
    padding-top: 110px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
@media all and (min-width: 768px) {
    .profiles-block {
        padding-top: 210px;
        padding-bottom: 110px;
    }
}
.profiles-block__container {
    grid-row-gap: 6.25rem;
    row-gap: 6.25rem;
}
@media all and (min-width: 768px) {
    .profiles-block__container {
        grid-row-gap: 4.375rem;
        row-gap: 4.375rem;
    }
}
@media all and (min-width: 992px) {
    .profiles-block__container {
        grid-row-gap: 7.8125rem;
        row-gap: 7.8125rem;
    }
}
.profiles-block__header {
    -ms-grid-row: 1;
    grid-row: 1;
    text-align: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    padding: 0 10px;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transition: opacity 800ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 800ms cubic-bezier(.445, .05, .55, .95);
    transition: opacity 800ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 800ms cubic-bezier(.445, .05, .55, .95);
    transition: opacity 800ms cubic-bezier(.445, .05, .55, .95), transform 800ms cubic-bezier(.445, .05, .55, .95);
    transition: opacity 800ms cubic-bezier(.445, .05, .55, .95), transform 800ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 800ms cubic-bezier(.445, .05, .55, .95);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.profiles-block__header.slideIn {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media all and (min-width: 991px) {
    .profiles-block__header {
        margin: 0 auto;
    }
}
@media all and (min-width: 768px) {
    .profiles-block__header {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1 / 9;
        grid-row: 0;
        padding: 0 35px;
    }
}
@media all and (min-width: 992px) {
    .profiles-block__header {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2 / 12;
        grid-row: 0;
    }
}
.profiles-block__header pre {
    font-family: 'Univers LT W01 55 Roman';
    font-size: .875rem;
    line-height: 1.625rem;
    color: #6D6E6E;
    margin-top: 0;
    margin-bottom: 1.875rem;
}
@media all and (min-width: 768px) {
    .profiles-block__header pre {
        margin-bottom: 1.5625rem;
    }
}
.profiles-block__header h2 {
    margin: 0 auto;
    color: #171717;
    text-align: center;
    width: 100%;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.875rem;
}
@media all and (min-width: 768px) {
    .profiles-block__header h2 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
}
@media all and (min-width: 992px) {
    .profiles-block__header h2 {
        font-size: 2.2rem;
        line-height: 3rem;
    }
}
.profiles-block__header h2 .highlight {
    color: #7399C6;
}
.profiles-block__slider {
    overflow: hidden;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row: 2;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transition: opacity 800ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 800ms cubic-bezier(.445, .05, .55, .95);
    transition: opacity 800ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 800ms cubic-bezier(.445, .05, .55, .95);
    transition: opacity 800ms cubic-bezier(.445, .05, .55, .95), transform 800ms cubic-bezier(.445, .05, .55, .95);
    transition: opacity 800ms cubic-bezier(.445, .05, .55, .95), transform 800ms cubic-bezier(.445, .05, .55, .95), -webkit-transform 800ms cubic-bezier(.445, .05, .55, .95);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
@media all and (min-width: 768px) {
    .profiles-block__slider {
        -ms-grid-column-span: 9;
        grid-column-end: 9;
    }
}
@media all and (min-width: 992px) {
    .profiles-block__slider {
        -ms-grid-column-span: 13;
        grid-column-end: 13;
        padding: 0 35px;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .profiles-block__slider {
        padding: 0 50px;
    }
}
.profiles-block__slider.slideIn {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.profiles-block__slider-container {
    overflow: visible !important;
}
.profiles-block__slider-card {
    padding: 0 10px;
}
.profiles-block__slider-card .content {
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 3.75rem;
    min-height: 390px;
    max-width: 260px;
    margin-left: calc(50% - 130px);
    margin-bottom: 55px;
    padding-bottom: 3.75rem;
}
@media all and (min-width: 768px) {
    .profiles-block__slider-card .content {
        max-width: 330px;
        min-height: 462px;
        margin-left: calc(50% - 165px);
    }
}
@media all and (min-width: 992px) {
    .profiles-block__slider-card .content {
        max-width: auto;
        margin-left: 0;
    }
}
.profiles-block__slider-card .content .image {
    height: auto;
    max-width: 168px;
}
@media all and (min-width: 768px) {
    .profiles-block__slider-card .content .image {
        max-width: 210px;
    }
}
.profiles-block__slider-card .content .name {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    color: #00203E;
    font-size: 1.5rem;
    line-height: 1.25rem;
    margin-bottom: 1.25rem;
    margin-top: 3.4375rem;
}
@media all and (min-width: 768px) {
    .profiles-block__slider-card .content .name {
        margin-top: 2.1875rem;
    }
}
.profiles-block__slider-card .content .title {
    font-family: 'Univers LT W01 55 Roman';
    color: #7A7E8B;
    margin: 0;
    font-size: .875rem;
    line-height: 1.3125rem;
    min-height: 3.9375rem;
    max-width: 12.5rem;
}
.profiles-block__slider .slick-prev, .profiles-block__slider .slick-next {
    z-index: 10;
}
.profiles-block__slider .slick-prev::before, .profiles-block__slider .slick-next::before {
    font-family: 'gs_icons';
    font-size: 26px;
    line-height: 26px;
    color: #6993C2;
}
.profiles-block__slider .slick-prev {
    left: 0;
}
@media all and (min-width: 992px) {
    .profiles-block__slider .slick-prev {
        /*left: -52px;*/
        left: -34px;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .profiles-block__slider .slick-prev {
        left: -37px;
    }
}
.profiles-block__slider .slick-prev::before {
    content: '\e917';
}
.profiles-block__slider .slick-next {
    right: 0;
}
@media all and (min-width: 992px) {
    .profiles-block__slider .slick-next {
        /*right: -52px;*/
        right: -34px;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .profiles-block__slider .slick-next {
        right: -37px;
    }
}
.profiles-block__slider .slick-next::before {
    content: '\e918';
}
.profiles-block__slider .slick-dots {
    bottom: 0;
}
.profiles-block__slider .slick-dots li button::before {
    color: #D8D8D8;
}
.profiles-block__slider .slick-dots li.slick-active button::before {
    color: #799CC2;
}
.profiles-block__slider .slick-dotted.slick-slider {
    margin: 0;
}

.profiles-block .profiles-block__container .profiles-block__slider-container a.card-link {
    text-decoration: none;
}

.profiles-block__slider-card .content {
    transition: color 300ms cubic-bezier(.445, .05, .55, .95);
}

.profiles-block__slider-card:hover .content {
    background-color: #f0f0f0;
}

.profiles-block a.black-cta {
    color: #FFFFFF;
    background: #000000;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    padding: .75rem 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .875rem;
    line-height: 1.4;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0;
    white-space: nowrap;
    margin-top: 1.5625rem;
}

.profiles-block a.black-cta:hover {
    color: white;
    background-color: #7399C6;
}

.profiles-block a.black-cta {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}