/* About Page Styles - Based on Technology Page */

/* Navigation styles for about page */
.navbar.about-navbar {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    transition: none !important;
}

.navbar.about-navbar.scrolled {
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    transition: none !important;
}

.navbar.about-navbar.scrolled::before,
.navbar.about-navbar.scrolled::after {
    display: none;
}

.navbar.about-navbar::before,
.navbar.about-navbar::after {
    display: none;
}

.navbar.about-navbar .nav-sensorama {
    color: #000;
}

.navbar.about-navbar .nav-link {
    color: #000;
}

.navbar.about-navbar .nav-link:hover {
    color: #666;
}

.navbar.about-navbar .nav-link::after {
    background: #000;
}

.navbar.about-navbar .embark-btn {
    background: #000;
    color: #ffffff;
    border: 2px solid #000;
}

.navbar.about-navbar .embark-btn:hover {
    background: transparent;
    color: #000;
    border: 2px solid #000;
}

.navbar.about-navbar .hamburger .bar {
    background: #000;
}

.navbar.about-navbar .hamburger.active .bar {
    background: #000;
}

/* Mobile menu styles for about page */
.navbar.about-navbar .bar {
    background: #000;
}

.navbar.about-navbar .hamburger.active {
    opacity: 1;
    z-index: 1001;
    position: relative;
    background: rgba(102, 102, 102, 0.8);
    border-radius: 5px;
    padding: 8px;
}

.about-navbar ~ .mobile-menu-overlay {
    background: rgba(255, 255, 255, 0.95);
}

.about-navbar ~ .mobile-menu-overlay .mobile-nav-link {
    color: #000;
}

.about-navbar ~ .mobile-menu-overlay .mobile-nav-link:hover {
    color: #666;
}

.about-navbar ~ .mobile-menu-overlay .mobile-embark-btn {
    color: #000;
}

.about-navbar ~ .mobile-menu-overlay .mobile-embark-btn:hover {
    color: #666;
}

/* Hero Section */
.about-hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    max-height: 1200px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
}

.about-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.about-hero-content {
    position: relative;
    z-index: 1;
    padding: 0 60px 120px 60px;
}

.about-main-title {
    font-size: 5.2rem;
    font-weight: 300;
    color: #000000;
    margin: 0;
    line-height: 1.1;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: pre-line;
    word-break: keep-all;
    overflow-wrap: normal;
}

/* Mission Section */
.about-mission-section {
    position: relative;
    background: #ffffff;
    padding: 80px 60px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.about-progress-bar {
    position: absolute;
    top: 80px;
    left: 60px;
    right: 60px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.about-progress-fill {
    height: 100%;
    background: #000;
    width: 0%;
    transition: width 0.3s ease;
}

.about-mission-section .about-section-title-small {
    font-size: 1.2rem !important;
    font-weight: 400;
    color: #000 !important;
    margin: 55px 0 30px 0 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Space Grotesk", sans-serif;
}

.about-features-title {
    font-size: 4.5rem;
    font-weight: 300;
    color: #000;
    margin: 20px 0 50px 0;
    line-height: 1.0;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: nowrap;
}

/* Mission Layout */
.mission-layout {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-top: 40px;
    width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
}

.mission-image-container {
    flex: 1.2;
    min-width: 0;
    padding-left: 60px;
}

.mission-rounded-image {
    width: 100%;
    aspect-ratio: 3/2;
    display: block;
    object-fit: cover;
}

.mission-text-container {
    flex: 1;
    min-width: 0;
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mission-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    width: 100%;
    max-width: 500px;
}

/* Progress Bar after Mission */
.about-mission-progress-bar {
    position: relative;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 80px;
    margin-bottom: 40px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 100; /* 确保进度条显示在最上层 */
}

.about-mission-progress-fill {
    height: 100%;
    background: #000;
    width: 0%;
    transition: width 0.3s ease;
}

/* Journey Section */
.about-journey-section {
    position: relative;
    background: #ffffff;
    padding: 0 60px 30px !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    margin-top: -110px !important;
}

.about-journey-progress-bar {
    position: absolute;
    top: 80px;
    left: 60px;
    right: 60px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.about-journey-progress-fill {
    height: 100%;
    background: #000;
    width: 0%;
    transition: width 0.3s ease;
}

.about-journey-title-small {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    margin: 50px 0 30px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Space Grotesk", sans-serif;
}

.about-journey-features-title {
    font-size: 5.5rem;
    font-weight: 300;
    color: #000;
    margin: 20px 0 0 0;
    line-height: 1.0;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: normal;
}

/* Desktop title - show on desktop, hide on tablet/mobile */
.desktop-title {
    display: block;
}

.mobile-title {
    display: none;
}

.about-journey-content-right {
    position: absolute;
    bottom: 200px;
    right: 60px;
    max-width: 600px;
    text-align: right;
}

.about-journey-text-right {
    max-width: 600px;
    margin-left: auto;
    text-align: right;
}

.about-journey-description-right {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Journey Timeline */
.about-journey-timeline {
    width: 100%;
    margin-top: 180px;
}

.journey-timeline-image {
    width: 100%;
    height: auto;
}

/* Content Section */
.about-content-section {
    background: #ffffff;
    padding: 0;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Newsletter and Footer positioning for about page */
.newsletter-section {
    margin-top: -60px !important;
}

.footer {
    margin-top: 0;
}

/* Large desktop optimization */
@media (max-width: 1366px) {
    .about-journey-features-title {
        font-size: 5.0rem;
        line-height: 1.0;
        overflow-wrap: break-word;
        white-space: normal;
    }
}

/* Medium desktop optimization */
@media (max-width: 1200px) {
    .about-journey-features-title {
        font-size: 4.8rem;
        line-height: 1.0;
        overflow-wrap: break-word;
        white-space: normal;
    }
}

/* Small desktop optimization */
@media (max-width: 1100px) {
    .about-journey-features-title {
        font-size: 4.5rem;
        line-height: 1.0;
        overflow-wrap: break-word;
        white-space: normal;
    }
}

/* Tablet transition optimization */
@media (max-width: 1050px) {
    .about-journey-features-title {
        font-size: 4.3rem;
        line-height: 1.0;
        overflow-wrap: break-word;
        white-space: normal;
    }
}

/* iPad and medium tablets optimization */
@media (max-width: 1024px) {
    .about-features-title {
        font-size: 3.5rem;
        line-height: 1.0;
        overflow-wrap: break-word;
        white-space: normal;
    }
    
    .about-journey-features-title {
        font-size: 4.2rem;
        line-height: 1.0;
        overflow-wrap: break-word;
        white-space: normal;
    }
    
    /* Switch to mobile title layout on tablets */
    .desktop-title {
        display: none;
    }
    
    .mobile-title {
        display: block;
    }
    
    .about-mission-section {
        padding: 80px 40px;
        overflow: hidden;
    }
    
    .about-journey-section {
        padding: 0 40px 25px !important;
        overflow: hidden;
        margin-top: -100px !important;
    }
    
    .mission-layout {
        flex-direction: column;
        gap: 60px;
        width: calc(100% + 80px);
        margin-left: -40px;
        margin-right: -40px;
    }
    
    .mission-image-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .mission-text-container {
        padding-right: 40px;
        padding-left: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .mission-text {
        max-width: 600px;
        text-align: left;
        width: 100%;
    }
    
    .about-journey-content-right {
        bottom: 340px;
        right: 40px;
    }
    
    .about-journey-timeline {
        width: 100%;
        margin-top: 150px;
    }
    
    .newsletter-section {
        padding: 80px 40px;
        margin-top: -50px !important;
    }
    
    .newsletter-title {
        font-size: 3rem;
        margin-bottom: 40px;
    }
    
    .footer {
        padding: 50px 0 80px;
        margin-top: 0;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 25px;
        align-items: flex-start;
    }
    
    .footer-brand {
        margin-left: 40px;
        margin-bottom: 15px;
    }
    
    .footer-brand h3 {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    
    .footer-sections {
        display: flex;
        justify-content: flex-start;
        gap: 50px;
        margin-left: 40px;
        margin-right: 40px;
        flex-wrap: wrap;
        width: calc(100% - 80px);
    }
    
    .footer-section {
        min-width: 120px;
        flex: 1;
    }
    
    .footer-section h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .footer-section ul li {
        margin-bottom: 5px;
    }
    
    .footer-section ul li a,
    .footer-section ul li {
        font-size: 13px;
    }
    
    .about-content-section {
        padding: 0;
    }
}

/* Better tablet handling for medium screens */
@media (max-width: 900px) {
    .about-journey-features-title {
        font-size: 3.8rem;
        line-height: 1.0;
        overflow-wrap: break-word;
        white-space: normal;
    }
    
    .about-journey-timeline {
        width: 100%;
        margin-top: 140px;
    }
    
    .newsletter-section {
        margin-top: -40px !important;
    }
    
    .footer {
        padding: 40px 0 60px;
        margin-top: 0;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    
    .footer-brand {
        margin-left: 30px;
        margin-bottom: 12px;
    }
    
    .footer-brand h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    
    .footer-sections {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 30px;
        margin-left: 30px;
        margin-right: 30px;
        width: calc(100% - 60px);
    }
    
    .footer-section {
        min-width: auto;
        flex: none;
    }
    
    .footer-section h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .footer-section ul li {
        margin-bottom: 4px;
    }
    
    .footer-section ul li a,
    .footer-section ul li {
        font-size: 12px;
    }
}

/* Large tablets and small desktops */
@media (max-width: 1024px) {
    .about-hero-content {
        padding: 0 40px 110px 40px;
    }
    
    .about-main-title {
        font-size: 4.2rem;
        white-space: pre-line !important;
        word-break: normal !important;
        line-height: 1.1;
    }
}

/* Medium tablets */
@media (max-width: 900px) {
    .about-hero-content {
        padding: 0 30px 105px 30px;
    }
    
    .about-main-title {
        font-size: 3.2rem;
        white-space: pre-line !important;
        word-break: normal !important;
        line-height: 1.1;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    /* Hamburger display is inherited from style.css */
    
    .navbar.about-navbar .nav-right {
        gap: 15px;
    }
    
    .navbar.about-navbar .embark-btn {
        display: none !important;
    }
    
    .navbar.about-navbar .nav-menu {
        display: none !important;
    }
    
    .mobile-menu-overlay {
        display: block;
    }
    
    .navbar.menu-open .nav-left,
    .navbar.menu-open .nav-right {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .navbar.menu-open {
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
    }
    
    .navbar.menu-open .nav-container {
        justify-content: center;
    }
    
    .navbar.menu-open .hamburger {
        margin: 0;
    }
    
    .about-hero {
        padding: 0 30px 100px 30px;
        height: 100vh;
        min-height: 600px;
        max-height: 900px;
    }
    
    .about-hero-content {
        padding: 40px 30px 80px 30px;
    }
    
    .about-main-title {
        font-size: 2.4rem;
        white-space: pre-line !important;
        word-break: normal !important;
        line-height: 1.1;
    }
    
    .about-mission-section {
        padding: 60px 30px 40px 30px;
        min-height: auto;
        overflow: hidden;
    }

    .about-progress-bar {
        left: 30px;
        right: 30px;
        top: 60px;
    }

    .about-mission-section .about-section-title-small {
        margin: 50px 0 30px 0 !important;
        font-size: 1.2rem !important;
    }

    .about-features-title {
        font-size: 3rem;
        font-weight: 300;
        text-align: left;
        line-height: 1.1;
        margin: 15px 0 30px 0;
        width: 100%;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: normal;
        overflow-wrap: break-word;
    }
    
    .mission-layout {
        flex-direction: column;
        gap: 50px;
        margin-top: 20px;
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
    }
    
    .mission-image-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .mission-rounded-image {
    }
    
    .mission-text-container {
        padding-right: 30px;
        padding-left: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .mission-text {
        max-width: 500px;
        text-align: left;
        width: 100%;
    }
    
    .about-mission-progress-bar {
        margin-top: 60px;
        margin-bottom: 30px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        z-index: 100; /* 确保进度条显示在最上层 */
    }
    
    .about-text-right {
        max-width: 100%;
        text-align: left;
    }
    
    .about-journey-section {
        padding: 0 30px 25px 30px !important;
        min-height: auto;
        overflow: hidden;
        margin-top: -85px !important;
    }

    .about-journey-progress-bar {
        left: 30px;
        right: 30px;
        top: 60px;
    }

    .about-journey-title-small {
        font-size: 1rem;
        margin: 40px 0 20px 0;
        text-align: left !important;
    }

    .about-journey-features-title {
        font-size: 3.4rem;
        font-weight: 300;
        text-align: left;
        line-height: 1.2;
        margin: 15px 0 0 0;
        width: 100%;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: normal;
    }
    
    .about-journey-content-right {
        position: static;
        bottom: auto;
        right: auto;
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: 50px;
        text-align: left !important;
        padding: 0 30px;
    }
    
    .about-journey-timeline {
        width: 100%;
        margin-top: 100px;
    }
    
    .journey-timeline-image {
    }
    
    .about-journey-text-right {
        max-width: 100%;
        text-align: left;
    }
    
    .about-content-section {
        padding: 0;
    }
    
    .about-description-right {
        text-align: left !important;
    }

    .about-journey-description-right {
        text-align: left !important;
    }
    
    .newsletter-section {
        padding: 60px 30px;
        margin-top: -35px !important;
    }
    
    .newsletter-title {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
    
    .footer {
        padding: 40px 0 60px;
        margin-top: 0;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 25px;
        align-items: flex-start;
    }
    
    .footer-brand {
        margin-left: 30px;
        margin-bottom: 15px;
    }
    
    .footer-brand h3 {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    
    .footer-sections {
        display: flex;
        justify-content: flex-start;
        gap: 60px;
        margin-left: 30px;
        margin-right: 30px;
        flex-wrap: wrap;
    }
    
    .footer-section {
        min-width: 140px;
    }
    
    .footer-section h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .footer-section ul li {
        margin-bottom: 5px;
    }
    
    .footer-section ul li a,
    .footer-section ul li {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    /* Hamburger display is inherited from style.css */
    
    .navbar.about-navbar .nav-right {
        gap: 15px;
    }
    
    .navbar.about-navbar .embark-btn {
        display: none !important;
    }
    
    .navbar.about-navbar .nav-menu {
        display: none !important;
    }
    
    .mobile-menu-overlay {
        display: block;
    }
    
    .navbar.menu-open .nav-left,
    .navbar.menu-open .nav-right {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .navbar.menu-open {
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
    }
    
    .navbar.menu-open .nav-container {
        justify-content: center;
    }
    
    .navbar.menu-open .hamburger {
        margin: 0;
    }
    
    .about-hero {
        padding: 0 20px 80px 20px;
        height: 100vh;
        min-height: 500px;
        max-height: 800px;
    }
    
    .about-hero-content {
        padding: 60px 20px 60px 20px;
    }
    
    .about-main-title {
        font-size: 1.6rem;
        white-space: pre-line !important;
        word-break: normal !important;
    }
    
    .about-mission-section {
        padding: 50px 20px 30px 20px;
        min-height: auto;
        overflow: hidden;
    }

    .about-progress-bar {
        left: 20px;
        right: 20px;
        top: 50px;
    }

    .about-mission-section .about-section-title-small {
        font-size: 0.9rem !important;
        margin: 45px 0 15px 0 !important;
    }

    .about-features-title {
        font-size: 2.2rem;
        font-weight: 300;
        text-align: left;
        line-height: 1.2;
        margin: 15px 0 25px 0;
        width: 100%;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: normal;
    }
    
    .mission-layout {
        flex-direction: column;
        gap: 40px;
        margin-top: 15px;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
    
    .mission-image-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .mission-rounded-image {
    }
    
    .mission-text-container {
        padding-right: 20px;
        padding-left: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .mission-text {
        max-width: 400px;
        text-align: left;
        width: 100%;
    }
    
    .about-mission-progress-bar {
        margin-top: 50px;
        margin-bottom: 25px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        z-index: 100; /* 确保进度条显示在最上层 */
    }
    
    .about-text-right {
        max-width: 100%;
        text-align: left;
    }
    
    .about-journey-section {
        padding: 0 20px 25px 20px !important;
        min-height: auto;
        overflow: hidden;
        margin-top: -75px !important;
    }

    .about-journey-progress-bar {
        left: 20px;
        right: 20px;
        top: 50px;
    }

    .about-journey-title-small {
        font-size: 1rem;
        margin: 40px 0 20px 0;
        text-align: left !important;
    }

    .about-journey-features-title {
        font-size: 2.6rem;
        font-weight: 300;
        text-align: left;
        line-height: 1.2;
        margin: 15px 0 0 0;
        width: 100%;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: normal;
    }
    
    .about-journey-content-right {
        position: static;
        bottom: auto;
        right: auto;
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: 40px;
        text-align: left !important;
        padding: 0 20px;
    }
    
    .about-journey-timeline {
        width: 100%;
        margin-top: 80px;
    }
    
    .journey-timeline-image {
    }
    
    .about-journey-text-right {
        max-width: 100%;
        text-align: left;
    }
    
    .about-content-section {
        padding: 0;
    }
    
    .about-description-right {
        text-align: left !important;
    }

    .about-journey-description-right {
        text-align: left !important;
    }
    
    .newsletter-section {
        margin-top: -30px !important;
    }
    
    .footer {
        padding: 40px 0 50px;
        margin-top: 0;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    
    .footer-brand {
        margin-left: 20px;
        margin-bottom: 10px;
    }
    
    .footer-brand h3 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    
    .footer-sections {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .footer-section {
        width: 100%;
    }
    
    .footer-section h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .footer-section ul li {
        margin-bottom: 4px;
    }
    
    .footer-section ul li a,
    .footer-section ul li {
        font-size: 12px;
    }
    
    .footer-section:last-child {
        text-align: left;
    }

}

/* Small phones */
@media (max-width: 360px) {
    .about-hero-content {
        padding: 50px 15px 50px 15px;
    }
    
    .about-main-title {
        font-size: 1.3rem;
        white-space: pre-line !important;
        word-break: normal !important;
    }
}

@media (max-width: 320px) {
    .about-hero-content {
        padding: 40px 15px 40px 15px;
    }
    
    .about-main-title {
        font-size: 1.1rem;
        white-space: pre-line !important;
        word-break: normal !important;
    }
    
    .about-features-title {
        font-size: 1.8rem;
        font-weight: 300;
        text-align: left;
        line-height: 1.2;
        margin: 15px 0 20px 0;
        width: 100%;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: normal;
    }
    
    .mission-layout {
        flex-direction: column;
        gap: 35px;
        margin-top: 10px;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
    
    .mission-image-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .mission-rounded-image {
    }
    
    .mission-text-container {
        padding-right: 20px;
        padding-left: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .mission-text {
        max-width: 350px;
        text-align: left;
        width: 100%;
    }
    
    .about-journey-features-title {
        font-size: 3.0rem;
        font-weight: 300;
        text-align: left;
        line-height: 1.2;
        margin: 15px 0 0 0;
        width: 100%;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        white-space: normal;
    }
}
