.pathway-sticky-holder .btn-outline-primary a::after {
    content: unset;
}

.ratio a[target=_blank]:after {
    content: unset !important;
}

.ratio .video-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.select2-select-holder .select2-selection {
    display: flex;
    align-items: center;
    text-align: left;
    border-color: #CCD0D5;
    border-radius: 8px;
    height: 36px;
    padding-left: 16px;
    padding-right: 40px;
}

.select2-select-holder .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
    right: 4px;
}

.page-section-holder .select2-selection .select2-selection__rendered {
    font-size: 18px;
    font-weight: 600 !important;
}

.page-section-holder .select2-selection .select2-selection__rendered {
    padding: 0;
}

.select2-dropdown .select2-results__options .select2-results__option {
    padding-left: 16px;
}

.page-section-holder .select2-selection .select2-selection__arrow {
    top: 10px;
    right: 4px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 8px 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 6px 0 6px;
}

.otherLink::after {
    content: unset;
}

/* Red play button */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background: rgba(255, 0, 0, 0.9);
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* White triangle */
.play-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 18px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
