@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);:root{--color-bg:#fff;--color-bg-dark:#111;--color-primary:#ff5303;--color-accent:#ff5303;--color-logo:#ff5303;--color-hover:#ffb380;--color-text:#222;--color-text-light:#fff;--color-border:#e0e0e0;--color-shadow:#00000014;--color-black:#111;--color-white:#fff;--font-main:"Inter",Arial,sans-serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.625;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:32px}body,html{margin:0;padding:0}input{color:#000!important}.projects-section{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0 auto;max-width:1280px;padding:4rem 1.5rem}.header-grid{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:2rem}@media (min-width:1024px){.header-grid{gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}}.title-container{position:relative}.main-title{color:#111827;font-size:1.875rem;font-weight:700;line-height:1.2;margin:0}@media (min-width:640px){.main-title{font-size:2.25rem}}@media (min-width:1024px){.main-title{font-size:3rem}}@media (min-width:1280px){.main-title{font-size:3.75rem}}.title-line{background-color:#f97316;height:2px;margin-bottom:.5rem;margin-top:1rem;width:100%}.content-container{display:flex;flex-direction:column;justify-content:center}.description-text{color:#6b7280;font-size:1rem;line-height:1.75;margin-bottom:1.5rem}@media (min-width:640px){.description-text{font-size:1.125rem;margin-bottom:2rem}}.btn-primary{background-color:#f97316;border:none;border-radius:9999px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.btn-primary:hover{background-color:#ea580c;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.properties-grid{grid-gap:1rem;display:grid;gap:1rem;grid-auto-rows:1fr;grid-template-columns:1fr}@media (min-width:640px){.properties-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.properties-grid{grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(2,1fr);height:600px}}.property-card{border-radius:1rem;height:16rem;overflow:hidden;position:relative}@media (min-width:1024px){.property-card{height:100%}}.property-card img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.property-card:hover img{transform:scale(1.05)}.property-overlay{background:linear-gradient(0deg,#000000b3 0,#0000004d 50%,#0000);bottom:0;left:0;padding:.5rem 1rem;position:absolute;right:0}@media (min-width:640px){.property-overlay{padding:1rem}}.property-title{color:#fff;font-size:1rem;font-weight:600;margin:0}@media (min-width:640px){.property-title{font-size:1.125rem}}.property-subtitle{color:#fffc;font-size:.75rem;margin:.1rem 0 0}@media (min-width:640px){.property-subtitle{font-size:.875rem}}.grid-item-1{grid-column:span 1;height:16rem}.grid-item-2{grid-column:span 2;height:16rem}.grid-item-3,.grid-item-4,.grid-item-5{grid-column:span 1;height:16rem}@media (min-width:640px){.grid-item-2{height:20rem}}@media (min-width:1024px){.grid-item-1{grid-column:span 3;grid-row:span 1;height:100%}.grid-item-2{grid-column:span 6;grid-row:span 2;height:100%}.grid-item-3,.grid-item-4,.grid-item-5{grid-column:span 3;grid-row:span 1;height:100%}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--color-border,#e0e0e0);box-shadow:0 2px 8px #0000001a;box-shadow:0 2px 8px var(--color-shadow,#0000001a);box-sizing:border-box;display:flex;font-family:var(--font-main);justify-content:space-between;padding:12px 48px;position:fixed;top:0;width:100%;z-index:11}.lang-switcher-label,.nav-link{color:--color-white!important;color:var(--navbar-text-color,--color-white)!important}.logo{align-items:center;display:flex;height:60px}.logo img{height:auto;width:140px}nav{display:flex;flex:1 1;justify-content:center}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0;z-index:20}.nav-item{position:relative;z-index:21}.nav-link{color:var(--color-black)!important;display:inline-block;font-size:var(--text-lg);font-weight:var(--font-semibold);padding:4px 0;position:relative;text-decoration:none;transition:color .2s}.nav-link:focus,.nav-link:hover{color:var(--color-logo)!important}.nav-link:after{background:var(--color-logo);border-radius:2px;bottom:-2px;content:"";display:block;height:2px;left:0;position:absolute;transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.nav-link:focus:after,.nav-link:hover:after{width:100%}.navbar-left,.navbar-right{align-items:center;display:flex;gap:1.5rem}.catalog-button{background-color:var(--color-primary);border-radius:5px;color:#fff;font-size:var(--text-base);font-weight:var(--font-semibold);padding:10px 20px;text-decoration:none;transition:background-color .3s ease}.catalog-button:hover{background-color:var(--color-hover)}.hamburger{cursor:pointer;display:none;order:3}.lang-dropdown{min-width:80px}.lang-dropdown button{font-family:var(--font-main)}.lang-dropdown>div{border:1px solid var(--color-border);border-radius:6px;z-index:100}.dropdown-menu,.lang-dropdown>div{background:var(--color-bg);box-shadow:0 2px 8px var(--color-shadow)}.dropdown-menu{border:1px solid var(--color-border);border-radius:3px;display:none;left:0;list-style:none;min-width:0;padding:.3rem 0;position:absolute;top:100%;width:-webkit-max-content;width:max-content;z-index:900}.dropdown:hover .dropdown-menu{display:block}.dropdown-link{background:none;border:none;color:var(--color-text)!important;display:block;font-size:var(--text-sm);margin-right:30px;min-width:140px;padding:8px 0 8px 12px;position:relative;text-decoration:none;transition:color .2s;width:-webkit-max-content;width:max-content}.dropdown-link:focus,.dropdown-link:hover{color:var(--color-primary)!important}.dropdown-link:focus:after,.dropdown-link:hover:after{width:100%}.bar{background-color:#000;background-color:var(--navbar-text-color,#000);display:block;height:3px;margin:5px auto;transition:all .3s ease-in-out;width:25px}.navbar:not(.scrolled) .lang-switcher-label{color:#fff!important}@media (max-width:1400px){.navbar{padding:12px 32px}}@media (max-width:1200px){.navbar{padding:10px 24px}.nav-links{gap:1.5rem}.navbar-right{gap:1rem}.logo img{width:120px}}@media (max-width:1024px){.navbar{padding:10px 20px}.nav-links{gap:1rem}.nav-link{font-size:var(--text-base)}.catalog-button{font-size:var(--text-xs);padding:8px 16px}.logo img{width:100px}}@media (max-width:992px){.nav-menu{background-color:#fff;box-shadow:0 10px 27px #0000001a;flex-direction:column;height:calc(100vh - 70px);left:-100%;overflow-y:auto;position:fixed;text-align:center;top:70px;transition:left .3s ease-in-out;width:100%}.nav-menu.active{left:0}.nav-links{flex-direction:column;gap:0;padding:2rem 0;width:100%}.nav-item{border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--color-border,#e0e0e0);margin:0;padding:1rem 0;width:100%}.nav-link{color:var(--color-black)!important;display:block;font-size:1.1rem;padding:1rem;width:100%}.nav-link:after{background:var(--color-logo);border-radius:2px;bottom:-2px;content:"";display:block;height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.nav-link:focus:after,.nav-link:hover:after{width:calc(100% - 2rem)}.hamburger{display:block;z-index:22}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-menu .catalog-button{display:none}}@media (max-width:768px){.navbar{padding:8px 16px}.logo img{width:80px}.navbar-right{gap:.5rem}.catalog-button{font-size:var(--text-xs);padding:6px 12px}.nav-menu{height:calc(100vh - 60px);top:60px}}@media (max-width:480px){.navbar{padding:8px 12px}.logo img{width:70px}.navbar-right{gap:.25rem}.catalog-button{font-size:var(--text-xs);padding:5px 10px}.hamburger{margin-left:.5rem}.bar{height:2px;margin:3px auto;width:18px}.nav-menu{height:calc(100vh - 55px);top:55px}.nav-links{padding:1rem 0}.nav-item{padding:.75rem 0}.nav-link{font-size:var(--text-base);padding:.75rem}}@media (max-width:360px){.navbar{padding:6px 8px}.logo img{width:60px}.catalog-button{font-size:var(--text-xs);padding:4px 8px}.hamburger{margin-left:.25rem}.bar{height:2px;margin:3px auto;width:18px}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper{height:100vh;width:100%}.swiper-slide{align-items:center;background:#fff;display:flex;font-size:var(--text-lg);justify-content:center;text-align:center}.swiper-slide img{display:block;height:100%;object-fit:cover;width:100%}.hero-section{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;height:100%;justify-content:center;position:relative;text-align:center;width:100%}.hero-overlay{background-color:#00000080;height:100%;left:0;position:absolute;top:0;width:100%}.hero-content{max-width:800px;padding:20px;position:relative;z-index:1}.hero-title{font-size:var(--text-5xl);font-weight:var(--font-bold);margin-bottom:10px}.hero-subtitle{font-size:var(--text-2xl);font-weight:var(--font-normal);margin-bottom:20px}.hero-button{background-color:var(--color-primary);border-radius:5px;color:#fff;display:inline-block;font-size:var(--text-lg);font-weight:var(--font-semibold);padding:10px 20px;text-decoration:none;transition:background-color .3s ease}.hero-button:hover{background-color:var(--color-hover)}.swiper-pagination-bullet{background:var(--color-primary);border-radius:0;height:3px;opacity:.5;width:30px}.swiper-pagination-bullet-active{opacity:1}.swiper-button-next,.swiper-button-prev{color:var(--color-primary)!important}@media (max-width:1400px){.hero-content{max-width:700px;padding:18px}.hero-title{font-size:var(--text-4xl)}.hero-subtitle{font-size:var(--text-lg)}}@media (max-width:1200px){.hero-content{max-width:600px;padding:16px}.hero-title{font-size:var(--text-4xl)}.hero-subtitle{font-size:var(--text-lg)}.hero-button{font-size:var(--text-sm);padding:12px 24px}}@media (max-width:1024px){.swiper{height:80vh}.hero-content{max-width:500px;padding:15px}.hero-title{font-size:var(--text-3xl);margin-bottom:12px}.hero-subtitle{font-size:var(--text-base);margin-bottom:18px}.swiper-button-next,.swiper-button-prev{height:35px;width:35px}.swiper-button-next:after,.swiper-button-prev:after{font-size:18px}}@media (max-width:768px){.swiper{height:70vh}.hero-content{max-width:90%;padding:12px}.hero-title{font-size:var(--text-2xl);line-height:var(--leading-tight);margin-bottom:10px}.hero-subtitle{font-size:var(--text-base);line-height:var(--leading-normal);margin-bottom:16px}.hero-button{font-size:var(--text-sm);padding:10px 20px}.swiper-button-next,.swiper-button-prev{height:30px;width:30px}.swiper-button-next:after,.swiper-button-prev:after{font-size:16px}.swiper-pagination-bullet{height:3px;width:25px}}@media (max-width:640px){.swiper{height:60vh}.hero-content{max-width:95%;padding:10px}.hero-title{font-size:var(--text-xl);margin-bottom:8px}.hero-subtitle{font-size:var(--text-sm);margin-bottom:14px}.hero-button{font-size:var(--text-xs);padding:8px 16px}}@media (max-width:480px){.swiper{height:50vh}.hero-content{max-width:95%;padding:8px}.hero-title{font-size:var(--text-xl);line-height:var(--leading-tight);margin-bottom:6px}.hero-subtitle{font-size:var(--text-sm);line-height:var(--leading-normal);margin-bottom:12px}.hero-button{font-size:var(--text-xs);padding:6px 14px}.swiper-button-next,.swiper-button-prev{height:25px;width:25px}.swiper-button-next:after,.swiper-button-prev:after{font-size:14px}.swiper-pagination-bullet{height:2px;width:20px}}@media (max-width:360px){.swiper{height:45vh}.hero-content{padding:6px}.hero-title{font-size:var(--text-lg);margin-bottom:5px}.hero-subtitle{font-size:var(--text-xs);margin-bottom:10px}.hero-button{font-size:var(--text-xs);padding:5px 12px}.swiper-button-next,.swiper-button-prev{height:20px;width:20px}.swiper-button-next:after,.swiper-button-prev:after{font-size:12px}}@media (max-height:500px) and (orientation:landscape){.swiper{height:100vh}.hero-content{padding:5px}.hero-title{font-size:var(--text-lg);margin-bottom:4px}.hero-subtitle{font-size:var(--text-xs);margin-bottom:8px}.hero-button{font-size:var(--text-xs);padding:4px 10px}}.expert-section{background-color:var(--color-bg);font-family:var(--font-main);padding:60px;text-align:center}.expert-section h2{font-size:var(--text-4xl);font-weight:var(--font-semibold);margin-bottom:50px}.highlight{color:var(--color-logo)}.features{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;margin:0 auto;max-width:90%}.feature{background:#f5f7fa;border-radius:12px;box-shadow:0 0 10px var(--color-shadow);display:flex;flex-direction:column;justify-content:space-between;padding:24px;text-align:left}.feature h3{font-size:var(--text-xl);font-weight:var(--font-bold);margin-bottom:12px}.feature p{color:var(--color-text);font-size:var(--text-base);font-weight:var(--font-normal);line-height:var(--leading-normal)}.highlight-box{background:var(--color-bg-dark);grid-row:span 2}.highlight-box,.highlight-box .start-trial,.highlight-box h3,.highlight-box p{color:var(--color-text-light)}.highlight-box .start-trial{align-self:flex-start;background:var(--color-logo);border:none;border-radius:6px;cursor:pointer;font-size:var(--text-base);font-weight:var(--font-medium);margin-top:16px;padding:10px 20px}.short-wide{grid-column:span 2}.counters{display:flex;flex-wrap:wrap;gap:120px;justify-content:center;margin-top:60px}.counter-box{padding:20px 0;text-align:center;width:180px}.counter-icon{color:var(--color-logo);font-size:var(--text-4xl);margin-bottom:8px}.counter-number{color:var(--color-logo);font-size:var(--text-3xl);font-weight:var(--font-bold)}.counter-text{font-size:var(--text-lg);font-weight:var(--font-medium);margin-top:6px}@media (max-width:1400px){.expert-section{padding:50px 40px}.features{max-width:95%}.counters{gap:100px}}@media (max-width:1200px){.expert-section{padding:45px 30px}.expert-section h2{font-size:var(--text-3xl);margin-bottom:40px}.features{gap:20px;max-width:100%}.feature{padding:20px}.counters{gap:80px;margin-top:50px}.counter-box{width:160px}}@media (max-width:1024px){.expert-section{padding:40px 25px}.expert-section h2{font-size:var(--text-3xl);margin-bottom:35px}.features{gap:18px;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto auto}.highlight-box{grid-row:span 1}.highlight-box,.short-wide{grid-column:span 2}.feature{padding:18px}.feature h3{font-size:var(--text-base)}.feature p{font-size:var(--text-xs)}.counters{gap:60px;margin-top:45px}.counter-box{width:140px}.counter-icon{font-size:32px}.counter-number{font-size:var(--text-xl)}.counter-text{font-size:var(--text-sm)}}@media (max-width:768px){.expert-section{padding:35px 20px}.expert-section h2{font-size:var(--text-2xl);margin-bottom:30px}.features{gap:16px;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto auto}.highlight-box{grid-row:span 1}.highlight-box,.short-wide{grid-column:span 2}.feature{padding:16px}.feature h3{font-size:var(--text-base);margin-bottom:10px}.feature p{font-size:var(--text-xs);line-height:var(--leading-normal)}.highlight-box .start-trial{font-size:var(--text-xs);padding:8px 16px}.counters{gap:30px;margin-top:40px}.counter-box{padding:15px 0;width:120px}.counter-icon{font-size:28px}.counter-number{font-size:var(--text-lg)}.counter-text{font-size:var(--text-xs)}}@media (max-width:640px){.expert-section{padding:30px 16px}.expert-section h2{font-size:var(--text-xl);margin-bottom:25px}.feature{padding:14px}.feature h3{font-size:var(--text-sm)}.feature p{font-size:var(--text-xs)}.counters{gap:25px;margin-top:35px}.counter-box{padding:12px 0;width:100px}.counter-icon{font-size:24px}.counter-number{font-size:var(--text-base)}.counter-text{font-size:var(--text-xs)}}@media (max-width:480px){.expert-section{padding:25px 12px}.expert-section h2{font-size:var(--text-lg);line-height:var(--leading-tight);margin-bottom:20px}.features{gap:14px}.feature{padding:12px}.feature h3{font-size:var(--text-sm);margin-bottom:8px}.feature p{font-size:var(--text-xs);line-height:var(--leading-tight)}.highlight-box .start-trial{font-size:var(--text-xs);margin-top:10px;padding:6px 12px}.counters{gap:20px;margin-top:30px}.counter-box{padding:10px 0;width:90px}.counter-icon{font-size:22px;margin-bottom:6px}.counter-number{font-size:var(--text-sm)}.counter-text{font-size:var(--text-xs);margin-top:4px}}@media (max-width:360px){.expert-section{padding:20px 8px}.expert-section h2{font-size:var(--text-base);margin-bottom:18px}.features{gap:12px}.feature{padding:10px}.feature h3{margin-bottom:6px}.feature h3,.feature p{font-size:var(--text-xs)}.highlight-box .start-trial{font-size:var(--text-xs);margin-top:10px;padding:5px 10px}.counters{gap:15px;margin-top:25px}.counter-box{padding:8px 0;width:80px}.counter-icon{font-size:20px;margin-bottom:4px}.counter-number,.counter-text{font-size:var(--text-xs)}.counter-text{margin-top:3px}}@media (max-height:500px) and (orientation:landscape){.expert-section{padding:15px 12px}.expert-section h2{font-size:var(--text-sm);margin-bottom:15px}.features{gap:10px}.feature{padding:8px}.counters{flex-direction:row;gap:30px;margin-top:20px}.counter-box{padding:5px 0;width:70px}.counter-icon{font-size:18px}.counter-number,.counter-text{font-size:var(--text-xs)}}.carousel-section{background:var(--color-bg-dark);color:var(--color-text-light);font-family:var(--font-main);padding:60px 20px;text-align:center}.carousel-title{align-items:center;color:var(--color-logo);display:flex;font-size:var(--text-3xl);font-weight:var(--font-semibold);gap:10px;justify-content:center;margin-bottom:20px}.carousel-icon{font-size:var(--text-2xl)}.carousel-wrapper{margin:0 auto;max-width:1200px;overflow:hidden;position:relative}.carousel-track{animation:scroll 25s linear infinite;display:flex;gap:24px;width:-webkit-max-content;width:max-content}.carousel-card{background:#ffffff0d;border-radius:12px;box-shadow:0 0 10px var(--color-shadow);max-width:300px;min-width:280px;padding:20px;text-align:left;transition:transform .3s ease}.carousel-card:hover{transform:scale(1.05)}.carousel-card img{border-radius:8px;height:180px;margin-bottom:12px;object-fit:cover;width:100%}.carousel-card h3{color:var(--color-logo);font-size:var(--text-lg);font-weight:var(--font-medium);margin-bottom:6px}.carousel-card p{color:var(--color-text-light);font-size:var(--text-sm);font-weight:var(--font-normal)}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:1400px){.carousel-section{padding:55px 18px}.carousel-wrapper{max-width:1100px}.carousel-track{gap:22px}.carousel-card{max-width:290px;min-width:270px}}@media (max-width:1200px){.carousel-section{padding:50px 16px}.carousel-title{font-size:var(--text-2xl)}.carousel-icon{font-size:var(--text-xl)}.carousel-wrapper{max-width:1000px}.carousel-track{animation-duration:28s;gap:20px}.carousel-card{max-width:280px;min-width:260px;padding:18px}.carousel-card img{height:170px}.carousel-card h3{font-size:var(--text-base)}.carousel-card p{font-size:var(--text-xs)}}@media (max-width:1024px){.carousel-section{padding:45px 15px}.carousel-title{font-size:var(--text-2xl);margin-bottom:18px}.carousel-icon{font-size:var(--text-xl)}.carousel-wrapper{max-width:900px}.carousel-track{animation-duration:30s;gap:18px}.carousel-card{max-width:260px;min-width:240px;padding:16px}.carousel-card img{height:160px}.carousel-card h3{font-size:var(--text-base);margin-bottom:5px}.carousel-card p{font-size:var(--text-xs);line-height:var(--leading-normal)}}@media (max-width:768px){.carousel-section{padding:40px 12px}.carousel-title{flex-direction:column;font-size:var(--text-xl);gap:8px;margin-bottom:16px}.carousel-icon{font-size:var(--text-lg)}.carousel-wrapper{max-width:100%}.carousel-track{animation-duration:35s;flex-wrap:nowrap;gap:16px}.carousel-card{max-width:240px;min-width:220px;padding:14px}.carousel-card img{height:150px;margin-bottom:10px}.carousel-card h3{font-size:var(--text-sm);margin-bottom:4px}.carousel-card p{font-size:var(--text-xs);line-height:var(--leading-tight)}.carousel-card:hover{transform:scale(1.02)}}@media (max-width:640px){.carousel-section{padding:35px 10px}.carousel-title{font-size:var(--text-lg);margin-bottom:14px}.carousel-icon{font-size:var(--text-base)}.carousel-track{animation-duration:40s;gap:14px}.carousel-card{max-width:220px;min-width:200px;padding:12px}.carousel-card img{height:140px;margin-bottom:10px}.carousel-card h3{font-size:var(--text-sm);margin-bottom:3px}.carousel-card p{font-size:var(--text-xs)}}@media (max-width:480px){.carousel-section{padding:30px 8px}.carousel-title{font-size:var(--text-base);margin-bottom:12px}.carousel-icon{font-size:var(--text-sm)}.carousel-track{animation-duration:45s;gap:12px}.carousel-card{max-width:200px;min-width:180px;padding:10px}.carousel-card img{height:130px;margin-bottom:8px}.carousel-card h3{font-size:var(--text-xs);margin-bottom:2px}.carousel-card p{font-size:var(--text-xs);line-height:var(--leading-tight)}.carousel-card:hover{transform:none}}@media (max-width:360px){.carousel-section{padding:25px 6px}.carousel-title{font-size:var(--text-sm);margin-bottom:10px}.carousel-icon{font-size:var(--text-xs)}.carousel-track{animation-duration:50s;gap:10px}.carousel-card{max-width:180px;min-width:160px;padding:8px}.carousel-card img{height:120px;margin-bottom:6px}.carousel-card h3{font-size:var(--text-xs);margin-bottom:2px}.carousel-card p{font-size:var(--text-xs);line-height:var(--leading-tight)}}@media (max-height:500px) and (orientation:landscape){.carousel-section{padding:20px 8px}.carousel-title{font-size:var(--text-xs);margin-bottom:8px}.carousel-track{animation-duration:35s}.carousel-card{max-width:170px;min-width:150px;padding:6px}.carousel-card img{height:100px;margin-bottom:4px}.carousel-card h3{margin-bottom:1px}.carousel-card h3,.carousel-card p{font-size:var(--text-xs)}}@media (hover:hover) and (pointer:fine){.carousel-wrapper:hover .carousel-track{animation-play-state:paused}}@media (prefers-reduced-motion:reduce){.carousel-track{animation:none}.carousel-card{transition:none}.carousel-card:hover{transform:none}}.accessories-section{background-color:#fff;padding:4rem 2rem;text-align:center}.accessories-title{color:#333;font-size:2.5rem;margin-bottom:2rem}.accessory-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.accessory-card{background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:2rem;transition:transform .3s ease}.accessory-card:hover{transform:translateY(-10px)}.accessory-icon{color:#f60;font-size:3rem;margin-bottom:1rem}.accessory-card h3{color:#333;font-size:1.5rem;margin-bottom:.5rem}.accessory-card p{color:#666;font-size:1rem}@media (max-width:1400px){.accessories-section{padding:3.5rem 1.8rem}.accessories-title{font-size:2.3rem;margin-bottom:1.8rem}.accessory-grid{gap:1.8rem;margin:0 auto;max-width:1200px}.accessory-card{padding:1.8rem}.accessory-icon{font-size:2.8rem}.accessory-card h3{font-size:1.4rem}.accessory-card p{font-size:.95rem}}@media (max-width:1200px){.accessories-section{padding:3rem 1.5rem}.accessories-title{font-size:2.1rem;margin-bottom:1.6rem}.accessory-grid{gap:1.6rem;max-width:1000px}.accessory-card{padding:1.6rem}.accessory-icon{font-size:2.6rem;margin-bottom:.8rem}.accessory-card h3{font-size:1.3rem;margin-bottom:.4rem}.accessory-card p{font-size:.9rem;line-height:1.5}}@media (max-width:1024px){.accessories-section{padding:2.5rem 1.2rem}.accessories-title{font-size:1.9rem;margin-bottom:1.4rem}.accessory-grid{gap:1.4rem;grid-template-columns:repeat(2,1fr);max-width:800px}.accessory-card{padding:1.4rem}.accessory-icon{font-size:2.4rem;margin-bottom:.7rem}.accessory-card h3{font-size:1.2rem;margin-bottom:.3rem}.accessory-card p{font-size:.85rem;line-height:1.4}.accessory-card:hover{transform:translateY(-8px)}}@media (max-width:768px){.accessories-section{padding:2rem 1rem}.accessories-title{font-size:1.7rem;margin-bottom:1.2rem}.accessory-grid{gap:1.2rem;grid-template-columns:repeat(2,1fr);max-width:600px}.accessory-card{padding:1.2rem}.accessory-icon{font-size:2.2rem;margin-bottom:.6rem}.accessory-card h3{font-size:1.1rem;margin-bottom:.3rem}.accessory-card p{font-size:.8rem;line-height:1.3}.accessory-card:hover{transform:translateY(-6px)}}@media (max-width:640px){.accessories-section{padding:1.8rem .8rem}.accessories-title{font-size:1.5rem;margin-bottom:1rem}.accessory-grid{gap:1rem;grid-template-columns:repeat(2,1fr);max-width:500px}.accessory-card{padding:1rem}.accessory-icon{font-size:2rem;margin-bottom:.5rem}.accessory-card h3{font-size:1rem;margin-bottom:.2rem}.accessory-card p{font-size:.75rem;line-height:1.2}.accessory-card:hover{transform:translateY(-4px)}}@media (max-width:480px){.accessories-section{padding:1.5rem .6rem}.accessories-title{font-size:1.4rem;margin-bottom:.8rem}.accessory-grid{gap:.8rem;grid-template-columns:repeat(2,1fr);max-width:400px}.accessory-card{padding:.8rem}.accessory-icon{font-size:1.8rem;margin-bottom:.4rem}.accessory-card h3{font-size:.9rem;margin-bottom:.2rem}.accessory-card p{font-size:.7rem;line-height:1.1}.accessory-card:hover{transform:translateY(-2px)}}@media (max-width:360px){.accessories-section{padding:1.2rem .4rem}.accessories-title{font-size:1.3rem;margin-bottom:.6rem}.accessory-grid{gap:.6rem;max-width:300px}.accessory-card{padding:.6rem}.accessory-icon{font-size:1.6rem;margin-bottom:.3rem}.accessory-card h3{font-size:.8rem;margin-bottom:.1rem}.accessory-card p{font-size:.65rem;line-height:1}.accessory-card:hover{transform:none}}@media (max-height:500px) and (orientation:landscape){.accessories-section{padding:1rem .5rem}.accessories-title{font-size:1.2rem;margin-bottom:.5rem}.accessory-grid{gap:.5rem;grid-template-columns:repeat(3,1fr)}.accessory-card{padding:.5rem}.accessory-icon{font-size:1.4rem;margin-bottom:.2rem}.accessory-card h3{font-size:.7rem;margin-bottom:.1rem}.accessory-card p{font-size:.6rem}}@media (prefers-reduced-motion:reduce){.accessory-card{transition:none}.accessory-card:hover{transform:none}}@media (prefers-contrast:high){.accessory-card{border:2px solid #333}.accessories-title,.accessory-card h3{color:#000}.accessories-section{background-color:#fff;padding:4rem 2rem;text-align:center}.accessories-title{color:#333;font-size:var(--text-4xl);font-weight:var(--font-semibold);margin-bottom:2rem}.accessory-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.accessory-card{background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:2rem;transition:transform .3s ease}.accessory-card:hover{transform:translateY(-10px)}.accessory-icon{color:#f60;font-size:3rem;margin-bottom:1rem}.accessory-card h3{color:#333;font-size:var(--text-xl);font-weight:var(--font-semibold);margin-bottom:.5rem}.accessory-card p{color:#666;font-size:var(--text-base);font-weight:var(--font-normal)}@media (max-width:1400px){.accessories-section{padding:3.5rem 1.8rem}.accessories-title{font-size:var(--text-4xl);margin-bottom:1.8rem}.accessory-grid{gap:1.8rem;margin:0 auto;max-width:1200px}.accessory-card{padding:1.8rem}.accessory-icon{font-size:2.8rem}.accessory-card h3{font-size:var(--text-lg)}.accessory-card p{font-size:var(--text-sm)}}@media (max-width:1200px){.accessories-section{padding:3rem 1.5rem}.accessories-title{font-size:var(--text-3xl);margin-bottom:1.6rem}.accessory-grid{gap:1.6rem;max-width:1000px}.accessory-card{padding:1.6rem}.accessory-icon{font-size:2.6rem;margin-bottom:.8rem}.accessory-card h3{font-size:var(--text-lg);margin-bottom:.4rem}.accessory-card p{font-size:var(--text-sm);line-height:var(--leading-normal)}}@media (max-width:1024px){.accessories-section{padding:2.5rem 1.2rem}.accessories-title{font-size:var(--text-3xl);margin-bottom:1.4rem}.accessory-grid{gap:1.4rem;grid-template-columns:repeat(2,1fr);max-width:800px}.accessory-card{padding:1.4rem}.accessory-icon{font-size:2.4rem;margin-bottom:.7rem}.accessory-card h3{font-size:var(--text-base);margin-bottom:.3rem}.accessory-card p{font-size:var(--text-xs);line-height:var(--leading-normal)}.accessory-card:hover{transform:translateY(-8px)}}@media (max-width:768px){.accessories-section{padding:2rem 1rem}.accessories-title{font-size:var(--text-2xl);margin-bottom:1.2rem}.accessory-grid{gap:1.2rem;grid-template-columns:repeat(2,1fr);max-width:600px}.accessory-card{padding:1.2rem}.accessory-icon{font-size:2.2rem;margin-bottom:.6rem}.accessory-card h3{font-size:var(--text-base);margin-bottom:.3rem}.accessory-card p{font-size:var(--text-xs);line-height:var(--leading-tight)}.accessory-card:hover{transform:translateY(-6px)}}@media (max-width:640px){.accessories-section{padding:1.8rem .8rem}.accessories-title{font-size:var(--text-xl);margin-bottom:1rem}.accessory-grid{gap:1rem;grid-template-columns:repeat(2,1fr);max-width:500px}.accessory-card{padding:1rem}.accessory-icon{font-size:2rem;margin-bottom:.5rem}.accessory-card h3{font-size:var(--text-sm);margin-bottom:.2rem}.accessory-card p{font-size:var(--text-xs);line-height:var(--leading-tight)}.accessory-card:hover{transform:translateY(-4px)}}@media (max-width:480px){.accessories-section{padding:1.5rem .6rem}.accessories-title{font-size:var(--text-lg);margin-bottom:.8rem}.accessory-grid{gap:.8rem;grid-template-columns:repeat(2,1fr);max-width:400px}.accessory-card{padding:.8rem}.accessory-icon{font-size:1.8rem;margin-bottom:.4rem}.accessory-card h3{font-size:var(--text-sm);margin-bottom:.2rem}.accessory-card p{font-size:var(--text-xs);line-height:var(--leading-tight)}.accessory-card:hover{transform:translateY(-2px)}}@media (max-width:360px){.accessories-section{padding:1.2rem .4rem}.accessories-title{font-size:var(--text-base);margin-bottom:.6rem}.accessory-grid{gap:.6rem;max-width:300px}.accessory-card{padding:.6rem}.accessory-icon{font-size:1.6rem;margin-bottom:.3rem}.accessory-card h3{font-size:var(--text-xs);margin-bottom:.1rem}.accessory-card p{font-size:var(--text-xs);line-height:var(--leading-tight)}.accessory-card:hover{transform:none}}@media (max-height:500px) and (orientation:landscape){.accessories-section{padding:1rem .5rem}.accessories-title{font-size:var(--text-sm);margin-bottom:.5rem}.accessory-grid{gap:.5rem;grid-template-columns:repeat(3,1fr)}.accessory-card{padding:.5rem}.accessory-icon{font-size:1.4rem;margin-bottom:.2rem}.accessory-card h3{margin-bottom:.1rem}.accessory-card h3,.accessory-card p{font-size:var(--text-xs)}}@media (prefers-reduced-motion:reduce){.accessory-card{transition:none}.accessory-card:hover{transform:none}}@media (prefers-contrast:high){.accessory-card{border:2px solid #333}.accessories-title,.accessory-card h3{color:#000}.accessory-card p{color:#333}}.accessory-card p{color:#333}}.about-story-section{background-color:#fff;padding:4rem 2rem}.story-title{color:var(--color-black);font-size:var(--text-4xl);font-weight:var(--font-semibold);margin-bottom:2rem;text-align:center}.story-content{align-items:center;display:flex;gap:2rem}.story-text{color:#555;flex:1 1;font-size:var(--text-lg);font-weight:var(--font-normal);line-height:var(--leading-relaxed)}.story-image-container{align-items:center;display:flex;flex:1 1;justify-content:center}.story-image{border-radius:8px;box-shadow:0 4px 8px #0000001a;height:500px;max-width:100%;object-fit:cover}@media (max-width:1400px){.about-story-section{padding:3.5rem 1.8rem}.story-title{font-size:var(--text-4xl);margin-bottom:1.8rem}.story-content{gap:1.8rem;margin:0 auto;max-width:1200px}.story-text{font-size:var(--text-base)}.story-image{height:450px}}@media (max-width:1200px){.about-story-section{padding:3rem 1.5rem}.story-title{font-size:var(--text-3xl);margin-bottom:1.6rem}.story-content{gap:1.6rem;max-width:1000px}.story-text{font-size:var(--text-base);line-height:var(--leading-normal)}.story-text p{margin-bottom:1rem}.story-image{height:400px}}@media (max-width:1024px){.about-story-section{padding:2.5rem 1.2rem}.story-title{font-size:var(--text-3xl);margin-bottom:1.4rem}.story-content{gap:1.4rem;max-width:800px}.story-text{font-size:var(--text-sm);line-height:var(--leading-normal)}.story-text p{margin-bottom:.8rem}.story-image{height:350px}}@media (max-width:768px){.about-story-section{padding:2rem 1rem}.story-title{font-size:var(--text-2xl);margin-bottom:1.2rem}.story-content{flex-direction:column;gap:1.2rem;max-width:600px}.story-text{font-size:var(--text-sm);line-height:var(--leading-tight);text-align:left}.story-text p{margin-bottom:.7rem}.story-image-container{width:100%}.story-image{height:300px;width:100%}}@media (max-width:640px){.about-story-section{padding:1.8rem .8rem}.story-title{font-size:var(--text-xl);margin-bottom:1rem}.story-content{gap:1rem;max-width:500px}.story-text{font-size:var(--text-xs);line-height:var(--leading-tight)}.story-text p{margin-bottom:.6rem}.story-image{height:250px}}@media (max-width:480px){.about-story-section{padding:1.5rem .6rem}.story-title{font-size:var(--text-lg);margin-bottom:.8rem}.story-content{gap:.8rem;max-width:400px}.story-text{font-size:var(--text-xs);line-height:var(--leading-tight)}.story-text p{margin-bottom:.5rem}.story-image{border-radius:6px;height:220px}}@media (max-width:360px){.about-story-section{padding:1.2rem .4rem}.story-title{font-size:var(--text-base);margin-bottom:.6rem}.story-content{gap:.6rem;max-width:320px}.story-text{font-size:var(--text-xs);line-height:var(--leading-tight)}.story-text p{margin-bottom:.4rem}.story-image{border-radius:4px;height:200px}}@media (max-height:500px) and (orientation:landscape){.about-story-section{padding:1rem .5rem}.story-title{font-size:var(--text-sm);margin-bottom:.5rem}.story-content{align-items:flex-start;flex-direction:row;gap:1rem}.story-text{font-size:var(--text-xs);line-height:var(--leading-tight)}.story-text p{margin-bottom:.3rem}.story-image{height:150px;width:auto}.story-image-container{flex:0 0 auto}}@media (min-width:1600px){.story-content{max-width:1400px}}@media (prefers-contrast:high){.story-text,.story-title{color:#000}}@media (prefers-reduced-motion:reduce){.story-image{transition:none}}.faq-section{background:var(--bg-primary);padding:6rem 2rem 4rem}.faq-container{margin:0 auto;max-width:1200px}.faq-header{margin-bottom:4rem;text-align:center}.faq-header h2{color:var(--text-primary);font-size:var(--text-4xl);font-weight:800;margin-bottom:1rem}.faq-header p{color:var(--text-secondary);font-size:var(--text-lg);margin:0 auto;max-width:600px}.faq-grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.faq-item{background:var(--text-primary);border:2px solid var(--border-color);border-radius:16px;box-shadow:var(--shadow);margin-bottom:1.5rem;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.faq-item:hover{background:var(--text-middle);box-shadow:var(--text-middle);transform:translateY(-2px)}.faq-item.active{background:var(--text-middle);border-color:var(--text-middle);box-shadow:0 8px 32px #60a5fa26}.faq-question{align-items:center;background:none;border:none;color:var(--text-white);cursor:pointer;display:flex;font-family:inherit;justify-content:space-between;padding:1.5rem 2rem;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background:#60a5fa0d}.faq-question h3{color:var(--primary-color);flex:1 1;font-size:var(--text-lg);font-weight:600;line-height:1.4;margin:0;padding-right:1rem}.faq-toggle{flex-shrink:0;height:24px;position:relative;transition:transform .3s ease;width:24px}.faq-toggle:after,.faq-toggle:before{background:var(--color-black);content:"";position:absolute;transition:all .3s ease}.faq-toggle:before{height:16px;left:11px;top:4px;width:2px}.faq-toggle:after{height:2px;left:4px;top:11px;width:16px}.faq-item.active .faq-toggle:before{opacity:0;transform:rotate(90deg)}.faq-item.active .faq-toggle{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 2rem;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease}.faq-item.active .faq-answer{max-height:300px;padding:0 2rem 1.5rem}.faq-answer p{color:var(--text-white);font-size:var(--text-base);line-height:1.6;margin:0;opacity:0;transform:translateY(10px);transition:all .3s ease .1s}.faq-item.active .faq-answer p{opacity:1;transform:translateY(0)}.faq-item{animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(20px)}.faq-item:first-child{animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.2s}.faq-item:nth-child(3){animation-delay:.3s}.faq-item:nth-child(4){animation-delay:.4s}.faq-item:nth-child(5){animation-delay:.5s}.faq-item:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.faq-item:hover .faq-question h3{color:var(--secondary-color)}.faq-question:focus{outline:2px solid var(--primary-color);outline-offset:-2px}.faq-question:focus:not(:focus-visible){outline:none}@media (max-width:1400px){.faq-section{padding:5.5rem 1.8rem 3.5rem}.faq-container{max-width:1100px}.faq-header{margin-bottom:3.5rem}.faq-header h2{font-size:2.3rem}.faq-grid{gap:2.5rem}.faq-item{margin-bottom:1.3rem}}@media (max-width:1200px){.faq-section{padding:5rem 1.5rem 3rem}.faq-container{max-width:1000px}.faq-header{margin-bottom:3rem}.faq-header h2{font-size:2.1rem}.faq-header p{font-size:1.1rem}.faq-grid{gap:2.2rem}.faq-question{padding:1.3rem 1.8rem}.faq-question h3{font-size:1.05rem}.faq-answer{padding:0 1.8rem}.faq-item.active .faq-answer{padding:0 1.8rem 1.3rem}}@media (max-width:1024px){.faq-section{padding:4rem 1.5rem 3rem}.faq-header{margin-bottom:2.5rem}.faq-header h2{font-size:2rem}.faq-header p{font-size:1rem}.faq-grid{gap:2rem}.faq-item{margin-bottom:1.2rem}.faq-question{padding:1.2rem 1.6rem}.faq-question h3{font-size:1rem}.faq-answer{padding:0 1.6rem}.faq-item.active .faq-answer{padding:0 1.6rem 1.2rem}.faq-answer p{font-size:.95rem}}@media (max-width:768px){.faq-section{padding:3rem 1rem 2rem}.faq-header{margin-bottom:2rem}.faq-header h2{font-size:1.8rem}.faq-header p{font-size:.95rem}.faq-grid{gap:1.5rem;grid-template-columns:1fr}.faq-item{margin-bottom:1rem}.faq-question{padding:1.25rem 1.5rem}.faq-question h3{font-size:.95rem;padding-right:.75rem}.faq-answer{padding:0 1.5rem}.faq-item.active .faq-answer{padding:0 1.5rem 1.25rem}.faq-answer p{font-size:.9rem;line-height:1.5}.faq-item:hover{transform:translateY(-1px)}}@media (max-width:640px){.faq-section{padding:2.5rem .8rem 1.8rem}.faq-header{margin-bottom:1.8rem}.faq-header h2{font-size:1.6rem}.faq-header p{font-size:.9rem}.faq-grid{gap:1.2rem}.faq-item{margin-bottom:.8rem}.faq-question{padding:1rem 1.2rem}.faq-question h3{font-size:.9rem;line-height:1.3}.faq-answer{padding:0 1.2rem}.faq-item.active .faq-answer{padding:0 1.2rem 1rem}.faq-answer p{font-size:.85rem;line-height:1.4}.faq-toggle{height:22px;width:22px}.faq-toggle:before{height:15px;left:10px;top:3.5px}.faq-toggle:after{left:3.5px;top:10px;width:15px}}@media (max-width:480px){.faq-section{padding:2rem .75rem 1.5rem}.faq-header{margin-bottom:1.5rem}.faq-header h2{font-size:1.5rem}.faq-header p{font-size:.85rem}.faq-grid{gap:1rem}.faq-item{margin-bottom:.6rem}.faq-question{padding:1rem 1.25rem}.faq-question h3{font-size:.85rem;line-height:1.2}.faq-answer{padding:0 1.25rem}.faq-item.active .faq-answer{padding:0 1.25rem 1rem}.faq-answer p{font-size:.8rem;line-height:1.3}.faq-toggle{height:20px;width:20px}.faq-toggle:before{height:14px;left:9px;top:3px}.faq-toggle:after{left:3px;top:9px;width:14px}.faq-item:hover{transform:none}}@media (max-width:360px){.faq-section{padding:1.5rem .5rem 1.2rem}.faq-header{margin-bottom:1.2rem}.faq-header h2{font-size:1.4rem}.faq-header p{font-size:.8rem}.faq-grid{gap:.8rem}.faq-item{margin-bottom:.5rem}.faq-question{padding:.8rem 1rem}.faq-question h3{font-size:.8rem;line-height:1.1}.faq-answer{padding:0 1rem}.faq-item.active .faq-answer{padding:0 1rem .8rem}.faq-answer p{font-size:.75rem;line-height:1.2}.faq-toggle{height:18px;width:18px}.faq-toggle:before{height:12px;left:8px;top:3px}.faq-toggle:after{left:3px;top:8px;width:12px}}@media (max-height:500px) and (orientation:landscape){.faq-section{padding:1rem .5rem .8rem}.faq-header{margin-bottom:1rem}.faq-header h2{font-size:1.3rem}.faq-header p{font-size:.75rem}.faq-grid{gap:1rem;grid-template-columns:1fr 1fr}.faq-item{margin-bottom:.5rem}.faq-question{padding:.6rem .8rem}.faq-question h3{font-size:.75rem}.faq-answer{padding:0 .8rem}.faq-item.active .faq-answer{padding:0 .8rem .6rem}.faq-answer p{font-size:.7rem}}@media (prefers-reduced-motion:reduce){.faq-item{animation:none;opacity:1}.faq-item,.faq-item:hover{transform:none}.faq-answer,.faq-answer p,.faq-toggle{transition:none}}@media (prefers-contrast:high){.faq-item{border-width:3px}.faq-question:focus{outline-width:3px}}:root{--color-primary:#ff7f00}.contact-section{align-content:center!important;background-color:#fff;background-image:url(/static/media/dotted-map-bg.8437ca62db1bb1fbf659.png);background-position:50%;background-repeat:no-repeat;font-family:Arial,sans-serif;padding:80px 0}.contact-wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;gap:70px;justify-content:center;margin:0 auto;max-width:1200px}.contact-details{flex:1.7 1;max-width:520px;min-width:280px}.contact-details h4{color:#ff7f00;color:var(--color-primary);font-size:var(--text-lg);letter-spacing:1px;margin-bottom:14px}.contact-details h2{color:#000;font-size:var(--text-4xl);font-weight:var(--font-bold);line-height:var(--leading-tight);margin-bottom:24px}.contact-details p{align-items:center;color:#000;display:flex;font-size:var(--text-xl);margin-bottom:18px}.contact-details .icon{color:#ff7f00;color:var(--color-primary);font-size:var(--text-2xl);margin-right:12px}.contact-form{border-radius:10px;flex:1.2 1;max-width:660px;min-width:340px;padding:20px}.contact-form form{display:flex;flex-direction:column}.form-row{display:flex;gap:18px;margin-bottom:18px;width:100%}.form-row input{flex:1 1;min-width:0}.contact-form input,.contact-form textarea{background-color:#fff;border:2px solid #000;border-radius:10px;color:#000;font-size:var(--text-base);padding:12px;transition:border-color .3s ease;width:100%}.contact-form textarea{height:140px;margin-bottom:24px;resize:none}.contact-form input:focus,.contact-form textarea:focus{border-color:#ff7f00;border-color:var(--color-primary);box-shadow:0 0 0 3px #ff7f0014;outline:none}.contact-form button{align-self:flex-start;background-color:#000;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:var(--text-lg);padding:14px 26px;transition:background-color .18s ease,transform .12s ease}.contact-form button:hover{background-color:#ff7f00;background-color:var(--color-primary);transform:translateY(-2px)}@media (max-width:992px){.contact-wrapper{gap:40px;padding:0 20px}.contact-details{max-width:460px}.contact-form{max-width:600px}}@media (max-width:768px){.contact-wrapper{align-items:stretch;background-position:50%;flex-direction:column}.contact-details,.contact-form{flex:1 1 100%;max-width:100%}.form-row{flex-direction:column}.form-row input{width:100%}.contact-details h2{font-size:var(--text-2xl)}}@media (max-width:480px){.contact-section{padding:40px 0}.contact-details h2{font-size:var(--text-xl)}.contact-details p{font-size:var(--text-base)}.contact-details .icon{font-size:var(--text-lg)}.contact-form input,.contact-form textarea{font-size:var(--text-xs);padding:10px}.contact-form button{font-size:var(--text-sm);padding:12px 20px}}.carousel{margin-bottom:4rem;margin-top:auto}.carousel-caption{bottom:3rem;text-align:left!important;z-index:10}.carousel-item{height:32rem}.marketing .col-lg-4{margin-bottom:1.5rem;text-align:center}.marketing .col-lg-4 p{margin-left:.75rem;margin-right:.75rem}.featurette-divider{margin:5rem 0}.featurette-heading{letter-spacing:-.05rem}.breadcrumb a{color:var(--color-white);text-decoration:none}@media (min-width:40em){.carousel-caption p{font-size:1.25rem;line-height:1.4;margin-bottom:1.25rem}.featurette-heading{font-size:50px}}@media (min-width:62em){.featurette-heading{margin-top:7rem}}.products-page-content{margin:0 auto;max-width:1400px;padding:60px 20px}.products-section{margin-bottom:80px}.section-title{color:#222;font-size:2.5rem;font-weight:800;margin-bottom:60px;position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,#5781de,#4dc0b5);border-radius:2px;content:"";display:block;height:4px;margin:15px auto 0;width:70px}.product-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));padding:0 10px}@media (max-width:768px){.products-page-content{padding:40px 15px}.section-title{font-size:2rem;margin-bottom:40px}.product-grid{gap:20px}}.product-card{background:#fff;border-radius:14px;box-shadow:0 3px 12px #00000014;display:flex;flex-direction:column;overflow:hidden;padding:20px;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{box-shadow:0 6px 18px #00000026;transform:translateY(-6px) scale(1.02)}.product-image{background-color:#f8f8f8;border-radius:10px;height:250px;margin-bottom:15px;object-fit:contain;padding:15px;transition:transform .25s ease;width:100%}.product-card:hover .product-image{transform:scale(1.05)}.product-name{color:#222;font-size:1.25rem;font-weight:700;margin:10px 0}.product-description{color:#666;flex-grow:1;font-size:.95rem;margin-bottom:15px}.product-card a{color:inherit;text-decoration:none}.product-details-container{display:flex;gap:var(--space-lg);padding:var(--space-lg)}.product-details-image-slider{flex:1 1;min-width:0}.product-details-swiper{height:490px!important}.product-details-swiper .swiper-slide{height:450px!important}.product-details-swiper .swiper-slide img{border-radius:8px;height:100%;object-fit:contain;width:100%}.product-details-swiper .swiper-pagination{margin-top:40px!important}.product-details-info{flex:1 1}.product-details-info h1{font-size:2.5rem;margin-bottom:var(--space-md)}.product-details-info p{font-size:1.1rem;margin-bottom:var(--space-lg)}.product-specs{margin-top:var(--space-lg)}.product-specs h2{border-bottom:2px solid var(--color-primary);font-size:1.8rem;margin-bottom:var(--space-md);padding-bottom:var(--space-sm)}.product-specs ul{list-style:none;padding:0}.product-specs li{border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;padding:var(--space-sm) 0}.product-specs li strong{color:var(--color-text)}.application-cases-section,.related-products-section,.video-installation-section{padding:var(--space-lg)}.application-cases-section h2,.related-products-section h2,.video-installation-section h2{font-size:2rem;margin-bottom:var(--space-lg);text-align:center}.application-cases-swiper{height:340px!important}.application-cases-swiper .swiper-slide{height:300px!important;overflow:hidden}.application-cases-swiper .swiper-slide img{border-radius:8px!important;height:100%;object-fit:cover;width:100%}.application-cases-swiper .swiper-pagination{margin-top:40px!important}.video-container{background:#000;border-radius:8px;height:0;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative}.video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.related-products-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width:768px){.product-details-container{flex-direction:column}}@font-face{font-display:block;font-family:lg;font-style:normal;font-weight:400;src:url(/static/media/lg.64b800aa30714fd916dc.woff2) format("woff2"),url(/static/media/lg.747d038541bfc6bb8ea9.ttf) format("truetype"),url(/static/media/lg.356a0e9cb064c7a196c6.woff) format("woff"),url(/static/media/lg.09cd8e9be7081f216644.svg#lg) format("svg")}.lg-icon{speak:never;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:lg!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.lg-container{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.lg-next,.lg-prev{background-color:#00000073;border:none;border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;outline:none;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084}.lg-next.disabled,.lg-prev.disabled{cursor:default;opacity:0!important}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:"\e095"}.lg-prev{left:20px}.lg-prev:after{content:"\e094"}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{animation:lg-left-end .3s;position:relative}.lg-toolbar{left:0;position:absolute;top:0;width:100%;z-index:1082}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,#0000,#0006)}.lg-toolbar .lg-icon{background:none;border:none;box-shadow:none;color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;outline:medium none;padding:10px 0;text-align:center;text-decoration:none!important;transition:color .2s linear;width:50px;will-change:color}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:"\e90a"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{color:#eee;font-size:16px;opacity:0;padding:10px 40px;text-align:center;transition:opacity .2s ease-out 0s;z-index:1080}.lg-sub-html h4{font-size:13px;font-weight:700;margin:0}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,#0000,#0009)}.lg-item .lg-sub-html{bottom:0;left:0;position:absolute;right:0}.lg-error-msg{color:#999;font-size:14px}.lg-counter{color:#999;display:inline-block;font-size:16px;height:47px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;transform:scale3d(.5,.5,.5);transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;will-change:transform,opacity}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;transform:scaleX(1)}.lg-icon:focus-visible{border-radius:3px;color:#fff;outline:1px dashed #fff9}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-group:after{clear:both;content:"";display:table}.lg-container{outline:none}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;will-change:transform,opacity}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar,.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;transform:translate3d(0,20px,0)}.lg-outer{height:100%;left:0;opacity:.001;outline:none;overflow:hidden;position:fixed;text-align:left;top:0;transition:opacity .15s ease 0s;width:100%;will-change:auto;z-index:1050}.lg-outer *{box-sizing:border-box}.lg-outer.lg-visible,.lg-outer.lg-zoom-from-image{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{transition-duration:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{opacity:1;transition-duration:0s!important}.lg-outer.lg-grab img.lg-object{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{bottom:0;left:0;position:absolute;right:0;top:0}.lg-outer .lg-inner{bottom:0;left:0;position:absolute;top:0;transition:opacity 0s;white-space:nowrap;width:100%}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(data:image/gif;base64,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) no-repeat scroll 50% #0000}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;height:100%;position:absolute;text-align:center;width:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{bottom:0;font-size:0;left:0;position:absolute;right:0;top:0;white-space:nowrap}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;height:auto;max-height:100%;max-width:100%;position:relative;vertical-align:middle;width:auto}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{left:50%;position:absolute;top:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{opacity:1;transform:translateZ(0)}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-outer .lg-media-cont{display:inline-block;position:relative;text-align:center;vertical-align:middle}.lg-outer .lg-media-cont .lg-object{height:100%!important;width:100%!important}.lg-outer .lg-has-iframe .lg-media-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-backdrop{background-color:#000;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity 333ms ease-in 0s;will-change:auto;z-index:1040}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{opacity:1;transform:translateZ(0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{opacity:1;transition-duration:0s!important}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:"\e909"}.lg-components{bottom:0;left:0;position:absolute;right:0;transform:translate3d(0,100%,0);transition:transform .35s ease-out 0s;will-change:transform;z-index:1080}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;float:left;max-height:350px;overflow:hidden;width:100%}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{display:inline-block;height:100%;margin-bottom:-5px;padding:5px 0;vertical-align:middle}@media (min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{border-radius:2px;cursor:pointer;float:left;height:100%;margin-bottom:5px;overflow:hidden;will-change:border-color}@media (min-width:768px){.lg-outer .lg-thumb-item{border:2px solid #fff;border-radius:4px;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{display:block;height:100%;object-fit:cover;width:100%}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer.lg-animate-thumb .lg-thumb{transition-timing-function:cubic-bezier(.215,.61,.355,1)}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition-duration:0ms!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;will-change:transform}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:transform .8s cubic-bezier(0,0,.25,1) 0s;will-change:transform}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:scaleX(1);transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition{left:50%!important;max-height:none!important;max-width:none!important;top:50%!important;transform:scaleX(1) translate3d(-50%,-50%,0)!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x{left:50%!important;max-height:none!important;max-width:none!important;top:0!important;transform:scaleX(1) translate3d(-50%,0,0)!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y{left:0!important;max-height:none!important;max-width:none!important;top:50%!important;transform:scaleX(1) translate3d(0,-50%,0)!important}.lg-icon.lg-zoom-in:after{content:"\e311"}.lg-actual-size .lg-icon.lg-zoom-in{opacity:1;pointer-events:auto}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:"\e033"}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:"\e312"}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-zoom-out{opacity:.75;pointer-events:none}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer .lg-img-rotate{bottom:0;left:0;position:absolute;right:0;top:0;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,.lg-outer[data-lg-slide-type=video] .lg-flip-hor,.lg-outer[data-lg-slide-type=video] .lg-flip-ver,.lg-outer[data-lg-slide-type=video] .lg-rotate-left,.lg-outer[data-lg-slide-type=video] .lg-rotate-right{opacity:.75;pointer-events:none}.lg-outer .lg-img-rotate:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-rotate-left:after{content:"\e900"}.lg-rotate-right:after{content:"\e901"}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:"\e903"}.lg-flip-hor:after{content:"\e902"}.lg-outer .lg-dropdown-overlay{background-color:#00000040;bottom:0;cursor:default;left:0;opacity:0;position:absolute;right:0;top:0;transition:visibility 0s linear .18s,opacity .18s linear 0s;visibility:hidden;will-change:visibility,opacity;z-index:1081}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active .lg-dropdown-overlay{opacity:1;transform:translateZ(0);transition-delay:0s;visibility:visible}.lg-outer.lg-dropdown-active .lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;opacity:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;transform:translate3d(0,5px,0);transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;visibility:hidden;will-change:visibility,opacity,transform}.lg-outer .lg-dropdown:after{border:8px solid;border-color:#0000 #0000 #fff;content:"";display:block;height:0;position:absolute;right:16px;top:-16px;width:0}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;padding:4px 12px;white-space:pre}.lg-outer .lg-dropdown a:hover{background-color:#00000012}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer .lg-share{position:relative}.lg-outer .lg-share:after{content:"\e80d"}.lg-outer .lg-share-facebook .lg-icon{color:#3b5998}.lg-outer .lg-share-facebook .lg-icon:after{content:"\e904"}.lg-outer .lg-share-twitter .lg-icon{color:#00aced}.lg-outer .lg-share-twitter .lg-icon:after{content:"\e907"}.lg-outer .lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer .lg-share-pinterest .lg-icon:after{content:"\e906"}.projects-page-content{padding:80px 20px}.gallery{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.gallery a{border-radius:10px;box-shadow:0 4px 8px #0000001a;display:block;height:250px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:300px}.gallery a:hover{box-shadow:0 8px 16px #0003;transform:scale(1.05)}.gallery img{height:100%;object-fit:cover;width:100%}@media (max-width:768px){.projects-page-content{padding:60px 15px}.gallery{gap:12px}.gallery a{height:150px;width:180px}}@media (max-width:640px){.projects-page-content{padding:40px 10px}.gallery{gap:10px}.gallery a{height:130px;width:160px}}@media (max-width:480px){.gallery{gap:8px}.gallery a{height:115px;width:140px}}@media (max-width:360px){.gallery a{height:100px;width:120px}}.video-library-section{padding:var(--space-lg) 0}.container{padding:0 var(--space-md)}.section-header{margin-bottom:var(--space-lg);text-align:center}.section-header h2{color:var(--color-text);font-size:2.5rem;margin-bottom:var(--space-sm)}.section-header p{color:#666;font-size:1.1rem;margin:0 auto;max-width:800px}.video-grid{grid-gap:var(--space-lg);display:grid;gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.video-card{background-color:var(--color-bg);border-radius:8px;box-shadow:0 4px 12px var(--color-shadow);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.video-card:hover{box-shadow:0 8px 20px var(--color-shadow);transform:translateY(-5px)}.video-thumbnail-link{display:block;position:relative}.video-thumbnail{display:block;height:auto;width:100%}.play-icon{align-items:center;background-color:#ff5303cc;border-radius:50%;display:flex;height:60px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background-color .3s ease;width:60px}.play-icon:after{border-bottom:12px solid #0000;border-left:20px solid var(--color-white);border-top:12px solid #0000;content:"";display:block;height:0;margin-left:5px;width:0}.video-thumbnail-link:hover .play-icon{background-color:var(--color-primary)}.video-card-content{padding:var(--space-md)}.video-title{color:var(--color-text);font-size:1.2rem;margin-bottom:var(--space-sm)}.video-description{color:#666;font-size:.9rem}@media (max-width:576px){.video-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.about-us-sections{padding:60px 0}.about-us-sections h2{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:20px}.about-us-sections p{color:#666;font-size:1rem;line-height:1.6;margin:0 auto 20px;max-width:800px}.about-us-sections .row.g-4 .col-md-4,.about-us-sections .row.g-4 .col-md-8{align-items:stretch;display:flex}.about-us-sections .row.g-4 .img-fluid{border-radius:8px;box-shadow:0 4px 8px #0000001a;height:100%;object-fit:cover;width:100%}.small-image-left,.small-image-right{max-height:300px}.about-us-sections .mySwiper_about{border-radius:0;height:400px;overflow:hidden;width:85%}.about-us-sections .mySwiper_about .swiper-slide{align-items:center;background:#fff;display:flex;font-size:18px;justify-content:center;text-align:center}.about-us-sections .mySwiper_about .swiper-slide img{display:block;height:90%;object-fit:cover;width:100%}.about-us-sections .swiper-pagination-bullet{background:#333;border-radius:100%!important;height:10px!important;opacity:.6;width:10px!important}.about-us-sections .swiper-pagination{bottom:-5px!important}.about-us-sections .swiper-pagination-bullet-active{background:var(--color-primary);opacity:1}@media (max-width:768px){.about-us-sections h2{font-size:2rem}.about-us-sections p{font-size:.9rem}.about-us-sections .mySwiper_about{height:200px}.about-us-sections .mySwiper_about .swiper-slide{font-size:14px}.small-image-left,.small-image-right{max-height:200px}}@media (max-width:576px){.about-us-sections .mySwiper_about{height:150px}}.contact-page-wrapper{background:#fff;padding:80px 20px}.contact-page-container{display:flex;flex-wrap:wrap;gap:30px;margin:0 auto;max-width:1400px!important;width:100%}.contact-form-section{flex:2 1;min-width:400px}.map-section{border-radius:20px;box-shadow:0 8px 32px #0000004d;flex:1 1;min-height:500px;min-width:350px;overflow:hidden;position:relative}@media (max-width:900px){.contact-form-section,.map-section{flex:1 1 100%;min-width:100%}}.map-section iframe{border:none;filter:grayscale(100%);height:100%;left:0;opacity:.7;position:absolute;top:0;transition:filter .4s ease-in-out,opacity .4s ease-in-out;width:100%}.map-section:hover iframe{filter:grayscale(0);opacity:1}.footer-section{background:var(--color-bg-dark);color:var(--color-text-light);font-family:var(--font-main);padding:4rem .5rem}.container{margin:0 auto;max-width:1200px;padding:0}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:2rem}.footer-column h5{color:var(--color-primary);font-size:var(--text-xl);font-weight:600;margin-bottom:1rem}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column li{margin-bottom:.5rem}.footer-column a{color:var(--color-text-light);text-decoration:none;transition:color .2s}.footer-column a:hover{color:var(--color-hover)}.footer-column form{display:flex;flex-direction:column}.footer-column input{border:1px solid var(--color-border);border-radius:4px;margin-bottom:.5rem;padding:.5rem}.footer-column button{background:var(--color-primary);border:none;border-radius:4px;color:var(--color-text-light);cursor:pointer;padding:.5rem;transition:background .2s}.footer-column button:hover{background:var(--color-hover)}.footer-bottom{align-items:center;border-top:1px solid var(--color-border);display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:2rem}.social-icons{display:flex;gap:1rem}.social-icons a{color:var(--color-text-light);font-size:var(--text-3xl);transition:color .2s}.social-icons a:hover{color:var(--color-hover)}@media (max-width:576px){.footer-bottom{flex-direction:column;gap:1rem}}
/*# sourceMappingURL=main.0c7cd505.css.map*/