:root {
    --circle-size: 128px;
    --animation-default: .25s ease-in-out;
    --animation-primary: .4s cubic-bezier(.7, 0, .3, 1);
    --animation-fast: .3s cubic-bezier(.7, 0, .3, 1);
    --animation-smooth: .6s cubic-bezier(.7, 0, .3, 1);
    --animation-slow: .8s cubic-bezier(.7, 0, .3, 1);
    --secondary-teal: #ffd700;
    --primary-dark-blue: #333;
    --basic-white: #fff;
    --primary-sunset: #E67340;
    --primary-teal-20: #F5F3ED;
}


@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular.woff2') format('woff2'),
        url('../fonts/Graphik-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    descent-override: 50%;
}


.bg-white {
    background: var(--white);
}


/******/
.rls-page-v3a .header .header__burger .header__burger-txt {
    top: 0;
    margin-right: 1.5rem;
}

.rls-page-v3a .header__burger-close {
    position: absolute;
    top: 18px;
    right: 30px;
    z-index: 3;
}

.home-page-v3a .hero-home {
    min-height: 90vh;
    height: 90vh;
    padding: 10.75rem 0 3.75rem;
}


.home-page-v3a .hero-home .circle-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.home-page-v3a .hero-home .circle-logo p {
    color: var(--body-color);
    text-align: center;
    font-family: 'Graphik';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    margin: 0;
}

.home-page-v3a .hero-home .hero-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.home-page-v3a .hero-home h1 {
    color: var(--body-color);
    text-align: center;
    font-family: 'Ivy Mode';
    font-size: 6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 2rem;

}


.home-page-v3a h3.txt-cols__title {
    color: var(--body-color);
    text-align: center;
    font-family: 'Ivy Mode';
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 76.8px */
}

.rls-page-v3a .block-IntrotextWithTwoColumns p {
    color: var(--body-color);
    font-family: 'Graphik';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.home-page-v3a h2.overview-section__title {
    color: var(--primary-sand-dark, #454033);
    text-align: center;
    font-family: "Ivy Mode";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 76.8px */
}

.home-page-v3a blockquote p {
    color: var(--body-color);
    text-align: center;
    font-family: "Ivy Mode";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 3rem */
    letter-spacing: 0.05rem;

}

.home-page-v3a .sections-bg-wrap-3--with-grad {
    background: transparent;
}

.home-page-v3a .apply-section img {
    filter: brightness(0) invert(1);
    opacity: .75;
}

.rls-page-v3a .overview-section--secondary .kicker {
    color: var(--primary-sunset, #E67340);
    text-align: center;
    font-family: 'Graphik';
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 17.6px */
    margin-bottom: 3rem;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.rls-page-v3a .list-section .list-section__list h6 {
    color: var(--primary-sunset, #E67340);

    /* Kicker Base Bold */
    font-family: "Graphik";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.block-VerticalImageTabsBlock .list-section .list-section__list li p {
    transition: max-height 0.5s ease;
    max-height: 0;
    overflow: hidden;
}

.block-VerticalImageTabsBlock .list-section .list-section__list li.active p {
    max-height: inherit;
}

.home-page-v3a .overview-section--secondary .overview-section__txt {
    margin-bottom: 4rem;
}

.home-page-v3a .overview-section--secondary .overview-section__txt.xl-txt p {
    color: #4D4D4D;
    text-align: center;
    font-family: "Ivy Mode";
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 39.2px */
    letter-spacing: 0.28px;
}

.home-page-v3a .overview-section p {
    color: #4D4D4D;
    font-family: 'Graphik';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}

.home-page-v3a .apply-btn {
    display: inline-flex;
    padding: var(--spacing-md, 24px) 40px var(--spacing-md, 24px) var(--spacing-lg, 48px);
    align-items: center;
    gap: 1rem;
    border-radius: var(--radius-360, 360px);
    background: var(--primary-sunset, #E67340);
    color: var(--basic-white, #FFF);
    font-family: 'Graphik';
    text-decoration: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 99%;

}


.home-page-v3a .apply-section--secondary {
    padding: 15rem 0;
}


.home-page-v3a .hero-home__container {
    height: 100%;
}

.rls-page-v3a .bottom-hero {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;

}

.rls-page-v3a .bottom-hero .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);

}

.rls-page-v3a .bottom-hero>img {
    height: 780px;
    width: 100%;
    object-fit: cover;
}

.rls-page-v3a .overlay-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    height: 100%;
}


.rls-page-v3a .overlay-content h6 {
    color: var(--surface-surface-invert, #FFF);
    text-align: center;
    font-family: "Graphik";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin: 0;
}


.rls-page-v3a .overlay-content .content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}


.rls-page-v3a .overlay-content h2 {
    color: var(--text-text-invert, #FFF);
    text-align: center;
    /* H2 */
    font-family: "Ivy Mode";
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    /* 3.6rem */
}

.rls-page-v3a .rounded-btn {
    color: var(--text-text-invert, #FFF);
    display: inline-flex;
    text-align: center;
    font-family: 'Graphik';
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.125rem */
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    width: 8rem;
    height: 8rem;
    border-radius: var(--radius-360, 22.5rem);
    border: 1px solid var(--border-border-white, #FFF);

}



.rls-page-v3a main>section {
    /*    background: #F5F3ED;*/
    position: relative;
    z-index: 2;
}

.rls-page-v3a .footer {
    padding: 0;
    background: transparent;
    position: relative;
    z-index: 11;
}

.rls-page-v3a .footer .container {
    padding: 2rem 15px 3rem;
    border-top: 1px solid var(--primary-grey-dark, #2B2B2B);
}

.internal-page-v3a .simple-hero__wrap,
.internal-page-v3a .simple-hero__wrap .simple-hero {
    height: 90vh;
    min-height: inherit;
}

.internal-page-v3a .simple-hero--secondary .simple-hero__title {
    bottom: -2.75rem;
}

.internal-page-v3a .simple-hero--secondary .simple-hero__tip-txt {
    color: var(--primary-sand-dark, #454033);
    text-align: center;
    font-family: 'Graphik';
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.internal-page-v3a .simple-hero--secondary .simple-hero__tip-txt {
    margin-bottom: .625rem;
}

.internal-page-v3a .simple-hero__tip-line {
    margin: 0 auto;
    top: 5rem;
}

.block-BioGridwithFlyoutBlock .overview-section--secondary,
.internal-page-v3a .block-ContentwithHeadSectionV3aBlock .overview-section--secondary,
.internal-page-v3a .block-IntrotextWithTwoColumns .txt-cols--secondary {
    padding-top: 12rem;
}

.block-BioGridwithFlyoutBlock .overview-section .txt-cols__row h4 {
    color: var(--primary-sand-dark, #454033);

    /* H3 */
    font-family: "Ivy Mode";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 3rem */
    letter-spacing: 0.05rem;
}

.block-BioGridwithFlyoutBlock .wow-perspective-wrap .txt-cols__col-1 {
    margin-bottom: 2rem;
}

.home-page-v3a .hero-home__svg-wrap {
    top: 20vh;
}

/*
.home-page-v3a .pin-spacer.svg-pin {
    rotate: -80deg;
}

.home-page-v3a .hero-home__svg {
    width: 250vw;
}
*/
.rls-page-v3a .banner-pic-2-wrap__overlay,
.internal-page-v3a .simple-hero__pic-wrap:after {
    background: linear-gradient(180deg, rgba(245, 243, 237, 0.00) 0%, #F5F3ED 100%);
}

.rls-page-v3a .vimeo-iframe,
.rls-page-v3a .block-ImageBlock,
.rls-page-v3a .hero__pic-wrap {
    position: relative;
    z-index: 2;
}

.rls-page-v3a .faq__col-heading {
    margin-bottom: 6rem;
}

.rls-page-v3a .faq__title {
    text-align: center;
    font-size: 64px;
    width: 100%;
    min-width: 100%;
}

.rls-page-v3a .full-width-video-module.container-fluid {
    padding: 0;
}

.rls-page-v3a .block-ContentWithVariableWidthBlock .content-block,
.rls-page-v3a .block-BioGridwithFlyoutBlock .content-block,
.rls-page-v3a .block-ContentwithHeadSectionV3aBlock .content-block {
    color: var(--primary-sand-dark, #454033);
    text-align: center;
    font-family: "Graphik";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}

.rls-page-v3a main {
    z-index: 1;
}

.rls-page-v3a .stats_section {
    padding: 6rem;
}

.rls-page-v3a .stats_section .stats_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.125rem;
}

.rls-page-v3a .stats_section .stats_block .stat_counter {
    color: #4D4D4D;
    text-align: center;
    font-family: "Ivy Mode";
    font-size: 7.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.rls-page-v3a .stats_section .stats_block p {
    color: #4D4D4D;
    text-align: center;
    font-family: "Graphik";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    /* 1.5rem */
}

.rls-page-v3a .stats_section>.container>.row>div {
    position: relative;
}

.rls-page-v3a .stats_section>.container>.row>div+div:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #E67340;
    transform: rotate(45deg);
    position: absolute;
    left: -7px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.rls-page-v3a .recruitment_process {
    padding: 6rem 0;
}

.rls-page-v3a .progress_listing ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: progress-item;
}

.rls-page-v3a .progress_listing ol li {
    counter-increment: progress-item;
    position: relative;
    padding: 2rem 7rem 2rem 11.25rem;
    display: flex;
    gap: 1.0625rem;
    border-bottom: 1px solid #C4BBA5;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
}

.rls-page-v3a .progress_listing ol li:before {
    content: counter(progress-item, decimal-leading-zero);
    position: absolute;
    left: 0;
    color: var(--primary-sunset, #E67340);
    text-align: center;
    font-family: "Ivy Mode";
    font-size: 6.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 8rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rls-page-v3a .progress_listing ol li h4 {
    color: #454033;
    font-family: "Graphik";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    margin: 0;
}

.rls-page-v3a .progress_listing ol li p {
    font-family: "Graphik";
    color: #454033;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    justify-content: center;
}

.rls-page-v3a .recruitment_process .wow-perspective-wrap {
    margin-bottom: 3rem;
}

.rls-page-v3a .recruitment_process .wow-perspective-wrap h4 {
    margin-bottom: 1.5rem;
    color: var(--primary-sunset, #E67340);
    text-align: center;
    font-family: "Graphik";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.rls-page-v3a .recruitment_process .wow-perspective-wrap p {
    color: #000;
    text-align: center;
    font-family: "Graphik";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    white-space: break-spaces;
}

.rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__col h3 {
    color: var(--primary-sand-dark, #454033);
    font-family: "Ivy Mode";
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.0175rem;
    display: flex;
    gap: 1rem;
}

.rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__col h3 span {
    color: var(--primary-sunset, #E67340);
    font-family: "Ivy Mode";
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.0175rem;
}

.rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__txt-wrap {
    color: var(--primary-sand-dark, #454033);
    font-family: "Graphik";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.00875rem;
}

.rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__btn-wrap {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item {
    border-top: 1px solid var(--primary-sand-dark, #454033);
    padding: 1.5rem 0 2.5rem;
}

.rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__btn-wrap a {
    text-decoration: none;
}

.rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__btn-wrap a .btn {
    display: flex;
    padding: 0.75rem 1.25rem;
    align-items: center;
    align-self: stretch;
    font-family: "Graphik";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: var(--radius-360, 22.5rem);
    text-decoration: none;
    text-transform: none;
    min-width: inherit;
    gap: 1rem;

}

.rls-page-v3a .btn {
    display: flex;
    padding: var(--spacing-12, 12px) var(--spacing-20, 20px);
    border-radius: 360px;
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    font-family: "Graphik";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    gap: 1rem;
    text-transform: none;
    /* 16px */
}

.rls-page-v3a .btn.btn-theme i {
    transform: rotate(45deg);
}

.rls-page-v3a .btn.btn-solid-orange {

    background: var(--primary-sunset, #E67340);
    border: 1px solid var(--primary-sunset, #E67340);
    color: var(--basic-white, #FFF);
    justify-content: space-between;
}

.rls-page-v3a .btn.btn-solid-orange:hover {

    color: var(--primary-sunset, #E67340);
    background: var(--basic-white, #FFF);
    justify-content: space-between;
}


.rls-page-v3a .btn.btn-dark-outline {
    background: transparent;
    color: var(--primary-sand-dark, #454033);
    border: 1px solid var(--primary-sand-dark, #454033);

}

.rls-page-v3a .btn.btn-dark-outline:hover {
    background: var(--primary-sand-dark, #454033);
    color: var(--basic-white);
}


.rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__btn-wrap a .btn {
    color: var(--primary-sand-dark, #454033);
    border: 1px solid var(--primary-sand-dark, #454033);
    background: transparent;
}

.rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__btn-wrap a .btn:hover {
    background: var(--primary-sand-dark, #454033);
    color: #fff;
}

.block-BioGridwithFlyoutBlock a {
    outline: none;
    text-decoration: none;
}

.drawer-flyout-modal-bio-wrap a .btn,
.block-BioGridwithFlyoutBlock a .btn {
    padding: var(--units-14, 14px) var(--spacing-20, 20px) var(--spacing-12, 12px) var(--spacing-20, 20px);
    align-items: center;
    align-self: stretch;
    font-family: "Graphik";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: var(--radius-360, 22.5rem);
    text-decoration: none;
    text-transform: none;
    min-width: inherit;
    color: var(--primary-ochre-dark, #5E4E48);
    border: 1px solid var(--primary-ochre-dark, #5E4E48);
    background: transparent;
}

.drawer-flyout-modal-bio-wrap a .btn .btn__text,
.block-BioGridwithFlyoutBlock a .btn .btn__text {
    display: flex;
    gap: 1rem;
}

.block-BioGridwithFlyoutBlock a .btn i.fa-arrow-up {
    transform: rotate(45deg);
}

.drawer-flyout-modal-bio-wrap a .btn:hover,
.block-BioGridwithFlyoutBlock a .btn:hover {
    background: var(--primary-sand-dark, #454033);
    color: #fff;
}

.rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__btn-wrap a .btn.btn-solid {
    background: var(--primary-sunset, #E67340);
    color: #fff;
    border-color: var(--primary-sunset, #E67340);
}

.rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__btn-wrap a .btn.btn-solid:hover {
    color: var(--primary-sunset, #E67340);
    background: #fff;
}



.rls-page-v3a .block-VerticalTabsBlock {
    padding: 6rem 0 12.5rem;
}

.rls-page-v3a .tabs__container .tabs-item h4.h5 {
    color: var(--primary-sand-dark, #454033);
    font-family: "Graphik";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
}

.rls-page-v3a .tabs__container .tabs__title-slide-txt {
    display: inline-block;
    padding: 0 4.5rem 0 4.3rem;
    cursor: pointer;
    color: var(--primary-sand-dark, #454033);
    font-family: var(--font-family-ivy-mode, "Ivy Mode");
    font-size: 7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 7.25rem;
    /* 103.571% */
}


.rls-page-v3a .tabs__container .tabs__title-slide-txt:before {
    left: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    border: 0.188rem solid var(--primary-sunset, #E67340);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;
}

.rls-page-v3a .tabs__container .tabs__title-slide-txt-arrow {
    top: 0;
    bottom: 0;
    margin: auto 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--animation-fast);
    -o-transition: var(--animation-fast);
    transition: var(--animation-fast);
}

.rls-page-v3a .tabs__container .tabs__title-slide-txt-arrow path {
    fill: #E67340;
}

.rls-page-v3a .tabs__container .slide-active .tabs__title-slide-txt-arrow {
    visibility: visible;
    opacity: 1;
    margin-left: 2rem;
}

.block-BioGridwithFlyoutBlock .overview-section--secondary .overview-section__txt,
.internal-page-v3a .block-ContentwithHeadSectionV3aBlock .overview-section--secondary .overview-section__txt {
    width: 895px;
    padding: 0 15px;
    max-width: 100%;
    margin-bottom: 0;

}

.rls-page-v3a .overview-section--secondary .wow-perspective-wrap .wow3d-primary {
    position: relative;

    /* padding-bottom: 2.75rem;*/
}

.rls-page-v3a .overview-section--secondary .wow-perspective-wrap.xl-txt {
    font-size: 1.75rem;
}

/* .rls-page-v3a .overview-section--secondary .wow-perspective-wrap .wow3d-primary .btn{
    position: absolute;
    bottom: 0;
} */

.lead-text-pb-0 .lead-text p {
    padding-bottom: 0 !important;
}

.block-BioGridwithFlyoutBlock .overview-section--secondary .overview-section__txt.lead-text,
.internal-page-v3a .block-ContentwithHeadSectionV3aBlock .overview-section--secondary .overview-section__txt.lead-text {
    font-size: 1.75rem;
    margin: 0 auto 2.65rem;
    max-width: 895px;
}

.rls-page-v3a .tabs__container .slide-active .tabs__title-slide-txt:before {
    opacity: 1;
}

.rls-page-v3a .tabs__container .slide-active .tabs__title-slide-txt,
.rls-page-v3a .tabs__container .tabs__title-slide-txt:hover {
    color: var(--primary-sand-dark, #454033);
}

.rls-page-v3a .tabs__container .transparent-text {
    color: transparent;
    -webkit-text-stroke: 1px var(--primary-sand-dark, #454033);
    text-shadow: none !important;
}

.rls-page-v3a .tabs__content-slide .fade-pic-anim {
    margin-bottom: 3rem;
}

.rls-page-v3a .tabs__content-slide .fade-pic-anim h3 {
    display: none;
}

.rls-page-v3a .tabs__content-slide p {
    color: var(--primary-sand-dark, #454033);
    font-family: "Graphik";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.internal-page-v3a .hero-home__svg-wrap {
    margin-top: 15vh;
}

.rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__btn-wrap a .btn__text {
    width: 100%;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__btn-wrap a .btn.btn-solid .btn__text {
    justify-content: space-between;
}

.rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__btn-wrap a .btn__text i.fa-arrow-up {
    transform: rotate(45deg);
}

.internal-page-v3a .banner-pic-2-wrap .banner-pic-2 {
    aspect-ratio: 400/600;
}

/*---------------------------------*/

:root {
    --vh: 1vh;
    --vh-2: 1vh;
    --window-height: calc(var(--vh, 1vh) * 100);
    --window-height-mob: calc(var(--vh-2, 1vh) * 100);
    --left-margin-container: 0px;
    --label-height-1: 500px;
    --label-height-2: 296px;
    --label-total: calc(var(--label-height-1) + var(--label-height-2));

    --animation-default: .25s ease-in-out;
    --animation-primary: .4s cubic-bezier(.7, 0, .3, 1);
    --animation-fast: .3s cubic-bezier(.7, 0, .3, 1);
    --animation-smooth: .6s cubic-bezier(.7, 0, .3, 1);
    --animation-slow: .8s cubic-bezier(.7, 0, .3, 1);
    --basic-white: #ffffff;
    --primary-dark-blue: #002664;
    --secondary-teal: #a1e7d7;
}

/*style*/


.modal {}

.modal--info {
    padding: 0;
}

.modal--info .modal__overlay {
    background: rgba(0, 0, 0, .2);
}

.modal--info .modal-close__icon {
    width: 30px;
}

.modal__block-wrap {
    pointer-events: none;
    max-width: 1323px;
    padding-left: 120px;
    max-height: var(--window-height);
}

.modal__block--info {
    pointer-events: auto;
    color: var(--body-color);
    background: #F5F3ED;
    min-height: 100vh;
    height: 100vh;
}

.modal__block-wrap .modal-close {
    right: auto;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    background: #E67340;
    z-index: 5;
}

.modal__section {
    padding: 5rem;
}

.modal__section-pic-wrap {
    height: 651px;
    max-height: 100%;
    min-height: 400px;
}

.modal__section-container {
    max-width: 720px;
    padding: 0 16px;
}

.modal__section-head-time-big {
    font-family: var(--third-family);
    font-size: 160px;
    line-height: 75%;
    letter-spacing: -0.02em;
    color: var(--secondary-teal);
    margin-right: 36px;
    display: inline-block;
}

.modal__section-head-col--2 {
    text-align: right;
    padding-bottom: 3px;
}

.modal__section-head-time-big {
    margin-top: -58px;
}

.modal__section-head {
    margin-bottom: 90px;
}

.modal__section-head-btn,
.modal__section-btn {
    padding: 10px 14px;
    min-height: 40px;
}

.modal__section-head-time {
    letter-spacing: 0.05em;
    font-weight: 500;
}

.modal__section-title {
    font-size: 48px;
    letter-spacing: 0;
    margin-bottom: 60px;
}

.modal__section-highlight {
    padding-left: 45px;
    margin-bottom: 60px;
}

.modal__section-highlight p {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
}

.modal__section-highlight h4 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.05em;
}

.modal__section-highlight:after {
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: var(--secondary-teal);
}

.modal__section-simple-content-wrap p {
    margin-bottom: 25px;
}

.modal__section-simple-content-pics-grid {
    margin: 0 -10px;
}

.modal__section-simple-content-pic-col {
    padding: 0 10px;
    margin-bottom: 24px;
}

.modal__section-simple-content-pic-wrap {
    height: 216px;
}

.modal__section-simple-content-pic-hover {
    top: 0;
    left: 0;
    background: rgba(0, 38, 100, 0.4);
    opacity: 0;
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    transition: var(--animation-default);
}

.modal__section-simple-content-pic-wrap:hover .modal__section-simple-content-pic-hover {
    opacity: 1;
}

.modal__section-simple-content-pic-hover-block {
    border: 1px solid var(--secondary-teal);
    border-radius: 360px;
    width: 40px;
    height: 40px;
}

.modal__section-simple-content-pic-hover-block-icon {
    width: 20px;
}

.modal__section-simple-content-wrap {
    margin-bottom: 80px;
}

.modal__section-author-sign {
    font-family: var(--font5);
    font-size: 60px;
    margin-bottom: 50px;
}

.modal__section-author-block-pic-wrap {
    border: 1px solid var(--secondary-teal);
    border-radius: 360px;
    width: 64px;
    height: 64px;
    margin-right: 20px;
}

.modal__section-divider {
    margin: 80px 0;
    background: var(--secondary-teal);
}

.modal__section-links li:not(:last-child) {
    margin-right: 12px;
    margin-bottom: 10px;
}

.modal__section-links {
    margin-bottom: 70px;
}

.modal__section-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--secondary-teal);
    border-radius: 360px;
    width: 48px;
    height: 48px;
    background-image: none !important;
    -webkit-transition: background var(--animation-default), color var(--animation-default) !important;
    -o-transition: background var(--animation-default), color var(--animation-default) !important;
    transition: background var(--animation-default), color var(--animation-default) !important;
}

.modal__section-links a:hover {
    background: var(--secondary-turquoise);
    color: var(--primary-dark-blue);
}

--------------------------------*/ .modal {
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--window-height);
    padding: 20px;
}

.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--whitealpha-80);
    z-index: -1;
    cursor: initial;
}

.modal__block {

    max-width: 100%;
    width: 100%;
    max-height: 100%;
    overflow: auto;
}

.modal__block--primary {
    max-width: 827px;
}

.modal__block-col-1 {
    min-height: 439px;
    height: auto;
    max-height: 100%;
    padding: 0 10px 0 0;
}

.modal__block-col-2 {
    padding: 20px 28px 24px 20px;
}

.modal__block-logo {
    margin-bottom: 24px;
}

.modal__block-title {
    font-size: 40px;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}

.modal__block-sub-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--secondary-teal);
    margin-bottom: 12px;
}

.modal__block-txt-wrap {
    font-size: 14px;
    margin-bottom: 14px;
}

.modal__block-tip {
    font-style: italic;
    font-size: 12px;
    line-height: 125%;
    margin-top: 20px;
}

.modal-close {
    pointer-events: auto;
    top: 13px;
    right: 10px;
}

.modal-close:hover path {
    fill-opacity: 1;
}

.modal--secondary-anim {
    pointer-events: none;
}

.is-open.modal--secondary-anim {
    pointer-events: auto;
}

.modal:not(.modal--secondary-anim) {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity var(--animation-default), visibility var(--animation-default);
    -o-transition: opacity var(--animation-default), visibility var(--animation-default);
    transition: opacity var(--animation-default), visibility var(--animation-default);
}

.modal--secondary-anim:not(.set-up-anim-modal) {
    visibility: hidden;
}

.modal--info .modal__block-wrap {
    -webkit-transition: -webkit-transform var(--animation-smooth);
    transition: -webkit-transform var(--animation-smooth);
    -o-transition: transform var(--animation-smooth);
    transition: transform var(--animation-smooth);
    transition: transform var(--animation-smooth), -webkit-transform var(--animation-smooth);
}

.modal--info:not(.is-open) .modal__block-wrap {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.modal--info:not(.is-open) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.modal:not(.modal--secondary-anim).is-open {
    opacity: 1;
    visibility: visible;
}

.modal--full-video {
    padding: 0;
}

.modal--full-video .modal-video-wrap {
    height: var(--window-height);
}

.modal--full-video .plyr--video {
    width: 100%;
    height: 100%;
}

.modal--full-video .modal-close {
    top: 0;
    left: 0;
    right: auto;
    z-index: 10;
    width: 120px;
    height: 120px;
    background: var(--secondary-teal);
}

.modal--full-video .modal-close__icon path {
    fill: var(--primary-dark-blue);
}

.modal--full-video .modal-close__icon {
    width: 30px;
}

.internal-page-v3a .banner-pic-2-wrap .banner-pic-2-mask {
    /*   height: 150%;
    max-height: 150%;*/
}

.internal-page-v3a .split-section__item {
    padding: 6rem 0;
}

.internal-page-v3a .split-section__item .split-section__pic-wrap {
    position: relative;
    top: 0;
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
}

.font-graphik {
    font-family: "Graphik", sans-serif;
}

.font-size-18 {
    font-size: 1.125rem;
    font-family: "Graphik", sans-serif;
}

.internal-page-v3a .block-ContentWithImageAlignmentOptionV3aBlock .split-section__txt {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.125rem;
    padding-right: 0;
    padding-left: 2.5rem;
}

.internal-page-v3a .image-right .split-section__txt {
    padding-left: 0;
    padding-right: 2.5rem;

}

.hero-content .updown-arrow {
    animation: upDown 1.5s ease-in-out infinite;
    display: inline-block;
}

.block-BioGridwithFlyoutBlock .overview-section--secondary .pre-title,
.internal-page-v3a .block-ContentwithHeadSectionV3aBlock .overview-section--secondary .pre-title {
    margin-bottom: 1.5rem;
}

.block-BioGridwithFlyoutBlock .overview-section--secondary .overview-section__title,
.internal-page-v3a .block-ContentwithHeadSectionV3aBlock .overview-section--secondary .overview-section__title {
    margin-bottom: 3rem;
}

.block-VerticalTabsBlock .swiper h4.kicker {
    color: var(--primary-sunset, #E67340);

    font-family: "Graphik";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    padding-left: 4.75rem;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}


/*  Button Css*/
.big-circle-btn {
    position: relative;
    border: none !important;
    border-radius: 360px;
    background: none;
    background-image: none !important;
    width: var(--circle-size);
    height: var(--circle-size);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    z-index: 2;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-circle-btn:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: -1px;
    bottom: 0;
    border-radius: 360px;
    background: #0000;
    -webkit-transition: background var(--animation-default) !important;
    -o-transition: background var(--animation-default) !important;
    transition: background var(--animation-default) !important;
    z-index: -1;
}

.big-circle-btn:hover:after {
    /*background: var(--secondary-teal);*/
    background: rgba(0, 0, 0, .4);
}

.big-circle-btn:hover path {
    fill: var(--primary-dark-blue);
}

.big-circle-btn__border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    max-width: none;
    z-index: 1;
    -webkit-transform: rotate(-90deg) translateX(-1.5px);
    -ms-transform: rotate(-90deg) translateX(-1.5px);
    transform: rotate(-90deg) translateX(-1.5px);
    -webkit-transition: 1.3s cubic-bezier(.74, 0, .24, .99);
    -o-transition: 1.3s cubic-bezier(.74, 0, .24, .99);
    transition: 1.3s cubic-bezier(.74, 0, .24, .99);
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}

.big-circle-btn__border rect {
    fill: none;
    stroke-width: 2;
    width: 100%;
    height: 100%;
    rx: calc(var(--circle-size) * .5);
    ry: calc(var(--circle-size) * .5);
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
    -webkit-transition-timing-function: cubic-bezier(.74, 0, .24, .99);
    -o-transition-timing-function: cubic-bezier(.74, 0, .24, .99);
    transition-timing-function: cubic-bezier(.74, 0, .24, .99);
    stroke: #fff;
    stroke-dasharray: 321%;
    stroke-dashoffset: 642%;
    -webkit-transition-property: stroke-dashoffset;
    -o-transition-property: stroke-dashoffset;
    transition-property: stroke-dashoffset;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    will-change: stroke-dashoffset;
}

.big-circle-btn__border rect+rect {
    stroke: #E67340;
}

.big-circle-btn__border rect+rect {
    stroke-dashoffset: 321%;
}

.big-circle-btn:hover .big-circle-btn__border {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.big-circle-btn:hover rect {
    stroke-dashoffset: 321%;
}

.big-circle-btn:hover rect+rect {
    stroke-dashoffset: 0%;
}

.big-circle-btn:hover .big-circle-btn__txt {
    /*  color: var(--primary-dark-blue);*/
}

.big-circle-btn__txt {

    z-index: 3;
    position: relative;
    color: var(--text-text-invert, #FFF);
    display: inline-flex;
    text-align: center;
    font-family: 'Graphik';
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    width: 128px;
    height: 128px;

}

/*Button Css*/


.simple-hero__tip-line {
    width: 2px;
}

.header__nav-menu .header__nav-menu-main li a.current-page {
    color: #E67340 !important;
}

.header__nav-menu .header__nav-menu-main li a.current-page:before {
    background: #E67340;

}

.header__menu-nav li.active a.hover-line:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.drawer-flyout-modal-bio-wrap {
    color: var(--neutral-700-main, #4D4D4D);

    /* Body Large */
    font-family: 'Graphik';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.875rem */
}

.drawer-flyout-modal-bio-wrap .split-section:after,
.drawer-flyout-modal-bio-wrap:not(.modal__section),
.drawer-flyout-modal-bio-wrap .bg-light-primary {
    background: none !important;
}

.drawer-flyout-modal-bio-wrap .overview-section__txt {
    text-align: left !important;
    margin-bottom: 3rem;
}

.drawer-flyout-modal-bio-wrap .overview-section__txt.lead-text {
    text-align: center !important;
}

.drawer-flyout-modal-bio-wrap .overview-section__title {
    color: var(--primary-sand-dark, #454033);
    text-align: center;

    /* H1 */
    font-family: "Ivy Mode";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 4.8rem */
}

.drawer-flyout-modal-bio-wrap .overview-section__txt.lead-text p {
    color: var(--neutral-700-main, #4D4D4D);

    /* Body Large Bold */
    font-family: 'Graphik';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.875rem */
}

.drawer-flyout-modal-bio-wrap .wow {
    transform: none !important;
    opacity: 1;
    visibility: visible;
}

.drawer-flyout-modal-item .blockquote-wrap,
.drawer-flyout-modal-bio-wrap .blockquote-wrap {
    color: var(--primary-ochre-dark, #5E4E48);
    border-left: 0.0625rem solid var(--primary-sunset, #E67340);
    display: flex;
    margin: 3rem 0;
}

.drawer-flyout-modal-item .blockquote-wrap blockquote,
.drawer-flyout-modal-bio-wrap .blockquote-wrap blockquote {
    margin: 0;
    padding: 0.5rem 0rem 0.5rem 3rem;
}

.drawer-flyout-modal-item .blockquote-wrap blockquote p,
.drawer-flyout-modal-bio-wrap .blockquote-wrap blockquote p {
    text-align: left;
    /* Quote Medium */
    font-family: var(--font-family-ivy-mode, "Ivy Mode");
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 1.95rem */
    letter-spacing: 0.03rem;
}

.drawer-flyout-modal-bio-wrap .overview-section--secondary .kicker {
    margin-bottom: 1.5rem;
}

.drawer-flyout-modal-bio-wrap .overview-section {
    margin-bottom: 0;
    padding-bottom: 0;
}

.drawer-flyout-modal-bio-wrap .hero-img-wrap img {
    aspect-ratio: 1200/680;

}

.rls-page-v3a .body-content main {

    width: 100%;
    background: repeating-linear-gradient(to bottom,
            #F5F3ED,
            /* light sand */
            #ffffff 900px,
            /* white at 900px */
            #ffffff 900px,
            #F5F3ED 1800px
            /* back to sand at 1800px */
        );
    background-repeat: repeat-y;
    background-position: center 90vh;

}

.rls-page-v3a .drawer-flyout-modal-bio-wrap .modal__block--info {
    width: 100%;
    background: repeating-linear-gradient(to bottom,
            #F5F3ED,
            /* light sand */
            #ffffff 900px,
            /* white at 900px */
            #ffffff 900px,
            #F5F3ED 1800px
            /* back to sand at 1800px */
        ) !important;
    background-repeat: repeat-y;
    background-position: center 100vh;
}

.rls-page-v3a .banner-pic-2-offset-js .pin-spacer {
    z-index: 99 !important;
}


.rls-page-v3a .block-VerticalTabsBlock .swiper {
    overflow: visible;
}


.tabs__content-swiper.swiper-fade .swiper-slide {
    opacity: 1 !important;
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important
}

.rls-page-v3a .faq,
.rls-page-v3a .sections-bg-wrap-3--with-grad,
.rls-page-v3a .bg-light-primary,
.rls-page-v3a .sections-bg-wrap-1:after,
.rls-page-v3a .split-section:after,
.rls-page-v3a .banner-pic-2-offset--primary {
    background: transparent;
}

.rls-page-v3a .full-width-video-module.container-fluid .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .2);
    transition: all ease .25s;
}


.rls-page-v3a .full-width-video-module.container-fluid .overlay a {
    z-index: 2;
}

.rls-page-v3a .full-width-video-module.container-fluid .playing .overlay,
.rls-page-v3a .full-width-video-module.container-fluid .playing .overlay a {
    display: none;
}

.rls-page-v3a .full-width-video-module.container-fluid .overlay>img {
    position: absolute;
}

.rls-page-v3a .hover-line:before {
    background: #E67340;
}

.rls-page-v3a .banner-pic-2-mask--bg {
    background: url('../images/mask-pic-new.png') center bottom no-repeat;
    background-size: 100%;
}

.preloader__content__pic-wrap {
    min-height: 7.25rem;
}

.modal__block-wrap .modal-close svg {
    display: none;
}

.modal__block-wrap .modal-close {
    text-decoration: none;
}

.modal__block-wrap .modal-close:after {
    color: #fff;
    font-size: 2rem;
    font-family: "Font Awesome 5 Pro";
    content: "\f00d" !important;
    font-weight: 300;

}

.rls-sand-to-white-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f3ed+43,ffffff+100&1+43,0+98 */
    background: linear-gradient(to bottom, rgba(245, 243, 237, 1) 43%, rgba(255, 255, 254, 0) 98%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.rls-white-to-sand-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f5f3ed+57&0+2,1+57 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 254, 0) 2%, rgba(245, 243, 237, 1) 57%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.education-reveal-image::before {
    content: "";
    display: block;
    height: 140px;
    position: absolute;
    top: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f5f3ed+57&0.25+0,1+57 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(245, 243, 237, 1) 57%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.block-VideoV3aBlock,
.block-VideoV3aBlock video {
    max-height: 90vh;
    overflow: hidden;
}

.block-VideoV3aBlock .overlay {
    height: 90vh;
}

.rls-page-v3a .block-BioGridwithFlyoutBlock h5.job-title {
    color: var(--primary-sunset, #E67340);

    /* Kicker Base */
    font-family: 'Graphik';
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 1.1rem */
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}


.table-responsive {
    max-width: 100%;
    margin: auto;
    overflow: auto;
}

.table-responsive table {
    border-bottom: 1px solid #C4BBA5;
    border-left: 1px solid #C4BBA5;
    width: 100%;
}

.table-responsive table tr:nth-child(odd) {
    background: var(--primary-teal-20);
}

.table-responsive table tr th {
    margin: 0;
    min-height: 68px;
    color: var(--basic-white);
    background: var(--primary-sand-dark, #454033);

    /* Kicker Base Bold */
    font-family: 'Graphik';
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.table-responsive table tr th,
.table-responsive table tr td {
    width: 20%;
    border-top: 1px solid #C4BBA5;
    line-height: 150%;
    border-right: 1px solid #C4BBA5;
    padding: 10px 12px;
}

.table-responsive table tr td {
    min-height: 5rem;
    font-size: 0.875rem;
}

.rls-page-v3a .header .header__burger {
    z-index: 999999;
}

.rls-page-v3a .header .header__burger .header__burger-txt {
    top: 0;
    margin-right: 1.5rem;
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
}


.rls-page-v3a .header .hamburger span,
.rls-page-v3a .header .hamburger span:before,
.rls-page-v3a .header .hamburger span:after {
    cursor: pointer;
    border-radius: 0;
    height: 2px;
    width: 2rem;
    background: #E67340;
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
}

.rls-page-v3a .header .hamburger span:after {
    width: 1.5rem;
}

.rls-page-v3a .header .hamburger span {
    margin-left: 1rem;
    position: relative;
}

.rls-page-v3a .header .hamburger span:before {
    top: -8px;
}

.rls-page-v3a .header .hamburger span:after {
    bottom: -8px;
}

/*
#hamburger span, #hamburger span:before, #hamburger span:after {
transition: all 200ms ease-in-out;
}
*/
.rls-page-v3a .header .hamburger span,
.rls-page-v3a .header .hamburger span:before,
.rls-page-v3a .header .hamburger span:after {
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* easeInOutCubic */
}

.rls-page-v3a .header .is-active .hamburger {
    font-size: 0;
}

.rls-page-v3a .header .is-active .hamburger span {
    background-color: transparent;
}

.rls-page-v3a .header .is-active .hamburger span:before,
.rls-page-v3a .header .is-active .hamburger span:after {
    top: 0;
}

.rls-page-v3a .header .is-active .hamburger span:before {
    transform: rotate(45deg);
}

.rls-page-v3a .header .is-active .hamburger span:after {
    transform: translateY(-8px) rotate(-45deg);
    top: 8px;
    width: 2rem;
}

.rls-page-v3a .listing-blocks>div {
    margin-bottom: 4rem;
}

.rls-page-v3a .listing-blocks .listing-block {
    position: relative;
    border-bottom: 1px solid var(--primary-sand, #C4BBA5);
    padding-bottom: 3.5rem;
}

.rls-page-v3a .listing-blocks .listing-block .image-wrap img {
    aspect-ratio: 516/344;
    margin-bottom: 1rem;
    object-fit: cover;

}

.rls-page-v3a .listing-blocks .listing-block .block-desc h4 {
    margin-bottom: .5rem;
}

.rls-page-v3a .listing-blocks .listing-block .block-desc .date {
    color: var(--primary-sand-dark);
    /* Body Small */
    font-family: 'Graphik';
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: 0.14px;
}

.rls-page-v3a .listing-blocks.row {
    margin: 0 -1.5rem;
}

.rls-page-v3a .listing-blocks.row>div {
    padding: 0 1.5rem;
}

.rls-page-v3a .listing-blocks .listing-block .block-desc .btn-wrap {
    margin-top: 1.5rem;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
}

.rls-page-v3a .listing-blocks .listing-block .block-desc .btn-wrap .readmore {
    color: var(--primary-sunset);
    text-align: center;
    /* Kicker Base */
    font-family: 'Graphik';
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 17.6px */
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-decoration: none;

    display: inline-flex;
    gap: .5rem;
}

.rls-page-v3a .block-BioGridwithFlyoutBlock .wow-perspective-wrap>div {
    position: relative;
    padding-bottom: 2.75rem;
}

.rls-page-v3a .block-BioGridwithFlyoutBlock .wow-perspective-wrap>div a.modal-event-btn-js {
    position: absolute;
    bottom: 0;
}

.rls-page-v3a .press-list-wrap .head-section {
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rls-page-v3a .press-list-wrap .head-section .kicker {

    color: var(--primary-sunset, #E67340);
    text-align: center;
    font-family: 'Graphik';
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 1.25rem;
    letter-spacing: 1.6px;
    text-transform: uppercase;

}

.rls-page-v3a .press-list-wrap .head-section .overview-section__txt {
    font-size: 2rem;
}

.rls-page-v3a .press-list-wrap .btn-wrap {
    display: flex;
}

.rls-page-v3a .press-list-wrap {
    padding-bottom: 6rem;
}

.press-list-wrap .hidden {
    display: none;
}

.dynamic-height-element {
    flex-grow: 1;
    /* Allows the element to expand */
    min-height: 0;
    /* Ensures it can shrink if needed */
}

.rls-page-v3a .btn-outline-dark {
    padding: .75rem 1.25rem;
    align-items: center;
    align-self: stretch;
    font-family: "Graphik";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: var(--radius-360, 22.5rem);
    text-decoration: none;
    text-transform: none;
    min-width: inherit;
    color: var(--primary-ochre-dark, #5E4E48);
    border: 1px solid var(--primary-ochre-dark, #5E4E48);
    background: transparent;
    transition: all .2s ease-out;
    gap: .75rem;
    display: inline-flex;

}

.rls-page-v3a .btn-outline-dark:hover {
    background: var(--primary-ochre-dark, #5E4E48);
    color: var(--basic-white);
}


.rls-page-v3a .listing-modal .image-wrap {
    margin-bottom: 2rem;
    padding: 0;
}

.rls-page-v3a .listing-modal .image-wrap img {
    aspect-ratio: 1200/680;
    object-fit: cover;
    width: 100%;
}

.rls-page-v3a .listing-modal .date {
    color: var(--primary-sand-dark, #454033);
    /* Body Small */
    font-family: "Graphik";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 1.225rem */
    letter-spacing: 0.00875rem;
}

.rls-page-v3a .listing-modal .section-head {
    margin-bottom: 3rem;
}

.rls-page-v3a .listing-modal .lead p {
    color: var(--neutral-700-main, #4D4D4D);
    /* Body Large */
    font-family: "Graphik";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.875rem */
}

.rls-page-v3a .listing-modal p {
    color: var(--neutral-700-main, #4D4D4D);
    /* Body Large */
    font-family: "Graphik";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.875rem */
}

.policy-content-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
    width: 100%;
}

.policy-content-wrap .content-block {
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    text-align: left !important;
}

.policy-content-wrap .section-title {
    color: var(--primary-sand-dark, #454033);
    font-size: 40px;
    font-family: 'Ivy Mode', serif;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.8px;
}

.policy-content-wrap .section-text {
    color: #4d4d4d;
    font-size: 18px;
    font-family: 'Graphik', sans-serif;
    font-weight: 400;
    line-height: 27px;
}

.divider-block {
    height: 1px;
    width: 100%;
    background-color: var(--primary-sand, #c4bba5);
}

.policy-content-wrap .highlight-link {
    color: var(--primary-sunset, #e67340);
    text-decoration: underline;
}

.v3a-timeline .section-title {
    font-family: 'Ivy Mode', serif;
    color: #454033;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
}

.v3a-timeline .section-subtitle {
    font-family: 'Graphik', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #E67340;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

/* Timeline Styles */
.v3a-timeline .date-box {
    width: 128px;
}

.v3a-timeline .date-number {
    font-family: 'Ivy Mode', serif;
    font-size: 100px;
    color: #E67340;
    font-weight: 400;
    line-height: 1;
}

.v3a-timeline .date-month {
    font-family: 'Graphik', sans-serif;
    font-size: 16px;
    color: #454033;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.v3a-timeline .timeline-line {
    width: 1px;
    height: 100%;
    background-color: #C4BBA5;
    position: relative;
    margin: 0 3rem;
}

.v3a-timeline .timeline-dot {
    width: 14px;
    height: 14px;
    background-color: #E67340;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.v3a-timeline .event-title {
    font-family: 'Graphik', sans-serif;
    font-size: 24px;
    color: #454033;
    font-weight: 500;
    line-height: 1.2;
}

.v3a-timeline .event-detail p {
    font-family: 'Graphik', sans-serif;
    font-size: 16px;
    color: #454033;
    line-height: 1.5;
}

.v3a-timeline .event-date {
    font-family: 'Graphik', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #454033;
}

.v3a-timeline .timline-content {
    padding: 2rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.v3a-timeline .timline-content * {
    margin: 0;
}

.rls-page-v3a .banner-map-wrap .marker-main:after {
    display: none;
}

.header__nav-menu .header__nav-menu-main li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: all ease .25s;
}

.header__nav-menu .header__nav-menu-main li a {
    transition: all ease .25s;
}

.header__nav-menu .header__nav-menu-main li a:hover {
    padding-left: 73px;
}

.header__nav-menu .header__nav-menu-main li a.current-page:before,
.header__nav-menu .header__nav-menu-main li a:hover:before {
    width: 63px;
}

.internal-page-v3a .block-ContentwithHeadSectionV3aBlock .overview-section--secondary.learning-section .overview-section__title {
    padding-bottom: 0.5rem;
    color: var(--primary-sand-dark, #454033);
    text-align: center;
    /* H1 */
    font-family: "Ivy Mode";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 76.8px */
}



.internal-page-v3a .header__nav-menu-main a:hover {
    font-style: normal;
}

.header__nav-menu .header__nav-menu-main li a.current-page:hover {
    font-style: italic;
}

.internal-page-v3a .block-ContentwithHeadSectionV3aBlock .overview-section--secondary.learning-section .overview-section__txt.lead-text {
    color: var(--neutral-700-main, #4D4D4D);
    text-align: center;
    font-family: "Ivy Mode";
    font-size: 1.75rem;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    /* 39.2px */
    letter-spacing: 0.28px;
    margin-bottom: 3rem;
}

.internal-page-v3a .block-ContentwithHeadSectionV3aBlock .overview-section--secondary.learning-section .overview-section__txt.lead-text p {
    padding-bottom: 0;
}


@media (min-width:992px) and (max-width:1300px) {
    .header__menu-nav {
        top: 30px;
        margin-left: 7%;
    }

    .rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__btn-wrap a .btn {
        font-size: .75rem;
        padding: 0.75rem;
    }

    .rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__btn-wrap a .btn__text {
        gap: 0.5rem;
    }

    .header__burger {
        top: 21px;
    }

    .home-page-v3a .hero-home h1 {
        font-size: 3rem;
    }
}

@media (max-width: 991px) {
    .header__burger {
        top: 21px;
    }

    .modal__block-col-1 {
        min-height: 0;
        height: 400px;
        padding: 0;
    }

    .modal-close__icon {
        width: 30px;
    }

    .modal--full-video .modal-close {
        width: 90px;
        height: 90px;
    }

    .rls-page-v3a .list-section__list {
        margin: auto;
    }

    .rls-page-v3a .full-width-video-module.container-fluid .row.video-module {
        padding: 0 1rem;
    }
}


@media (max-width:767px) {
    .wow {
        opacity: 1;
        visibility: visible;
    }

    .rls-page-v3a main>section {
        padding: 1rem 0;
    }

    .internal-page-v3a .body-content main {
        background-position: center 80vh;
    }

    .internal-page-v3a .split-section__item.flex-lg-row-reverse .split-section__txt {
        padding: 0 15px;
        max-width: 100%;
    }

    .rls-page-v3a .tabs__container .tabs__col-1 {
        display: none;
    }

    .rls-page-v3a .quote-section {
        padding: 1rem 0;
    }

    .internal-page-v3a .simple-hero__wrap,
    .internal-page-v3a .simple-hero__wrap .simple-hero {
        height: 82vh;
    }



    .internal-page-v3a .simple-hero--secondary .simple-hero__title {
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 1rem;
        font-size: 4rem !important;
        text-align: center;
        bottom: -0.5rem;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    }

    .rls-page-v3a .faq__title {
        font-size: 2.625rem;
    }

    .rls-page-v3a .faq__col-heading {
        margin-bottom: 2rem;

    }

    .rls-page-v3a .tabs__content-slide .fade-pic-anim h3 {
        display: block;
    }


    .rls-page-v3a .tabs__content-slide .tabs-item__pic-wrap h3 svg {
        top: .25rem;
        position: absolute !important;
        margin-left: 0.5rem;
        height: 1.5rem;
        bottom: inherit;
        margin-bottom: 0;
        opacity: 1;
        visibility: visible;
    }


    .rls-page-v3a .tabs__content-slide .tabs-item__pic-wrap h3 svg path {
        fill: #E67340;
    }

    .rls-page-v3a .tabs__container .tabs-item h4 {
        display: none;
    }

    .rls-page-v3a .tabs__content-slide .fade-pic-anim {
        margin-bottom: 1rem;
    }

    .home-page-v3a .hero-home h1 {
        font-size: 3rem;
    }

    .home-page-v3a h3.txt-cols__title {
        font-size: 2rem;
    }

    .home-page-v3a .apply-btn {
        width: auto;
    }

    .rls-page-v3a .block-VerticalTabsBlock .swiper-wrapper {
        flex-direction: column;
        gap: 2.5rem;
    }

    .rls-page-v3a .swiper-wrapper .swiper-slide {
        opacity: 1 !important;
    }

    .rls-page-v3a .progress_listing ol li:before {
        font-size: 2rem;
        width: 2rem;
        top: .5rem;
    }

    .rls-page-v3a .progress_listing ol li {
        padding: 1rem 1rem 1rem 3.5rem;
        gap: 0.5rem;
    }

    .rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__btn-wrap {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .rls-page-v3a .block-CurrentVacanciesV3aBlock .list-openings .opening-item__btn-wrap a {
        width: auto;
    }

    .rls-page-v3a blockquote p {
        font-size: 1.5rem;
    }

    .rls-page-v3a .header__burger {
        --top-position: 22px;
        top: 22px;
    }

    .rls-page-v3a .header__burger-close {
        top: 28px;
        right: 23px;
    }

    .rls-page-v3a .header__menu-nav {
        display: none;
    }

    .rls-page-v3a .banner-pic-2-mask {
        height: 100% !important;
    }

    .rls-page-v3a .apply-section--secondary {
        padding: 5rem 0 !important;
    }

    .rls-page-v3a .block-BioGridwithFlyoutBlock .overview-section--secondary .overview-section__txt,
    .rls-page-v3a .block-ContentwithHeadSectionV3aBlock .overview-section--secondary .overview-section__txt {
        width: 100%;
    }

    .block-BioGridwithFlyoutBlock .overview-section--secondary,
    .internal-page-v3a .block-ContentwithHeadSectionV3aBlock .overview-section--secondary,
    .internal-page-v3a .block-IntrotextWithTwoColumns .txt-cols--secondary {
        padding-bottom: 3rem;
        padding-top: 6rem;
    }

    .rls-page-v3a .overview-section--secondary {
        padding-bottom: 0;
    }

    .rls-page-v3a .block-VerticalTabsBlock {
        padding: 1rem 0 3rem;
    }

    .rls-page-v3a .tabs__container {
        padding: 0;
    }

    .internal-page-v3a .overview-section.horizontal-slider {
        padding-top: 1rem;
        padding-bottom: 12rem;
    }

    .rls-page-v3a .recruitment_process {
        padding-bottom: 2rem;
    }

    .rls-page-v3a .footer {
        margin-top: 1.5rem !important;
    }

    .rls-page-v3a .overlay-content {
        justify-content: flex-end;
        padding-bottom: 5.5rem;
    }

    .rls-page-v3a .overlay-content .content-wrap {
        gap: 2rem;
    }

    .rls-page-v3a .overlay-content h2 {
        font-size: 2rem;
    }

    .logo-wrap object {
        max-width: 90%;
    }

    .rls-page-v3a .header .header__burger .header__burger-txt {
        margin-right: 10px;
        top: 0;
    }

    .rls-page-v3a .wow,
    .rls-page-v3a .wow3d-primary,
    .rls-page-v3a .text-amin,
    .rls-page-v3a .wow3d-primary,
    .rls-page-v3a .wow3d-secondary,
    .rls-page-v3a .wow3d-third {
        transform: none;
    }

    .block-BioGridwithFlyoutBlock .overview-section--secondary .lead-text,
    .internal-page-v3a .block-ContentwithHeadSectionV3aBlock .overview-section--secondary .overview-section__txt.lead-text {
        width: 100%;
        font-size: 1.5rem;
    }

    .internal-page-v3a .image-right .split-section__txt {
        max-width: 100%;
        padding: 0;
    }

    .modal__block-wrap .modal-close {
        width: 60px;
        height: 60px;
    }

    .modal__block-wrap {
        padding-left: 60px;
    }

    .home-page-v3a .banner-pic-2-wrap__overlay {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 19%, rgba(255, 255, 255, 1) 82%);

    }

    .rls-page-v3a .stats_section .stats_block {
        margin-bottom: 3rem;
    }
}

@media (max-width: 575px) {

    .rls-page-v3a .stats_section .stats_block {
        gap: 0;
    }

    .rls-page-v3a .list-section__list h4 {
        padding: 0;
    }

    .rls-page-v3a .stats_section>.container>.row>div+div:before {
        left: 0;
        top: -1.5rem;
        bottom: inherit;
        margin: auto;
        right: 0;
    }


    .modal__block-col-1 {
        height: 300px;
    }

    .modal__block-wrap .modal-close:after {
        font-size: 1.5rem;
    }

    .modal__block-title {
        font-size: 35px;
    }

    .rls-page-v3a .tes-container .pl-4 {
        padding: 0 !important;
    }

    .modal--full-video .modal-close {
        width: 60px;
        height: 60px;
    }

    .rls-page-v3a .quote-section__txt {
        max-width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
}

.block-BioGridwithFlyoutBlock .education-text {
    color: #4D4D4D;
    /* Body Small */
    font-family: "Graphik";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 1.225rem */
    letter-spacing: 0.00875rem;
    margin: 1rem 0;
}

.block-BioGridwithFlyoutBlock .education-text p {
    margin: 0;
}

.block-ContentwithHeadSectionV3aBlock .swiper .overview-section__slide-titles p {
    font-family: var(--body-ff);
    letter-spacing: 1px;
}


.image-slider-with-content {
    padding: 6rem 0;
}

.image-slider-with-content .content-with_slider__swiper-js.overview-section {
    padding: 0;
}



.image-slider-with-content .content-block {
    display: flex;
    flex-direction: column;
    gap: 2.81rem;
}

.image-slider-with-content .image-slide {
    position: relative;
}

.image-slider-with-content .image-slide .swiper-slide img {
    aspect-ratio: 710/495;
    object-fit: cover;
}

.image-slider-with-content .image-slide .swiper-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 2.35rem 1.5rem;
    z-index: 11;
    align-items: flex-end;

}


.image-slider-with-content .image-slide .swiper-controls .swiper-pagination {
    color: #F5F3ED;
    leading-trim: both;
    text-edge: cap;
    font-family: "Ivy Mode";
    font-size: 3.5625rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.image-slider-with-content .image-slide .swiper-controls .swiper-pagination .swiper-pagination-current {
    font-size: 7.1875rem;
}



.image-slider-with-content .image-slide .swiper-controls .swiper-btns {
    display: inline-flex;
    gap: 1rem;
    margin-bottom: 1.5rem;

}

.image-slider-with-content .image-slide .swiper-controls .swiper-btns button {
    border: none;
    font-size: 0;
    width: 2.25rem;
    height: 2.25rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="32" viewBox="0 0 37 32" fill="none"><path d="M18.8862 31.4125C18.0345 27.7928 15.6923 23.7472 12.4984 20.9791C9.09156 17.9981 4.83301 16.2947 1.00031 16.0818C4.83301 15.8688 9.09156 14.1654 12.4984 11.3974C15.6923 8.41637 18.0345 4.58367 18.8862 0.750977" stroke="white" stroke-width="2"/><path d="M1.00049 16.082L36.8788 16.082" stroke="white" stroke-width="2"/></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: calc();

}

.image-slider-with-content .image-slide .swiper-controls .swiper-btns button.swiper-btn-next {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='37' height='32' viewBox='0 0 37 32' fill='none'><path d='M18.8706 31.4125C19.7223 27.7928 22.0645 23.7472 25.2584 20.9791C28.6653 17.9981 32.9238 16.2947 36.7565 16.0818C32.9238 15.8688 28.6653 14.1654 25.2584 11.3974C22.0645 8.41637 19.7223 4.58367 18.8706 0.750977' stroke='white' stroke-width='2'/><path d='M36.7563 16.082L0.878048 16.082' stroke='white' stroke-width='2'/></svg>");
}

.image-slider-with-content .content-block,
.image-slider-with-content.slider-align-right .content-block {
    padding: 0 5%;
}

.image-slider-with-content .content-block h2 {
    color: #454033;
    font-family: 'Ivy Mode';
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 3rem */
    letter-spacing: 0.05rem;
    margin: 0;

}

.image-slider-with-content .content-block p {
    color: #454033;
    font-family: "Graphik";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.875rem */
    margin: 0;
}


.v3a-bod-section{
    padding: 8rem 0 5rem;
}

.v3a-bod-section .bod_members {
    display: flex;
    flex-wrap: wrap;
   gap:3rem 2%;
}


.v3a-bod-section .bod_members  > div.bod-lead-member{
    flex:100% 0 0;
} 
.v3a-bod-section .bod_members > div.bod-lead-member>div {
    max-width: 25%;
    margin: 2rem auto 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.v3a-bod-section .bod_members > div.bod-lead-member>div .timline-content h4{
    font-size: 1.325rem;   
    margin: 0 0 0.75rem;
}
.v3a-bod-section .bod_members > div.bod-lead-member>div .timline-content p{
    font-size: 1rem;
   
}

.v3a-bod-section .bod_members > div{
    display: flex;
    flex-direction: column;
    flex: 23.5% 0 0;  
    gap: 0.875rem;
    text-align: center;
}

.v3a-bod-section .bod_members > div img{
    border-radius: 50%;
    aspect-ratio: 1/1;
    overflow: hidden;
    max-width: 90%;
    margin: auto;
}
.v3a-bod-section .bod_members > div .bod-content h4{
    font-size: 1rem;
    line-height: 130%;
    margin: 0 0 0.5rem;
    color: #E67340;
}
.v3a-bod-section .bod_members > div .bod-content p{
    font-size: .75rem;
    font-family: 'Graphik', sans-serif;
    margin: 0;
}
@media (max-width: 991px) {

.v3a-bod-section .bod_members {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem 3%;
        justify-content: center;
    }
    .v3a-bod-section .bod_members > div{
        flex: 30% 0 0;
    }
    .v3a-bod-section .bod_members > div.bod-lead-member>div {
        max-width: 100%;
    }
	
	}
	
@media (max-width:767px) {

 .v3a-bod-section .bod_members {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem 4%;
        justify-content: center;
    }
    .v3a-bod-section .bod_members > div{
        flex: 46% 0 0;
    }
	
}

@media (min-width:992px) {


    .row.inner-two-columns>div {
        padding: 0 1.25rem;
    }




    .tabs__content-swiper.swiper-fade .swiper-slide.swiper-slide-prev .fade-content-anim {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
        -webkit-transition: opacity .7s, -webkit-transform .9s;
        transition: opacity .7s, -webkit-transform .9s;
        -o-transition: opacity .7s, transform .9s;
        transition: opacity .7s, transform .9s;
        transition: opacity .7s, transform .9s, -webkit-transform .9s;
    }

    .tabs__content-swiper.swiper-fade .swiper-slide.swiper-slide-prev .fade-pic-anim {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        transform: translateX(-60px);
        -webkit-transition: opacity .8s, -webkit-transform 1s;
        transition: opacity .8s, -webkit-transform 1s;
        -o-transition: opacity .8s, transform 1s;
        transition: opacity .8s, transform 1s;
        transition: opacity .8s, transform 1s, -webkit-transform 1s;
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s
    }

    .tabs__content-swiper.swiper-fade .swiper-slide .fade-content-anim {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
        -webkit-transition: opacity .7s, -webkit-transform .9s;
        transition: opacity .7s, -webkit-transform .9s;
        -o-transition: opacity .5s, transform .9s;
        transition: opacity .7s, transform .9s;
        transition: opacity .7s, transform .9s, -webkit-transform .9s;
        -webkit-transition-timing-function: var(--timing-fuction-cust) !important;
        -o-transition-timing-function: var(--timing-fuction-cust) !important;
        transition-timing-function: var(--timing-fuction-cust) !important;
    }

    .tabs__content-swiper.swiper-fade .swiper-slide .fade-pic-anim {
        opacity: 0;
        -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
        transform: translateX(60px);
        -webkit-transition: opacity .6s, -webkit-transform .8s;
        transition: opacity .6s, -webkit-transform .8s;
        -o-transition: opacity .6s, transform .8s;
        transition: opacity .6s, transform .8s;
        transition: opacity .6s, transform .8s, -webkit-transform .8s;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
        -webkit-transition-timing-function: var(--timing-fuction-cust) !important;
        -o-transition-timing-function: var(--timing-fuction-cust) !important;
        transition-timing-function: var(--timing-fuction-cust) !important;
    }

    .tabs__content-swiper.swiper-fade .swiper-slide-active .fade-content-anim {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s
    }

    .tabs__content-swiper.swiper-fade .swiper-slide-active .fade-pic-anim {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s
    }

}

@media (min-width:992px) and (max-width:1350px) {
    .rls-page-v3a .tabs__container .tabs__title-slide-txt {
        font-size: 5rem;
        line-height: 5.5rem;
    }
}

@media (min-width: 1200px) {
    .rls-page-v3a .list-section {
        margin: 0;
        padding: 2.5rem 0;
    }

    .rls-page-v3a .list-section {
        min-height: 950px;
    }

    .rls-page-v3a .list-section .list-section__list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 950px;
        margin-top: 1rem;
    }

    .rls-page-v3a .list-section .list-section__list li {
        padding-left: 0;
    }

    .rls-page-v3a .list-section .list-section__list li:before {
        left: -1.5rem;
        top: 0.875rem;
    }
}

@media (min-width:1900px) {
    .home-page-v3a .hero-home {
        padding: 15rem 0 5rem;
    }
}

@media (min-width:1200px) and (max-width:1350px) {
    .rls-page-v3a .bottom-hero .overlay .overlay-content {
        justify-content: flex-end;
        padding: 4rem 0;
    }
}

html {
    overflow: auto;

}

::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #fff;
}



.rls-page-v3a .header__burger-icon {

    width: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
}

.contact-form-wrap {
    background: var(--primary-teal-20);
}

.contact-form {
    padding: 1rem 0;
    border-radius: 8px;
    color: #444;
    font-family: var(--secondary-ff);
}

/* Labels */
.contact-form label {
    font-weight: 600;
    display: none;
    margin-bottom: 6px;
    color: #444;
}

/* Inputs & Textarea */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 10px 14px 10px 5px;
    font-size: 16px;
    transition: border-color var(--animation-default);
    background: var(--primary-teal-20);
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    box-shadow: none;
    outline: none;
}

/* Captcha box */
.contact-form .g-recaptcha {
    margin-top: 10px;
    border: none;
}

/* Spacing between fields */
.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .btn.btn-solid:hover {
    color: var(--primary-sunset, #E67340);
    background: #fff;
}

.contact-form .btn.btn-solid {
    background: var(--primary-sunset, #E67340);
    color: #fff;
    border-color: var(--primary-sunset, #E67340);
}

.rls-page-v3a .row-header {
    align-items: center;
    margin-bottom: 2rem;
}

.rls-page-v3a .row-header .right-block .btns {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.rls-page-v3a .row-header .right-block .btns button {
    display: flex;
    padding: .45rem 1.25rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: var(--radius-360, 360px);
    border: 1px solid var(--primary-sand-dark, #454033);
    cursor: pointer;
}

.rls-page-v3a .row-header .right-block .btns button:hover {
    color: var(--basic-white);
    background: var(--primary-sand-dark, #454033);
    cursor: pointer;
}


.rls-page-v3a .flyout-model-know-more-container .modal__block-wrap .modal__section {
    padding: 0;
}

.rls-page-v3a .flyout-model-know-more-container .modal__block-wrap .modal__section .content-wrap {
    padding: 6rem 10rem;
    width: 100%;
    background: repeating-linear-gradient(to bottom,
            #F5F3ED,
            /* light sand */
            #ffffff 900px,
            /* white at 900px */
            #ffffff 900px,
            #F5F3ED 1800px
            /* back to sand at 1800px */
        ) !important;
    background-repeat: repeat-y;
    background-position: center 100vh;
}

.rls-page-v3a .flyout-model-know-more-container .modal__block-wrap .modal__section h6 {
    color: var(--primary-sunset, #E67340);

    /* Kicker Base */
    font-family: "Graphik";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 17.6px */
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.rls-page-v3a .flyout-model-know-more-container .modal__block-wrap .modal__section h1 {
    color: var(--primary-sand-dark, #454033);
    font-family: "Ivy Mode";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 4.8rem */
}

.rls-page-v3a .flyout-model-know-more-container .modal__block-wrap .modal__section p,
.rls-page-v3a .flyout-model-know-more-container .modal__block-wrap .modal__section li {
    font-family: "Graphik";
}

.rls-page-v3a .flyout-model-know-more-container .modal-head-section * {
    margin: 0;
}

.rls-page-v3a .flyout-model-know-more-container .modal-head-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 6rem;
}

.rls-page-v3a .flyout-model-know-more-container .three-columns {
    margin-bottom: 6rem;
}

.rls-page-v3a .flyout-model-know-more-container .modal__block-wrap .modal__section .btn {
    border-radius: var(--radius-360, 22.5rem);
    border: 1px solid var(--primary-ochre-dark, #5E4E48);
    color: var(--primary-ochre-dark, #5E4E48);
    background: transparent;
    font-family: "Graphik";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 1rem */

}

.rls-page-v3a .flyout-model-know-more-container .modal__block-wrap .modal__section .btn .btn__text {
    display: inline-flex;
    gap: 1rem;
}

.rls-page-v3a .flyout-model-know-more-container .modal__block-wrap .modal__section .btn:hover {
    background: var(--primary-ochre-dark, #5E4E48);
    color: var(--basic-white);
}

.rls-page-v3a .flyout-model-know-more-container .btn-wrap {
    margin: 6rem 0 0;
}

.rls-page-v3a .overview-section .overview-section__swiper-controls {
    align-items: center;
    margin-top: 1.5rem;
}

.rls-page-v3a .preloader .preloader__content h1.logo-text {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    padding-top: 1.5rem;
}

.rls-page-v3a .overview-section .overview-section_ .swiper-pagination {
    position: relative;
    top: 3px;
}



.rls-page-v3a .simple-hero__tip-line {
    background: none;
    width: 6px;
    display: flex;
    justify-content: center;
}

.rls-page-v3a div#simple-hero__tip-line:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    width: 1px;
    margin: auto;
}

.rls-page-v3a .simple-hero__tip-line-circle {
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
}


@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, var(--tip-line-height));
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0%, var(--tip-line-height));
        transform: translate(0%, var(--tip-line-height));
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.rls-page-v3a .header__burger {
    top: 1.75rem;
}

@media (max-width: 992px) {
    .rls-page-v3a .block-VerticalTabsBlock .swiper-wrapper {
        flex-direction: column;
        gap: 2.5rem;
    }
    .rls-page-v3a .full-width-video-module.container-fluid .overlay{
        height: auto;
    }

    .rls-page-v3a .tabs__content-slide .fade-pic-anim h3 {
        display: block;
    }

    .rls-page-v3a .tabs__container .tabs__col-1 {
        display: none;
    }

    .rls-page-v3a .tabs__container .tabs__col-1 {
        display: none;
    }

    .rls-page-v3a .tabs__container .tabs-item h4 {
        display: none;
    }

    .rls-page-v3a .tabs__container {
        padding: 0;
    }
.rls-page-v3a .full-width-video-module.container-fluid .overlay {
    height: -webkit-fill-available;
}

    .rls-page-v3a .tabs__content-slide .tabs-item__pic-wrap h3 svg {
        top: .875rem;
        position: absolute !important;
        margin-left: 0.5rem;
        height: 1.5rem;
        bottom: inherit;
        margin-bottom: 0;
        opacity: 1;
        visibility: visible;
    }

    .block-BioGridwithFlyoutBlock .overview-section--secondary,
    .internal-page-v3a .block-ContentwithHeadSectionV3aBlock .overview-section--secondary,
    .internal-page-v3a .block-IntrotextWithTwoColumns .txt-cols--secondary {
        padding-bottom: 3rem;
        padding-top: 6rem;
    }

    .rls-page-v3a main>section {
        padding: 1rem 0;
        padding-bottom: 2rem;
    }

    .image-slider-with-content .content-block,
    .image-slider-with-content.slider-align-right .content-block {
        padding: 2rem 5%;
    }

    .image-slider-with-content {
        padding: 3rem 0;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .rls-page-v3a .header__menu-nav li {
        margin: 0 1.75rem 0 0;
    }

    .rls-page-v3a .header__nav-menu-main {
        margin: 10vh 0 0;
    }

    .rls-page-v3a .header__nav-menu .header__nav-menu-main li {
        margin-bottom: 0.5rem;
    }

    .rls-page-v3a .header__nav-menu .header__nav-menu-main li a {
        font-size: 3rem;
    }
}


@media(min-width:768px) {
    .contact-form #div_id_first_name {
        width: 48%;
        display: inline-block;
    }

    .contact-form #div_id_last_name {
        width: 48%;
        display: inline-block;
        margin-left: 4%;
    }
}

@media (max-width:767px) {
    .rls-page-v3a .row-header .right-block .btns {
        justify-content: flex-start;
        gap: .75rem;
    }

    .rls-page-v3a .tabs__content-slide .tabs-item__pic-wrap h3 svg {
        top: .25rem;
    }

    .rls-page-v3a .flyout-model-know-more-container .modal__block-wrap .modal__section .content-wrap {
        padding: 3rem 1rem;
    }

    .image-slider-with-content {
        padding: 4rem 0 0;
    }

    .image-slider-with-content>.row {
        gap: 2rem;
    }

    .image-slider-with-content .content-block,
    .image-slider-with-content.slider-align-right .content-block {
        padding: 0 1rem;
    }

    .image-slider-with-content .content-block p {
        font-size: 1rem;
    }

    .rls-page-v3a .contact-form,
    .rls-page-v3a .thankyou-message {
        margin-bottom: 2rem !important;
    }

    .remove-space-mobile {
        display: none;
    }
    .rls-page-v3a .full-width-video-module.container-fluid .overlay a{
        text-align: center;
    }
     .rls-page-v3a .full-width-video-module.container-fluid .overlay a svg {
    max-width: 60%;
}
.header__nav-menu-main a {
    font-size: 2.25rem;
}
 .header__nav-menu .header__nav-menu-main li a:hover{
    padding-left: 0;
    color: #c4bba5;
 }
 .header__nav-menu .header__nav-menu-main li a:hover:before{
    width: 0;
 }
}