.speakersProfile {
    position: relative;
    background: linear-gradient(180deg, #F7F6F6 0%, #FFFFFF 68.49%);
    padding: 60px 0;
    overflow: hidden;
}

.speakersProfile-loader {
  position: absolute;
  inset: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5; /* above content, below modals */
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease, visibility 200ms ease;
}

.speakersProfile-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* Simple spinner */
.speakersProfile-loader .spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #e5e7eb;      /* gray-200 */
  border-top-color: #132b66;
  border-radius: 50%;
  animation: spn 0.8s linear infinite;
}

@keyframes spn {
  to { transform: rotate(360deg); }
}

.speakersProfile .speakersProfile-header {
    margin-bottom: 60px;
    text-align: center;
}

.speakersProfile .speakersProfile-header h2 {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0;
}

.speakersProfile .speakersProfile-container {
    position: relative;
    width: 100%;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider {
    position: relative;
    max-width: 800px;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    column-gap: 30px;
    min-height: 100%
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-img {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1;
    max-width: 250px;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-img img {
    max-width: 250px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    position: relative;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjYwIDIzOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjRjdGNkY2IiBkPSJNNzguNTMuMzcxbDM3LjczNiAyOS4xQzg4LjcyOSA2MS42OSA3MS4zOTEgOTMuOTA5IDYzLjIzMiAxMjYuMTI3YzMwLjU5NiAwIDU1LjA3MyAyNS45ODIgNTUuMDczIDU3LjE2MSAwIDI5LjEwMS0yMy40NTcgNTUuMDgzLTU2LjA5MyA1NS4wODNDMjMuNDU3IDIzOC4zNzEgMCAyMDMuMDM1IDAgMTU1LjIyNyAwIDExMy42NTUgMTcuMzM4IDc4LjMxOSA3OC41My4zNzF6bTE0MS42OTUgMGwzNy43MzUgMjkuMWMtMjcuNTM2IDMyLjIxOS00NC44NzQgNjQuNDM3LTUzLjAzMyA5Ni42NTYgMzAuNTk2IDAgNTUuMDczIDI1Ljk4MiA1NS4wNzMgNTcuMTYxIDAgMjkuMTAxLTIzLjQ1NyA1NS4wODMtNTYuMDkzIDU1LjA4My0zOC43NTUgMC02Mi4yMTItMzUuMzM2LTYyLjIxMi04My4xNDQgMC00MS41NzIgMTcuMzM3LTc2LjkwOCA3OC41My0xNTQuODU2eiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-description {
    font-size: 16px;
    line-height: 26px;
    z-index: 2;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-description p {
    font-size: 16px;
    line-height: 26px;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-description br {
    display: none;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-header h2 {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-header {
    margin-bottom: 60px;
    text-align: center;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-details {
    z-index: 2;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-details h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-info * {
    font-size: 18px;
    line-height: 20px;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-info span {
    padding-right: 15px;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-info span:after {
    content: ' | ';
    display: inline-block;
    left: 10px;
    position: relative;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-info span:last-of-type {
    padding-right: 0;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-info span:last-of-type:after {
    content: none;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-link {
    z-index: 2;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-link button {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 5px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #132B66;
}

.speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-link button:after {
    content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTEgMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzEzMkI2NiIgZD0iTTEgMTcuOTkzYS45OTkuOTk5IDAgMDEtLjcwNy0xLjcwN2w3LjI5My03LjI5MkwuMjkzIDEuNzAxQS45OTkuOTk5IDAgMDExLjcwNy4yODdsOC43MDcgOC43MDdMMS43MDcgMTcuN2ExIDEgMCAwMS0uNzA3LjI5M3oiLz48L3N2Zz4=);
    width: 10px;
    height: 17px;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .speakersProfile .speakersProfile-header {
        margin-bottom: 30px;
    }
    
    .speakersProfile .speakersProfile-header h2 {
        font-size: 26px;
        line-height: 34px;
    }
    
    .speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-wrap {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 20px;
    }
    
    .speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-img {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content {
        row-gap: 15px;
    }
    
    .speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-details h5 {
        font-size: 18px;
    }
    
    .speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-info * {
        font-size: 15px;
        line-height: 26px;
    }
    
    .speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content .speakersProfile-profile-link button {
        font-size: 20px;
    }
    
    .speakersProfile .speakersProfile-container .dots-container {
        margin-top: 30px;
    }
    
    .speakersProfile .speakersProfile-container .speakersProfile-slider .speakersProfile-profile .speakersProfile-profile-content:before {
        background-position: right center;
    }
}

/* speakersProfile Modal */
.speakersProfile-modal {
    background: transparent;
    padding: 0!important;
}

.speakersProfile-modal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: auto;
    max-width: 1280px;
}

.speakersProfile-modal .modal-content {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(24px);
    border-radius: 0;
    padding: 60px;
    max-height: 100vh;
    overflow: auto;
}

.speakersProfile-modal .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

.speakersProfile-modal .modal-header .close {
    padding: 0;
}

.speakersProfile-modal .modal-header i {
    font-size: 30px;
}

.speakersProfile-modal .speakersProfile-modal-container {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    column-gap: 40px;
}

.speakersProfile-modal .speakersProfile-modal-details h5 {
    font-size: 36px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0;
}

.speakersProfile-modal .speakersProfile-modal-info * {
    font-size: 18px;
    line-height: 20px;
}

.speakersProfile-modal .speakersProfile-modal-description {
    font-size: 18px;
    line-height: 28px;
}

.speakersProfile-modal .speakersProfile-modal-details, .speakersProfile-modal .speakersProfile-modal-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.speakersProfile-modal .speakersProfile-modal-details span {
    padding-right: 15px;
}

.speakersProfile-modal .speakersProfile-modal-details span:after {
    content: ' | ';
    display: inline-block;
    left: 10px;
    position: relative;
}

.speakersProfile-modal .speakersProfile-modal-details span:last-of-type {
    padding-right: 0;
}

.speakersProfile-modal .speakersProfile-modal-details span:last-of-type:after {
    content: none;
}

.speakersProfile-modal .speakersProfile-modal-links {
    margin-top: 16px;
    display: grid;
    gap: 8px;
}

.speakersProfile-modal .speakersProfile-modal-links-email, .speakersProfile-modal .speakersProfile-modal-links-social {
    display: flex;
    align-items: center;
}

.speakersProfile-modal .speakersProfile-modal-links-email:before {
    content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0M181NjU3KSI+PHBhdGggc3Ryb2tlPSIjMzgzODNEIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0yLjQgOC4zMTNWLjI3NWgxMS4yVjcuMjEiLz48cGF0aCBzdHJva2U9IiMzODM4M0QiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xMy42IDUuMDdsMS45NCAxLjY2MWMuMTIzLjEwNS4xOTMuMjYuMTkzLjQyNXY4LjAxNmEuNTQzLjU0MyAwIDAxLS41MzMuNTUySC44YS41NDMuNTQzIDAgMDEtLjUzMy0uNTUyVjcuMTU2YzAtLjE2NC4wNy0uMzIuMTkzLS40MjVsMS45NC0xLjY2Ii8+PHBhdGggc3Ryb2tlPSIjMzgzODNEIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xLjg2NyAxNC4wNjhMNy42NyA5LjIyNGEuNTA3LjUwNyAwIDAxLjY1OCAwbDUuODA0IDQuODQ0bS00LjQwOS0zLjY4bDYuMDEtMy4yMTZtLTE1LjQ2NiAwbDYuMDEgMy4yMTYiLz48cGF0aCBmaWxsPSIjMzgzODNEIiBkPSJNOS41OTUgMi4zMDFjLjQ2Mi4yNDcuODIzLjU5MyAxLjA4MyAxLjAzOS4yNi40NDQuMzg5Ljk1Mi4zODkgMS41MjIgMCAuNTctLjEwMyAxLjAxNy0uMzA4IDEuMzQyLS4yMDQuMzI1LS40OS40ODctLjg1Ni40ODdhLjgwNy44MDcgMCAwMS0uNTItLjE2My43Ni43NiAwIDAxLS4yNjUtLjQ3Yy0uMTMuMjA0LS4zMDIuMzYtLjUxMy40N2ExLjU3IDEuNTcgMCAwMS0uNzMuMTYzQTEuNTMgMS41MyAwIDAxNi40OCA1Ljg2YTEuODY4IDEuODY4IDAgMDEtLjIwNi0uODg1YzAtLjMzLjA2OS0uNjE3LjIwNi0uODc3LjEzOC0uMjYxLjMyOC0uNDYzLjU3Mi0uNjA4LjI0NC0uMTQ1LjUxOS0uMjE3LjgyNC0uMjE3LjI1MyAwIC40ODIuMDQ4LjY4Ny4xNDNhMS4zIDEuMyAwIDAxLjUxLjQyNFYzLjNoLjU2OXYyLjQwM2MwIC4xNjUuMDM0LjI4Ni4xMDQuMzY0LjA3LjA3OC4xNTkuMTE3LjI2OC4xMTcuMTkyIDAgLjM0Mi0uMTE1LjQ0OC0uMzQ0LjEwNy0uMjMuMTYtLjU1My4xNi0uOTcyIDAtLjQ5NC0uMTEtLjkzLS4zMjYtMS4zMDZhMi4yNjMgMi4yNjMgMCAwMC0uOTItLjg3OCAyLjg1NSAyLjg1NSAwIDAwLTEuMzU2LS4zMTNjLS41MSAwLS45Ny4xMDktMS4zNjMuMzI3YTIuMzEgMi4zMSAwIDAwLS45MTkuOTE0Yy0uMjE4LjM5Mi0uMzI2Ljg0LS4zMjYgMS4zNDIgMCAuNTAzLjEwOC45NTcuMzIzIDEuMzUuMjE2LjM5LjUxOS42OTcuOTA5LjkxNy4zOS4yMi44NC4zMyAxLjM1LjMzLjIxMyAwIC40My0uMDI0LjY1NC0uMDczLjIyMi0uMDUuNDI0LS4xMjMuNjA4LS4yMmwuMTQ0LjQyN2EyLjQ5IDIuNDkgMCAwMS0uNjY4LjIzNGMtLjI1Mi4wNTQtLjUuMDgtLjczOC4wOC0uNTk4IDAtMS4xMjgtLjEzLTEuNTkyLS4zOUEyLjc1NyAyLjc1NyAwIDAxNS4zMiA2LjUyNGEzLjE3NCAzLjE3NCAwIDAxLS4zODYtMS41N2MwLS41ODIuMTI5LTEuMTAzLjM4OC0xLjU2MS4yNi0uNDU4LjYyNC0uODE3IDEuMDkyLTEuMDc1LjQ2OS0uMjU4IDEuMDA0LS4zODcgMS42MDYtLjM4Ny42IDAgMS4xMTQuMTIzIDEuNTc1LjM3aC4wMDF6TTguNTQgNi4wMjRjLjE2OC0uMDk4LjMwMS0uMjM3LjM5OS0uNDE3LjA5OC0uMTgxLjE0Ny0uMzkuMTQ3LS42MzIgMC0uMjQtLjA0OC0uNDUtLjE0Ny0uNjNhMS4wMzIgMS4wMzIgMCAwMC0uMzk5LS40MTQgMS4xMzMgMS4xMzMgMCAwMC0uNTcyLS4xNDRjLS4zMzEgMC0uNTk5LjEwOC0uODA0LjMyNC0uMjA0LjIxNi0uMzA3LjUwNC0uMzA3Ljg2NHMuMTAzLjY1LjMxLjg2OWMuMjA3LjIxOC40NzUuMzI3LjgwMi4zMjcuMjEzIDAgLjQwNC0uMDQ5LjU3Mi0uMTQ3eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzE0M181NjU3Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE2djE2SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}

.speakersProfile-modal .speakersProfile-modal-links-social:before {
    content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzA3N0ZCQiIgZD0iTTE0LjM2IDBsLjM2My4wN2MuNTQ4LjE2MyAxLjAxLjYgMS4xODggMS4xNDYuMDQuMTI2LjA1Ny4yNTYuMDg5LjM4NHYxMi44MTNjLS4xMTguODU4LS43OTggMS41MzEtMS42NzQgMS41ODZMMS42ODYgMTZBMS43OTQgMS43OTQgMCAwMTAgMTQuMzEzVjEuNjczQy4wNDUuODI0Ljc1NC4wOCAxLjYgMGgxMi43NnpNMy40NjQgMi4yM2MtLjg2Ni4wODQtMS40MTYuOTg2LTEuMTg3IDEuODA3LjI2OS45NjUgMS40NyAxLjM2MiAyLjI1LjcxIDEuMDc3LS45MDQuMzYyLTIuNjU0LTEuMDYzLTIuNTE3em0xMC4zMSAxMS41NDN2LTUuMTRjLS4wNTgtMS4yMjctLjYyMi0yLjMwNy0xLjg1NC0yLjY2Ni0xLjEwNS0uMzIzLTIuMzA3LS4wNTctMy4wNTMuODQtLjA3Ni4wOTEtLjE0MS4xOTItLjIxMy4yODZWNi4wOEg2LjM2djcuNjkzaDIuMjk0VjkuNTM5Yy4wNDctLjc3OC40MDItMS40MjYgMS4yMzUtMS41MjQgMS4wMTMtLjEyIDEuNDY0LjU1NiAxLjUxMiAxLjQ4NHY0LjI3NGgyLjM3M3pNNC44NCA2LjA4SDIuNDU0djcuNjkzSDQuODRWNi4wOHoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTMuNzc0IDEzLjc3NEgxMS40VjkuNWMtLjA0Ny0uOTI4LS40OTgtMS42MDMtMS41MTEtMS40ODQtLjgzMy4wOTgtMS4xODguNzQ3LTEuMjM2IDEuNTI0djQuMjM0SDYuMzZWNi4wODFoMi4yOTR2MS4wMTNjLjA3Mi0uMDk0LjEzNy0uMTk0LjIxMy0uMjg2Ljc0Ni0uODk3IDEuOTQ4LTEuMTYzIDMuMDUzLS44NCAxLjIzMi4zNiAxLjc5NiAxLjQ0IDEuODU0IDIuNjY2djUuMTR6TTQuODQgNi4wOEgyLjQ1NHY3LjY5Mkg0Ljg0VjYuMDh6TTMuNDY0IDIuMjMxYzEuNDI1LS4xMzcgMi4xNCAxLjYxMyAxLjA2MyAyLjUxNi0uNzc5LjY1Mi0xLjk4MS4yNTYtMi4yNS0uNzEtLjIyOS0uODIuMzIxLTEuNzIyIDEuMTg3LTEuODA2eiIvPjwvc3ZnPg==);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}

.speakersProfile-modal .speakersProfile-modal-links-email a, .speakersProfile-modal .speakersProfile-modal-links-social a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    text-decoration: underline;
}

.speakersProfile-modal .speakersProfile-modal-image {
    aspect-ratio: 1/1;
    max-width: 300px;
    width: 100%;
    margin: auto;
}

.speakersProfile-modal .speakersProfile-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1320px) {
    .speakersProfile-modal .modal-dialog {
        max-width: 1000px;
    }
}

@media (max-width: 1023px) {
    .speakersProfile-modal .modal-dialog {
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    .speakersProfile-modal .modal-dialog {
        max-width: 700px;
    }
}

@media (max-width: 767px) {
    .speakersProfile-modal .modal-dialog {
        max-width: 500px;
    }
    
    .speakersProfile-modal .modal-content {
        height: 95vh;
        padding: 60px 20px;
        margin: 0 15px;
    }
    
    .speakersProfile-modal .speakersProfile-modal-container {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 20px;
    }
    
    .speakersProfile-modal .modal-body {
        padding: 0;
    }
    
    .speakersProfile-modal .speakersProfile-modal-details h5 {
        font-size: 26px;
        line-height: 34px;
    }
    
    .speakersProfile-modal .speakersProfile-modal-info * {
        font-size: 15px;
        line-height: 26px;
    }
    
    .speakersProfile-modal .speakersProfile-modal-description {
        font-size: 16px;
        line-height: 26px;
    }
    
    .speakersProfile-modal .speakersProfile-modal-image {
        max-width: 100%;
    }
}

.modal-backdrop {
    z-index: 9999;
}

/* Slick */
.speakersProfile .speakersProfile-container .speakersProfile-slider .slick-track {
	display: flex !important;
}
.speakersProfile .speakersProfile-container .speakersProfile-slider .slick-slide {
	height: inherit;
}
.speakersProfile .speakersProfile-container .speakersProfile-slider .slick-slide > div {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.speakersProfile .speakersProfile-container .speakersProfile-slider .slick-slide {
    margin: 0 120px;
}
.speakersProfile .speakersProfile-container .speakersProfile-slider .slick-list {
    margin: 0 -120px;
    overflow: inherit;
}
.speakersProfile .speakersProfile-container .slick-arrow {
	cursor: pointer;
}

.speakersProfile .speakersProfile-container .slick-arrow.slick-disabled {
	cursor: auto;
    opacity: 0.5;
}

.speakersProfile .speakersProfile-container .dots-container {
    margin-top: 60px;
}

.speakersProfile .speakersProfile-container .dots-container .dots {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.speakersProfile .speakersProfile-container .dots-container .dots .slick-counter {
    font-size: 18px;
    line-height: 24px;
}