<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.interactive-section {
    overflow: hidden;
    padding: 100px 0 0 0;
}

.interactive--tabs {
    overflow: hidden;
    border-bottom: 1px solid #C0C0C0;
    padding: 40px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.closed--content {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
    border-bottom: 1px solid #C0C0C0;
}

.closed--content.no--border--bottom {
    border-bottom: none;
    padding-bottom: 0;
}

.closed--content p {
    font: 500 18px/18px 'Inter';
    display: block;
}

.interactive--pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-top: 30px;
}

.interactive--pagination span {
    color: rgba(24, 25, 31, 0.5);
    display: inline-block;
    padding: 0 10px;
    font: 500 16px/16px 'Inter';
    cursor: pointer;
}

.interactive--pagination span:hover {
    color: #37699B;
}

.interactive--pagination span.active {
    color: #37699B;
}

.voices--audio--searchfields {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.voices--audio--searchfields--item {
    width: 300px;
    margin-right: 30px;
}

.voices--audio--searchfields--item label {
    display: block;
    margin-bottom: 15px;
    font: 400 16px/16px 'Inter';
    color: #18191F;
}

.voices--audio--searchfields--item .select2-container {
    width: 100% !important;
}

.voices--audio--searchfields--item .select2-container--default .select2-selection--single {
    border: 1px solid #C0C0C0;
    border-radius: 0;
    height: 48px;
}

.voices--audio--searchfields--item .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666;
    padding-left: 12px;
    padding-right: 12px;
    font: 400 16px/46px 'Inter';
}

.voices--audio--searchfields--item .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 24px;
    height: 24px;
    background: url(../images/icons/select-dropdown.svg) no-repeat center;
    background-size: 12px 8px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.voices--audio--searchfields--item .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

.voices--audio--searchfields--item:last-child {
    margin-right: 0;
}

.voices--audio--heading {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.search--box {
    border: 1px solid #C0C0C0;
    border-radius: 0;
    height: 48px;
    margin-right: 0;
    padding: 0 12px;
    color: #000;
    display: block;
    width: 100%;
    background: transparent;
    font: 400 16px/48px 'Inter';
}

body.voices-page .section-banner {
    max-height: 450px;
}

.search--box:hover {
    background: transparent;
    border-color: #fd6d39;
    color: #000;
}

.voices--audio--search {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #C0C0C0;
}

.voices--audio--search input {
    display: block;
    margin: 0 auto;
}

.voices--audio {
    padding: 60px 0 110px 0;
}

.voices--audio h3 {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.voices--audio .interactive--item--block--left {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.voices--audio .interactive--item--block {
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    padding: 20px;
}

.voices--audio .interactive--item--block p {
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    padding-top: 10px;
}

.voices--audio .interactive--item--block--left p.description {
    font: 400 16px/24px 'Inter';
    color: #666;
}

.voices--audio .interactive--item {
    margin: 0;
    width: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
    gap: 20px;
    position: relative;
}

.voices--audio .interactive--item:first-child {
    display: flex;
}

@media (max-width: 767px) {
    .voices--audio .interactive--item {
        grid-template-columns: 1fr;
    }
}

.interactive--tabs span {
    display: inline-block;
    margin-right: 44px;
    font: 600 20px/20px 'Inter';
    color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.interactive--tabs span.active {
    color: #37699B;
}

.interactive--tabs span:last-child {
    margin-right: 0;
}

.interactive--content {
    overflow: hidden;
    width: 100%;
}

.interactive--item {
    overflow: hidden;
    width: 100%;
    display: none;
}

.interactive--item:first-child {
    display: block;
}

.interactive--item--block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    border-bottom: 1px solid #C0C0C0;
    padding: 20px 0;
}

.voices--audio .interactive--item--block {
    flex-direction: row;
}

.voices--audio .interactive--item--tags {
    color: rgba(24, 25, 31, 0.5);
    font: 500 14px/17px 'Inter';
}

.interactive--item--block--left {
    width: calc(100% - 200px);
}

.interactive--item--block--left p {
    display: block;
    margin: 0 0 10px 0;
    font: 500 24px/30px 'Inter';
}

.interactive--item--block--left span {
    display: block;
    color: rgba(24, 25, 31, 0.5);
    margin: 0 0;
    display: block;
    font: 500 14px/17px 'Inter';
}

.interactive--item--block--right {
    width: 170px;
}

.interactive--item--block--right span {
    position: relative;
    padding-left: 35px;
    height: 24px;
    color: #37699B;
    font: 500 18px/24px 'Inter';
}

.video--popup--inner {
    width: 100%;
    height: 100%;
}

.interactive--item--block--right em {
    display: block;
    font-style: normal;
    padding-top: 8px;
    padding-left: 35px;
    font: 500 16px/16px 'Inter';
    color: #37699B;
}

.interactive--item--block--right em i {
    width: 36px;
    height: 36px;
    background: url(../images/icons/preloader.gif) no-repeat center;
    background-size: contain;
    display: block;
}

.interactive--item--block--right a {
    position: relative;
    padding-left: 35px;
    height: 24px;
    color: #37699B;
    text-decoration: none;
    font: 500 18px/24px 'Inter';
}

.interactive--item--block--right span:before,
.interactive--item--block--right a:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
}

.alx--interviewees--image {
    width: 250px;
    height: 311px;
}

.alx--interviewees--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interview--audio--section {
    overflow: hidden;
    padding-top: 60px;
    margin-bottom: 0;
}

.alx--interviewees--content {
    width: calc(100% - 250px);
    padding-left: 50px;
}

.alx--interviewees--content.w--full {
    width: 100%;
    padding-left: 0;
}

.more--margin {
    margin-bottom: 96px;
}

.registration--popup {
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
    z-index: 101;
    width: 650px;
    background: #fff;
    padding: 45px;
}

.registration--popup h3 {
    display: block;
    text-align: center;
    margin-bottom: 24px;
    font: 500 24px/24px 'Inter';
}

.registration--popup .login--here {
    color: #36699B;
    text-decoration: underline;
    cursor: pointer;
}

.registration--popup .login--here:hover {
    text-decoration: none;
}

.form--section {
    overflow: hidden;
    width: 100%;
    margin-bottom: 24px;
}

.registration--close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 8px;
    right: 8px;
    cursor: pointer;
    background: url(../images/icons/close-icon.svg) no-repeat center;
    background-size: contain;
}

.button--section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.form--section--checkboxes {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.form--section--checkboxes li {
    margin-right: 20px;
    position: relative;
    height: 20px;
    display: inline-block;
    padding-left: 22px;
    line-height: 20px;
    font-size: 14px;
}

.form--section--checkboxes li input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.form--section--checkboxes li i {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    background: transparent;
    overflow: hidden;
    border-radius: 3px;
}

.form--section--checkboxes li i:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.form--section--checkboxes li:last-child {
    margin-right: 0;
}

.form--section--checkboxes li input:checked+i::before {
    background: url(../images/icons/checked-icon.svg) no-repeat center;
    background-size: 20px;
}

.form--section button {
    outline: none;
    border: 1px solid #36699B;
    background: #36699B;
    color: #fff;
    width: 220px;
    height: 48px;
    font: 400 16px / 16px 'Inter';
}

.form--section button:hover {
    background: transparent;
    color: #36699B;
}

.form--section:last-child {
    margin-bottom: 0;
}

.registration--popup form {
    width: 100%;
}

.registration--popup--heading {
    display: block;
    text-align: center;
    font: 500 20px/30px 'Inter';
    margin: 0 0 32px 0;
}

.registration--popup h2 {
    text-align: center;
    display: block;
    margin-bottom: 32px;
}

.locked--section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.locked--section span {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #394091;
    font: 700 12px/12px 'Inter';
}

.locked--section span:after {
    background: url(../images/icons/lock-icon.svg) no-repeat center;
    background-size: contain;
    content: '';
    width: 17px;
    height: 17px;
    margin-left: 5px;
}

.alx--interviewees--content__posts {
    padding-top: 14px;
}

.alx--interviewees--content__post {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #C0C0C0;
}

.alx--interviewees--content__post:nth-child(odd) {
    background: #F5FAFE;
}

.register--tab {
    display: none;
}

.register--tab#regTab {
    display: block;
}

.closed--overlay i {
    opacity: 0.35;
}

.posts--wrapper {
    border-top: 1px solid #C0C0C0;
}

.alx--tooltip {
    position: absolute;
    top: -25px;
    left: 50%;
    z-index: 15;
    transform: translateX(-50%);
    background: #F5FAFE;
    padding: 4px 10px;
    color: #000;
    font: 500 12px/12px 'Inter';
    min-width: 70px;
    text-align: center;
    border: 1px solid #000;
    display: none;
}

.alx--interviewees--content__post a {
    color: #2D3DC7;
    font: 400 16px/24px 'Inter';
}

.alx--interviewees--content__post a:hover {
    text-decoration: none;
}

.alx--interviewees--content__post ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.alx--interviewees--content__post ul li {
    margin-right: 10px;
    height: 24px;
    width: 24px;
    position: relative;
    cursor: pointer;
}

.alx--interviewees--content__post ul li i {
    display: block;
    width: 100%;
    height: 100%;
}

.alx--interviewees--content__post ul li:last-child {
    margin-right: 0;
}

.alx--interviewees--content__post ul li.alx--icon--audio i {
    background: url(../images/icons/audio-icon.svg) no-repeat center;
    background-size: 18px;
}

.alx--interviewees--content__post ul li.alx--icon--audio .alx--tooltip {
    width: 150px;
}

.alx--interviewees--content__post ul li.alx--icon--text i {
    background: url(../images/icons/icon-text.svg) no-repeat center;
    background-size: contain;
}

.alx--interviewees--content__post ul li.alx--icon--video i {
    background: url(../images/icons/icon-video.svg) no-repeat center;
    background-size: contain;
}

.section-interviews .alx--interviewees--content__posts p.text-description {
    margin-bottom: 14px;
}

.interactive--item--block--right span.play--audio:before {
    background: url(../images/icons/audio-icon.svg) no-repeat center;
    background-size: contain;
}

.interactive--item--block--right a.pdf--icon:before {
    background: url(../images/icons/pdf-icon.svg) no-repeat center;
    background-size: contain;
}

.interactive--item--block--wrapper {
    width: 100%;
    display: grid;
    gap: 15px;
    grid-template-columns: 160px 1fr;
    align-items: center;
}

@media (max-width: 630px) {
    .interactive--item--block--wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.interactive--item--block--filename {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #37699B;
}

.interactive--item--block--player {
    overflow: hidden;
    display: flex;
}

.mejs__button&gt;button {
    color: #C0C0C0;
}

.mejs__playpause-button&gt;button {
    margin-left: 0;
}

.interactive--item--block--player .mejs__container {
    max-width: 100%;
    background: transparent;
}

.interactive--item--block--player .mejs__controls:not([style*="display: none"]) {
    background: transparent;
}

.interactive--item--block--player .mejs__controls&gt;* {
    color: #18191F;
}

.interactive--item--block--player .mejs__time-total {
    background: #C0C0C0;
}

.interactive--item--block--player .mejs__time-current {
    background: #37699B;
}

.interactive--item--block--player .mejs__time-hovered {
    background: transparent;
}

.interactive--item--block--player .mejs__time-handle {
    display: none;
}

.mejs__horizontal-volume-slider:hover .mejs__horizontal-volume-total,
.mejs__horizontal-volume-slider:focus .mejs__horizontal-volume-total {
    display: block;
}

.interactive--item--block--player .mejs__horizontal-volume-total {
    background: #C0C0C0;
    border: none;
    height: 0.195rem;
}

.interactive--item--block--player .mejs__horizontal-volume-current {
    background: #37699B;
    border-right: none;
}

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-float,
.mejs__time-float-corner,
.mejs__time-float-current,
.mejs__time-hovered,
.mejs__time-loaded,
.mejs__time-marker,
.mejs__time-total {
    height: 0.225rem;
}

.interactive--item--block--player .mejs__controls {
    align-items: center;
    padding: 0;
}

.interactive--item--block--player .mejs__time-slider {
    margin: 0;
    position: relative;
}

.interactive--item--block--player .mejs__currenttime-container,
.interactive--item--block--player .mejs__time-rail,
.interactive--item--block--player .mejs__duration-container {
    padding: 0;
    height: auto;
}

.interactive--item--videoWrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
    padding-top: 20px;
}

.interactive--item--video {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.interactive--item--video--preview {
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.interactive--item--video--preview img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.interactive--item--video--preview:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}

.interactive--item--video--preview span {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/icons/video-play-icon.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 3;
    top: 50%;
    transition: all 0.3s ease-in-out;
    left: 50%;
    transform: translate(-50%, -50%);
}

.interactive--item--video--preview:hover&gt;span {
    width: 72px;
    height: 72px;
}

.interactive--item--video span {
    display: block;
    margin-bottom: 10px;
    color: rgba(24, 25, 31, 0.5);
    font: 500 14px/17px 'Inter';
}

.interactive--item--video p {
    display: block;
    margin: 0;
    height: 40px;
    overflow: hidden;
    font: 500 16px/20px 'Inter';
}

.video--overlay {
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
}

.video--popup {
    position: fixed;
    z-index: 101;
    top: 50%;
    display: none;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 800px;
}

.video--popup iframe {
    width: 100% !important;
    height: 100% !important;
}

.access--requested {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.eye--section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.access--requested {
    font-size: 20px;
    font-weight: 500;
}

.locked--btn,
.locked--btn--loggedIn {
    display: flex;
    flex-wrap: wrap;
    width: 330px;
    color: #fff;
    font: 700 12px/12px 'Inter';
    height: 53px;
    background: #36699B;
    border-radius: 32px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.section-interviews .eye--section .h5 {
    margin-bottom: 0;
}

.locked--btn:hover,
.locked--btn--loggedIn:hover {
    background: #394091;
}

.locked--btn:after,
.locked--btn--loggedIn:after {
    content: '';
    background: url(../images/icons/eye-icon.svg) no-repeat center;
    background-size: contain;
    width: 26px;
    height: 26px;
    margin-left: 10px;
}

.set--password--wrapper {
    overflow: hidden;
    width: 100%;
    padding: 160px 0;
}

.setPasswordInner {
    width: 700px;
    margin: 0 auto;
}

.setPasswordInner h1 {
    display: block;
    margin: 0 0 24px 0;
    font: 500 36px/40px 'Inter';
    text-align: center;
}

.setPasswordInner form {
    width: 450px;
    margin: 0 auto;
}

.success--message {
    overflow: hidden;
    width: 100%;
    padding: 24px 0;
    font: 500 24px/32px 'Inter';
    color: #000;
    display: none;
    text-align: center;
}

.form--error {
    color: #f00;
    font: 500 14px/14px 'Inter';
    display: block;
    text-align: left;
    padding: 0 0 18px 0;
}

.video--popup.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video--popup--close {
    position: absolute;
    top: -50px;
    right: -10px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: url(../images/icons/close-icon.svg) no-repeat center;
    background-size: contain;
}

.interview--video--section {
    overflow: hidden;
    width: 100%;
    padding-top: 80px;
}

.interview--video--section.more--bottom--margin {
    margin-bottom: 120px;
}

.interview--video--section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.site--account {
    margin-left: auto;
    margin-right: 10px;
    position: relative;
    z-index: 999999999999;
}

body .search-button {
    margin-left: 0;
}

.site--account--popup {
    position: absolute;
    top: 100%;
    left: -60px;
    width: 160px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 14px;
    text-align: center;
    background: #fff;
    display: none;
}

.open--login--popup {
    color: #22405e;
    font: 500 16px/16px 'Inter';
    cursor: pointer;
}

.site--account .account--icon {
    width: 24px;
    height: 24px;
    background: url(../images/icons/account_icon.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    display: block;
}

.logged--in--user {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.logged--in--user a {
    color: #f00;
    text-decoration: none;
    font: 500 16px/16px 'Inter';
}

.logged--in--user span {
    color: #000;
    font: 500 18px/18px 'Inter';
    display: block;
    text-align: center;
    margin-bottom: 12px;
    padding-bottom: 12px;
    width: 100%;
    border-bottom: 1px solid #bebebe;
}

.site--account:hover&gt;.site--account--popup {
    display: block;
}

.voices--audio--subheading {
    overflow: hidden;
    width: 70%;
    margin: 0 auto 65px auto;
    text-align: center;
}

.voices--audio--subheading p {
    margin: 0;
    font: 400 18px/28px 'Inter';
}

.success--message {
    display: none;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
    color: #629755;
    font: 600 24px/34px 'Inter';
    text-align: center;
}

.interview--video--section--inner {
    position: relative;
    padding: 56.25% 0 0 0;
}

.fixedPosition {
    z-index: 99;
}

/* responsive */
@media (min-width: 767px) {
    .interview--audio--section .interactive--item--block {
        width: 66.66%;
    }
}

@media (max-width: 1200px) {
    .interactive--item--video {
        width: 33.33%;
    }
}

@media (max-width: 992px) {
    body.voices-page .section-banner {
        max-height: 360px;
    }

    .voices--audio--subheading {
        width: 100%;
    }

    .voices--audio--subheading p {
        font-size: 16px;
        line-height: 24px;
    }

    .interactive--item--video--preview {
        height: 190px;
    }

    .alx--interviewees--content {
        width: 100%;
        padding-left: 0;
        padding-top: 36px;
    }

    .section-interviews--wrapper {
        flex-direction: column;
    }

    .alx--interviewees--content__post {
        padding: 12px;
    }

    .interactive--item--block--left p {
        font-size: 18px;
        line-height: 22px;
    }

    .interactive--item--block--right span,
    .interactive--item--block--right a,
    .interactive--item--block--right em {
        padding-left: 24px;
        font-size: 15px;
        line-height: 20px;
    }

    .interactive--item--block--right span:before,
    .interactive--item--block--right a:before {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767px) {
    .setPasswordInner {
        width: 100%;
    }

    .setPasswordInner form {
        width: 100%;
    }

    .eye--section {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 36px;
    }

    .eye--section .locked--btn {
        margin-top: 15px;
    }

    .locked--btn {
        width: 100%;
    }

    .registration--popup {
        width: 95%;
        padding: 45px 15px;
    }

    .registration--popup--heading {
        font-size: 16px;
        line-height: 24px;
    }

    .voices--audio--searchfields--item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .voices--audio--searchfields--item:last-child {
        margin-bottom: 0;
    }

    .voices--audio {
        padding-top: 48px;
    }

    .voices--audio .interactive--item--block {
        width: 100%;
    }

    .voices--audio--search input {
        width: 100%;
    }

    .alx--icon--audio .alx--tooltip {
        margin-left: -50px;
    }

    .alx--tooltip {
        margin-left: -12px;
    }

    .interactive--item--video {
        width: 50%;
    }

    .interactive--tabs span {
        width: 33.33%;
        text-align: center;
        margin-right: 0;
    }

    .interactive--item--block {
        flex-direction: row;
    }

    .interactive--item--block--left {
        width: 100%;
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .interactive--item--video {
        width: 100%;
    }

    .interactive--item--video p {
        height: auto;
    }
}</pre></body></html>