.Bubbles_container__OKDE0{position:fixed;bottom:0;left:0;width:100%;height:100vh;pointer-events:none;overflow:hidden;z-index:-1}.Bubbles_bubble__fsGcL{position:absolute;bottom:-60px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.8),rgba(255,255,255,.2));border-radius:50%;box-shadow:0 0 10px rgba(255,255,255,.3),inset 0 0 30px rgba(255,255,255,.1);backdrop-filter:blur(1px);animation-name:Bubbles_rise__S8mx2;animation-timing-function:ease-out;animation-iteration-count:infinite;pointer-events:none}@keyframes Bubbles_rise__S8mx2{0%{transform:translateY(0);opacity:1}to{transform:translateY(-120vh);opacity:0}}.Footer_footer__JrJN9{background-color:transparent;color:white;position:sticky;margin-top:10px;padding:10px;top:100vh;width:100%;height:380px;justify-content:space-between;text-align:center;display:flex;flex-direction:column}.Footer_footer__JrJN9 .Footer_wrapper__6trq2{flex:1}.Footer_icons__Dw2U2{display:flex;justify-content:center;align-items:center;gap:10px}.Footer_icons__Dw2U2 a{display:block;height:auto}.Footer_businessHours__ahT7o{white-space:pre-line}.Footer_footer__JrJN9 .Footer_copyright__W8ZKy{margin-top:auto;text-align:center}@media (max-width:768px){.Footer_footer__JrJN9 .Footer_copyright__W8ZKy{margin-bottom:40px}}.Menu_header__4S_pH{position:fixed;top:0;left:0;width:100%;height:50px;z-index:1000;color:white;transform:translateZ(0)}.Menu_header__4S_pH .Menu_inner__tBcuP{max-width:960px;margin:0 auto;padding:var(--space-sm) var(--space-md);display:flex;justify-content:space-between;align-items:center}.Menu_logo__yT2sD{display:inline-block;will-change:transform}.Menu_desktop__5mzR_{display:block}.Menu_mobile__Ini_4{display:none}@media (max-width:767px){.Menu_desktop__5mzR_{display:none}.Menu_mobile__Ini_4{display:block}}.MobileMenu_hamburgericon__f_jM3{position:absolute;top:0;right:20px;width:50px;height:50px;border:none;background-color:transparent;cursor:pointer}.MobileMenu_hamburgericon_cycle__bIazQ{position:absolute;width:100%;height:100%;border:2px solid white;border-radius:100px;transition:all .6s;opacity:0;transform:translateY(400px)}.MobileMenu_hamburgericon_cycle__bIazQ:first-of-type{top:4px;right:10px;width:13px;height:13px;animation:MobileMenu_rise-up__1X6pZ .9s ease-out forwards}.MobileMenu_hamburgericon_cycle__bIazQ:nth-of-type(2){top:15px;right:25px;width:15px;height:15px;animation:MobileMenu_rise-up__1X6pZ 1.8s ease-out forwards}.MobileMenu_hamburgericon_cycle__bIazQ:nth-of-type(3){top:25px;width:20px;height:20px;animation:MobileMenu_rise-up__1X6pZ 3s ease-out forwards}@keyframes MobileMenu_rise-up__1X6pZ{to{opacity:1;transform:translateY(0)}}.MobileMenu_hamburgericon_close__G6EYZ{position:absolute;width:40%;height:2px;background-color:white;transform-origin:center;transition:all .3s}.MobileMenu_hamburgericon_close__G6EYZ:first-of-type{transform:translate(-50%,-50%) rotate(45deg)}.MobileMenu_hamburgericon_close__G6EYZ:nth-of-type(2){transform:translate(-50%,-50%) rotate(-45deg)}.MobileMenu_overlay__0ydu_{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);z-index:1000}.MobileMenu_nav__B96_t,.MobileMenu_overlay__0ydu_{display:flex;align-items:center;justify-content:center}.MobileMenu_nav__B96_t{flex-direction:column;gap:32px}.MobileMenu_nav__B96_t li{list-style-type:none}.BackgroundVideo_backgroundvideo__XfAqU{position:fixed;top:0;left:0;width:100vw;height:100vh;object-fit:cover;z-index:-10}.SeaLight_scene__i8lZx{position:fixed;bottom:0;left:0;width:100%;height:100vh;overflow:hidden;z-index:-2}.SeaLight_spark___KRbJ{position:absolute;opacity:0;width:5px;height:5px;background:radial-gradient(circle,#fff,rgba(255,255,255,0));border-radius:50%;box-shadow:0 0 6px #aef;transition:opacity 1.5s ease-in-out}.SeaLight_center__jLsb1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:white}:root{--background:linear-gradient(-45deg,#001f3f,#002b5c,#001a33,#000c1a);--foreground:white;--color-bg-light:#ffffff;--color-fg-light:#171717;--color-bg-dark:#0a0a0a;--color-fg-dark:#ededed;--color-primary:#2a4073;--color-primary-hover:#40588c;--font-base:1rem;--font-lg:1.25rem;--font-xl:2rem;--font-xxl:2.5rem;--font-weight-bold:700;--space-xs:0.5rem;--space-sm:0.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-xxl:4rem}@media (prefers-color-scheme:dark){:root{--color-background:var(--color-bg-dark);--color-foreground:var(--color-fg-dark)}}@media (prefers-color-scheme:light){:root{--color-background:var(--color-bg-light);--color-foreground:var(--color-fg-light)}}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100vh;margin:0;padding:0;background:var(--background);color:var(--foreground);font-size:var(--font-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-size:400% 400%;animation:seaWaves 10s ease-in-out infinite;line-break:strict;word-break:break-word;overflow-wrap:break-word;text-align:justify;text-justify:inter-ideograph}a{color:inherit;text-decoration:none}@keyframes seaWaves{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}section{text-align:center;padding:var(--space-xxl) var(--space-md)}section .title{font-size:var(--font-xl);margin-bottom:80px}section .desc{white-space:pre-line;font-size:var(--font-lg);line-height:3;max-width:800px;margin:0 auto}.blog{opacity:0}.blog.visible{animation:fadeInUp .6s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.DesktopMenu_navs__lZvXs{display:flex;gap:var(--space-lg);list-style:none}.DesktopMenu_navs__lZvXs li{font-weight:var(--font-weight-bold);transition:color .3s}.DesktopMenu_navs__lZvXs li:hover{color:var(--color-primary-hover)}.FloatingButtons_container__Xu6X3{position:fixed;bottom:0;left:0;width:100%;height:40px;display:none;justify-content:space-around;align-items:center;padding:10px 0;z-index:100}.FloatingButtons_button__mLyF0{color:white;font-weight:700;border:.7px solid white;text-decoration:none;text-align:center;width:40%;height:80%;box-shadow:0 4px 10px rgba(0,0,0,.2);transition:transform .2s ease,background-color .2s ease}.FloatingButtons_button__mLyF0:hover{background-color:white;color:var(--color-primary-hover);transform:translateY(-2px)}@media (max-width:768px){.FloatingButtons_container__Xu6X3{display:flex}}