/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}:root{--color-primary: #002D5B;--color-primary-dark: #001f3f;--color-accent: #C5A065;--color-text: #333333;--color-text-light: #666666;--color-white: #ffffff;--color-light-bg: #f8f9fa;--font-main: "Open Sans", sans-serif;--font-heading: "Open Sans", sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 8rem;--container-width: 1400px;--header-height: 80px}*{box-sizing:border-box}html{background-color:#383e42;overflow-x:hidden}body{font-family:var(--font-main);color:var(--color-text);line-height:1.6;margin:0;overflow-x:hidden}#layout-clipper{position:relative;overflow:hidden;width:100%}#fixed-layout-wrap{position:absolute;top:0;left:0;width:1440px;transform-origin:top left}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color .3s ease}ul{list-style:none;padding:0;margin:0}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 var(--spacing-sm)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading, serif);font-weight:700;margin-top:0;margin-bottom:var(--spacing-sm);line-height:1.2}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}p{margin-bottom:1rem}.btn{display:inline-block;padding:10px 20px;border:1px solid transparent;text-transform:uppercase;font-weight:700;letter-spacing:1px;cursor:pointer;transition:all .3s;font-size:14px;line-height:1;font-family:Open Sans,sans-serif}.btn--primary{background-color:var(--color-accent);color:var(--color-white)}.btn--primary:hover{background-color:#b38844;transform:translateY(-2px)}.btn--outline{border-color:var(--color-white);color:var(--color-white)}.btn--outline:hover{background-color:var(--color-white);color:var(--color-primary)}.top-bg{position:absolute;top:0;left:50%;width:calc(100vw / var(--body-zoom, .667));transform:translate(-50%);height:480px;background-position:top center;background-repeat:no-repeat;background-size:cover;z-index:5}.gallery-image,.mobile-gallery-scroller img,.mobile-gallery-image-wrapper .gallery-image{cursor:zoom-in}body.lightbox-open{overflow:hidden}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#000000eb;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.lightbox-overlay.active{opacity:1;visibility:visible}.lightbox-close{position:absolute;top:16px;right:16px;width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.7);background:#0006;color:#fff;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background-color .2s;z-index:2;padding:0}.lightbox-close:hover{border-color:#00adef;background:#00adef26}.lightbox-close svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.lightbox-main{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-height:calc(100vh - 160px);flex:1 1 auto;min-height:0;padding:0 70px}.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:#00000059;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background-color .2s,box-shadow .2s;z-index:2;padding:0}.lightbox-arrow:hover{border-color:#00adef;background:#00adef26;box-shadow:0 0 12px #00adef4d}.lightbox-arrow svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.lightbox-arrow--prev{left:12px}.lightbox-arrow--next{right:12px}.lightbox-image-container{display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%;flex:1 1 auto;min-height:0;overflow:hidden}.lightbox-image{max-width:100%;max-height:calc(100vh - 160px);object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.lightbox-counter{color:#ffffffb3;font-size:14px;text-align:center;padding:8px 0 4px;-webkit-user-select:none;user-select:none;flex-shrink:0}.lightbox-thumbnails{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px 16px;overflow-x:auto;max-width:100%;flex-shrink:0;-ms-overflow-style:none;scrollbar-width:none}.lightbox-thumbnails::-webkit-scrollbar{display:none}.lightbox-thumb{width:72px;height:48px;border-radius:4px;border:2px solid transparent;overflow:hidden;cursor:pointer;flex-shrink:0;opacity:.5;transition:opacity .2s,border-color .2s;padding:0;background:none}.lightbox-thumb:hover{opacity:.8}.lightbox-thumb.active{opacity:1;border-color:#00adef}.lightbox-thumb img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}@media(max-width:768px){.lightbox-main{padding:0 48px}.lightbox-arrow{width:36px;height:36px}.lightbox-arrow svg{width:18px;height:18px}.lightbox-arrow--prev{left:6px}.lightbox-arrow--next{right:6px}.lightbox-close{width:40px;height:40px;top:10px;right:10px}.lightbox-close svg{width:18px;height:18px}.lightbox-thumb{width:56px;height:38px}.lightbox-image{max-height:calc(100vh - 140px)}}.site-header{padding:0;background:transparent;width:100%;position:absolute;top:0;left:0;z-index:100;height:80px;display:flex;align-items:center}.site-header .container-fluid{width:100%;max-width:1400px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center}.site-header .logo a{display:block;padding:10px 0}.site-header .logo img{height:38px;filter:brightness(0) invert(1)}.site-header nav.header-menu{display:flex;height:100%}.site-header ul.header-menu{display:flex;gap:0;list-style:none;margin:0;padding:0;height:80px}.site-header .nav-item{position:relative;display:flex;align-items:center;height:100%;padding:0 26px;cursor:pointer}.site-header .nav-item .main-link{display:flex;align-items:center;gap:8px;color:#94999d;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;letter-spacing:.3px;position:relative;padding-bottom:6px}.site-header .nav-item .main-link .rd-icon{height:20px;width:auto}.site-header .nav-item .main-link .caret{font-size:8px;color:#777;margin-left:2px;transition:transform .2s ease}.site-header .nav-item .main-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#00adef;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.site-header .nav-item:hover .main-link:after,.site-header .nav-item.active .main-link:after{transform:scaleX(1)}.site-header .nav-item:hover .main-link .caret{transform:rotate(180deg)}.site-header .nav-item .sub-links{display:none;position:absolute;top:45px;left:26px;background:transparent;min-width:auto;padding:5px 0 0;flex-direction:column}.site-header .nav-item .sub-links a{display:inline-block;padding:10px 0;color:#94999d;font-family:Open Sans,sans-serif;font-size:15px;font-weight:400;text-decoration:none;border-bottom:3px solid #51575A;transition:color .2s ease;width:auto;white-space:nowrap}.site-header .nav-item .sub-links a:last-child{border-bottom:3px solid #51575A}.site-header .nav-item .sub-links a:hover{color:#fff}.site-header .nav-item:hover .sub-links{display:flex}.site-header .nav-item:hover .main-link:after{transform:scaleX(1)}.site-header .header-right{display:flex;align-items:center;gap:25px;color:#fff}.site-header .header-right .lang-switch{font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;opacity:.9;cursor:pointer;display:flex;align-items:center;gap:4px;position:relative}.site-header .header-right .lang-switch .arrow{font-size:8px;color:#777;transition:transform .2s ease}.site-header .header-right .lang-switch .sub-links{display:none;position:absolute;top:100%;left:-10px;background:transparent;min-width:60px;padding:5px 0 0;flex-direction:column;z-index:101}.site-header .header-right .lang-switch .sub-links a{display:block;padding:5px 10px;color:#94999d;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;text-decoration:none;border-bottom:3px solid #51575A;transition:color .2s ease;text-align:left}.site-header .header-right .lang-switch .sub-links a:last-child{border-bottom:3px solid #51575A}.site-header .header-right .lang-switch .sub-links a:hover{color:#fff}.site-header .header-right .lang-switch:hover{opacity:1}.site-header .header-right .lang-switch:hover .sub-links{display:flex}.site-header .header-right .lang-switch:hover .arrow{transform:rotate(180deg)}.site-footer{background:transparent;color:#fff;padding:120px 0 0;font-family:Open Sans,sans-serif;font-size:14px;position:relative}.site-footer:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:calc(100vw / var(--body-zoom, .667));transform:translate(-50%);background:#292f33;z-index:0}.site-footer>*{position:relative;z-index:1}.site-footer .container{display:flex;flex-wrap:wrap;gap:30px 40px;justify-content:flex-start;padding-bottom:60px;max-width:1400px;margin:0 auto;padding-left:40px;padding-right:40px}.site-footer .services-col{display:flex;flex-direction:column;gap:0;min-width:250px}.site-footer .services-col .footer-link{display:flex;align-items:center;gap:15px;color:#ccc;font-weight:600;text-transform:none;font-size:20px;text-decoration:none;transition:all .2s;padding:12px 0;border-bottom:3px solid #51575A;width:100%}.site-footer .services-col .footer-link img{width:32px;height:auto}.site-footer .services-col .footer-link:hover{color:#fff;padding-left:5px;border-bottom-color:#6e7378}.site-footer .center-col{display:flex;flex-direction:column;align-items:flex-start;margin-left:50px;padding-left:0}.site-footer .center-col .footer-nav{display:flex;flex-direction:column;gap:0;text-align:left;min-width:200px}.site-footer .center-col .footer-nav a{color:#ccc;font-weight:400;text-decoration:none;font-size:19px;padding:12px 0;border-bottom:3px solid #51575A;width:100%;transition:color .2s}.site-footer .center-col .footer-nav a:hover{color:#fff;padding-left:5px;border-bottom-color:#6e7378}.site-footer .info-col{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;text-align:right}.site-footer .info-col .logo-group{position:relative;display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.site-footer .info-col .footer-divider-obj{position:absolute;top:-120px;left:50%;transform:translate(-50%);width:80px;height:auto}.site-footer .info-col .footer-logo{height:40px;margin-bottom:0}.site-footer .info-col address{font-style:normal;color:#aaa;line-height:1.6;margin-bottom:20px;font-size:14px}.site-footer .info-col .contact-details{display:flex;flex-direction:column;gap:10px;align-items:flex-end;margin-bottom:20px}.site-footer .info-col .contact-details .contact-row{display:flex;align-items:center;gap:10px;color:#ccc;font-size:14px}.site-footer .info-col .contact-details .contact-row img{width:18px;height:auto}.site-footer .info-col .socials{display:flex;gap:15px;margin-top:10px}.site-footer .info-col .socials a{display:block;transition:transform .2s}.site-footer .info-col .socials a img{width:24px;height:24px;opacity:.8}.site-footer .info-col .socials a:hover{transform:scale(1.1)}.site-footer .info-col .socials a:hover img{opacity:1}.site-footer .copyright-bar{background:transparent;color:#666;text-align:center;padding:20px 0;font-size:12px;margin-top:40px;position:relative}.site-footer .copyright-bar:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:calc(100vw / var(--body-zoom, .667));transform:translate(-50%);background:#0003;z-index:0}.home-page{background-color:#383e42;position:relative;min-height:100vh;z-index:1}.home-page:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background-image:url(/images/home/Mandala.png);background-repeat:no-repeat;background-position:calc(65% - 220px) 230px;background-size:35% auto;opacity:.4;z-index:-1}.services-hero{position:relative;z-index:10;display:grid;grid-template-columns:repeat(5,1fr);gap:30px;padding:260px 40px 60px;max-width:1440px;margin:0 auto}.service-card{display:flex;flex-direction:column;background:transparent;position:relative;box-shadow:0 5px 25px #00000026;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.service-card .card-image{position:relative;height:220px;overflow:hidden}.service-card .card-image img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1;transition:transform .4s ease}.service-card .card-image:hover img{transform:scale(1.05)}.service-card .card-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 100%);z-index:2}.service-card .vertical-label{position:absolute;top:220px;right:0;transform:translateY(-100%);width:70px;display:flex;align-items:flex-end;justify-content:center;z-index:10;pointer-events:none}.service-card .vertical-label img{width:100%;height:auto;max-height:none;object-fit:contain;object-position:bottom}.service-card .card-content{flex:1;padding:30px;display:flex;flex-direction:column;background:#fff;min-height:auto;position:relative}.service-card .card-content .description{flex:1;font-family:Open Sans,sans-serif;font-size:20px;font-weight:700;line-height:1.3;color:#444;margin:0;display:flex;align-items:center}.service-card .card-content .btn-more{position:absolute;top:100%;right:0;background:#00adef;color:#fff;font-family:Open Sans,sans-serif;font-size:14px;font-weight:700;padding:10px 20px;text-transform:uppercase;text-decoration:none;transition:background .2s;height:auto;line-height:1;display:inline-flex;align-items:center;letter-spacing:1px}.service-card .card-content .btn-more:hover{background:#0088bc}.mandala-section{background:transparent;padding:0 40px 30px;position:relative;overflow:visible}.mandala-section .mandala-container{position:relative;max-width:1200px;margin:0 auto;text-align:center}.mandala-section .mandala-bg{position:absolute;top:90%;left:72%;transform:translate(-50%,-50%);width:1500px;height:1500px;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.07}.mandala-section .soul-text{position:relative;z-index:1;font-family:Open Sans,sans-serif;font-size:4rem;font-weight:700;letter-spacing:30px;line-height:1.4;display:flex;flex-direction:column;align-items:flex-start;width:fit-content;margin:-15px auto 0;gap:10px}.mandala-section .soul-text .line-1,.mandala-section .soul-text .line-2{display:flex;justify-content:flex-start;width:auto;gap:60px}.mandala-section .soul-text .line-2{margin-left:180px}.mandala-section .soul-text .heavy{color:#fff;font-weight:700;-webkit-text-stroke:0}.mandala-section .soul-text .light{color:#fff;font-weight:300;-webkit-text-stroke:0}.about-section{padding:0 40px 80px;margin-top:-20px;background:transparent;position:relative}.about-section .container-fluid{max-width:1400px;margin:0 auto;position:relative}.about-section .about-grid{display:grid;grid-template-columns:3fr 2fr;gap:30px;position:relative;z-index:2;max-width:1400px;margin:0 auto;align-items:start}.about-section .about-details-box,.about-section .about-summary-box{background:#474e54a6;padding:30px;display:flex;flex-direction:column;justify-content:center;position:relative}.about-section .vertical-side{position:absolute;left:5px;top:-50px;height:100%;pointer-events:none}.about-section .vertical-side .vertical-title{writing-mode:vertical-rl;transform:rotate(180deg);font-family:Open Sans,sans-serif;font-size:48px;font-weight:700;color:#00adef;letter-spacing:4px;text-transform:uppercase;white-space:nowrap}.about-section .about-summary-box{padding-left:100px}.about-section .about-details-box .details-column p{font-family:Open Sans,sans-serif;font-size:18px;font-weight:300;line-height:1.7;color:#e0e0e0;margin-bottom:30px}.about-section .about-details-box .details-column p .text-white{color:#fff;font-weight:700}.about-section .main-summary{font-family:Open Sans,sans-serif;font-size:28px;font-weight:400;line-height:1.25;color:#fff;text-transform:uppercase;letter-spacing:1px}.about-section .main-summary .highlight{font-weight:700;color:#fff}.about-section .details-column{padding-top:10px}.about-section .details-column p{font-family:Open Sans,sans-serif;font-size:18px;line-height:1.7;color:#ccc;margin-bottom:25px}.about-section .details-column p .text-white{color:#fff;font-weight:700}.about-section .ship-image-wrapper{grid-column:1/-1;margin-top:-270px;position:relative;z-index:1}.about-section .ship-image-wrapper .ship-img{width:110%;max-width:none;display:block;margin:0 0 0 -40%}.about-section .cta-wrapper{position:absolute;bottom:400px;right:0;z-index:3}.about-section .cta-wrapper .btn-meet-crew{display:flex;flex-direction:column;align-items:flex-start;text-decoration:none;color:#fff}.about-section .cta-wrapper .btn-meet-crew .small-text{font-family:Open Sans,sans-serif;font-size:32px;font-weight:300;color:#fff;margin-bottom:5px;text-transform:uppercase;line-height:1}.about-section .cta-wrapper .btn-meet-crew .large-text{font-family:Open Sans,sans-serif;font-size:32px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;line-height:1}.about-section .cta-wrapper .btn-meet-crew .line{width:60px;height:4px;background:#00adef;margin-top:10px;transition:width .3s}.about-section .cta-wrapper .btn-meet-crew:hover .line{width:100%}.fleet-services-page{background-color:#383e42;position:relative;min-height:100vh}.fleet-title-section{position:relative;z-index:10;padding:480px 40px 0;max-width:1440px;margin:0 auto}.fleet-subtitle strong{color:#333;font-weight:700}.fleet-content-section{position:relative;z-index:10;padding:30px 40px;max-width:1440px;margin:0 auto}.fleet-content-wrapper{display:grid;grid-template-columns:2fr 3fr;gap:30px;position:relative;z-index:1}.fleet-col-left .content-block,.fleet-col-right .content-block{background:#5a5f64b3;padding:30px;margin-bottom:30px}.fleet-col-left .content-block h3,.fleet-col-right .content-block h3{font-family:Open Sans,sans-serif;font-size:32px;font-weight:700;color:#fff;margin:0 0 30px}.fleet-col-left .content-block h3:not(:first-child),.fleet-col-right .content-block h3:not(:first-child){margin-top:30px}.fleet-col-left .content-block p,.fleet-col-right .content-block p{font-family:Open Sans,sans-serif;font-size:18px;line-height:1.6;color:#fff;margin:0 0 30px}.fleet-col-left .content-block p:last-child,.fleet-col-right .content-block p:last-child{margin-bottom:0}.gallery-section{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;margin-top:30px}.ship-gallery{flex:1;position:relative;max-width:none}.gallery-image-wrapper{position:relative;width:100%;height:400px;overflow:hidden}.gallery-image-wrapper .gallery-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease;pointer-events:none}.gallery-image-wrapper .gallery-image.active{opacity:1;pointer-events:auto}.gallery-dots{display:flex;justify-content:center;gap:10px;margin-top:15px}.gallery-dots .dot{width:12px;height:12px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s ease}.gallery-dots .dot:hover{background:#ffffffb3}.gallery-dots .dot.active{background:#00adef}.gallery-dots .dot.dot-hidden{display:none}.discover-cta{text-align:left;text-decoration:none;display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0;align-self:flex-start;padding-left:20px;margin-top:0;cursor:pointer}.discover-cta .discover-small{display:block;font-family:Open Sans,sans-serif;font-size:28px;font-weight:300;color:#fff;letter-spacing:2px;text-transform:uppercase;margin-bottom:5px;line-height:1}.discover-cta .discover-large{display:block;font-family:Open Sans,sans-serif;font-size:28px;font-weight:700;color:#fff;letter-spacing:2px;text-transform:uppercase;line-height:1}.discover-cta .discover-line{width:60px;height:4px;background:#00adef;margin-top:10px;transition:width .3s}.discover-cta:hover .discover-line{width:100%}.our-fleet-page{background-color:#383e42;position:relative;min-height:100vh}.mandala-page-bg{position:fixed;top:300px;left:50%;transform:translate(-30%);width:1200px;height:1200px;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.04;pointer-events:none;z-index:0}.fleet-hero{position:absolute;top:0;left:50%;width:calc(100vw / var(--body-zoom, .667));transform:translate(-50%);height:480px;background-size:cover;background-position:center top;z-index:5}.our-fleet-page .fleet-title-section{margin:0 auto 60px}.fleet-title-wrapper{display:flex;align-items:stretch;gap:0}.vertical-fleet-label{position:relative;width:85px;flex-shrink:0}.vertical-fleet-label img{position:absolute;bottom:0;left:0;width:85px;height:auto}.fleet-title-content{padding-left:0;border-left:none;flex-grow:1;position:relative}.fleet-main-title{position:absolute;bottom:100%;left:20px;font-family:Open Sans,sans-serif;font-size:94px;font-weight:800;color:#fff;letter-spacing:0;margin:0 0 20px;text-transform:uppercase;white-space:nowrap}.fleet-subtitle-box{background:#fff;padding:15px 30px;display:inline-block;margin-top:0;margin-left:0}.fleet-subtitle{font-family:Open Sans,sans-serif;font-size:38px;font-weight:400;color:#555;line-height:1.3;margin:0}.fleet-subtitle strong{color:#333;font-weight:800}.ship-list-section{position:relative;z-index:10;max-width:1440px;margin:0 auto 48px;padding:0 40px;display:flex;flex-direction:column;gap:60px}.ship-card{display:flex;width:100%;align-items:stretch}.ship-card.reverse{flex-direction:row-reverse}.ship-image-col{width:43%;position:relative;overflow:hidden;display:block;text-decoration:none}.ship-image-col .ship-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ship-image-col:hover .ship-img{transform:scale(1.05)}.ship-card:not(.reverse){position:relative}.ship-card:not(.reverse):after{content:"";position:absolute;top:0;bottom:0;left:50%;width:calc(100vw / var(--body-zoom, .667));transform:translate(-50%);background:#6e737880;z-index:0}.ship-card:not(.reverse) .ship-image-col{margin-top:-30px;align-self:flex-start;aspect-ratio:3/2;height:auto;z-index:10}.ship-card:not(.reverse) .ship-info-col{background:transparent;width:57%;align-self:flex-start}.ship-card.reverse .ship-image-col{margin-top:-30px;align-self:flex-start;aspect-ratio:3/2;height:auto}.ship-card.reverse .ship-info-col{align-self:flex-start}.ship-info-col{width:57%;background:#6e7378b3;padding:30px 40px;display:flex;flex-direction:column;position:relative;z-index:1}.ship-info-col.transparent-bg{background:transparent;padding-left:80px;padding-right:80px;z-index:auto}.ship-info-col .ship-name{font-family:Open Sans,sans-serif;font-size:42px;font-weight:300;color:#fff;text-transform:uppercase;line-height:1;margin:0 0 30px;letter-spacing:1px;position:relative;z-index:20}.ship-info-col .ship-name strong{font-weight:700}.ship-info-col .ship-divider{width:180px;height:4px;background-color:#00adef;margin-bottom:30px;position:relative;z-index:20}.ship-info-col .ship-description{font-family:Open Sans,sans-serif;font-size:18px;line-height:1.6;color:#fff;margin-top:-5px;margin-bottom:25px;flex-grow:0}.ship-info-col .ship-footer{display:flex;justify-content:space-between;align-items:flex-end}.ship-info-col .ship-detail-btn{display:inline-flex;align-items:center;background-color:#00adef;color:#fff;padding:10px 20px;text-decoration:none;font-family:Open Sans,sans-serif;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:1px;line-height:1;transition:background-color .3s ease}.ship-info-col .ship-detail-btn .arrow{margin-right:10px;font-size:10px}.ship-info-col .ship-detail-btn:hover{background-color:#008ecf}.ship-info-col .ship-stats{display:flex;align-items:center;gap:15px}.ship-info-col .ship-stats .icon{height:65px;width:auto}.ship-info-col .ship-stats .stat-text{display:flex;flex-direction:column;align-items:flex-start}.ship-info-col .ship-stats .stat-text .stat-value{font-family:Open Sans,sans-serif;font-size:32px;font-weight:700;color:#fff;line-height:1}.ship-info-col .ship-stats .stat-text .stat-label{font-family:Open Sans,sans-serif;font-size:14px;color:#b0b5ba;text-transform:uppercase;letter-spacing:1px}.ship-detail-page{background-color:#383e42;position:relative;color:#fff;font-family:Open Sans,sans-serif}.ship-detail-hero-bg{position:absolute;top:0;left:50%;width:calc(100vw / var(--body-zoom, .667));transform:translate(-50%);height:480px;background-size:cover;background-position:center top;z-index:0}.hero-content{position:relative;z-index:10;max-width:1440px;margin:0 auto;padding:356px 40px 35px;display:flex;flex-direction:column}.hero-content .hero-layout-wrapper{display:flex;align-items:stretch;position:static}.hero-content .vertical-label-col{position:relative;width:85px;flex-shrink:0}.hero-content .vertical-label-col .vertical-label{position:relative;height:100%}.hero-content .vertical-label-col .vertical-label img{position:absolute;bottom:0;left:0;width:85px;height:auto}.hero-content .hero-text-col{flex:1;display:flex;flex-direction:column;padding-left:0}.hero-content .hero-title-container{padding-bottom:30px}.hero-content .ship-title{font-family:Open Sans,sans-serif;font-size:94px;font-weight:800;text-transform:uppercase;line-height:1;letter-spacing:0;margin:0;color:#fff}.hero-content .ship-title strong{font-weight:800}.hero-content .hero-info-box{display:flex;width:100%;max-width:100%;position:static;z-index:5;gap:30px}.hero-content .hero-info-box .info-text{width:calc(100% - 310px);max-width:100%;background:#fff;color:#333;padding:30px;box-shadow:0 10px 30px #0000001a}.hero-content .hero-info-box .info-text .intro-text{font-family:Open Sans,sans-serif;font-size:38px;font-weight:400;line-height:1.3;color:#555;margin:0}.hero-content .hero-info-box .info-text .intro-text strong{font-weight:800;color:#333}.hero-content .hero-stats{position:absolute;right:0;top:480px;width:300px;background:#27474c80;color:#fff;padding:30px;display:flex;flex-direction:column;gap:30px;justify-content:center;box-shadow:0 10px 30px #0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:6}.hero-content .hero-stats .stat-item{display:flex;align-items:center;gap:20px}.hero-content .hero-stats .stat-item img{width:65px;height:65px;object-fit:contain}.hero-content .hero-stats .stat-item .stat-info-col{display:flex;flex-direction:column;line-height:1.2;background:transparent!important}.hero-content .hero-stats .stat-item .stat-num{font-size:32px;font-weight:700;color:#fff;background:transparent!important}.hero-content .hero-stats .stat-item .stat-label{color:#d0d0d0;font-size:13px;text-transform:uppercase;letter-spacing:1px;background:transparent!important}.hero-description-row{max-width:100%;padding-top:30px;padding-bottom:30px}.hero-description-row .desc-text{font-size:18px;line-height:1.8;color:#ddd;max-width:calc(100% - 310px)}.ship-detail-main{position:relative;z-index:10;max-width:1440px;margin:0 auto;padding:30px 40px}.decks-header-wrapper{max-width:1440px;margin:0 auto 30px;padding:0 40px;position:relative;z-index:20}.decks-header-wrapper .section-title{font-family:Open Sans,sans-serif;font-size:48px;font-weight:800;letter-spacing:0;color:#fff;margin:0 0 30px;text-transform:uppercase}.decks-header-wrapper .section-title strong{font-weight:800}.decks-header-wrapper .ship-divider{width:120px;height:4px;background-color:#00adef}.decks-section{background-color:transparent!important;opacity:1!important;position:relative;z-index:20;width:100%;padding:30px 0;margin-bottom:0}.decks-section:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:calc(100vw / var(--body-zoom, .667));transform:translate(-50%);background-color:#434a4f;z-index:-1}.decks-section .decks-inner-container{max-width:1440px;margin:0 auto;padding:0 40px;position:relative;z-index:1}.decks-section .section-header{margin-bottom:0}.decks-section .decks-nav{display:flex;gap:30px;margin-bottom:30px;border-bottom:none;padding-bottom:10px}.decks-section .decks-nav .deck-link{color:#888;text-decoration:none;font-size:16px;text-transform:uppercase;font-weight:600;display:flex;align-items:center;gap:10px;padding-bottom:10px;position:relative}.decks-section .decks-nav .deck-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#00adef;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.decks-section .decks-nav .deck-link:hover:after,.decks-section .decks-nav .deck-link.active:after{transform:scaleX(1)}.decks-section .decks-nav .deck-link span:first-child{background:#555;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;transition:background .2s ease}.decks-section .decks-nav .deck-link.active{color:#00adef}.decks-section .decks-nav .deck-link.active span:first-child{background:#00adef}.deck-plan-container{margin-bottom:30px}.deck-plan-container img{width:100%;height:auto;border:none;border-radius:4px;opacity:1!important;filter:none!important}.deck-legend{display:flex;gap:30px;justify-content:center;flex-wrap:wrap}.deck-legend .legend-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#ddd}.deck-legend .legend-item img{height:20px;width:auto}.features-stats-section{display:flex;gap:30px;margin-bottom:30px;padding:0}.features-stats-section .col-title{color:#00adef;font-family:Open Sans,sans-serif;font-weight:700;font-size:24px;margin-bottom:30px;text-transform:uppercase;letter-spacing:1px}.features-stats-section .ship-divider-gray{height:3px;background-color:#51575a;width:100%;margin-bottom:0}.features-stats-section .features-col{flex:2}.features-stats-section .features-col .features-list{list-style:none;padding:0;display:flex;flex-direction:column}.features-stats-section .features-col .features-list li{font-family:Open Sans,sans-serif;font-size:18px;color:#ddd;padding:10px 0;border-bottom:3px solid #51575A;display:flex;align-items:center;gap:15px}.features-stats-section .features-col .features-list li:before{content:"";display:block;width:8px;height:8px;background-color:#00adef;border-radius:50%;flex-shrink:0}.features-stats-section .features-col .features-list li:last-child{border-bottom:3px solid #51575A}.features-stats-section .stats-col{flex:3}.features-stats-section .stats-col .stats-container{display:flex;flex-direction:column}.features-stats-section .stats-col .stats-row{display:flex;justify-content:flex-start;gap:30px;padding:30px 0}.features-stats-section .stats-col .stats-row .stat-box{display:flex;align-items:center;gap:20px;flex:0 0 calc((100% - 80px) / 3);min-width:180px}.features-stats-section .stats-col .stats-row .stat-box img{height:65px;width:auto}.features-stats-section .stats-col .stats-row .stat-box .stat-info{display:flex;flex-direction:column}.features-stats-section .stats-col .stats-row .stat-box .stat-info .val{font-family:Open Sans,sans-serif;font-size:36px;font-weight:700;color:#fff;line-height:1.1}.features-stats-section .stats-col .stats-row .stat-box .stat-info .lbl{font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:1px;margin-top:5px}.features-stats-section .stats-col .stats-row-divider{height:3px;background-color:#51575a;width:100%}.ship-detail-sections{position:relative;z-index:10;max-width:100%;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:30px}.ship-detail-sections .ship-card{height:auto}.ship-detail-sections .ship-card:not(.reverse){background:transparent}.ship-detail-sections .ship-card:not(.reverse) .ship-image-col{margin-top:-30px;align-self:stretch;aspect-ratio:auto;height:auto;z-index:10}.ship-detail-sections .ship-card:not(.reverse) .ship-info-col{background:transparent;padding-left:60px}.ship-detail-sections .ship-card.reverse .ship-image-col{margin-top:0;align-self:stretch;aspect-ratio:auto;height:auto;z-index:10}.ship-detail-sections .ship-card.reverse .ship-info-col.transparent-bg{padding-right:30px!important}.ship-detail-sections .ship-name,.ship-detail-sections .ship-name strong{font-weight:800}.ship-detail-sections .ship-info-col.transparent-bg{padding-right:0!important;padding-left:40px}.ship-detail-sections .ship-divider{width:120px!important;height:4px!important;background-color:#00adef!important;margin-bottom:30px!important;position:relative;z-index:20;display:block!important}.ship-detail-sections .ship-image-col{position:relative;display:flex;flex-direction:column}.ship-detail-sections .ship-image-col .gallery-image-wrapper{position:relative;width:100%;height:400px;overflow:hidden}.ship-detail-sections .ship-image-col .gallery-image-wrapper .gallery-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease;border-radius:0;filter:none!important;pointer-events:none}.ship-detail-sections .ship-image-col .gallery-image-wrapper .gallery-image.active{opacity:1;pointer-events:auto}.ship-detail-sections .ship-image-col .gallery-dots{display:flex;justify-content:center;gap:10px;margin-top:15px;margin-bottom:30px;padding:0}.ship-detail-sections .ship-image-col .gallery-dots .dot{width:12px;height:12px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s ease}.ship-detail-sections .ship-image-col .gallery-dots .dot:hover{background:#ffffffb3}.ship-detail-sections .ship-image-col .gallery-dots .dot.active{background:#00adef}.ship-detail-sections .ship-image-col .gallery-dots .dot.dot-hidden{display:none}.tech-references-page{background-color:#383e42;position:relative;min-height:100vh}.tech-references-page .mandala-page-bg{opacity:.04}.ref-cards-section{position:relative;z-index:10;max-width:1440px;margin:0 auto;padding:30px 40px 0}.ref-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:30px;row-gap:30px}.ref-cards-band{position:relative;z-index:10;background:#50555a99;padding:30px 0;margin-top:60px;margin-bottom:0;overflow:visible}.ref-cards-band .ref-cards-grid{max-width:1440px;margin:0 auto;padding:0 40px}.ref-cards-band .ref-card{background:transparent;overflow:visible}.ref-cards-band .ref-card .ref-card-image{margin-top:-60px}.ref-cards-section-bottom{padding-top:30px;margin-top:0;padding-bottom:30px}.ref-card{background:#50555a99;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.ref-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0006}.ref-card .ref-card-image{width:100%;height:220px;overflow:hidden}.ref-card .ref-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.ref-card .ref-card-image:hover img{transform:scale(1.05)}.ref-card .ref-card-content{padding:30px 30px 45px;display:flex;flex-direction:column;flex-grow:1;position:relative}.ref-card .ref-card-content .ref-card-title{font-family:Open Sans,sans-serif;font-size:18px;font-weight:300;color:#fff;text-transform:uppercase;line-height:1.5;margin:0 0 10px}.ref-card .ref-card-content .ref-card-title strong{font-weight:700}.ref-card .ref-card-content .ref-card-divider{width:120px;height:3px;background-color:#00adef;margin-bottom:15px}.ref-card .ref-card-content .ref-card-btn{position:absolute;bottom:0;right:0;display:inline-flex;align-items:center;padding:10px 20px;background:#00adef;color:#fff;font-family:Open Sans,sans-serif;font-size:14px;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:1px;line-height:1;transition:background .3s ease}.ref-card .ref-card-content .ref-card-btn:hover{background:#0090cc}.tech-detail-page .fleet-title-section{padding-top:480px;max-width:1440px;padding-left:40px;padding-right:40px;margin:0 auto}.tech-detail-page .fleet-title-content{display:block;position:relative}.tech-detail-page .fleet-main-title{font-size:55px;font-weight:800;letter-spacing:0;line-height:1.15;white-space:normal;max-width:100%;position:absolute;bottom:100%;left:20px;margin:0 0 20px}.tech-detail-page .fleet-main-title strong{font-weight:800}.tech-detail-page .fleet-main-title .title-light{font-weight:300}.tech-detail-page .fleet-main-title.fleet-main-title-compact{font-size:55px;letter-spacing:0;line-height:1.15;max-width:75%;white-space:normal;overflow:hidden}.ref-detail-section{position:relative;z-index:10;max-width:1440px;margin:0 auto;padding:30px 40px}.ref-detail-grid{display:flex;gap:30px;border-top:none;padding-top:0}.ref-detail-col{display:flex;flex-direction:column;gap:30px}.ref-detail-col.ref-detail-col-left{flex:0 0 35%;max-width:35%}.ref-detail-col.ref-detail-col-right{flex:1}.ref-detail-cell{padding:30px}.ref-detail-cell p{font-family:Open Sans,sans-serif;font-size:18px;font-weight:300;color:#fff;line-height:1.7;margin:0 0 18px}.ref-detail-cell .ref-detail-heading{font-family:Open Sans,sans-serif;font-size:21px;font-weight:700;color:#fff;line-height:1.4;margin:0 0 30px}.ref-detail-cell .ref-detail-list{list-style:none;padding:0;margin:0 0 30px}.ref-detail-cell .ref-detail-list li{font-family:Open Sans,sans-serif;font-size:18px;font-weight:300;color:#fff;line-height:1.7;padding:8px 0 8px 20px;position:relative;border-bottom:3px solid #51575A}.ref-detail-cell .ref-detail-list li:first-child{border-top:3px solid #51575A}.ref-detail-cell .ref-detail-list li:before{content:"";position:absolute;left:0;top:14px;width:8px;height:8px;border-radius:50%;background-color:#00adef}.ref-detail-box{background:#5a5f6473}.ref-detail-cell-gallery{padding:0}.ref-detail-gallery{margin-top:0}.ref-detail-gallery .gallery-image-wrapper{position:relative;width:100%;height:400px;overflow:hidden}.ref-detail-gallery .gallery-image-wrapper .gallery-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease}.ref-detail-gallery .gallery-image-wrapper .gallery-image.active{opacity:1}.ref-detail-gallery .gallery-dots{display:flex;justify-content:center;gap:8px;margin-top:15px;padding:0}.ref-detail-gallery .gallery-dots .dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:background .3s ease}.ref-detail-gallery .gallery-dots .dot.active,.ref-detail-gallery .gallery-dots .dot:hover{background:#00adef}.ref-detail-gallery .gallery-dots .dot.dot-hidden{display:none}.about-us-page{background-color:#383e42;position:relative;min-height:100vh}.about-us-page .fleet-hero{height:480px}.about-us-page .aboutus-title-section{padding-top:480px;max-width:1440px;margin:0 auto;padding-left:40px;padding-right:40px}.about-us-page .aboutus-top-row{display:flex;align-items:flex-start;gap:30px}.about-us-page .aboutus-left{flex:1}.about-us-page .aboutus-left .vertical-fleet-label{transform:translateY(-100px)}.about-us-page .aboutus-right{flex:0 0 432px;align-self:flex-start;margin-top:30px}.about-us-page .aboutus-right .about-details-box{background:#5a5f64a6;padding:30px}.about-us-page .aboutus-right .about-details-box .details-column p{font-family:Open Sans,sans-serif;font-size:18px;font-weight:300;line-height:1.7;color:#ccc;margin-bottom:30px}.about-us-page .aboutus-right .about-details-box .details-column p:last-child{margin-bottom:0}.about-us-page .aboutus-right .about-details-box .details-column p .text-white{color:#fff;font-weight:700}.about-us-page .fleet-subtitle{width:100%}.about-us-page .fleet-subtitle-box{display:block;width:100%}.about-us-page .fleet-main-title{font-size:94px;font-weight:800;letter-spacing:0}.about-us-page .ship-image-wrapper{position:relative;z-index:10;margin-top:-270px;margin-left:-270px}.about-us-page .ship-image-wrapper .ship-img{width:100%;max-width:1215px;height:auto}.about-us-page .cta-wrapper{display:none}.crew-section{position:relative;z-index:10;width:100%;margin:0 auto 30px;padding:30px 0 10px;background:#5a5f64d9}.crew-container{background:transparent;max-width:1440px;margin:0 auto;padding:30px 40px}.crew-title{font-family:Open Sans,sans-serif;font-size:48px;font-weight:800;letter-spacing:0;text-transform:uppercase;color:#fff;margin:0 0 30px}.crew-title .light{font-weight:300}.crew-title .bold{font-weight:700}.crew-title:after{content:"";display:block;width:180px;height:4px;background-color:#00adef;margin-top:20px}.crew-intro{margin-bottom:30px;padding-top:30px;max-width:400px}.crew-intro p{font-family:Open Sans,sans-serif;font-size:18px;font-weight:300;color:#aaa;line-height:1.7;margin:0}.crew-intro strong{font-weight:600;color:#ccc}.crew-intro .crew-contact-link{color:#00adef;text-decoration:none;font-weight:600}.crew-intro .crew-contact-link:hover{text-decoration:underline}.crew-email-link{color:inherit;text-decoration:none;transition:color .2s ease}.crew-email-link:hover{color:#00adef!important}.crew-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.crew-member{text-align:left}.crew-member .crew-photo{width:100%;aspect-ratio:220/260;overflow:hidden;margin:0 0 15px;border-radius:0;border:none}.crew-member .crew-photo img{width:100%;height:100%;object-fit:cover;object-position:top center}.crew-member .crew-name{font-family:Open Sans,sans-serif;font-size:32px;font-weight:400;font-style:normal;color:#00adef;margin:0 0 4px}.crew-member .crew-name .surname{font-size:32px;font-weight:700;text-transform:uppercase}.crew-member .crew-role{font-family:Open Sans,sans-serif;font-size:18px;font-weight:300;font-style:normal;color:#fff;margin:0 0 8px}.crew-email-icon{height:24px;width:auto;vertical-align:middle;margin-top:8px}.mobile-subpage-content .mobile-content-block:has(.crew-email-icon){display:flex;flex-direction:column}.mobile-subpage-content .mobile-content-block:has(.crew-email-icon)>p:last-child{margin-top:auto!important}.home-mobile-page{zoom:1;position:relative;background-color:#383e42;min-height:100vh;max-width:480px;margin:0 auto;overflow-x:hidden;font-family:Open Sans,sans-serif}.mobile-header{position:absolute;top:0;left:0;right:0;z-index:50;padding:15px 20px}.mobile-header .mobile-header-inner{display:flex;justify-content:space-between;align-items:center}.mobile-header .mobile-logo img{height:42px;width:auto}.mobile-header .mobile-lang{position:relative;color:#fff;font-size:20px;font-weight:600;letter-spacing:1px;cursor:pointer;padding:5px 0}.mobile-header .mobile-lang .arrow{font-size:15px;margin-left:3px;display:inline-block;transition:transform .3s ease}.mobile-header .mobile-lang .lang-dropdown{position:absolute;top:100%;right:0;background:#282b2ff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:4px;min-width:60px;padding:5px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;box-shadow:0 4px 15px #0000004d}.mobile-header .mobile-lang .lang-dropdown a{display:block;color:#fff;padding:8px 15px;text-decoration:none;font-size:13px;text-align:center;transition:background .3s ease}.mobile-header .mobile-lang .lang-dropdown a:hover{background:#ffffff1a;color:#00adef}.mobile-header .mobile-lang:hover .arrow,.mobile-header .mobile-lang:focus-within .arrow{transform:rotate(180deg)}.mobile-header .mobile-lang:hover .lang-dropdown,.mobile-header .mobile-lang:focus-within .lang-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.mobile-hero-slider{position:relative;width:100%;height:432px;padding-top:54px;overflow:visible;touch-action:pan-y pinch-zoom}.mobile-hero-slider .hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.mobile-hero-slider .hero-bg img{width:100%;height:100%;object-fit:cover}.mobile-hero-slider .hero-labels-bg{position:absolute;top:58px;left:0;right:0;bottom:0;z-index:2;display:flex;align-items:stretch;padding:0 5px;gap:2px}.mobile-hero-slider .hero-labels-bg .label-column{flex:.7;display:flex;justify-content:center;align-items:stretch;transition:flex .4s cubic-bezier(.25,.1,.25,1);overflow:hidden}.mobile-hero-slider .hero-labels-bg .label-column.active{flex:.7}.mobile-hero-slider .hero-labels-bg .label-column .label-bg{height:100%;width:auto;object-fit:contain;object-position:center bottom;opacity:.4;transition:opacity .4s ease}.mobile-hero-slider .hero-labels-bg .label-column.active .label-bg{opacity:.8}.mobile-hero-slider .hero-active-card{position:absolute;top:63px;width:48%;max-width:210px;bottom:-45px;z-index:3;display:flex;flex-direction:column;transition:left .4s cubic-bezier(.25,.1,.25,1);left:26%;box-shadow:0 4px 20px #0000004d;cursor:pointer}.mobile-hero-slider .hero-active-card .card-photo{position:relative;flex:1;overflow:hidden}.mobile-hero-slider .hero-active-card .card-photo img{width:100%;height:100%;object-fit:cover}.mobile-hero-slider .hero-active-card .card-photo .card-label{position:absolute;top:0;right:-5px;bottom:0;width:55%;display:flex;justify-content:center}.mobile-hero-slider .hero-active-card .card-photo .card-label img{height:100%;width:auto;object-fit:contain;opacity:.85}.mobile-hero-slider .hero-active-card .card-text{background:#fff;padding:14px 16px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex-shrink:0}.mobile-hero-slider .hero-active-card .card-text p{font-family:Open Sans,sans-serif;font-size:15px;font-weight:400;color:#333;margin:0;line-height:1.45;flex:1;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-hero-slider .hero-active-card .card-text .card-arrow{font-size:20px;color:#999;flex-shrink:0;line-height:1;margin-top:2px}.mobile-hero-dots{display:flex;justify-content:center;gap:28px;padding:75px 0 0}.mobile-hero-dots .hero-dot{width:24px;height:24px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:background .3s ease}.mobile-hero-dots .hero-dot.active{background:#fffc}.mobile-mandala-section{position:relative;padding:60px 20px 30px;text-align:center;overflow:hidden}.mobile-mandala-section .mobile-mandala-bg{position:absolute;top:-50px;left:50%;transform:translate(-50%);width:500px;height:500px;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.05;pointer-events:none}.mobile-mandala-section .mobile-soul-text{position:relative;z-index:2}.mobile-mandala-section .mobile-soul-text .line-1,.mobile-mandala-section .mobile-soul-text .line-2{display:block;font-family:Open Sans,sans-serif;font-size:28px;text-transform:uppercase;letter-spacing:12px;line-height:1.4}.mobile-mandala-section .mobile-soul-text .heavy{font-weight:700;color:#fff}.mobile-mandala-section .mobile-soul-text .light{font-weight:300;color:#fff9}.mobile-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:0 15px 10px;padding-bottom:env(safe-area-inset-bottom)}.mobile-sticky-bar .sticky-bar-inner{display:flex;justify-content:space-around;align-items:flex-end;background:#282b2ff2;border-radius:12px;padding:12px 8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -4px 20px #0000004d}.mobile-sticky-bar .sticky-bar-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;gap:6px;flex:1;transition:opacity .3s ease}.mobile-sticky-bar .sticky-bar-item img{width:32px;height:32px;object-fit:contain;opacity:.5;transition:opacity .3s ease}.mobile-sticky-bar .sticky-bar-item span{font-family:Open Sans,sans-serif;font-size:11px;font-weight:400;color:#ffffff80;text-transform:capitalize;transition:color .3s ease}.mobile-sticky-bar .sticky-bar-item:hover img{opacity:.8}.mobile-sticky-bar .sticky-bar-item:hover span{color:#fffc}.mobile-sticky-bar .sticky-bar-item.active img{opacity:1;filter:brightness(0) saturate(100%) invert(52%) sepia(91%) saturate(1845%) hue-rotate(167deg) brightness(97%) contrast(101%)}.mobile-sticky-bar .sticky-bar-item.active span{color:#00adef}.mobile-sticky-bar .sticky-bar-item.active .sticky-bar-link img{opacity:1;filter:brightness(0) saturate(100%) invert(52%) sepia(91%) saturate(1845%) hue-rotate(167deg) brightness(97%) contrast(101%)}.mobile-sticky-bar .sticky-bar-item.active .sticky-bar-link span{color:#00adef}.mobile-sticky-bar .sticky-bar-item.has-submenu{position:relative}.mobile-sticky-bar .sticky-bar-item.has-submenu .submenu-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:20px;font-size:10px;line-height:1;color:#ffffff80;background:#ffffff14;border-radius:10px;cursor:pointer;transition:transform .3s ease,color .3s ease,background .3s ease;order:-1;margin-bottom:2px}.mobile-sticky-bar .sticky-bar-item.has-submenu .submenu-toggle.active{transform:rotate(180deg);color:#ffffffe6;background:#ffffff26}.mobile-sticky-bar .sticky-bar-item.has-submenu .sticky-bar-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;gap:6px}.mobile-sticky-bar .sticky-bar-item.has-submenu .sticky-submenu{position:absolute;bottom:100%;left:50%;transform:translate(calc(-50% + 15px)) translateY(10px);opacity:0;pointer-events:none;transition:all .3s ease;background:#282b2ff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;padding:8px 0;min-width:120px;box-shadow:0 -4px 15px #0000004d;margin-bottom:8px;display:flex;flex-direction:column}.mobile-sticky-bar .sticky-bar-item.has-submenu .sticky-submenu.open{opacity:1;transform:translate(calc(-50% + 15px)) translateY(0);pointer-events:auto}.mobile-sticky-bar .sticky-bar-item.has-submenu .sticky-submenu a{color:#fffc;text-decoration:none;font-family:Open Sans,sans-serif;font-size:13px;padding:8px 16px;white-space:nowrap;transition:background .2s ease}.mobile-sticky-bar .sticky-bar-item.has-submenu .sticky-submenu a:hover{background:#ffffff1a}.mobile-about-section{padding:30px 20px 40px;position:relative}.mobile-about-section .mobile-about-box{background:#32373c99;padding:25px 20px;margin-bottom:0}.mobile-about-section .mobile-about-content-block{display:flex;gap:0}.mobile-about-section .mobile-about-vertical{writing-mode:vertical-rl;transform:rotate(180deg);display:flex;align-items:center;padding:0 12px}.mobile-about-section .mobile-about-vertical span{font-family:Open Sans,sans-serif;font-size:36px;font-weight:700;color:#00adef;text-transform:uppercase;letter-spacing:5px}.mobile-about-section .mobile-about-right{flex:1;padding-left:15px;min-width:0}.mobile-about-section .mobile-about-summary{font-family:Open Sans,sans-serif;font-size:20px;font-weight:300;color:#ffffffb3;line-height:1.5;margin-bottom:0;text-transform:uppercase;letter-spacing:1px;overflow-wrap:break-word;word-break:break-word}.mobile-about-section .mobile-about-summary .highlight{font-weight:700;color:#fff}.mobile-about-section .mobile-ship-image{width:100%;margin:20px 0;overflow:hidden}.mobile-about-section .mobile-ship-image img{width:150%;max-width:none;height:auto;display:block;margin-left:-50%}.mobile-about-section .mobile-about-details-box{background:#32373c99;padding:25px 20px}.mobile-about-section .mobile-about-details-box p{font-family:Open Sans,sans-serif;font-size:14px;font-weight:300;color:#ffffffb3;line-height:1.8;margin:0 0 18px}.mobile-about-section .mobile-about-details-box p:last-child{margin-bottom:0}.mobile-about-section .mobile-about-details-box p strong{font-weight:700;color:#fff}.mobile-about-section .mobile-meet-crew{margin-top:30px}.mobile-about-section .mobile-meet-crew .btn-meet-crew-mobile{display:inline-flex;flex-direction:column;text-decoration:none;padding-bottom:8px;position:relative}.mobile-about-section .mobile-meet-crew .btn-meet-crew-mobile .small-text{font-family:Open Sans,sans-serif;font-size:32px;font-weight:300;color:#fff;text-transform:uppercase;letter-spacing:2px;line-height:1;margin-bottom:5px}.mobile-about-section .mobile-meet-crew .btn-meet-crew-mobile .large-text{font-family:Open Sans,sans-serif;font-size:32px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:3px;line-height:1}.mobile-about-section .mobile-meet-crew .btn-meet-crew-mobile .animated-line{display:block;width:60px;height:4px;background:#00adef;margin-top:10px;transition:width .3s;transform-origin:left}.mobile-about-section .mobile-meet-crew .btn-meet-crew-mobile:hover .animated-line{width:100%}.mobile-footer{background:#1e2124cc;padding:30px 20px 75px}.mobile-footer .mobile-footer-links{display:flex;justify-content:space-between;padding-bottom:25px;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-footer .mobile-footer-links .footer-services-col{display:flex;flex-direction:column;gap:0}.mobile-footer .mobile-footer-links .footer-services-col a{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:15px;font-weight:400;color:#fff9;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08);transition:color .3s ease}.mobile-footer .mobile-footer-links .footer-services-col a:last-child{border-bottom:none}.mobile-footer .mobile-footer-links .footer-services-col a img{width:16px;height:auto;opacity:.7}.mobile-footer .mobile-footer-links .footer-services-col a:hover{color:#00adef}.mobile-footer .mobile-footer-links .footer-nav-col{display:flex;flex-direction:column;gap:0;text-align:right}.mobile-footer .mobile-footer-links .footer-nav-col a{text-decoration:none;font-size:15px;font-weight:400;color:#fff9;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08);transition:color .3s ease}.mobile-footer .mobile-footer-links .footer-nav-col a:last-child{border-bottom:none}.mobile-footer .mobile-footer-links .footer-nav-col a:hover{color:#00adef}.mobile-footer .mobile-footer-info{padding:25px 0}.mobile-footer .mobile-footer-info .mobile-footer-logo{margin-bottom:15px}.mobile-footer .mobile-footer-info .mobile-footer-logo img{height:30px;width:auto}.mobile-footer .mobile-footer-info .mobile-footer-address-contact{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.mobile-footer .mobile-footer-info address{font-style:normal;font-size:12px;color:#ffffff80;line-height:1.8}.mobile-footer .mobile-footer-info .mobile-footer-contact{text-align:right}.mobile-footer .mobile-footer-info .mobile-footer-contact .contact-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.mobile-footer .mobile-footer-info .mobile-footer-contact .contact-row img{width:14px;height:auto;opacity:.6}.mobile-footer .mobile-footer-info .mobile-footer-contact .contact-row span{font-size:12px;color:#fff9}.mobile-footer .mobile-footer-info .mobile-footer-socials{display:flex;gap:15px}.mobile-footer .mobile-footer-info .mobile-footer-socials a img{width:20px;height:auto;opacity:.5;transition:opacity .3s ease}.mobile-footer .mobile-footer-info .mobile-footer-socials a img:hover{opacity:1}.mobile-footer .mobile-copyright{text-align:center;font-size:10px;color:#ffffff4d;padding:15px 0;border-top:1px solid rgba(255,255,255,.08);line-height:1.8}.mobile-footer .mobile-copyright .design-credit{display:block;margin-top:3px}.mobile-subpage-hero{position:relative;width:100%;height:280px;overflow:hidden}.mobile-subpage-hero img{width:100%;height:100%;object-fit:cover}.mobile-subpage-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,rgba(0,0,0,.8) 0%,transparent 100%);z-index:2}.mobile-subpage-title{position:relative;z-index:10;padding:0 20px;margin-top:0;margin-bottom:20px;display:flex;align-items:stretch;gap:0}.mobile-subpage-title .mobile-vertical-label{position:relative;width:45px;flex-shrink:0}.mobile-subpage-title .mobile-vertical-label img{position:absolute;bottom:0;left:0;width:100%;height:auto;display:block}.mobile-subpage-title .mobile-title-content{position:relative}.mobile-subpage-title .mobile-title-content h1{position:absolute;bottom:100%;left:0;width:100%;font-family:Open Sans,sans-serif;font-size:36px;font-weight:800;color:#fff;letter-spacing:4px;text-transform:uppercase;margin:0 0 8px;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-subpage-title .mobile-title-content.long-title h1{font-size:24px;letter-spacing:2px}.mobile-subpage-title .mobile-subtitle-box{background:#fff;padding:8px 16px;display:inline-block;max-width:100%}.mobile-subpage-title .mobile-subtitle-box p{font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;color:#555;line-height:1.3;margin:0}.mobile-subpage-title .mobile-subtitle-box p strong{color:#333;font-weight:700}.mobile-subpage-content{padding:0 20px;position:relative;z-index:10}.mobile-content-block{background:#5a5f64b3;padding:20px;margin-bottom:15px}.mobile-content-block h3{font-family:Open Sans,sans-serif;font-size:20px;font-weight:700;color:#fff;margin:0 0 15px;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-content-block h3:not(:first-child){margin-top:25px}.mobile-content-block p{font-family:Open Sans,sans-serif;font-size:18px;line-height:1.6;color:#fff;margin:0 0 15px;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-content-block p:last-child{margin-bottom:0}.mobile-content-block .mobile-features-list li{color:#fff}.mobile-gallery-section{padding:0 20px 20px}.mobile-gallery-section .mobile-ship-gallery{position:relative}.mobile-gallery-section .mobile-gallery-image-wrapper{position:relative;width:100%;height:220px;overflow:hidden}.mobile-gallery-section .mobile-gallery-image-wrapper .gallery-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease;pointer-events:none}.mobile-gallery-section .mobile-gallery-image-wrapper .gallery-image.active{opacity:1;pointer-events:auto}.mobile-gallery-section .mobile-gallery-dots{display:flex;justify-content:center;gap:10px;margin-top:15px}.mobile-gallery-section .mobile-gallery-dots .dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.mobile-gallery-section .mobile-gallery-dots .dot:hover{background:#fff9}.mobile-gallery-section .mobile-gallery-dots .dot.active{background:#fff}.mobile-gallery-section .mobile-gallery-dots .dot.dot-hidden{display:none}.mobile-hero-info{margin:0 15px 30px;display:flex;flex-direction:column;box-shadow:0 5px 20px #00000026;position:relative;z-index:10}.mobile-hero-info .mobile-hero-stats{background:#2b3a3e;padding:30px 25px;display:grid;grid-template-columns:1fr 1fr;gap:20px 15px}.mobile-hero-info .mobile-hero-stats .mobile-stat-item{display:flex;align-items:center;gap:15px}.mobile-hero-info .mobile-hero-stats .mobile-stat-item img{width:45px;height:auto}.mobile-hero-info .mobile-hero-stats .mobile-stat-item .stat-info-col{display:flex;flex-direction:column}.mobile-hero-info .mobile-hero-stats .mobile-stat-item .stat-info-col .stat-num{font-family:Open Sans,sans-serif;font-size:24px;font-weight:700;color:#fff;line-height:1;margin-bottom:2px;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-hero-info .mobile-hero-stats .mobile-stat-item .stat-info-col .stat-label{font-family:Open Sans,sans-serif;font-size:11px;font-weight:400;color:#fff;letter-spacing:1px}.mobile-features-stats-section{padding:15px 20px 30px;background:#383e42;color:#fff}.mobile-features-stats-section .mobile-col-title{font-family:Open Sans,sans-serif;font-size:18px;font-weight:700;color:#00adef;letter-spacing:2px;margin-bottom:10px;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-features-stats-section .mobile-ship-divider-gray{width:100%;height:2px;background:#fff6;margin-bottom:20px}.mobile-features-stats-section .mobile-features-list{list-style:none;padding:0;margin:0 0 40px}.mobile-features-stats-section .mobile-features-list li{font-size:14px;line-height:1.5;margin-bottom:0;color:#ccc;padding:10px 0 10px 20px;position:relative;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;border-bottom:2px solid rgba(255,255,255,.4)}.mobile-features-stats-section .mobile-features-list li:before{content:"";position:absolute;left:0;top:16px;width:8px;height:8px;border-radius:50%;background-color:#00adef}.mobile-features-stats-section .mobile-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.mobile-features-stats-section .mobile-stats-grid .mobile-stat-box{display:flex;align-items:center;gap:15px;padding:15px 8px 15px 0}.mobile-features-stats-section .mobile-stats-grid .mobile-stat-box:nth-child(-n+2){padding-top:0}.mobile-features-stats-section .mobile-stats-grid .mobile-stat-box:nth-child(2n){padding-left:15px;padding-right:0}.mobile-features-stats-section .mobile-stats-grid .mobile-stat-box{border-bottom:2px solid rgba(255,255,255,.4)}.mobile-features-stats-section .mobile-stats-grid .mobile-stat-box:last-child:nth-child(odd){grid-column:1/-1}.mobile-features-stats-section .mobile-stats-grid .mobile-stat-box img{width:40px;height:auto}.mobile-features-stats-section .mobile-stats-grid .mobile-stat-box .stat-info{display:flex;flex-direction:column}.mobile-features-stats-section .mobile-stats-grid .mobile-stat-box .stat-info .val{font-size:20px;font-weight:700;color:#fff;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-features-stats-section .mobile-stats-grid .mobile-stat-box .stat-info .lbl{font-size:11px;color:#999;letter-spacing:1px}.mobile-decks-section{padding:30px 20px;background:#434a4f}.mobile-decks-section .mobile-section-header{text-align:center;margin-bottom:25px}.mobile-decks-section .mobile-section-header h2{font-family:Open Sans,sans-serif;font-size:24px;font-weight:300;color:#fff;letter-spacing:2px;margin:0;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-decks-section .mobile-section-header h2 strong{font-weight:800}.mobile-decks-section .mobile-ship-divider{width:120px;height:4px;background:#00adef;margin:8px auto 0}.mobile-decks-section .mobile-decks-nav{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.mobile-decks-section .mobile-decks-nav .mobile-deck-link{display:flex;align-items:center;justify-content:flex-start;padding:10px 0;color:#888;text-decoration:none;font-size:14px;text-transform:uppercase;font-weight:600;position:relative;transform-origin:left;transition:color .3s ease;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;background:transparent;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-decks-section .mobile-decks-nav .mobile-deck-link:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#00adef;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.mobile-decks-section .mobile-decks-nav .mobile-deck-link span:first-child{background:#555;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;margin-right:15px;flex-shrink:0;transition:background .2s ease}.mobile-decks-section .mobile-decks-nav .mobile-deck-link.active{color:#00adef}.mobile-decks-section .mobile-decks-nav .mobile-deck-link.active:after{transform:scaleX(1)}.mobile-decks-section .mobile-decks-nav .mobile-deck-link.active span:first-child{background:#00adef}.mobile-decks-section .mobile-deck-view{width:100%}.mobile-decks-section .mobile-deck-view img{width:100%;height:auto;display:block}.mobile-ship-galleries{background:#383e42;padding:30px 20px;display:flex;flex-direction:column;gap:30px}.mobile-ship-galleries .mobile-ship-card{padding:40px 20px;background:#6e7378b3}.mobile-ship-galleries .mobile-ship-card.reverse{background:#6e7378b3}.mobile-ship-galleries .mobile-ship-card .ship-info-col{margin-bottom:30px;width:100%!important;padding:0!important;background:transparent!important}.mobile-ship-galleries .mobile-ship-card .ship-info-col .ship-name{font-family:Open Sans,sans-serif;font-size:24px;font-weight:300;color:#fff;letter-spacing:2px;text-transform:uppercase;margin:0;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-ship-galleries .mobile-ship-card .ship-info-col .ship-name strong{font-weight:800}.mobile-ship-galleries .mobile-ship-card .ship-info-col .mobile-ship-divider{width:120px;height:4px;background:#00adef;margin:8px 0 20px}.mobile-ship-galleries .mobile-ship-card .ship-info-col .ship-description{font-size:18px;line-height:1.8;color:#ddd;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-ship-galleries .mobile-ship-card .mobile-gallery-wrapper{margin:0 -20px;padding:0 20px;overflow:hidden}.mobile-ship-galleries .mobile-ship-card .mobile-gallery-scroller{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:15px;padding-bottom:15px;scrollbar-width:thin;scrollbar-color:#00ADEF rgba(255,255,255,.1)}.mobile-ship-galleries .mobile-ship-card .mobile-gallery-scroller::-webkit-scrollbar{height:4px}.mobile-ship-galleries .mobile-ship-card .mobile-gallery-scroller::-webkit-scrollbar-thumb{background:#00adef;border-radius:4px}.mobile-ship-galleries .mobile-ship-card .mobile-gallery-scroller::-webkit-scrollbar-track{background:#ffffff1a}.mobile-ship-galleries .mobile-ship-card .mobile-gallery-scroller img{flex:0 0 90%;width:90%;height:auto;scroll-snap-align:center;border-radius:0;object-fit:cover;aspect-ratio:4/3;box-shadow:0 5px 15px #0000004d}.mobile-discover-cta{display:flex;flex-direction:column;align-items:flex-start;text-decoration:none;padding:30px 20px}.mobile-discover-cta .discover-small{display:block;font-family:Open Sans,sans-serif;font-size:22px;font-weight:300;color:#fff;letter-spacing:2px;text-transform:uppercase;margin-bottom:3px;line-height:1;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-discover-cta .discover-large{display:block;font-family:Open Sans,sans-serif;font-size:22px;font-weight:700;color:#fff;letter-spacing:2px;text-transform:uppercase;line-height:1;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-discover-cta .discover-line{width:60px;height:3px;background:#00adef;margin-top:8px;transition:width .3s}.mobile-discover-cta:hover .discover-line{width:100%}.mobile-fleet-grid{padding:0 20px 20px}.mobile-fleet-grid .mobile-fleet-ship-card{background:#5a5f64b3;margin-bottom:15px;overflow:hidden}.mobile-fleet-grid .mobile-fleet-ship-card .mobile-ship-card-image{width:100%;height:180px;overflow:hidden}.mobile-fleet-grid .mobile-fleet-ship-card .mobile-ship-card-image img{width:100%;height:100%;object-fit:cover}.mobile-fleet-grid .mobile-fleet-ship-card .mobile-ship-card-content{position:relative;padding:15px 20px 45px}.mobile-fleet-grid .mobile-fleet-ship-card .mobile-ship-card-content h3{font-family:Open Sans,sans-serif;font-size:20px;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:2px;text-transform:uppercase;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-fleet-grid .mobile-fleet-ship-card .mobile-ship-card-content p{font-family:Open Sans,sans-serif;font-size:13px;color:#fffc;line-height:1.5;margin:0 0 10px;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-fleet-grid .mobile-fleet-ship-card .mobile-ship-card-content .mobile-ship-detail-link{position:absolute;bottom:0;right:0;display:inline-block;padding:8px 16px;background:#00adef;font-family:Open Sans,sans-serif;font-size:11px;font-weight:700;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:1px;transition:background .3s ease}.mobile-fleet-grid .mobile-fleet-ship-card .mobile-ship-card-content .mobile-ship-detail-link:hover{background:#0090cc}.mobile-ship-specs{padding:0 20px 20px}.mobile-ship-specs .specs-table{width:100%;border-collapse:collapse}.mobile-ship-specs .specs-table tr{border-bottom:1px solid rgba(255,255,255,.1)}.mobile-ship-specs .specs-table td{padding:8px 0;font-family:Open Sans,sans-serif;font-size:13px;color:#fffc;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-ship-specs .specs-table td:first-child{font-weight:700;color:#fff;width:50%}.mobile-deck-plans{padding:0 20px 20px}.mobile-deck-plans h3{font-family:Open Sans,sans-serif;font-size:20px;font-weight:700;color:#fff;margin:0 0 15px;text-transform:uppercase;letter-spacing:2px;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-deck-plans .mobile-deck-image{width:100%;margin-bottom:10px}.mobile-deck-plans .mobile-deck-image img{width:100%;height:auto;display:block}.mobile-ship-photo-gallery{padding:0 20px 20px}.mobile-ship-photo-gallery h3{font-family:Open Sans,sans-serif;font-size:20px;font-weight:700;color:#fff;margin:0 0 15px;text-transform:uppercase;letter-spacing:2px;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-ship-photo-gallery .photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-ship-photo-gallery .photo-grid img{width:100%;height:120px;object-fit:cover}.mobile-tech-grid{padding:0 20px 20px}.mobile-tech-grid .mobile-tech-card{background:#5a5f64b3;margin-bottom:15px;overflow:hidden}.mobile-tech-grid .mobile-tech-card .mobile-tech-card-image{width:100%;height:160px;overflow:hidden}.mobile-tech-grid .mobile-tech-card .mobile-tech-card-image img{width:100%;height:100%;object-fit:cover}.mobile-tech-grid .mobile-tech-card .mobile-tech-card-content{position:relative;padding:15px 20px 45px}.mobile-tech-grid .mobile-tech-card .mobile-tech-card-content h3{font-family:Open Sans,sans-serif;font-size:16px;font-weight:700;color:#fff;margin:0 0 8px;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-tech-grid .mobile-tech-card .mobile-tech-card-content p{font-family:Open Sans,sans-serif;font-size:13px;color:#fffc;line-height:1.5;margin:0 0 10px;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-tech-grid .mobile-tech-card .mobile-tech-card-content .mobile-tech-detail-link{position:absolute;bottom:0;right:0;display:inline-block;padding:8px 16px;background:#00adef;font-family:Open Sans,sans-serif;font-size:11px;font-weight:700;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:1px;transition:background .3s ease}.mobile-tech-grid .mobile-tech-card .mobile-tech-card-content .mobile-tech-detail-link:hover{background:#0090cc}html[lang=en] *{word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important}
