/* @import url("./itv2-pc.css"); */

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #8e0009;
}

* {
    box-sizing: border-box;
}
.display-none {
    display: none !important;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

/* Shared base styles (previously inherited from pc css import) */
.w-mc {
    width: max-content;
}

.w-full {
    width: 100%;
}

.w-90 {
    width: 90%;
}

.w-30 {
    width: 30%;
}

.w-40rem {
    width: 40.5rem;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-640 {
    width: 640px;
    padding: 64px 48px;
    box-sizing: border-box;
}

.h-900 {
    height: 900px;
}

.z-1 {
    z-index: 1;
}

.z-10 {
    z-index: 10;
}

.t-c {
    text-align: center;
}

.border-1-white-thin {
    border: 1px solid var(--Opacity-White-20, rgba(255, 255, 255, 0.2));
}

.border-1-grey {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.border-1-grey-left {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.border-1-top {
    border-top: 1px solid var(--Opacity-Neutral-Darkest-15, rgba(0, 0, 0, 0.15));
}

.relative {
    position: relative;
}

.white {
    color: white !important;
}

.black {
    color: black !important;
}

.bg-white {
    background-color: white !important;
}

.bg-red-solid {
    background-color: #ac1821;
}

.bg-8E0009 {
    background-color: #8e0009;
}

.bg-pink {
    background: rgba(166, 39, 75, 0.8);
}

.gap-10 {
    gap: 10px;
}

.gap-16 {
    gap: 16px;
}

.gap-20 {
    gap: 20px;
}

.gap-32 {
    gap: 32px;
}

.gap-48 {
    gap: 48px;
}

.gap-80 {
    gap: 80px;
}

.fs-18 {
    font-size: 14px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: var(--Text-Sizes-Heading-6, 26px);
}

.fw-700 {
    font-weight: 700 !important;
}
.opacity-70 {
    opacity: 0.7;
}

.lh-110 {
    line-height: 110%;
}

.ls--084 {
    letter-spacing: -0.84px;
}

.fw-400 {
    font-weight: 400;
}

.anybody {
    font-family: Anybody, sans-serif;
}

.fs-italic {
    font-style: italic !important;
}

.td-underline {
    text-decoration: underline;
}
.underline-mobile {
    text-decoration: underline;
}
.td-none {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
}

.d-f {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.jc-center {
    justify-content: center;
}

.jc-sb {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.m-0 {
    margin: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-80 {
    margin-bottom: 80px;
}

.border-box {
    box-sizing: border-box;
}

.p-20 {
    padding: 20px;
}

.p-80 {
    padding: 80px;
}

.p-6-12 {
    padding: 6px 12px;
}

.overflow-hidden {
    overflow: hidden;
}

.br-8 {
    border-radius: 8px;
    overflow: hidden;
}

.br-16 {
    border-radius: 10px;
    overflow: hidden;
}

.br-20 {
    border-radius: 20px;
    overflow: hidden;
}

.gradient {
    background: linear-gradient(180deg, #c45d63 0%, #8e0009 100%);
}

.button {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.p-text {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.section-title {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0 0 16px;
}

.section-heading {
    font-family: Anybody;
    font-size: var(--Text-Sizes-Heading-2, 60px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.6px;
    margin: 0 0 24px;
}

.small-heading {
    font-family: Anybody;
    font-size: var(--Text-Sizes-Heading-6, 26px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.26px;
}

.sub-text {
    font-family: Inter;
    font-size: var(--Text-Sizes-Text-Regular, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.chev-right,
.chev-right-white {
    display: inline-flex;
    align-items: center;
}

.chev-right::after {
    content: "";
    display: block;
    background-color: black;
    width: 25px;
    height: 24px;
    -webkit-mask: url(../assets/images/it/chevron_right.svg) no-repeat center;
    mask: url(../assets/images/it/chevron_right.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    /* -webkit-mask-position-y: 6px; */
    margin-left: 10px;
}

.chev-right-white::after {
    content: "";
    display: block;
    background-color: white;
    width: 25px;
    height: 24px;
    -webkit-mask: url(../assets/images/it/chevron_right.svg) no-repeat center;
    mask: url(../assets/images/it/chevron_right.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    /* -webkit-mask-position-y: 6px; */
    margin-left: 10px;
}

.accordion-close {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #000;
    -webkit-mask: url(../assets/images/it/close.svg) no-repeat center;
    mask: url(../assets/images/it/close.svg) no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: transform 0.35s ease-in-out;
}

.accordion-close.active {
    transform: rotate(0deg);
}

#email::before {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 20px;
    height: 20px;
    -webkit-mask: url(../assets/images/it/mail.svg) no-repeat center;
    mask: url(../assets/images/it/mail.svg) no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    margin-right: 10px;
}

#phone::before {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 20px;
    height: 20px;
    -webkit-mask: url(../assets/images/it/call.svg) no-repeat center;
    mask: url(../assets/images/it/call.svg) no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    margin-right: 10px;
}

#office::before {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 20px;
    height: 20px;
    -webkit-mask: url(../assets/images/it/location_on.svg) no-repeat center;
    mask: url(../assets/images/it/location_on.svg) no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    margin-right: 10px;
}

/* Header */
.h-72 {
    height: 56px;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 99;
}

.h-72 .w-90 {
    width: calc(100% - 24px);
}

.h-72 .gap-32 {
    gap: 12px;
}

.h-72 .gap-32 > a:nth-of-type(2),
.h-72 .gap-32 > a:nth-of-type(3) {
    display: none;
}

.h-72 img {
    width: 70px;
}
.entry-button {
    color: var(--Color-Neutral-Darkest, #000);
    font-family: Inter;
    font-size: var(--Text-Sizes-Text-Regular, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    background: #fff;
    padding: 4px 10px !important;
    box-sizing: border-box;
    border-radius: 20px;
    width: max-content;
}
.entry-button__bg.border-1-grey {
    border: none !important;
}

.entry-button--style19 {
    /* color: #fff; */
    background: none;
    padding: 0;
}

.h-72 .entry-button--style19 .entry-button-text {
    font-size: 14px;
    padding: 2px 10px;
    color: #000;
}

.h-72 .entry-button--style19:hover .entry-button-text {
    color: #fff;
}

/* Utility overrides */
.spacing-112-64 {
    padding: 64px 20px !important;
}
.space-48 {
    padding-bottom: 48px;
}

.p-80 {
    padding: 28px 16px;
}

.p-24 {
    padding: 14px;
}

.w-50,
.w-45,
.w-40,
.w-40rem,
.w-30 {
    width: 100%;
}

.gap-80 {
    gap: 24px;
}

.gap-48 {
    gap: 18px;
}

.gap-32 {
    gap: 12px;
}

.mb-80 {
    margin-bottom: 28px;
}

.fs-84 {
    font-size: 40px;
}

.section-heading {
    font-size: 44px;
    line-height: 1.15;
    margin: 0 0 14px;
}

.section-title {
    font-size: 13px;
    margin: 0 0 8px;
}

.small-heading {
    font-size: 18px;
    line-height: 1.2;
}

.p-text,
.sub-text {
    /* text-align: center; */

    /* Text/Regular/Normal */
    font-family: Inter;
    font-size: var(--Text-Sizes-Text-Regular, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

#direction,
#positions,
#space,
#question {
    background: rgb(255, 255, 255);
}
.journey-title {
    color: var(--Color-Scheme-5-Text, #fff);

    /* Heading/H3 */
    font-family: Anybody;
    font-size: var(--Text-Sizes-Heading-3, 32px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.32px;
    margin: 0px 0px 20px 0px;
}

.journey-text {
    color: var(--Color-Scheme-5-Text, #fff);

    /* Text/Regular/Normal */
    font-family: Inter;
    font-size: var(--Text-Sizes-Text-Regular, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.journey {
    position: relative;
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.journey-track {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
    width: 6px;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
}

.journey-line {
    width: 100%;
    height: 0%;
    background: #fff;
    transition: height 0.1s linear;
}

.journey-item {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
    width: 45%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 16px;
    border: var(--Stroke-Border-Width, 1px) solid
        var(--Color-Scheme-5-Border, rgba(255, 255, 255, 0.2));
    background: rgba(172, 24, 33, 0.6);
}

.journey-item.active {
    opacity: 1;
    transform: translateX(0) !important;
}

.journey-item::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 34px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px #8e0009;
}

.journey-item:nth-child(odd) {
    align-self: flex-start;
    transform: translateX(-50px);
}

.journey-item:nth-child(even) {
    align-self: flex-end;
    transform: translateX(50px);
}

.journey-item:nth-of-type(odd)::after {
    right: -5.2vw;
}

.journey-item:nth-of-type(even)::after {
    left: -5.2vw;
}

#journey-learn::after {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 20px;
    height: 20px;
    -webkit-mask: url(../assets/images/it/chevron_right.svg) no-repeat center;
    mask: url(../assets/images/it/chevron_right.svg) no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position-y: 3px;
}

/* Hero */
#header {
    height: auto;
    min-height: 100vh;
    margin-top: 64px;
    /* padding: 0 20px; */
}
#header-ttl {
    padding: 64px 20px;
}

#header > .d-f {
    flex-direction: column;
}

#header .w-50.d-f.flex-col {
    order: 1;
    /* padding: 64px 0px; */
}

#header .w-40rem.d-f.gap-10 {
    order: 2;
    padding: 0 16px 0px;
}

#header .w-40rem.d-f.gap-10 .w-50 {
    width: 50%;
}
#apply-button {
    font-size: 14px;
}

#header h1 {
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
}

#header .fs-20 {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 24px;
}

#header .d-f.gap-10.align-items-center {
    flex-wrap: wrap;
    row-gap: 10px;
}

/* Direction */
#direction .direction {
    flex-direction: column;
    gap: 18px;
}

#direction .d-f.gap-20.align-items-start {
    flex-direction: column;
    gap: 10px;
}

#direction .d-f.gap-10.align-items-center {
    flex-wrap: wrap;
}

/* Positions accordion */
#positions .accordion {
    position: relative;
    flex-direction: column;
}

#positions .accordion-item {
    position: relative;
    height: auto;
    flex-direction: column;
    border-left: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

#positions .accordion-item:first-child {
    border-top: 0;
}

#positions .accordion-header {
    position: relative;
    z-index: 2;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
    padding: 10px 14px;
    width: 100%;
    padding: 32px 24px;
    justify-content: flex-start;
    gap: 16px;
}

#positions .vertical {
    writing-mode: horizontal-tb;
    transform: none;
}

#positions .accordion-ttl {
    font-size: 20px;
    padding: 0;
    color: var(--Color-Scheme-3-Text, #000);
    text-align: center;

    /* Heading/H5 */
    font-family: Anybody;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
    letter-spacing: -0.32px;
}

#positions .accordion-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 0;
    opacity: 1;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

#positions .accordion-content.active {
    width: 100%;
    max-height: 1200px;
}

#positions .w-640 {
    width: 100%;
    padding: 0 14px 14px;
}

#positions .accordion-content-ttl {
    color: var(--Color-Scheme-3-Text, #000);

    /* Heading/H3 */
    font-family: Anybody;
    font-size: var(--Text-Sizes-Heading-3, 32px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.32px;
}
.accordion-content-text {
    color: var(--Color-Scheme-3-Text, #000);

    /* Text/Regular/Normal */
    font-family: Inter;
    font-size: var(--Text-Sizes-Text-Regular, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

#question .p-24 {
    padding: 16px 20px !important;
}

#question .accordion-answer,
#mobile-menu .accordion-answer {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    transition:
        max-height 0.35s ease-in-out,
        opacity 0.25s ease-in-out,
        margin-top 0.35s ease-in-out;
}
#question .accordion-answer.active,
#mobile-menu .accordion-answer.active {
    opacity: 1;
    margin-top: 20px;
}
/* Journey */
#journey-section .journey {
    padding: 0px 0 0;
}

#journey-section .w-40 {
    width: 100%;
}

#journey-section .journey-track {
    left: 10px;
    transform: none;
}

#journey-section .journey-item {
    width: calc(90% - 24px);
    margin-left: 44px;
    padding: 24px;
    border-radius: 10px;
    transform: none !important;
    align-self: stretch !important;
}

#journey-section .journey-item::after,
#journey-section .journey-item:nth-of-type(odd)::after,
#journey-section .journey-item:nth-of-type(even)::after {
    left: -2.5rem;
    right: auto;
    top: 18px;
    width: 15px;
    height: 15px;
    box-shadow: 0 0 0 3px #8e0009;
}

.link-style-04__hover {
    display: none;
}
.link-style-04__label {
    font-family: Inter, sans-serif;
}

/* Space */
#space #gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

#space #gallery > .d-f {
    gap: 10px;
}

#space .space-slider {
    position: relative;
    width: 100%;
    margin-top: 4px;
}

#space .space-slider__track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding-bottom: 2px;
}

#space .space-slider__track::-webkit-scrollbar {
    display: none;
}

#space .space-slider__slide {
    flex: 0 0 86%;
    min-width: 86%;
    scroll-snap-align: start;
}

#space .space-slider__slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: contain;
}

#space .space-slider__btn {
    display: none;
}

#space .space-slider__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
}

#space .space-slider__dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    border: 0;
    background: rgba(0, 0, 0, 0.25);
    padding: 0;
}

#space .space-slider__dot.active {
    width: 20px;
    background: #8e0009;
}

/* People */
#people .people-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding-bottom: 2px;
}

#people .people-slider::-webkit-scrollbar {
    display: none;
}

#people .people-slide {
    flex: 0 0 86%;
    min-width: 86%;
    scroll-snap-align: start;
}

#people .people-slide.translateY {
    transform: none;
}

#people .people-slider__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
}

#people .people-slider__dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.35);
    padding: 0;
}

#people .people-slider__dot.active {
    width: 20px;
    background: #fff;
}

/* Questions */
#question .d-f.gap-80 {
    flex-direction: column;
    gap: 20px;
}

#question .w-50.d-f.flex-col.gap-16 {
    width: 100%;
}

#question .accordion-close {
    width: 16px;
    height: 16px;
}

/* Join */
#join {
    position: relative;
}

#join-container {
    position: relative;
    background: url(../assets/images/it/bg-1.jpg) no-repeat center center /
        cover;
    overflow: hidden;
}

#join-container .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

#join-container {
    flex-direction: column;
    gap: 18px;
    padding: 36px 16px;
}

#join-container .section-title {
    margin-bottom: 8px;
}

#join-container .section-heading {
    font-size: 44px;
    line-height: 1.12;
    margin-bottom: 14px;
}

#join-container .p-text {
    font-size: 14px;
    line-height: 1.5;
}

#join-container .w-50 {
    width: 100%;
}

#join-container .z-1 {
    position: relative;
    z-index: 1;
}

#join-container #email,
#join-container #phone,
#join-container #office {
    margin-top: 10px;
}

#join-container #office {
    margin-bottom: 0;
}

#join .link-style-12 {
    font-size: 14px;
}

#join .link-style-12__graphic--slide {
    top: -2px;
}

/* keep line hover and button effects within viewport */
.btn-oval {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: transparent;
    transform: scale(1);
    transition: transform 0.4s ease;
    max-width: 100%;
}

.btn-oval-ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.btn-oval .base {
    fill: none;
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 1;
}

.btn-oval .anim {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    transition: stroke-dashoffset 1s linear;
}

.btn-oval span {
    position: relative;
    z-index: 2;
}

@media (hover: hover) {
    .btn-oval:hover {
        transform: scale(1.08);
    }

    .btn-oval:hover .anim {
        stroke-dashoffset: 0;
    }
}

/* footer styles */
#footer {
    display: flex;
    padding: var(--Section-Padding-padding-section-medium, 48px)
        var(--Page-Padding-padding-global, 20px);
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}
.footer-header {
    color: var(--Color-Scheme-5-Text, #fff);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer-column {
    flex: 1;
    margin-right: 20px;
}

.footer-column-content {
    margin-bottom: 20px;
}

.footer-ttl {
    color: var(--Color-Scheme-5-Text, #fff);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.footer-text {
    color: #ffafb4;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 0;
}

.site-map {
    color: var(--Color-Scheme-5-Text, #fff);

    /* Text/Small/Normal */
    font-family: Inter;
    font-size: var(--Text-Sizes-Text-Small, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    margin: 0;
}
.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    gap: 32px;
}
.site-map-container {
    display: flex;
    gap: 16px;
    align-items: center;
    width: 80%;
    flex-wrap: wrap;
    justify-content: center;
}

#mobile-header {
    /* position: fixed; */
    top: 0;
    z-index: 10;
}
.header-container {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    height: 64px;
    width: 100%;
    z-index: 10;
}
.header-apply {
    color: var(--Color-Neutral-Darkest, #000);
    font-family: Inter;
    font-size: var(--Text-Sizes-Text-Regular, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    background: #fff;
    padding: 4px 10px;
    box-sizing: border-box;
    border-radius: 20px;
}

/* Hamburger */
.hamburger {
    width: 40px;
    height: 40px;

    background: transparent;
    border: none;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;

    cursor: pointer;
}

.hamburger span {
    width: 28px;
    height: 3px;

    background: white;

    transition: 0.3s;
}

/* Animation */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(11px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-11px);
}

/* Menu */
.mobile-menu {
    /* display: none; */
    display: flex;
    flex-direction: column;
    /* padding: 20px; */
    position: fixed;
    /* top: 64px; */
    left: 0;
    /* transform: translateY(-30px) scaleY(0.95); */
    transform: translateY(-100vh);
    transform-origin: top;
    transition: transform 0.3s ease;
    /* z-index: 9; */
    width: 100%;
    height: 100vh;
    z-index: 10;
}

.mobile-menu.active {
    transform: translateY(0);
}

.mobile-menu a {
    color: white;
    text-decoration: none;
    /* padding: 12px 0; */
}

.close-menu {
    /* align-self: flex-end; */
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-mask: url(../assets/images/it/close.svg) no-repeat center;
    mask: url(../assets/images/it/close.svg) no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

hr {
    border: none;
    height: 1px;
    background: #ddd;
    margin: 0;
}
.header-url {
    color: var(--Color-Scheme-5-Text, #fff);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    display: flex;
    height: 64px;
    padding: 0 var(--Page-Padding-padding-global, 20px);
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
#sub-menu {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    margin: 0px !important;
}
.sub-link {
    padding: 20px;
    border-radius: 10px;
}
#phone-number {
    color: #fff;
    margin-bottom: 30px;
}

/* data-animate scroll-in animation */
.direction,
.positions,
.journey,
.space,
.people {
    opacity: 0;
    transform: translateY(60px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}
.direction.active,
.positions.active,
.journey.active,
.space.active,
.people.active {
    opacity: 1;
    transform: translateY(0);
}

/* header image stagger animation */
#header img[id^="header"] {
    opacity: 0;
    transform: translateY(60px) scale(0.95);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}

#header img[id^="header"].animate {
    opacity: 1;
    transform: translateY(0) scale(1);
}

#direction1 {
    transition:
        transform 0.3s ease-in-out,
        box-shadow 0.3s ease-in-out;
}
.footer-logo {
    width: 192px;
    height: auto;
    object-fit: contain;
}
