body {
    font-style: normal;
    color: #444545;
}

h1, h2, h3, h4, h5 {
    font-family: var(--font-family-title);
    margin: 0;
    font-weight: 700;
}
.careersPage__heroHeading {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}
@media (min-width: 992px) {
    .careersPage__heroHeading {
        font-size: 40px;
        line-height: 48px;
    }
}

.careersHero__narrative{
    margin-bottom: var(--space-5, 20px);
    font-size: 14px;
}

@media (min-width: 992px) {
    .careersHero__narrative{
        font-size: 18px;
    }
}

.careersPage__sectionHeading{
    font-size: 24px;
}
@media (min-width: 992px) {
    .careersPage__sectionHeading{
        font-size: 32px;
    }
}
.careersPage__hero {
    background-image: url('https://images.tripadeal.com.au/cdn-cgi/image/format=auto/https://s3.ap-southeast-2.amazonaws.com/assets.tripadeal.com.au/careers/Hero_Landing_Mob.png'); 
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -1px;
    height: 540px;
    width: 100%;
}
@media (min-width: 992px) {
    .careersPage__hero {
        background-image: url('https://images.tripadeal.com.au/cdn-cgi/image/format=auto/https://s3.ap-southeast-2.amazonaws.com/assets.tripadeal.com.au/careers/Hero_Landing_DT.png'); 
        
    }
}
.careersPage__heroContent {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--space-5, 20px);
    height: 100%;
}
@media (min-width: 992px) {
    .careersPage__heroContent {
        max-width: 550px;
    }
}

.careersPage__imageWText{
    display: flex;
    flex-direction: column;
    gap: var(--space-10, 40px);
}
@media (min-width: 992px) {
    .careersPage__imageWText{
        flex-direction: row;
        gap: var(--space-20, 80px);
    }
}

.tadPage__heroImage__content--secondaryPage {
    height: unset;
}

.careersHero__CTA{
    width: fit-content;
}
.careersPage__containerWrapper--secondary {
    background-color: var(--neutral-200);
}

.tadPage__contentSection {
    display: flex;
    padding: var(--space-16, 64px) 0;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--space-10, 40px);
}
@media (min-width: 992px) {
    .tadPage__contentSection {
        padding: 100px 0;
        gap: var(--space-10, 40px);
    }
}
.careersPage__lifeHeading{
    font-size: 16px;
    margin-bottom: var(--space-2, 8px);
}
.careersPage__lifeText{
    font-size: 14px;
    line-height: 20px;
}
@media (min-width: 992px) {
    .careersPage__lifeHeading{
        font-size: 20px;
    }
    .careersPage__lifeText{
        font-size: 16px;
        line-height: 24px;
    }
}
.careersPage__quoteWImage{
    display: flex;
    flex-direction: column;
    gap: var(--space-16, 64px);
}
@media (min-width: 992px) {
    .careersPage__quoteWImage{
        gap: unset;
        justify-content: space-between;
    }
}
.careersPage__contentGrid{
    display: flex;
    flex-direction: column;
}
@media (min-width: 992px) {
    .careersPage__contentGrid{
        flex-direction: row;
        gap: var(--space-20, 80px);
    }
}
.careersPage__lifeImage {
    border-radius: var(--space-4, 16px);
}
.careersPage__lifeImage--full{
    max-width: 110%;
    margin-left: -18px;
    margin-right: -16px;
}
.careersPage__lifeImage--overlay{
    margin-top: -70px;
    max-width: 80%;
    align-self: center;
}
@media (min-width: 992px) {
    .careersPage__lifeImage--full{
        margin-left: 0;
        margin-right: 0;
        border-radius: var(--space-4, 16px);
    }
    .careersPage__lifeImage--overlay{
       max-width: 60%;
       margin-top: unset; 
    }
}
.careersPage__lifeContent{
    display: flex;
    flex-direction: column;
    gap: var(--space-6, 20px);
}
@media (min-width: 992px) {
    .careersPage__lifeContent{
        gap: var(--space-10, 40px);
    }
}
.careersPage__lifeQuote{
    font-weight: 700;
    font-family: var(--font-family-title); 
    font-size: 14px;
}
@media (min-width: 992px) {
    .careersPage__lifeQuote{
        font-size: 24px;
        line-height: 32px;
    }
}
.careersPage__lifeSection__content h3 {
    font-size: 20px;
    line-height: 28px;
}

.careersPage__lifeSection__item {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.careersPage__lifeSection__tertiaryImage, .careersPage__lifeSection__secondaryImage {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex: 1 0 0;
    align-self: stretch;
}

.careersPage__lifeSection__secondaryImage {
    width: 642px;
    grid-row: 2 / span 2;
    grid-column: 6 / span 7;
}

.careersPage__lifeSection__secondaryContent {
    font-family: var(--font-family-title);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: var(--text-secondary);
    max-width: 411px;
    flex-shrink: 0;
}

.careersPage__lifeStats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--space-10, 40px);
    margin: 0 auto;
}
@media (min-width: 992px) {
    .careersPage__lifeStats {
        flex-direction: row;
    }
    .careersPage__lifeStats > div{
        flex: 1;
        max-width: 400px;
    }
}

.careersPage__lifeStat{
    font-family: var(--font-family-title);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: var(--space-2, 8px);
}

@media (min-width: 992px) {
    .careersPage__lifeStat{
        font-size: 40px;
    }
}

.careersPage__lifeStatText {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: var(--neutral-700);
    padding: 0 var(--space-5);
}
@media (min-width: 992px) {
    .careersPage__lifeStatText {
        font-size: 16px;
        line-height: 24px;
        padding: unset;
    }
}
.tadPage__videoSection--content {
    border-radius: var(--radius-xl);
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}
.tadPage__videoSection--content>iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.careersPage__storyTrack {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--space-2, 8px);
    width: 100%;
    overflow: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}
@media (min-width: 992px) {
    .careersPage__storyTrack {
        gap: var(--space-8, 32px);
    }
}

.careersPage__storyTrack > * {
    width: 100%;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    scroll-snap-align: center;
}
.careersPage__storyControls{
    padding-top: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.careersPage__indicatorContainer{
    padding-top: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    transform: translateX(45px);
}
.careersPage__indicatorContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 16px 0px;
}
.careersPage__indicator {
    cursor: pointer;
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: #a1a3a3;
}
.careersPage__indicator.active {
    background: #0d0d0d;
    width: 24px;
}
.careersPage__story{
    margin: 0 -16px;
}
@media (min-width: 992px) {
    .careersPage__story{
        margin: unset;
    }
}

.careersPage__story .baseCarousel__track > :first-child {
    margin-left: var(--space-4, 16px);
}
.careersPage__story .baseCarousel__track > :last-child {
    margin-right: var(--space-4, 16px);
}
.careersPage__story .categoryPage__carouselButtons{
    margin-right: var(--space-4);
}
@media (min-width: 992px) {
    .careersPage__story .baseCarousel__track > :first-child {
        margin-left: unset;
    }
    .careersPage__story .baseCarousel__track > :last-child {
        margin-right: unset;
    }
    .careersPage__story .categoryPage__carouselButtons{
        margin-right: unset;
    }
}
.careersPage__storyButtons{
    display: flex;
    gap: 8px;
}

.careersPage__ourStory--contentContainer {
    display: flex;
    padding: var(--space-6) var(--space-4) var(--space-4) var(--space-4);
    gap: var(--space-4, 16px);
    flex-direction: column;
}

.careersPage__storyItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 320px;
}
@media (min-width: 992px) {
    .careersPage__storyItem {
        max-width: 270px;
    }
}

.careersPage__storyHeading {
    font-family: var(--font-family-title);
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.careersPage__storyText {
    color: var(--neutral-700);
    font-size: 14px;
    line-height: 20px;
}

.careersPage__locationsSection--text {
    max-width: 624px;
    font-size: 18px;
    line-height: 28px;
}

.careersPage__locationsSection--container {
    position: relative;
}

.careersPage__locationsSection {
    display: flex;
    flex-direction: column;
    gap: var(--space-10, 40px);
    align-items: center;
}
@media (min-width: 992px) {
    .careersPage__locationsSection {
        flex-direction: row;
        justify-content: center;
        gap: var(--space-16, 64px);
    }
}
.careersPage__locationsSection--map {
    position: relative;
}

.careersPage__locationsSection--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-2, 8px);
}
@media (min-width: 992px) {
    .careersPage__locationsSection--content {
        gap: var(--space-6, 24px);
    }
}
.careersPage__locationsSection--content--item {
    display: flex;
    gap: var(--space-4, 16px);
    color: var(--neutral-800);
    align-items: center;
}
.careersPage__locationsSection--content--item h3{
    font-family: var(--font-family-title);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
@media (min-width: 992px) {
    .careersPage__locationsSection--content--item h3{
        font-size: 28px;
        line-height: 36px;
    }
}
.careersPage__locationsSection--pill {
    border-radius: 999px;
    border: 1px solid var(--brand-400);
    background: var(--brand-100);
    font-size: 14px;
    line-height: normal;
    padding: var(--space-base) var(--space-3);
}

.careersPage__locationsSection--dotContainer {
    position: relative;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 250ms ease-out;
}

.careersPage__locationsSection--dotContainer:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 32px;
    background-color: rgba(0, 191, 214, 0.4);
    filter: blur(3.4285714626312256px);
    z-index: 1;
}

.careersPage__locationsSection--dotContainer.active::before {
    background-color: rgba(0, 191, 214, 0.2);
    transition: all 150ms ease-out;
}

.careersPage__locationsSection--dotContainer.active i {
    transform: rotate(45deg);
    transition: all 150ms ease-out;
}

.location--brisbane {
    position: absolute;
    left: 340px;
    top: 158px;    
}

.location--gold-coast {
    position: absolute;
    left: 330px;
    top: 183px;    
}

.location--byron-bay {
    position: absolute;
    left: 315px;
    top: 209px;   
}

.careersPage__locationsSection--dot {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #00BFD6;
    box-shadow: 0px 2.045px 4.091px 0px rgba(13, 13, 13, 0.20);
    padding: 5px;
    filter: none;
}

.careersPage__locationsSection--dot i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    color: #fff;
    font-size: 10px;
}

.careersPage__locationsSection--viewAll {
    margin-top: var(--space-4);
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.careersPage__locationsSection--viewAll a {
    color: var(--neutral-800);
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
}
@media (min-width: 992px) {
    .careersPage__valuesContainer {
        background-color: #fff;
        border-radius: var(--radius-xl);
        padding: var(--space-20);
        width: 100%;
    }
}
.careersPage__valuesContainer--secondary {
    background-color: transparent;
}

.careersPage__valuesContainer--item {
    display: flex;
    flex-direction: column;
    gap: var(--space-10, 40px);
    max-width: 100%;
}
@media (min-width: 992px) {
    .careersPage__valuesContainer--item {
        flex-direction: row;
        gap: var(--space-10, 40px);
    }   
}
.careersPage__valuesContainer--contentContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--space-4);
}
@media (min-width: 992px) {
    .careersPage__valuesContainer--contentContainer {
        flex: 1;
    }
    .careersPage__valuesContainer--imageContainer{
        flex: 1;
    }
}

.careersPage__valuesContainer--contentContainer h4 {
    font-family: var(--font-family-title);
    font-size: 14px;
    line-height: 20px;
}

.careersPage__valuesContainer--contentContainer h2 {
    font-family: var(--font-family-title);
    font-size: 24px;
    line-height: 32px;
}
@media (min-width: 992px) {
    .careersPage__valuesHeading{
        font-size: 32px;
        line-height: 40px;
    }
}
.careersPage__valuesContainer--contentContainer div {
    font-size: 14px;
    line-height: 20px;
    color: var(--neutral-700);
}
@media (min-width: 992px) {
    .careersPage__valuesContainer--contentContainer div {
        font-size: 16px;
        line-height: 24px;
        color: var(--neutral-700);
    }
}
.careersPage__valuesImage {
    border-radius: var(--radius-xl, 16px);
}

.careersPage__perksSection {
    display: flex;
    gap: var(--space-3, 12px);
    flex-direction: column;
}
@media (min-width: 992px) {
    .careersPage__perksSection {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: var(--space-5, 20px);
    }
}
.careersPage__perksSection--item {
    border-radius: var(--radius-xl);
    background-color: #fff;
    box-shadow: 0px 20px 40px 0px rgba(79, 86, 100, 0.15);
    padding: var(--space-8, 32px);
}
@media (min-width: 992px) {
    .careersPage__perksSection--item {
        padding: 56px 64px;
    }
}

.careersPage__perksSection__item--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-base, 4px);
}
.careersPage__perksSection--item i {
    font-size: 24px;
}
@media (min-width: 992px) {
    .careersPage__perksSection--item i {
        font-size: 40px;
        padding-bottom: 8px;
    }
}
.careersPage__perksSection--item h4 {
    font-family: var(--font-family-title);
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: var(--neutral-800);
}
@media (min-width: 992px) {
    .careersPage__perksSection--item h4 {
        font-size: 24px;
        line-height: 32px;
    }
}
.careersPage__perksSection__item--text {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: var(--neutral-700);
}
@media (min-width: 992px) {
    .careersPage__perksSection__item--text {
        font-size: 14px;
        line-height: 20px;
    }
}
.categoryPage__carouselButtons--quotes{
    margin-top: var(--space-8, 32px);
}
.careersPage__quotesSection--item {
    display: flex;
    flex-direction: column;
    gap: var(--space-8, 32px);
    max-width: 100%;
}
@media (min-width: 992px) {
    .careersPage__quotesSection--item {
        flex-direction: row;
        padding: 0 var(--space-20, 80px);
    }
}
.careersPage__quotesSection--itemImage{
    text-align: center;
}
.careersPage__quotesImage {
    border-radius: var(--radius-xl, 16px);
    max-width: 240px;
}

.careersPage__quotesSection--itemContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.careersPage__quotesSection--itemContentQuote {
    color: var(--neutral-800);
    font-family: var(--font-family-title);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
@media (min-width: 992px) {
    .careersPage__quotesSection--itemContentQuote {
        font-size: 20px;
        line-height: 28px;
    }
}
.careersPage__quotesSection--itemContentAuthorName {
    font-size: 14px;
    line-height: 20px;
}
@media (min-width: 992px) {
    .careersPage__quotesSection--itemContentAuthorName {
        font-size: 16px;
        line-height: 24px;
    }
}
.careersPage__behindTheScenes {
    display: flex;
    flex-direction: column;
    gap: var(--space-10, 40px);
}
@media (min-width: 992px) {
    .careersPage__behindTheScenes {
        flex-direction: row;
        justify-content: space-between;
    }
}
.careersPage__socialImages{
    display: flex;
    gap: var(--space-3, 12px);
}
@media (min-width: 992px) {
    .careersPage__socialImages{
        gap: var(--space-6, 24px);
    }
}
.careersPage__behindTheScenes--controls {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--space-6, 24px);
}
@media (min-width: 992px) {
    .careersPage__behindTheScenes--controls {
        order: -1;
    }
}
.careersPage__behindTheScenes--image img{
    border-radius: var(--radius-xl);
    border-radius: 24px;
    box-shadow: 0 8px 12px 0 rgba(13, 13, 13, 0.10);
}
@media (min-width: 992px) {
    .careersPage__behindTheScenes--image img{
        max-width: 360px;
    }
}
.careersPage__behindTheScenes--controls h4 {
    font-family: var(--font-family-title);
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.careersPage__footerOpenings,
.careersPage__expressInterest{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-10, 40px);
}
@media (min-width: 992px) {
    .careersPage__footerOpenings,
    .careersPage__expressInterest{
        align-items: center;
        text-align: center;
    }
}
.careersPage__footerOpenings--content h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: var(--space-5, 20px);
}
@media (min-width: 992px) {
    .careersPage__footerOpenings--content h5 {
        font-size: 40px;
        line-height: 48px;
    }
}
.careersPage__expressInterest {
    gap: var(--space-6);
}

.careersPage__expressInterest--content h5 {
    font-size: 24px;
    line-height: 32px;
}

.careersPage__footerOpenings--text {
    color: var(--neutral-700);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

/* Media Queries */
@media (min-width: 1200px) {
    .tadPage__heroImage__content {
        max-width: 1140px;
    }
}

/* Location Popover Styles */
.popoverComponent {
    display: flex;
    flex-direction: column;
    width: 80%;
    align-items: center;
    gap: var(--space-4);
    border-radius: var(--radius-xl);
    background: #fff;
    box-shadow: 0px 8px 12px 0px rgba(13, 13, 13, 0.10);
    overflow: hidden;
}
@media (min-width: 992px) {
    .popoverComponent {
        flex-direction: row;
        width: 474px;
        height: 267px;
    }
}

.popoverComponent--content {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 0 var(--space-5) var(--space-5) var(--space-5);
    position: relative;
}
@media (min-width: 992px) {
    .popoverComponent--content {
        padding: var(--space-5) var(--space-12) var(--space-5) 0px;
    }
}
.popoverComponent--close{
    cursor: pointer;
    position: absolute;
    top: var(--space-3);
    right: var(--space-3);
    font-size: 16px;
    line-height: 20px;
    width: 20px;
}
.popoverComponent--content h4 {
    font-family: var(--font-family-title);
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}

.popoverComponent--contentDescription {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.popoverComponent--contentSubtext {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: var(--neutral-800);
    align-self: flex-start;
}

.popoverComponent--contentLink {
    align-self: flex-start;
}

.popoverComponent--contentLink a {
    color: var(--neutral-800);
    text-decoration: underline;
    font-size: 12px;
    line-height: 16px;
}
