.gs-transitionomics-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.gs-transitionomics-modal.active {
    display: flex;
}
.gs-transitionomics-modal__overlay {
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.gs-transitionomics-modal__content {
    box-sizing: border-box;
    background-color: #000;
    padding-top: 3rem;
    position: relative;
    max-height: 90vh;
    max-width: 90vw;
    overflow: hidden;
}
@media (min-width: 992px) {
    .gs-transitionomics-modal__content {
        padding: 0;
    }
}
.gs-transitionomics-modal__content section {
    overflow-y: auto;
    height: calc(90vh - 6rem);
}
@media (min-width: 992px) {
    .gs-transitionomics-modal__content section {
        padding: 0;
        height: 100%;
    }
}
.gs-transitionomics-modal .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 22px;
    width: 22px;
    border: none;
    background: none;
    padding: 0;
    color: white;
    z-index: 10;
    cursor: pointer;
}
@media (min-width: 992px) {
    .gs-transitionomics-modal .close-modal {
        top: 44px;
        right: 28px;
    }
}
.gs-transitionomics-modal.light .gs-transitionomics-modal__content {
    background-color: #f6f6f6;
    border-radius: 8px;
    padding: 3.75rem 5rem;
}
.gs-transitionomics-modal.light .close-modal {
    top: 36px;
    right: 36px;
    color: #000;
}

.gs-tr-case-study-modal-slide {
    width: 292px;
    color: #fff;
    font-family: "GS Sans";
    padding: 2rem 1.5rem 0;
    max-height: calc(100vh - 16rem);
    max-width: 100%;
    overflow-y: auto;
}
@media (min-width: 992px) {
    .gs-tr-case-study-modal-slide {
        width: 1300px;
        padding: 0;
        display: flex;
        max-height: calc(100vh - 8rem);
        overflow-y: hidden;
    }
}
.gs-tr-case-study-modal-slide__content {
    padding-bottom: 2rem;
    overflow-y: auto;
}
@media (min-width: 992px) {
    .gs-tr-case-study-modal-slide__content {
        padding: 7.125rem 6.25rem 2.5rem 4.375rem;
    }
}
.gs-tr-case-study-modal-slide__image {
    display: none;
}
@media (min-width: 992px) {
    .gs-tr-case-study-modal-slide__image {
        display: block;
    }
    .gs-tr-case-study-modal-slide__image img {
        width: 602px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}
.gs-tr-case-study-modal-slide__eyebrow {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 1.5rem 0;
}
@media (min-width: 992px) {
    .gs-tr-case-study-modal-slide__eyebrow {
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 1rem 0;
    }
}
.gs-tr-case-study-modal-slide__title {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 1.5rem 0;
}
@media (min-width: 992px) {
    .gs-tr-case-study-modal-slide__title {
        font-size: 36px;
        line-height: 44px;
    }
}
.gs-tr-case-study-modal-slide section {
    box-sizing: border-box;
    background-color: rgba(80, 79, 79, 0.3);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 1rem 0.5625rem 1rem 1.5rem;
    margin: 0 0 1.5rem 0;
    height: fit-content;
}
.gs-tr-case-study-modal-slide section h6 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 0.25rem 0;
    color: #9c968c;
}
li div.gs-tr-case-study-modal-slide section p span {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #fff;
    padding: 0px;
    display: inline;
}
.gs-tr-case-study-modal-slide__description {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 1.5rem 0;
}
@media (min-width: 992px) {
    .gs-tr-case-study-modal-slide__description {
        /*font-size: 16px;*/
    }
}
.gs-tr-case-study-modal-slide .button {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: row;
    color: #05A0FF;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin: 1.25rem 0 0 0;
    text-decoration: none;
    /*transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;*/
}
@media (min-width: 992px) {
    .gs-tr-case-study-modal-slide .button:hover {
        /*color: #832911;*/
    }
    .gs-tr-case-study-modal-slide .button:hover .icon {
        padding-left: 0.25rem;
    }
}
.gs-tr-case-study-modal-slide .button .icon {
    margin-left: 0.5rem;
    transform: translateY(1.5px) !important;
    font-size: 12px;
    color: #fff;
    transition: padding-left 0.3s ease-in-out;
}

.gs-tr-case-study-modal {
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gs-tr-case-study-modal .arrows {
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 24px;
    bottom: 24px;
}
.gs-tr-case-study-modal .arrows .slide-counter {
    font-family: "GoldmanSans", Arial, Helvetica, sans-serif;
    display: flex;
    font-size: 0.75rem;
    line-height: 0.75rem;
    font-weight: 400;
    align-items: center;
    color: #fff;
    letter-spacing: .05rem;
}
.gs-tr-case-study-modal .arrows button {
    border: none;
    background: none;
    padding: 0;
    font-size: 1.5rem;
    cursor: pointer;
}
.gs-tr-case-study-modal .arrows button::before {
    color: #3173B5;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.gs-tr-case-study-modal .arrows button.inactive::before {
    opacity: 0.3;
    cursor: auto;
}
.gs-tr-case-study-modal .arrows button.prevSlide {
    transform: rotate(-180deg) translateY(1px);
    margin-right: 1rem;
}
.gs-tr-case-study-modal .arrows button.nextSlide {
    transform: translateY(2px);
    margin-left: 1rem;
}
.gs-tr-case-study-modal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 100%;
}
.gs-tr-case-study-modal ul li {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    max-height: 100%;
}
.gs-tr-case-study-modal ul li#active {
    display: block;
}