:root{--sl-navy:#06183d;--sl-navy-2:#0a285f;--sl-blue:#00a9f4;--sl-blue-2:#2bc9ff;--sl-text:#10213f;--sl-muted:#5e6e85;--sl-line:#dce7f3;--sl-bg:#f6f9fd;--sl-white:#fff;--sl-shadow:0 18px 50px rgba(7,27,65,.1);--sl-container:1400px;--sl-header:72px}*{box-sizing:border-box}html{scroll-behavior:smooth}html.sl-no-scroll,html.sl-no-scroll body{overflow:hidden}body{margin:0;background:#fff;color:var(--sl-text);font-family:Inter,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.sl-container{width:min(calc(100% - 48px),var(--sl-container));margin-inline:auto}.sl-skip{position:fixed;left:16px;top:-80px;z-index:9999;background:#fff;padding:12px 16px;border-radius:10px}.sl-skip:focus{top:16px}.sl-header{position:sticky;top:0;z-index:100;height:var(--sl-header);background:linear-gradient(180deg,#06162f,#06183d);color:#fff;border-bottom:1px solid rgba(255,255,255,.09)}.sl-header__inner{height:100%;display:grid;grid-template-columns:170px 1fr auto;align-items:center;gap:30px}.sl-logo{display:flex;align-items:center;height:100%}.sl-logo__image{width:auto;height:58px;object-fit:contain}.sl-desktop-nav{justify-self:center}.sl-desktop-nav__list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:32px}.sl-desktop-nav__item{position:relative}.sl-desktop-nav__link{position:relative;display:flex;align-items:center;gap:5px;height:var(--sl-header);font-size:.96rem;font-weight:600;color:#fffffff5}.sl-desktop-nav__link span svg{width:14px;height:14px}.sl-desktop-nav__link.is-current:after,.sl-desktop-nav__link:hover:after{content:"";position:absolute;left:50%;bottom:5px;width:6px;height:6px;border-radius:50%;background:var(--sl-blue);transform:translate(-50%);box-shadow:0 0 14px var(--sl-blue)}.sl-header-actions{display:flex;align-items:center;gap:8px}.sl-header-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:#fff}.sl-header-icon svg{width:21px;height:21px}.sl-header-icon:hover{background:#ffffff14}.sl-cart-count{position:absolute;right:-2px;top:-3px;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--sl-blue);font-size:.68rem;font-weight:800}.sl-header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;background:linear-gradient(135deg,#11b8ff,#0785dd);font-size:.9rem;font-weight:800;box-shadow:0 10px 30px #00a9f447}.sl-menu-button{display:none}.sl-submenu{position:absolute;left:0;top:calc(100% - 4px);min-width:270px;margin:0;padding:10px 0;list-style:none;border:1px solid rgba(8,28,69,.08);border-radius:16px;background:#fff;color:var(--sl-text);box-shadow:0 26px 60px #06183d2e;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;z-index:30}.sl-submenu .sl-submenu{left:calc(100% + 6px);top:-10px}.sl-desktop-nav__item:hover>.sl-submenu,.sl-submenu__item:hover>.sl-submenu{opacity:1;visibility:visible;transform:translateY(0)}.sl-submenu__item{position:relative}.sl-submenu__link{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;font-size:.92rem}.sl-submenu__link:hover{background:#f2f8ff;color:#077bd1}.sl-submenu__chev svg{width:14px;height:14px;transform:rotate(-90deg)}.sl-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#040f2580;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:110;opacity:0;visibility:hidden;transition:.2s}.sl-mobile-overlay.is-open{opacity:1;visibility:visible}.sl-mobile-drawer{position:fixed;right:0;top:0;width:min(92vw,390px);height:100vh;background:#fff;color:var(--sl-text);z-index:120;transform:translate(100%);transition:.24s ease;overflow:auto;padding:20px}.sl-mobile-drawer.is-open{transform:translate(0)}.sl-mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.sl-mobile-drawer__head img{height:58px;width:auto}.sl-mobile-close,.sl-mobile-expander{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:0;background:transparent;color:var(--sl-navy)}.sl-mobile-close svg,.sl-mobile-expander svg{width:20px;height:20px}.sl-mobile-nav__list{list-style:none;margin:0;padding:0}.sl-mobile-nav__item{border-bottom:1px solid var(--sl-line)}.sl-mobile-nav__row{display:flex;align-items:center;justify-content:space-between}.sl-mobile-nav__link{display:block;padding:14px 0;font-weight:700}.sl-mobile-nav__item>.sl-mobile-nav__list{display:none;padding-left:14px}.sl-mobile-nav__item.is-open>.sl-mobile-nav__list{display:block}.sl-mobile-nav__item.is-open>.sl-mobile-nav__row .sl-mobile-expander svg{transform:rotate(180deg)}.sl-header-cta--mobile{width:100%;margin-top:20px;color:#fff}.sl-button,.sl-small-button,.sl-rental-home__button,.sl-contact-home__button,.sl-add-to-cart{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease}.sl-button:hover,.sl-small-button:hover,.sl-rental-home__button:hover,.sl-contact-home__button:hover,.sl-add-to-cart:hover{transform:translateY(-2px)}.sl-button{min-height:48px;padding:0 24px}.sl-button--primary{color:#fff;background:linear-gradient(135deg,#13baff,#087fda);box-shadow:0 12px 32px #00a9f442}.sl-button--ghost{color:#fff;border:1px solid rgba(255,255,255,.65);background:#ffffff0a}.sl-button--ghost-dark{color:var(--sl-navy);border:1px solid var(--sl-line);background:#fff}.sl-small-button{min-height:39px;padding:0 18px;color:#087bd3;background:#fff;border:1px solid #87c8fa;font-size:.86rem}.sl-rental-home__button{min-height:38px;padding:0 16px;color:#fff;background:#118ee8;font-size:.82rem}.sl-home-page{overflow:hidden;background:linear-gradient(180deg,#fff,#f8fbff)}.sl-hero{position:relative;min-height:500px;overflow:hidden;color:#fff;background:radial-gradient(circle at 72% 8%,rgba(18,125,230,.34),transparent 25%),linear-gradient(135deg,#06183d,#08275f 58%,#05142f)}.sl-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#041230fa,#041230e0 44%,#04123029 82%,#0412300d);z-index:1}.sl-hero__mesh{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(35,172,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(35,172,255,.045) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 65%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 65%,transparent 100%);z-index:1}.sl-hero__star{position:absolute;left:37%;top:13%;width:240px;height:240px;opacity:.14;z-index:2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M100 12l22 58h62l-50 36 19 60-53-36-53 36 19-60-50-36h62z' fill='none' stroke='%237ed7ff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.sl-hero__arc{position:absolute;z-index:4;pointer-events:none;border-radius:50%;transform:rotate(-20deg);border:4px solid transparent;border-top-color:#16b9ff;filter:drop-shadow(0 0 13px rgba(0,191,255,.85))}.sl-hero__arc--one{width:760px;height:520px;left:37%;top:110px}.sl-hero__arc--two{width:690px;height:470px;left:39%;top:140px;border-top-width:1px;border-top-color:#52d2ff8c}.sl-hero__grid{position:relative;z-index:3;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:26px;min-height:500px;padding:38px 0 42px}.sl-hero__copy{max-width:640px}.sl-hero h1{margin:0 0 20px;font-family:Cormorant Garamond,Georgia,serif;font-size:4.25rem;line-height:.96;font-weight:600;letter-spacing:-.045em}.sl-hero p{margin:0 0 26px;max-width:560px;color:#ffffffe0;font-size:1.08rem}.sl-hero__buttons{display:flex;gap:12px;flex-wrap:wrap}.sl-hero__photo{align-self:stretch;display:flex;align-items:center;justify-content:flex-end;margin-right:-5vw}.sl-hero__photo img{width:min(100%,690px);aspect-ratio:1.67;object-fit:cover;object-position:center;border-radius:0 0 0 86px;box-shadow:-30px 30px 70px #0000002e}.sl-trust-strip{position:relative;z-index:10;margin-top:-34px}.sl-trust-strip__inner{display:grid;grid-template-columns:repeat(6,1fr);background:#fff;border:1px solid var(--sl-line);border-radius:18px;box-shadow:var(--sl-shadow);overflow:hidden}.sl-trust-strip article{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;min-height:110px;padding:16px;text-align:center;border-right:1px solid var(--sl-line)}.sl-trust-strip article:last-child{border-right:0}.sl-trust-strip svg{width:32px;height:32px;color:#0fa5f5}.sl-trust-strip span{font-size:.82rem;line-height:1.35;font-weight:700;color:#263b60}.sl-about-home{padding:42px 0 18px}.sl-about-home__grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:34px}.sl-about-home__copy{padding:12px 14px}.sl-about-home h2,.sl-service-card h2,.sl-rental-home h2,.sl-rest-home h2,.sl-partners-home h2,.sl-reviews-home h2,.sl-contact-home h2{font-family:Cormorant Garamond,Georgia,serif;color:var(--sl-navy);font-weight:600;letter-spacing:-.025em}.sl-about-home h2{margin:0 0 12px;font-size:2.9rem}.sl-about-home p{margin:0 0 16px;color:var(--sl-muted);font-size:.94rem;max-width:530px}.sl-about-home__image img{width:100%;aspect-ratio:2.75;object-fit:cover;object-position:center;border-radius:18px}.sl-services-home{padding:6px 0 12px}.sl-service-card{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;background:#fff;border:1px solid var(--sl-line);border-radius:18px;box-shadow:var(--sl-shadow);overflow:hidden;margin:0 0 15px}.sl-service-card__image{min-height:260px}.sl-service-card__image img{width:100%;height:100%;object-fit:cover}.sl-service-card__content{display:flex;flex-direction:column;justify-content:center;padding:26px 28px}.sl-service-card h2{position:relative;margin:0 0 16px;padding-bottom:13px;font-size:2.15rem;line-height:1.03}.sl-service-card h2:after{content:"";position:absolute;left:0;bottom:0;width:38px;height:3px;border-radius:999px;background:#0fa6f5}.sl-service-card p{margin:0 0 18px;color:var(--sl-muted);font-size:.94rem;max-width:570px}.sl-rental-home{padding:1px 0 16px}.sl-rental-home__panel{position:relative;display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;padding:24px 26px;color:#fff;border-radius:18px;background:radial-gradient(circle at 75% 45%,rgba(0,173,255,.22),transparent 24%),linear-gradient(135deg,#06183d,#0a2b68 62%,#061a43);box-shadow:var(--sl-shadow);overflow:hidden}.sl-rental-home__panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(95,205,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(95,205,255,.035) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}.sl-rental-home__copy,.sl-rental-home__process{position:relative;z-index:2}.sl-rental-home__kicker{margin:0 0 2px;color:#21baff;font-family:Cormorant Garamond,serif;font-size:1.45rem}.sl-rental-home h2{margin:0 0 8px;color:#fff;font-size:2.45rem;line-height:1}.sl-rental-home__copy>p:not(.sl-rental-home__kicker){margin:0 0 12px;color:#ffffffd1;font-size:.88rem}.sl-rental-home ul{list-style:none;margin:0 0 15px;padding:0}.sl-rental-home li{position:relative;padding-left:20px;margin:7px 0;font-size:.84rem}.sl-rental-home li:before{content:"\2713";position:absolute;left:0;color:#75d9ff;font-weight:800}.sl-rental-home__process h3{margin:2px 0 16px;text-align:center;font-size:.9rem;color:#fff}.sl-process-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.sl-process-line{position:absolute;left:8%;right:8%;top:62px;height:2px;background:linear-gradient(90deg,transparent,#23bfff 15%,#61d8ff 50%,#23bfff 85%,transparent);box-shadow:0 0 12px #00beffe6;z-index:1}.sl-process-grid article{text-align:center}.sl-process-grid span{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 10px;border-radius:50%;background:linear-gradient(135deg,#12377d,#08aaf6);border:2px solid rgba(121,221,255,.82);box-shadow:0 0 0 4px #31bbff14,0 0 18px #00adff66;font-weight:800}.sl-process-grid h4{margin:0 0 5px;font-size:.92rem}.sl-process-grid p{margin:0;color:#ffffffc7;font-size:.74rem;line-height:1.35}.sl-lower-home{padding:0 0 12px}.sl-lower-home__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sl-rest-home,.sl-partners-home{background:#fff;border:1px solid var(--sl-line);border-radius:18px;box-shadow:var(--sl-shadow);overflow:hidden}.sl-rest-home{display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch}.sl-rest-home__copy{padding:20px 20px 18px}.sl-rest-home h2{margin:0 0 8px;font-size:2rem;line-height:.95}.sl-rest-home h2 span{font-size:1.25rem;color:#2d466f}.sl-rest-home p{margin:0 0 10px;color:var(--sl-muted);font-size:.8rem}.sl-rest-home ul{columns:2;list-style:none;margin:0 0 12px;padding:0}.sl-rest-home li{position:relative;padding-left:16px;margin:5px 0;color:#334a70;font-size:.76rem}.sl-rest-home li:before{content:"\25e6";position:absolute;left:0;color:#0a9fea;font-weight:800}.sl-rest-home__image img{width:100%;height:100%;object-fit:cover}.sl-partners-home{padding:20px}.sl-partners-home>h2{margin:0 0 18px;text-align:center;font-size:2rem}.sl-partners-home__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.sl-partners-home__grid>div{text-align:center;padding:5px 8px}.sl-partners-home__grid span{display:grid;place-items:center;width:56px;height:56px;margin:0 auto 10px;color:#139df0}.sl-partners-home__grid span svg{width:38px;height:38px}.sl-partners-home h3{margin:0 0 7px;font-size:.92rem;color:#213b66}.sl-partners-home p{margin:0 0 9px;color:var(--sl-muted);font-size:.74rem;line-height:1.4}.sl-partners-home a{color:#0d8be3;font-weight:700;font-size:.78rem}.sl-reviews-home{padding:0}.sl-reviews-home__grid{display:grid;grid-template-columns:1.28fr .72fr;gap:14px}.sl-reviews-home__reviews{padding:18px 20px 22px;border-radius:18px;background:linear-gradient(135deg,#06183d,#0a2b67);color:#fff;box-shadow:var(--sl-shadow)}.sl-reviews-home__reviews>h2{margin:0 0 14px;color:#fff;text-align:center;font-size:2rem}.sl-review-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.sl-review-cards article{display:flex;flex-direction:column;justify-content:space-between;min-height:145px;padding:16px;border-radius:14px;background:#ffffff0e;border:1px solid rgba(255,255,255,.08)}.sl-review-cards p{margin:0 0 14px;color:#ffffffd1;font-size:.76rem;line-height:1.45}.sl-review-cards article>div{display:flex;align-items:end;justify-content:space-between;gap:8px}.sl-review-cards strong{font-size:.9rem}.sl-review-cards span{color:#ffd84d;letter-spacing:.1em;font-size:.86rem}.sl-contact-home{position:relative;padding:22px 22px 18px;overflow:hidden;border-radius:18px;background:linear-gradient(135deg,#075b9c,#123577 65%,#071d49);color:#fff;box-shadow:var(--sl-shadow)}.sl-contact-home:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(94,206,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(94,206,255,.04) 1px,transparent 1px);background-size:24px 24px}.sl-contact-home__glow{position:absolute;right:-100px;bottom:-100px;width:360px;height:360px;border-radius:50%;border:2px solid rgba(29,193,255,.7);filter:drop-shadow(0 0 16px rgba(0,190,255,.8));transform:rotate(-30deg)}.sl-contact-home>*{position:relative;z-index:2}.sl-contact-home h2{margin:0 0 9px;color:#fff;font-size:2rem;line-height:1}.sl-contact-home p{margin:0 0 16px;color:#ffffffd6;font-size:.84rem}.sl-contact-home__button{min-height:46px;padding:0 19px;background:#ffffffdb;color:#174477}.sl-contact-home__button svg{width:18px;height:18px}.sl-contact-home__whatsapp{display:inline-block;margin-top:12px;color:#89e2ff;font-size:.78rem}.sl-footer{margin-top:16px;padding:28px 0 0;background:linear-gradient(180deg,#06183d,#04132f);color:#ffffffb8}.sl-footer__grid{display:grid;grid-template-columns:1.1fr .85fr .85fr 1fr;gap:26px;padding-bottom:20px}.sl-footer__brand img{height:68px;width:auto;margin-bottom:8px}.sl-footer__brand p{margin:0 0 12px;font-size:.82rem}.sl-social-links{display:flex;gap:8px}.sl-social-links a{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#ffffff12}.sl-footer h3{margin:0 0 11px;color:#fff;font-size:.88rem}.sl-footer ul{list-style:none;margin:0;padding:0}.sl-footer li{margin:7px 0;font-size:.78rem}.sl-footer a:hover{color:#fff}.sl-payment-icons{display:flex;flex-wrap:wrap;gap:7px}.sl-payment-icons svg{height:27px;width:auto;border-radius:4px}.sl-footer__second-title{margin-top:13px!important}.sl-certifications{display:flex;flex-wrap:wrap;gap:7px}.sl-certifications span{display:grid;place-items:center;min-width:48px;height:29px;padding:0 9px;border-radius:7px;background:#ffffff14;color:#fff;font-size:.75rem;font-weight:800}.sl-footer__bottom{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;padding:14px 0 17px;border-top:1px solid rgba(255,255,255,.08);font-size:.72rem;text-align:center}.sl-page-hero{position:relative;padding:64px 0 58px;overflow:hidden;color:#fff;background:radial-gradient(circle at 78% 25%,rgba(22,155,255,.34),transparent 20%),linear-gradient(135deg,#06183d,#0a2b67)}.sl-page-hero:after{content:"";position:absolute;right:4%;top:-90px;width:350px;height:350px;border-radius:50%;border:1px solid rgba(48,196,255,.42);box-shadow:0 0 30px #00b5ff2e}.sl-page-hero>.sl-container{position:relative;z-index:2}.sl-page-hero p{margin:0 0 6px;color:#52c9ff;font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.sl-page-hero h1{margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(3rem,6vw,5.6rem);line-height:.95;font-weight:600}.sl-page-hero__description{max-width:760px;margin-top:18px;color:#ffffffd6}.sl-content-section{padding:60px 0 80px;background:#fff}.sl-rte{max-width:1040px;margin-inline:auto;color:#31425e;font-size:1.04rem}.sl-rte h1,.sl-rte h2,.sl-rte h3,.sl-rte h4{font-family:Cormorant Garamond,Georgia,serif;color:var(--sl-navy);line-height:1.05}.sl-rte h2{font-size:2.8rem;margin-top:2em}.sl-rte h3{font-size:2rem;margin-top:1.7em}.sl-rte p{margin:0 0 1.2em}.sl-rte a{color:#0785dc;text-decoration:underline}.sl-rte img{height:auto;border-radius:18px;box-shadow:var(--sl-shadow);margin:24px auto}.sl-rte iframe{max-width:100%;border:0;border-radius:18px}.sl-rte table{width:100%;border-collapse:collapse}.sl-rte th,.sl-rte td{padding:13px;border:1px solid var(--sl-line);text-align:left}.sl-rte blockquote{margin:28px 0;padding:20px 24px;border-left:4px solid var(--sl-blue);background:#f3f9ff;border-radius:0 14px 14px 0}.sl-rte input,.sl-rte select,.sl-rte textarea,.sl-input,.sl-select{width:100%;min-height:48px;padding:10px 13px;border:1px solid #cfdceb;border-radius:12px;background:#fff}.sl-rte button,.sl-rte input[type=submit]{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 20px;border:0;border-radius:999px;background:linear-gradient(135deg,#10b5fb,#087fd8);color:#fff;font-weight:800;cursor:pointer}.sl-product-page{padding:54px 0 85px;background:#fff}.sl-product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:start}.sl-product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.sl-product-gallery__item{overflow:hidden;border-radius:18px;background:#f1f6fb}.sl-product-gallery__item:first-child{grid-column:1/-1}.sl-product-gallery__item img{width:100%;height:100%;aspect-ratio:1/1;object-fit:contain}.sl-product-info{position:sticky;top:calc(var(--sl-header) + 24px)}.sl-eyebrow{margin:0 0 8px;color:#0b99ea;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.sl-product-info h1{margin:0 0 12px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(3rem,5vw,4.8rem);line-height:.95;color:var(--sl-navy)}.sl-product-price{margin:0 0 18px;font-size:1.45rem;font-weight:800;color:#0d79c9}.sl-product-description{font-size:.98rem}.sl-product-form{display:grid;gap:11px;margin-top:24px}.sl-product-form label{font-size:.84rem;font-weight:800}.sl-add-to-cart{min-height:52px;border:0;background:linear-gradient(135deg,#11b8ff,#087fd9);color:#fff;cursor:pointer}.sl-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.sl-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.sl-product-card{display:block;overflow:hidden;border:1px solid var(--sl-line);border-radius:18px;background:#fff;box-shadow:0 10px 30px #071b4112;transition:transform .2s}.sl-product-card:hover{transform:translateY(-4px)}.sl-product-card__media{position:relative;aspect-ratio:1/1;background:#f5f8fc;overflow:hidden}.sl-product-card__media img{width:100%;height:100%;object-fit:contain}.sl-product-card__badge{position:absolute;left:10px;top:10px;padding:5px 9px;border-radius:999px;background:var(--sl-navy);color:#fff;font-size:.7rem;font-weight:800}.sl-product-card__body{padding:16px}.sl-product-card h3{margin:0 0 8px;font-size:1rem}.sl-product-card__price{font-weight:800;color:#0d79c9}.sl-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.sl-article-card{overflow:hidden;border:1px solid var(--sl-line);border-radius:18px;background:#fff;box-shadow:0 10px 32px #071b4112}.sl-article-card__image{aspect-ratio:16/9;overflow:hidden}.sl-article-card__image img{width:100%;height:100%;object-fit:cover}.sl-article-card__body{padding:18px}.sl-article-card__body>p{margin:0 0 6px;color:#0c96e6;font-size:.74rem;font-weight:800}.sl-article-card h2{margin:0 0 10px;font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;line-height:1}.sl-article-card__body>div{color:var(--sl-muted);font-size:.9rem}.sl-article-hero-image{margin-top:-30px;position:relative;z-index:3}.sl-article-hero-image img{width:100%;max-height:650px;object-fit:cover;border-radius:22px;box-shadow:var(--sl-shadow)}.sl-article-content{max-width:860px}.sl-pagination{margin-top:34px;text-align:center}.sl-cart-form{display:grid;grid-template-columns:1fr 340px;gap:30px;align-items:start}.sl-cart-items{display:grid;gap:14px}.sl-cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:18px;align-items:center;padding:16px;border:1px solid var(--sl-line);border-radius:16px}.sl-cart-item__image{display:block;aspect-ratio:1/1;background:#f4f7fb;border-radius:12px;overflow:hidden}.sl-cart-item__image img{width:100%;height:100%;object-fit:contain}.sl-cart-item__info h2{margin:0 0 6px;font-size:1rem}.sl-cart-item__info p{margin:0 0 8px}.sl-cart-item__info .sl-input{max-width:90px}.sl-cart-summary{position:sticky;top:calc(var(--sl-header) + 20px);padding:22px;border-radius:18px;background:#f4f9ff;border:1px solid var(--sl-line)}.sl-cart-summary p{margin:0}.sl-cart-summary h2{margin:0 0 18px;font-size:2rem}.sl-cart-summary .sl-button{width:100%;margin-top:9px}.sl-empty-state{text-align:center;padding:40px}.sl-search-form{display:grid;grid-template-columns:1fr auto;gap:12px;max-width:760px;margin:0 auto 40px}.sl-search-results{display:grid;gap:14px;max-width:900px;margin:0 auto}.sl-search-result{display:block;padding:18px;border:1px solid var(--sl-line);border-radius:15px}.sl-search-result h2{margin:0 0 6px;font-family:Cormorant Garamond,Georgia,serif;font-size:2rem}.sl-search-result p{margin:0;color:var(--sl-muted)}@media(max-width:1200px){.sl-desktop-nav__list{gap:20px}.sl-header__inner{grid-template-columns:145px 1fr auto;gap:18px}.sl-logo__image{height:52px}.sl-header-cta{padding:0 16px}.sl-hero h1{font-size:3.75rem}.sl-service-card h2{font-size:1.95rem}.sl-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:990px){:root{--sl-header:64px}.sl-desktop-nav,.sl-header-cta:not(.sl-header-cta--mobile){display:none}.sl-menu-button{display:inline-flex}.sl-header__inner{grid-template-columns:130px 1fr auto}.sl-logo__image{height:48px}.sl-hero__grid{grid-template-columns:1fr;min-height:auto;padding:42px 0 28px}.sl-hero__photo{margin-right:0;justify-content:center}.sl-hero__photo img{width:100%;border-radius:24px}.sl-hero:after{background:linear-gradient(0deg,#041230fa,#041230db 48%,#04123033)}.sl-hero__arc,.sl-hero__star{display:none}.sl-hero h1{font-size:3.35rem}.sl-trust-strip{margin-top:-20px}.sl-trust-strip__inner{grid-template-columns:repeat(3,1fr)}.sl-trust-strip article:nth-child(3){border-right:0}.sl-trust-strip article:nth-child(-n+3){border-bottom:1px solid var(--sl-line)}.sl-about-home__grid,.sl-service-card,.sl-rental-home__panel,.sl-lower-home__grid,.sl-rest-home,.sl-reviews-home__grid,.sl-product-layout,.sl-cart-form{grid-template-columns:1fr}.sl-about-home__copy{order:1}.sl-about-home__image{order:2}.sl-service-card--image-right .sl-service-card__content{order:1}.sl-service-card--image-right .sl-service-card__image{order:2}.sl-rental-home__process{padding-top:6px}.sl-product-info{position:static}.sl-product-grid,.sl-blog-grid{grid-template-columns:repeat(2,1fr)}.sl-footer__grid{grid-template-columns:1fr 1fr}.sl-cart-summary{position:static}}@media(max-width:640px){.sl-container{width:min(calc(100% - 26px),var(--sl-container))}.sl-header__inner{grid-template-columns:115px 1fr auto;gap:7px}.sl-logo__image{height:43px}.sl-header-icon{width:35px;height:35px}.sl-header-actions{gap:3px}.sl-hero h1{font-size:2.65rem}.sl-hero p{font-size:.98rem}.sl-hero__buttons{flex-direction:column}.sl-button{width:100%}.sl-trust-strip__inner{grid-template-columns:1fr 1fr}.sl-trust-strip article{border-bottom:1px solid var(--sl-line);min-height:95px}.sl-trust-strip article:nth-child(2n){border-right:0}.sl-trust-strip article:nth-last-child(-n+2){border-bottom:0}.sl-about-home h2{font-size:2.45rem}.sl-service-card__content{padding:22px 19px}.sl-service-card h2{font-size:1.78rem}.sl-service-card__image{min-height:210px}.sl-rental-home__panel{padding:22px 18px}.sl-rental-home h2{font-size:2.1rem}.sl-process-grid{grid-template-columns:1fr 1fr}.sl-process-line{display:none}.sl-rest-home__copy,.sl-partners-home,.sl-reviews-home__reviews,.sl-contact-home{padding:20px 17px}.sl-rest-home ul{columns:1}.sl-partners-home__grid,.sl-review-cards,.sl-footer__grid,.sl-product-gallery{grid-template-columns:1fr}.sl-product-gallery__item:first-child{grid-column:auto}.sl-product-grid,.sl-blog-grid{grid-template-columns:1fr}.sl-cart-item{grid-template-columns:82px 1fr}.sl-cart-item>strong{grid-column:2}.sl-search-form{grid-template-columns:1fr}.sl-page-hero{padding:50px 0 45px}.sl-content-section{padding:44px 0 60px}.sl-rte h2{font-size:2.2rem}.sl-rte h3{font-size:1.7rem}}.sl-hero--matched{min-height:580px;background:linear-gradient(90deg,#010a24c7,#010a2494 28%,#010a243d 52%,#010a240f),var(--hero-bg) center center / cover no-repeat}.sl-hero--matched:after{background:linear-gradient(90deg,#020c2680,#020c2652 22%,#020c2614 50%,#020c2600 72%)}.sl-hero--matched .sl-hero__grid{display:block;width:min(calc(100% - 86px),1900px);margin:0 auto;min-height:580px;padding:62px 0 64px}.sl-hero--matched .sl-hero__copy{position:relative;z-index:4;max-width:780px;padding-left:6px;padding-top:6px}.sl-hero--matched h1{max-width:930px;margin:0 0 26px;font-size:5.05rem;line-height:.93;letter-spacing:-.055em;text-shadow:0 2px 12px rgba(0,0,0,.16)}.sl-hero--matched p{max-width:840px;margin:0 0 30px;font-size:1.16rem;line-height:1.55;color:#ffffffeb;text-shadow:0 2px 10px rgba(0,0,0,.14)}.sl-hero--matched .sl-hero__buttons{gap:16px}.sl-hero--matched .sl-button{min-height:64px;padding:0 28px;font-size:1.07rem}.sl-hero--matched .sl-button--primary{min-width:246px;box-shadow:0 12px 32px #17a4ff52}.sl-hero--matched .sl-button--ghost{min-width:200px;border-width:2px;background:#08133924}@media(max-width:1400px){.sl-hero--matched .sl-hero__grid{width:min(calc(100% - 60px),1600px)}.sl-hero--matched h1{font-size:4.45rem}}@media(max-width:990px){.sl-hero--matched{background-position:72% center;min-height:0}.sl-hero--matched .sl-hero__grid{width:min(calc(100% - 40px),100%);padding:44px 0 34px;min-height:auto}.sl-hero--matched h1{font-size:3.3rem;max-width:560px}.sl-hero--matched p{font-size:1rem;max-width:520px}.sl-hero--matched .sl-button{min-height:56px}}@media(max-width:640px){.sl-hero--matched{background-position:74% center}.sl-hero--matched .sl-hero__grid{width:min(calc(100% - 26px),100%);padding:36px 0 28px}.sl-hero--matched h1{font-size:2.7rem;line-height:.98}.sl-hero--matched .sl-hero__buttons{gap:12px}.sl-hero--matched .sl-button{min-width:0;width:100%}}.sl-about-home__image{overflow:hidden;border-radius:18px;background:#f8fbff}.sl-about-home__image img{display:block;width:100%;height:auto;min-height:0;aspect-ratio:2.75;object-fit:cover;object-position:center 58%;filter:none}.sl-hero--matched{min-height:560px;background-position:center center;background-size:cover;background-repeat:no-repeat}.sl-hero--matched:after{background:linear-gradient(90deg,#020c2894,#020c2857,#020c281a,#020c2800 72%)}.sl-hero--matched .sl-hero__grid{width:min(calc(100% - 90px),1900px);min-height:560px;padding:62px 0 54px}.sl-hero--matched .sl-hero__copy{max-width:760px;padding-left:4px}.sl-hero--matched h1{font-size:4.8rem;line-height:.93;letter-spacing:-.052em;margin:0 0 22px;text-shadow:0 3px 16px rgba(0,0,0,.22)}.sl-hero--matched p{max-width:620px;font-size:1.12rem;line-height:1.56;margin:0 0 28px;color:#fffffff0;text-shadow:0 2px 10px rgba(0,0,0,.14)}.sl-hero--matched .sl-button{min-height:62px;padding:0 28px;font-size:1.05rem}.sl-hero--matched .sl-button--primary{min-width:238px}.sl-hero--matched .sl-button--ghost{min-width:198px}.sl-about-home__grid{grid-template-columns:.82fr 1.18fr;gap:32px}.sl-about-home__image{overflow:hidden;border-radius:18px;background:#f7fbff}.sl-about-home__image img{display:block;width:100%;height:auto;aspect-ratio:2.75;object-fit:cover;object-position:center center;border-radius:18px}@media(max-width:1400px){.sl-hero--matched .sl-hero__grid{width:min(calc(100% - 60px),1650px)}.sl-hero--matched h1{font-size:4.35rem}}@media(max-width:990px){.sl-hero--matched{background-position:72% center;min-height:auto}.sl-hero--matched .sl-hero__grid{width:min(calc(100% - 40px),100%);min-height:auto;padding:44px 0 34px}.sl-hero--matched h1{font-size:3.35rem;max-width:560px}.sl-hero--matched p{font-size:1rem;max-width:520px}.sl-hero--matched .sl-button{min-height:56px}}@media(max-width:640px){.sl-hero--matched .sl-hero__grid{width:min(calc(100% - 26px),100%);padding:34px 0 28px}.sl-hero--matched h1{font-size:2.72rem;line-height:.97}.sl-about-home__image img{aspect-ratio:2.1}}.sl-hero--matched{position:relative;min-height:610px;overflow:hidden;background-image:var(--hero-bg)!important;background-repeat:no-repeat!important;background-position:center center!important;background-size:cover!important}.sl-hero--matched:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#020d2a57,#020d2a33,#020d2a0a 52%,#020d2a00 75%)}.sl-hero--matched .sl-hero__grid{position:relative;z-index:3;display:block;width:min(calc(100% - 96px),1900px);min-height:610px;padding:78px 0 58px}.sl-hero--matched .sl-hero__copy{max-width:820px;padding:0}.sl-hero--matched h1{margin:0 0 24px;max-width:840px;font-size:4.25rem;line-height:.95;letter-spacing:-.045em;font-weight:600;text-shadow:0 3px 15px rgba(0,0,0,.2)}.sl-hero--matched p{max-width:760px;margin:0 0 30px;font-size:1.08rem;line-height:1.58;color:#fffffff0;text-shadow:0 2px 10px rgba(0,0,0,.14)}.sl-hero--matched .sl-button{min-height:60px;padding:0 30px;font-size:1rem}.sl-hero--matched .sl-button--primary{min-width:240px}.sl-hero--matched .sl-button--ghost{min-width:205px;background:#0612342e;border:2px solid rgba(255,255,255,.55)}@media(max-width:1400px){.sl-hero--matched .sl-hero__grid{width:min(calc(100% - 60px),1600px)}.sl-hero--matched h1{font-size:3.85rem;max-width:740px}}@media(max-width:990px){.sl-hero--matched{min-height:auto;background-position:66% center!important}.sl-hero--matched:after{background:linear-gradient(0deg,#020d2af2,#020d2ac2 48%,#020d2a1f)}.sl-hero--matched .sl-hero__grid{width:min(calc(100% - 40px),100%);min-height:auto;padding:46px 0 34px}.sl-hero--matched .sl-hero__copy{max-width:580px}.sl-hero--matched h1{font-size:3.15rem;max-width:560px}.sl-hero--matched p{font-size:1rem;max-width:520px}.sl-hero--matched .sl-button{min-height:54px}}@media(max-width:640px){.sl-hero--matched .sl-hero__grid{width:min(calc(100% - 26px),100%);padding:36px 0 28px}.sl-hero--matched h1{font-size:2.5rem;line-height:.98}.sl-hero--matched .sl-hero__buttons{flex-direction:column;gap:12px}.sl-hero--matched .sl-button{width:100%;min-width:0}}.sl-hero--matched{position:relative;min-height:600px;overflow:hidden;color:#fff;background-image:var(--hero-bg)!important;background-repeat:no-repeat!important;background-position:center center!important;background-size:cover!important}.sl-hero--matched:before{display:none!important}.sl-hero--matched:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#020e2e57,#020e2e24 34%,#020e2e00 56%);pointer-events:none}.sl-hero--matched .sl-hero__mesh,.sl-hero--matched .sl-hero__star,.sl-hero--matched .sl-hero__arc,.sl-hero--matched .sl-hero__photo{display:none!important}.sl-hero--matched .sl-hero__grid{position:relative;z-index:2;display:flex;align-items:center;width:min(calc(100% - 80px),1900px);min-height:600px;margin:0 auto;padding:48px 0 58px}.sl-hero--matched .sl-hero__copy{width:min(46vw,760px);max-width:760px;padding:0}.sl-hero--matched h1{max-width:760px;margin:0 0 24px;font-size:4.35rem;line-height:.94;letter-spacing:-.052em;font-weight:600;text-shadow:0 3px 18px rgba(0,0,0,.22)}.sl-hero--matched p{max-width:650px;margin:0 0 30px;font-size:1.08rem;line-height:1.58;color:#fffffff0;text-shadow:0 2px 10px rgba(0,0,0,.16)}.sl-hero--matched .sl-hero__buttons{display:flex;gap:16px;flex-wrap:wrap}.sl-hero--matched .sl-button{min-height:58px;padding:0 30px;font-size:1rem}.sl-hero--matched .sl-button--primary{min-width:235px}.sl-hero--matched .sl-button--ghost{min-width:195px;background:#03103129;border:2px solid rgba(255,255,255,.56)}@media(max-width:1400px){.sl-hero--matched .sl-hero__grid{width:min(calc(100% - 56px),1600px)}.sl-hero--matched h1{font-size:3.9rem}}@media(max-width:990px){.sl-hero--matched{min-height:560px;background-position:68% center!important}.sl-hero--matched:after{background:linear-gradient(90deg,#020e2ea3,#020e2e5c 52%,#020e2e14)}.sl-hero--matched .sl-hero__grid{width:min(calc(100% - 40px),100%);min-height:560px;padding:42px 0}.sl-hero--matched .sl-hero__copy{width:min(78vw,620px)}.sl-hero--matched h1{font-size:3.15rem}.sl-hero--matched p{font-size:1rem}}@media(max-width:640px){.sl-hero--matched{min-height:620px;background-position:72% center!important}.sl-hero--matched:after{background:linear-gradient(0deg,#020e2ef5,#020e2ec7 55%,#020e2e38)}.sl-hero--matched .sl-hero__grid{align-items:flex-end;width:min(calc(100% - 26px),100%);min-height:620px;padding:34px 0 30px}.sl-hero--matched .sl-hero__copy{width:100%;max-width:100%}.sl-hero--matched h1{font-size:2.55rem;line-height:.98}.sl-hero--matched .sl-hero__buttons{flex-direction:column;gap:12px}.sl-hero--matched .sl-button{width:100%;min-width:0}}.sl-service-card__image,.sl-rest-home__image,.sl-about-home__image{overflow:hidden;border-radius:18px;background:#fff}.sl-service-card__image img,.sl-rest-home__image img,.sl-about-home__image img{display:block;width:100%;height:100%;border-radius:18px}.sl-service-card__image img{object-fit:cover;object-position:center center}.sl-rest-home__image img{object-fit:cover;object-position:center center;aspect-ratio:1.18}.sl-rest-home__image{min-height:100%;background:#fff}.sl-service-card{align-items:stretch}.sl-service-card__content,.sl-rest-home__copy{min-width:0}@media(max-width:1200px){.sl-about-home__grid,.sl-service-card,.sl-lower-home__grid,.sl-rest-home,.sl-reviews-home__grid{grid-template-columns:1fr!important}.sl-about-home__copy,.sl-service-card__content,.sl-rest-home__copy,.sl-partners-home{padding:24px 22px!important}.sl-about-home__image,.sl-service-card__image,.sl-rest-home__image{order:2}.sl-service-card--image-right .sl-service-card__content,.sl-service-card--image-left .sl-service-card__content{order:1}.sl-about-home__image img{aspect-ratio:2.2;object-position:center center}.sl-service-card__image{min-height:0}.sl-service-card__image img{aspect-ratio:2.15;height:auto}.sl-rest-home__image img{aspect-ratio:2;height:auto}}@media(max-width:768px){.sl-about-home{padding:30px 0 14px}.sl-about-home h2{font-size:2.25rem!important;line-height:.98;margin-bottom:14px}.sl-about-home p{font-size:1rem!important;line-height:1.6;max-width:none}.sl-about-home__copy{padding:16px 16px 10px!important}.sl-about-home__image{margin-top:8px}.sl-about-home__image img{aspect-ratio:1.9}.sl-service-card__content{padding:22px 18px!important}.sl-service-card h2{font-size:1.92rem!important;line-height:1.02}.sl-service-card p{font-size:.98rem;line-height:1.6}.sl-service-card__image img{aspect-ratio:1.9}.sl-rest-home__copy{padding:20px 16px 16px!important}.sl-rest-home h2{font-size:2rem!important;line-height:.96}.sl-rest-home h2 span{display:block;margin-top:6px;font-size:1.18rem!important;line-height:1.08}.sl-rest-home p{font-size:.98rem!important;line-height:1.55;margin-bottom:12px}.sl-rest-home ul{columns:1!important;display:block}.sl-rest-home li{font-size:.95rem!important;line-height:1.5;margin:7px 0}.sl-rest-home__image img{aspect-ratio:1.55}.sl-partners-home{padding:20px 16px!important}.sl-partners-home>h2{font-size:2rem!important}}@media(max-width:480px){.sl-about-home h2{font-size:2.05rem!important}.sl-service-card h2{font-size:1.7rem!important}.sl-rest-home h2{font-size:1.82rem!important}.sl-rest-home h2 span{font-size:1.08rem!important}.sl-small-button{width:100%;justify-content:center}}.sl-service-card{overflow:hidden}.sl-service-card__image{padding:0!important;margin:0!important;background:#fff;overflow:hidden;border-radius:0!important}.sl-service-card__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:0!important}.sl-service-card--image-right .sl-service-card__image img{object-position:center 50%}.sl-trust-strip svg{width:31px;height:31px}.sl-trust-strip span{font-size:.8rem;line-height:1.28}.sl-rental-home__panel{grid-template-columns:.78fr 1.22fr;align-items:center;min-height:360px;padding:28px 30px}.sl-rental-home__copy{padding-right:6px}.sl-rental-home__process{display:flex;flex-direction:column;justify-content:center;min-height:100%;max-width:980px;margin:0 auto;width:100%;padding-top:4px}.sl-rental-home__process h3{margin:0 0 18px;font-size:1rem;line-height:1.2}.sl-process-grid{align-items:start;gap:18px}.sl-process-line{left:9.5%;right:9.5%;top:58px}.sl-process-grid span{margin:0 auto 12px}.sl-process-grid h4{font-size:1rem;line-height:1.15;margin-bottom:6px}.sl-process-grid p{font-size:.8rem;line-height:1.42;max-width:180px;margin:0 auto}.sl-contact-home{padding:24px 22px 20px;background:linear-gradient(135deg,#0b61a6,#173f88 58%,#0a235d)}.sl-contact-home:before{background-image:linear-gradient(rgba(94,206,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(94,206,255,.045) 1px,transparent 1px);background-size:26px 26px}.sl-contact-home:after{content:"";position:absolute;right:-48px;bottom:-28px;width:240px;height:240px;border-radius:50%;border:2px solid rgba(44,201,255,.6);box-shadow:0 0 20px #00beff47;opacity:.95}.sl-contact-home__glow{right:-34px;bottom:18px;width:210px;height:210px;border-width:2px;border-color:#27c9ff8c;filter:none;opacity:.9;transform:none}.sl-contact-home h2{font-size:2rem;line-height:.98;max-width:360px;margin-bottom:12px}.sl-contact-home p{font-size:.9rem;line-height:1.5;max-width:330px;margin-bottom:18px}.sl-contact-home__button{min-height:50px;padding:0 22px;border-radius:999px;background:#ffffffe0;color:#173f74;font-weight:800}.sl-contact-home__whatsapp{margin-top:14px;font-size:.88rem;color:#80f0ff}@media(max-width:1200px){.sl-rental-home__panel{grid-template-columns:1fr;gap:22px;min-height:0;padding:26px 24px}.sl-rental-home__copy,.sl-rental-home__process{max-width:none}.sl-rental-home__process h3{text-align:center}}@media(max-width:768px){.sl-service-card--image-right .sl-service-card__image img{aspect-ratio:1.75;object-position:center center}.sl-rental-home__panel{padding:22px 18px!important;border-radius:20px}.sl-rental-home__copy{padding-right:0}.sl-rental-home h2{font-size:2.15rem!important;line-height:.96;margin-bottom:10px}.sl-rental-home__copy>p:not(.sl-rental-home__kicker){font-size:1rem;line-height:1.55;max-width:none}.sl-rental-home li{font-size:.98rem;line-height:1.45}.sl-rental-home__process{padding-top:2px}.sl-rental-home__process h3{font-size:1.02rem;margin-bottom:12px}.sl-process-grid{grid-template-columns:1fr 1fr!important;gap:16px 12px}.sl-process-grid article{padding:0 4px}.sl-process-grid p{max-width:150px;font-size:.83rem}.sl-contact-home{padding:26px 18px 22px!important;min-height:300px;display:flex;flex-direction:column;justify-content:flex-end}.sl-contact-home:after{right:-80px;top:34px;bottom:auto;width:190px;height:190px;opacity:.75}.sl-contact-home__glow{right:-56px;top:32px;bottom:auto;width:170px;height:170px;opacity:.8}.sl-contact-home h2{font-size:2.1rem!important;line-height:.98;max-width:320px;margin-bottom:12px}.sl-contact-home p{font-size:.95rem!important;line-height:1.5;max-width:none;margin-bottom:20px}.sl-contact-home__button{align-self:flex-start;min-width:265px}.sl-contact-home__whatsapp{display:block;margin-top:12px;font-size:.92rem}}@media(max-width:480px){.sl-trust-strip span{font-size:.76rem}.sl-rental-home h2{font-size:1.95rem!important}.sl-process-grid p{font-size:.8rem;max-width:136px}.sl-contact-home{padding:24px 16px 20px!important;min-height:288px}.sl-contact-home h2{font-size:1.86rem!important;max-width:270px}.sl-contact-home__button{width:100%;min-width:0}.sl-contact-home__whatsapp{font-size:.88rem}}.sl-rest-home{display:grid;grid-template-columns:.92fr 1.08fr;align-items:stretch;gap:0;overflow:hidden;border-radius:18px;background:linear-gradient(90deg,#eef5fb,#f6faff 44%,#fff);border:1px solid var(--sl-line);box-shadow:var(--sl-shadow)}.sl-rest-home__copy{padding:22px 22px 18px;background:transparent}.sl-rest-home h2{margin:0 0 8px;font-size:2.65rem;line-height:.95}.sl-rest-home h2 span{display:block;margin-top:8px;font-size:1.25rem;line-height:1.08;color:var(--sl-navy);font-family:inherit}.sl-rest-home p{margin:0 0 14px;font-size:.92rem;color:var(--sl-muted);max-width:480px}.sl-rest-home ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;list-style:none;margin:0 0 18px;padding:0;columns:auto!important}.sl-rest-home li{display:flex;align-items:flex-start;gap:10px;margin:0;font-size:.9rem;line-height:1.35;color:#2d466d}.sl-rest-home__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px;width:18px;height:18px;color:#6d8cb6;margin-top:1px}.sl-rest-home .sl-small-button{min-height:44px;padding:0 21px;font-size:.92rem}.sl-rest-home__image{position:relative;overflow:hidden;background:#fff;min-height:100%}.sl-rest-home__image:before{content:"";position:absolute;left:0;top:0;bottom:0;width:16%;background:linear-gradient(90deg,#eef5fb,#eef5fbc2 38%,#eef5fb00);z-index:2;pointer-events:none}.sl-rest-home__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;aspect-ratio:auto!important;border-radius:0!important;filter:saturate(.98) contrast(1.01)}.sl-review-cards article{min-height:205px;padding:18px 16px 16px}.sl-review-cards p{font-size:.79rem;line-height:1.52}.sl-review-cards strong{max-width:180px;display:block;line-height:1.25}@media(max-width:1200px){.sl-rest-home{grid-template-columns:1fr}.sl-rest-home__copy{order:1;padding:22px 20px 16px}.sl-rest-home__image{order:2;min-height:300px}.sl-rest-home__image:before{width:100%;height:20%;top:auto;bottom:0;left:0;background:linear-gradient(0deg,#eef5fb,#eef5fbdb 38%,#eef5fb00)}.sl-rest-home__image img{height:auto;aspect-ratio:1.85!important}}@media(max-width:768px){.sl-rest-home__copy{padding:18px 16px 14px!important}.sl-rest-home h2{font-size:2.08rem!important;line-height:.96}.sl-rest-home h2 span{font-size:1.12rem!important;line-height:1.08}.sl-rest-home p{font-size:.96rem!important;line-height:1.5;max-width:none}.sl-rest-home ul{grid-template-columns:1fr 1fr;gap:8px 14px}.sl-rest-home li{font-size:.94rem!important;line-height:1.42}.sl-rest-home__icon{flex-basis:16px;width:16px;height:16px}.sl-rest-home__icon svg{width:16px;height:16px}.sl-rest-home__image{min-height:0}.sl-rest-home__image img{aspect-ratio:1.42!important;object-position:center center}.sl-review-cards article{min-height:auto}.sl-review-cards p{font-size:.9rem;line-height:1.58}}@media(max-width:520px){.sl-rest-home ul{grid-template-columns:1fr}.sl-rest-home h2{font-size:1.9rem!important}.sl-rest-home__image img{aspect-ratio:1.24!important}}.sl-lower-home__grid{align-items:start!important;gap:16px}.sl-rest-home{grid-template-columns:.93fr 1.07fr;min-height:0;background:linear-gradient(90deg,#eef4fb,#f5f9fe 42%,#fff)!important}.sl-rest-home__copy{padding:20px 20px 18px!important}.sl-rest-home h2{font-size:2.38rem!important;line-height:.95;margin-bottom:6px}.sl-rest-home h2 span{font-size:1.14rem!important;margin-top:6px}.sl-rest-home p{font-size:.9rem!important;line-height:1.48;max-width:430px;margin-bottom:12px}.sl-rest-home ul{gap:8px 18px!important;margin-bottom:16px}.sl-rest-home li{font-size:.88rem!important;line-height:1.34}.sl-rest-home__image{background:#fff;min-height:100%}.sl-rest-home__image:before{width:11%;background:linear-gradient(90deg,#eef4fb,#eef4fbc7 42%,#eef4fb00)!important}.sl-rest-home__image img{width:100%;height:100%;object-fit:cover;object-position:center center;aspect-ratio:auto!important;border-radius:0!important}.sl-partners-home{padding:20px 18px 16px!important;background:linear-gradient(180deg,#fff,#f8fbff)}.sl-partners-home>h2{font-size:2.1rem!important;margin:0 0 16px}.sl-partners-home__grid{gap:10px;align-items:start}.sl-partners-home__grid>div{padding:2px 8px 0}.sl-partners-home__grid span{width:52px;height:52px;margin:0 auto 8px}.sl-partners-home__grid span svg{width:34px;height:34px}.sl-partners-home h3{font-size:1rem!important;line-height:1.15;margin:0 0 7px}.sl-partners-home p{font-size:.82rem!important;line-height:1.45;margin:0 0 10px}.sl-partners-home a{font-size:.84rem!important}@media(max-width:1200px){.sl-lower-home__grid{grid-template-columns:1fr!important}.sl-rest-home,.sl-partners-home{height:auto}}@media(max-width:768px){.sl-rest-home__copy{padding:18px 16px 14px!important}.sl-rest-home h2{font-size:2.02rem!important}.sl-rest-home h2 span{font-size:1.08rem!important}.sl-rest-home p{font-size:.95rem!important;max-width:none}.sl-rest-home ul{grid-template-columns:1fr 1fr!important;gap:8px 14px!important}.sl-rest-home li{font-size:.93rem!important}.sl-rest-home__image img{aspect-ratio:1.38!important}.sl-partners-home{padding:18px 16px 14px!important}.sl-partners-home>h2{font-size:1.92rem!important;margin-bottom:12px}.sl-partners-home__grid{grid-template-columns:1fr!important;gap:14px}.sl-partners-home__grid>div{padding:0}.sl-partners-home p{font-size:.92rem!important}}@media(max-width:520px){.sl-rest-home ul{grid-template-columns:1fr!important}.sl-rest-home__image img{aspect-ratio:1.2!important}}.sl-lower-home__grid{grid-template-columns:1.08fr .92fr!important;align-items:start!important;gap:16px!important}.sl-rest-home{display:grid!important;grid-template-columns:1fr 1.12fr!important;align-items:stretch!important;min-height:360px!important;background:linear-gradient(90deg,#edf4fb,#f5f9fe 42%,#fff)!important;border-radius:20px!important;overflow:hidden!important}.sl-rest-home__copy{padding:20px 22px 18px!important;display:flex;flex-direction:column;justify-content:center}.sl-rest-home h2{font-size:2.35rem!important;line-height:.95!important;margin:0 0 8px!important}.sl-rest-home h2 span{display:block;font-size:1.14rem!important;line-height:1.08!important;margin-top:6px!important}.sl-rest-home p{font-size:.9rem!important;line-height:1.5!important;max-width:430px!important;margin:0 0 14px!important}.sl-rest-home ul{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px 18px!important;margin:0 0 16px!important;padding:0!important;list-style:none!important}.sl-rest-home li{display:flex!important;align-items:flex-start!important;gap:10px!important;padding:0!important;margin:0!important;font-size:.89rem!important;line-height:1.36!important;color:#2e4770!important}.sl-rest-home__icon{flex:0 0 18px;width:18px;height:18px;color:#84a1c8;margin-top:1px!important}.sl-rest-home__icon svg{width:18px;height:18px}.sl-rest-home .sl-small-button{align-self:flex-start;min-height:44px!important;padding:0 22px!important;margin-top:2px}.sl-rest-home__image{position:relative;background:#fff;overflow:hidden!important;min-height:360px!important}.sl-rest-home__image:before{content:"";position:absolute;left:0;top:0;bottom:0;width:13%;background:linear-gradient(90deg,#edf4fb,#edf4fbc2 36%,#edf4fb00);z-index:2;pointer-events:none}.sl-partners-home{display:flex;flex-direction:column;justify-content:center;min-height:360px!important;padding:20px 18px 18px!important;background:linear-gradient(180deg,#fff,#f9fbfe)!important}.sl-partners-home>h2{font-size:2.08rem!important;line-height:.98!important;margin:0 0 14px!important;text-align:center}.sl-partners-home__grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;align-items:start!important}.sl-partners-home__grid>div{padding:4px 8px!important;text-align:center!important}.sl-partners-home__grid span{width:48px!important;height:48px!important;margin:0 auto 8px!important}.sl-partners-home__grid span svg{width:32px!important;height:32px!important}.sl-partners-home h3{font-size:.98rem!important;line-height:1.15!important;margin:0 0 6px!important}.sl-partners-home p{font-size:.8rem!important;line-height:1.42!important;margin:0 0 8px!important}.sl-partners-home a{font-size:.82rem!important}.sl-reviews-home__grid{grid-template-columns:1.22fr .78fr!important;align-items:start!important;gap:14px!important}.sl-reviews-home__reviews{padding:18px 18px 16px!important;align-self:start!important}.sl-reviews-home__reviews>h2{margin:0 0 12px!important;font-size:2rem!important}.sl-review-cards{grid-template-columns:repeat(3,1fr)!important;gap:12px!important;align-items:start!important}.sl-review-cards article{min-height:0!important;height:auto!important;padding:16px 14px 14px!important}.sl-review-cards p{margin:0 0 12px!important;font-size:.8rem!important;line-height:1.5!important}.sl-review-cards article>div{align-items:flex-end!important}.sl-contact-home{align-self:start!important;min-height:0!important;padding:24px 20px 18px!important}@media(max-width:1200px){.sl-lower-home__grid,.sl-reviews-home__grid{grid-template-columns:1fr!important}.sl-rest-home,.sl-partners-home{min-height:0!important}.sl-rest-home{grid-template-columns:1fr!important}.sl-rest-home__copy{order:1!important}.sl-rest-home__image{order:2!important;min-height:290px!important}.sl-rest-home__image:before{width:100%;height:18%;top:auto;bottom:0;left:0;background:linear-gradient(0deg,#edf4fb,#edf4fbd1 40%,#edf4fb00)!important}.sl-rest-home__image img{height:auto!important;aspect-ratio:2!important}.sl-partners-home__grid{grid-template-columns:1fr 1fr 1fr!important}}@media(max-width:768px){.sl-rest-home__copy{padding:18px 16px 14px!important}.sl-rest-home h2{font-size:2rem!important}.sl-rest-home h2 span{font-size:1.08rem!important}.sl-rest-home p{font-size:.95rem!important;max-width:none!important}.sl-rest-home ul{grid-template-columns:1fr 1fr!important;gap:8px 14px!important}.sl-rest-home li{font-size:.93rem!important}.sl-rest-home__image img{aspect-ratio:1.75!important}.sl-partners-home{padding:18px 16px 14px!important}.sl-partners-home>h2{font-size:1.9rem!important}.sl-partners-home__grid{grid-template-columns:1fr!important;gap:14px!important}.sl-partners-home p{font-size:.9rem!important}.sl-reviews-home__reviews{padding:16px 14px 14px!important}.sl-review-cards{grid-template-columns:1fr!important;gap:10px!important}.sl-review-cards article{padding:14px 13px!important}.sl-contact-home{padding:22px 16px 18px!important}}@media(max-width:520px){.sl-rest-home ul{grid-template-columns:1fr!important}.sl-rest-home__image img{aspect-ratio:1.42!important}}.sl-lower-home__grid{grid-template-columns:1.1fr .9fr!important;align-items:stretch!important;gap:16px!important}.sl-rest-home{grid-template-columns:1fr 1.18fr!important;min-height:370px!important;overflow:hidden!important}.sl-rest-home__copy{padding:22px 22px 18px!important}.sl-rest-home__image{min-height:370px!important;background:#fff!important}.sl-rest-home__image:before{display:none!important}.sl-rest-home__image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;aspect-ratio:auto!important;border-radius:0!important}.sl-rest-home ul{grid-template-columns:1fr 1fr!important;gap:10px 18px!important}.sl-rest-home li{font-size:.91rem!important;line-height:1.38!important}.sl-partners-home{min-height:370px!important;justify-content:center!important;padding:22px 20px 18px!important}.sl-partners-home>h2{margin:0 0 16px!important}.sl-partners-home__grid{height:100%!important;align-items:start!important}.sl-partners-home__grid>div{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important}.sl-partners-home p{max-width:250px;margin:0 auto 10px!important}.sl-reviews-home__grid{grid-template-columns:1.24fr .76fr!important;align-items:stretch!important;gap:14px!important}.sl-reviews-home__reviews{display:flex!important;flex-direction:column!important;justify-content:stretch!important;min-height:372px!important;padding:18px 18px 16px!important}.sl-reviews-home__reviews>h2{margin:0 0 12px!important}.sl-review-cards{display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-auto-rows:1fr!important;gap:12px!important;flex:1 1 auto!important;align-items:stretch!important}.sl-review-cards article{display:flex!important;flex-direction:column!important;justify-content:space-between!important;height:100%!important;min-height:0!important;padding:18px 16px 16px!important}.sl-review-cards p{margin:0 0 14px!important;font-size:.86rem!important;line-height:1.56!important;flex:1 1 auto!important}.sl-review-cards strong{font-size:1rem!important;line-height:1.2!important}.sl-review-cards span{font-size:.92rem!important}.sl-contact-home{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-self:stretch!important;min-height:372px!important;padding:18px 22px!important}.sl-contact-home__logo{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;margin:2px auto 12px;width:100%}.sl-contact-home__logo img{display:block;width:132px;height:auto;filter:drop-shadow(0 6px 16px rgba(0,0,0,.14))}.sl-contact-home h2{margin:0 0 10px!important;max-width:100%!important;text-align:left!important}.sl-contact-home p{margin:0 0 18px!important;max-width:100%!important;font-size:.96rem!important;line-height:1.5!important}.sl-contact-home__button{margin-top:auto!important;align-self:flex-start!important}.sl-contact-home__whatsapp{margin-top:12px!important;font-size:.92rem!important}@media(max-width:1200px){.sl-lower-home__grid,.sl-reviews-home__grid{grid-template-columns:1fr!important}.sl-rest-home,.sl-partners-home,.sl-reviews-home__reviews,.sl-contact-home{min-height:0!important}.sl-rest-home{grid-template-columns:1fr!important}.sl-rest-home__copy{order:1!important}.sl-rest-home__image{order:2!important;min-height:300px!important}.sl-rest-home__image img{height:auto!important;aspect-ratio:1.9!important}.sl-review-cards{grid-template-columns:1fr 1fr 1fr!important}}@media(max-width:768px){.sl-rest-home__copy{padding:18px 16px 14px!important}.sl-rest-home h2{font-size:2.04rem!important}.sl-rest-home h2 span{font-size:1.08rem!important}.sl-rest-home ul{grid-template-columns:1fr 1fr!important}.sl-rest-home__image img{aspect-ratio:1.68!important}.sl-reviews-home__reviews{padding:16px 14px 14px!important}.sl-review-cards{grid-template-columns:1fr!important;gap:10px!important}.sl-review-cards p{font-size:.92rem!important;line-height:1.58!important}.sl-review-cards strong{font-size:1rem!important}.sl-contact-home{padding:18px 16px!important}.sl-contact-home__logo{margin-bottom:10px}.sl-contact-home__logo img{width:118px}.sl-contact-home h2{text-align:left!important;font-size:2rem!important}.sl-contact-home p{font-size:.95rem!important}}@media(max-width:520px){.sl-rest-home ul{grid-template-columns:1fr!important}.sl-rest-home__image img{aspect-ratio:1.35!important}}.sl-lower-home{padding:0 0 14px!important}.sl-lower-home__grid{display:grid!important;grid-template-columns:1.06fr .94fr!important;gap:14px!important;align-items:stretch!important}.sl-rest-home,.sl-partners-home,.sl-reviews-home__reviews,.sl-contact-home{border-radius:18px!important;overflow:hidden!important;box-shadow:var(--sl-shadow)!important}.sl-rest-home{display:grid!important;grid-template-columns:.98fr 1.02fr!important;min-height:338px!important;background:linear-gradient(90deg,#eef5fb,#f8fbff 45%,#fff)!important;border:1px solid var(--sl-line)!important}.sl-rest-home__copy{padding:18px 22px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.sl-rest-home h2{margin:0 0 4px!important;font-size:2.65rem!important;line-height:.9!important}.sl-rest-home h2 span{display:block!important;margin-top:4px!important;font-size:1.2rem!important;line-height:1.05!important;color:var(--sl-navy)!important}.sl-rest-home p{margin:0 0 14px!important;max-width:390px!important;font-size:.94rem!important;line-height:1.48!important;color:var(--sl-muted)!important}.sl-rest-home ul{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px 18px!important;list-style:none!important;margin:0 0 18px!important;padding:0!important;columns:auto!important}.sl-rest-home li{display:flex!important;align-items:flex-start!important;gap:10px!important;margin:0!important;padding:0!important;font-size:.9rem!important;line-height:1.32!important;color:#324a71!important}.sl-rest-home li:before{display:none!important}.sl-rest-home__icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 18px!important;width:18px!important;height:18px!important;color:#7d98bc!important;margin-top:1px!important}.sl-rest-home__icon svg{width:18px!important;height:18px!important}.sl-rest-home .sl-small-button{align-self:flex-start!important;min-height:42px!important;padding:0 22px!important;font-size:.9rem!important}.sl-rest-home__image{position:relative!important;min-height:338px!important;background:#fff!important;overflow:hidden!important}.sl-rest-home__image:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:18%!important;background:linear-gradient(90deg,#f8fbfff5,#f8fbffa6 38%,#f8fbff00)!important;z-index:2!important;pointer-events:none!important}.sl-rest-home__image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:0!important;aspect-ratio:auto!important;background:#fff!important}.sl-partners-home{min-height:338px!important;padding:16px 18px!important;border:1px solid var(--sl-line)!important;background:#fff!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.sl-partners-home>h2{margin:0 0 16px!important;text-align:center!important;font-size:2.45rem!important;line-height:.94!important}.sl-partners-home__grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;align-items:start!important;flex:1 1 auto!important}.sl-partners-home__grid>div{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important;padding:4px 10px!important}.sl-partners-home__grid span{display:grid!important;place-items:center!important;width:64px!important;height:64px!important;margin:0 auto 10px!important;color:#1ca5f0!important}.sl-partners-home__grid span svg{width:40px!important;height:40px!important}.sl-partners-home h3{margin:0 0 8px!important;font-size:1rem!important;line-height:1.18!important;color:#1f3864!important}.sl-partners-home p{margin:0 0 10px!important;font-size:.8rem!important;line-height:1.45!important;max-width:220px!important;color:var(--sl-muted)!important}.sl-partners-home a{margin-top:auto!important;font-size:.82rem!important;color:#118de5!important;font-weight:700!important}.sl-reviews-home{padding:0!important}.sl-reviews-home__grid{display:grid!important;grid-template-columns:1.3fr .7fr!important;gap:14px!important;align-items:stretch!important}.sl-reviews-home__reviews{display:flex!important;flex-direction:column!important;min-height:320px!important;padding:14px 18px 16px!important;background:linear-gradient(135deg,#071d49,#0a2d68)!important;color:#fff!important}.sl-reviews-home__reviews>h2{margin:0 0 12px!important;color:#fff!important;text-align:center!important;font-size:2rem!important;line-height:1!important}.sl-review-cards{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;flex:1 1 auto!important;align-items:stretch!important}.sl-review-cards article{display:flex!important;flex-direction:column!important;justify-content:space-between!important;height:100%!important;min-height:210px!important;padding:18px 16px 14px!important;border-radius:14px!important;background:#ffffff0f!important;border:1px solid rgba(255,255,255,.08)!important}.sl-review-cards p{margin:0 0 14px!important;color:#ffffffe6!important;font-size:.86rem!important;line-height:1.56!important;flex:1 1 auto!important}.sl-review-cards article>div{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:8px!important}.sl-review-cards strong{display:block!important;font-size:1rem!important;line-height:1.15!important;color:#fff!important}.sl-review-cards span{color:#ffd84d!important;letter-spacing:.08em!important;font-size:.94rem!important;white-space:nowrap!important}.sl-contact-home{position:relative!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;min-height:320px!important;padding:18px 24px!important;background:linear-gradient(135deg,#0f61aa,#173d86 60%,#0b235a)!important;color:#fff!important}.sl-contact-home:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background-image:linear-gradient(rgba(94,206,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(94,206,255,.04) 1px,transparent 1px)!important;background-size:24px 24px!important}.sl-contact-home__glow{position:absolute!important;right:-120px!important;bottom:-90px!important;width:300px!important;height:300px!important;border-radius:50%!important;border:2px solid rgba(31,203,255,.75)!important;filter:drop-shadow(0 0 18px rgba(0,190,255,.58))!important}.sl-contact-home>*{position:relative!important;z-index:2!important}.sl-contact-home__logo{display:flex!important;justify-content:center!important;align-items:center!important;margin:4px auto 10px!important;width:100%!important}.sl-contact-home__logo img{display:block!important;width:185px!important;height:auto!important;filter:drop-shadow(0 6px 16px rgba(0,0,0,.12))!important}.sl-contact-home h2{margin:0 0 10px!important;color:#fff!important;font-size:2.15rem!important;line-height:.98!important;max-width:350px!important}.sl-contact-home p{margin:0 0 16px!important;color:#ffffffe0!important;font-size:.94rem!important;line-height:1.48!important;max-width:330px!important}.sl-contact-home__button{margin-top:auto!important;min-height:48px!important;padding:0 22px!important;background:#ffffffe6!important;color:#164477!important;align-self:flex-start!important}.sl-contact-home__button svg{width:18px!important;height:18px!important}.sl-contact-home__whatsapp{display:inline-block!important;margin-top:12px!important;color:#8ef1ff!important;font-size:.9rem!important}@media(max-width:1200px){.sl-lower-home__grid,.sl-reviews-home__grid{grid-template-columns:1fr!important}.sl-rest-home,.sl-partners-home,.sl-reviews-home__reviews,.sl-contact-home{min-height:0!important}.sl-rest-home{grid-template-columns:1fr!important}.sl-rest-home__copy{order:1!important}.sl-rest-home__image{order:2!important;min-height:280px!important}.sl-rest-home__image:before{width:100%!important;height:18%!important;left:0!important;top:auto!important;bottom:0!important;background:linear-gradient(0deg,#f8fbfff5,#f8fbff99 40%,#f8fbff00)!important}.sl-rest-home__image img{height:auto!important;aspect-ratio:2!important}.sl-partners-home__grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:768px){.sl-rest-home__copy,.sl-partners-home,.sl-reviews-home__reviews,.sl-contact-home{padding:18px 16px!important}.sl-rest-home h2{font-size:2.1rem!important}.sl-rest-home h2 span{font-size:1.06rem!important}.sl-rest-home p{font-size:.95rem!important;max-width:none!important}.sl-rest-home ul{grid-template-columns:1fr 1fr!important;gap:8px 14px!important}.sl-rest-home li{font-size:.92rem!important}.sl-rest-home__image img{aspect-ratio:1.7!important}.sl-partners-home>h2{font-size:2rem!important}.sl-partners-home__grid{grid-template-columns:1fr!important;gap:14px!important}.sl-partners-home p{max-width:none!important;font-size:.9rem!important}.sl-review-cards{grid-template-columns:1fr!important}.sl-review-cards article{min-height:0!important}.sl-review-cards p{font-size:.92rem!important}.sl-contact-home__logo img{width:155px!important}.sl-contact-home h2{font-size:1.95rem!important;max-width:none!important}.sl-contact-home p{font-size:.95rem!important;max-width:none!important}}@media(max-width:520px){.sl-rest-home ul{grid-template-columns:1fr!important}.sl-rest-home__image img{aspect-ratio:1.32!important}}.sl-rest-home,.sl-partners-home{min-height:390px!important}.sl-rest-home__copy{justify-content:center!important}.sl-rest-home__image{min-height:390px!important}.sl-rest-home__image img{object-position:62% center!important}.sl-partners-home{justify-content:center!important}.sl-reviews-home__grid{grid-template-columns:1.28fr .72fr!important;gap:14px!important;align-items:stretch!important}.sl-reviews-home__left{display:grid;grid-template-rows:auto minmax(260px,1fr);gap:14px;min-width:0}.sl-reviews-home__reviews{min-height:330px!important}.sl-reviews-home__photo{position:relative;min-height:260px;overflow:hidden;border-radius:18px;box-shadow:var(--sl-shadow);background:#dbe9f7}.sl-reviews-home__photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(6,24,61,.16),transparent 48%);pointer-events:none}.sl-reviews-home__photo img{width:100%;height:100%;min-height:260px;object-fit:cover;object-position:center 43%}.sl-contact-home{display:grid!important;grid-template-rows:minmax(220px,.72fr) minmax(360px,1fr)!important;min-height:0!important;height:100%!important;padding:0!important;background:#fff!important;border:1px solid var(--sl-line)!important}.sl-contact-home:before{display:none!important}.sl-contact-home__media{position:relative!important;z-index:1!important;min-height:220px;overflow:hidden;background:#edf6fd}.sl-contact-home__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 54%,rgba(6,31,72,.42) 100%);pointer-events:none}.sl-contact-home__media img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.sl-contact-home__content{position:relative!important;z-index:2!important;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:360px;padding:26px 28px 28px;overflow:hidden;background:linear-gradient(145deg,#0d5a9c,#123d80 52%,#081f51)}.sl-contact-home__content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(94,206,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(94,206,255,.04) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}.sl-contact-home__content>*{position:relative;z-index:2}.sl-contact-home__glow{right:-150px!important;bottom:-155px!important;width:330px!important;height:330px!important}.sl-contact-home__logo{justify-content:flex-start!important;margin:0 0 14px!important}.sl-contact-home__logo img{width:150px!important}.sl-contact-home h2{margin:0 0 12px!important;font-size:2.3rem!important;line-height:.98!important;max-width:390px!important}.sl-contact-home p{margin:0 0 18px!important;font-size:.98rem!important;line-height:1.5!important;max-width:390px!important}.sl-contact-home__button{margin-top:2px!important}.sl-contact-home__whatsapp{margin-top:13px!important}.sl-pain-cta{position:relative;display:grid;grid-template-columns:1.05fr .95fr;min-height:430px;overflow:hidden;background:#032b55;color:#fff}.sl-pain-cta__media{position:relative;min-height:430px;overflow:hidden;background:#062b53}.sl-pain-cta__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#01132829,#032b5514 58%,#032b55);pointer-events:none}.sl-pain-cta__media img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:saturate(.9) contrast(1.04)}.sl-pain-cta__copy{display:flex;flex-direction:column;justify-content:center;padding:58px clamp(42px,6vw,110px) 72px 38px;background:linear-gradient(90deg,#032b55,#02284f)}.sl-pain-cta h2{margin:0 0 24px;font-family:Inter,Arial,sans-serif;font-size:clamp(2.35rem,3.3vw,3.8rem);font-weight:800;line-height:1.03;letter-spacing:-.035em;text-transform:uppercase;color:#fff}.sl-pain-cta__copy>p{margin:0;font-size:clamp(1.02rem,1.28vw,1.3rem);line-height:1.42;color:#fffffff0}.sl-pain-cta__note{position:absolute;z-index:3;left:50%;bottom:9px;width:min(760px,70%);margin:0;transform:translate(-50%);text-align:center;font-size:.62rem;font-weight:700;line-height:1.3;color:#fffc}@media(max-width:1200px){.sl-rest-home,.sl-partners-home{min-height:0!important}.sl-rest-home__image{min-height:300px!important}}@media(max-width:1100px){.sl-reviews-home__grid{grid-template-columns:1fr!important}.sl-reviews-home__left{grid-template-rows:auto minmax(280px,1fr)}.sl-contact-home{grid-template-columns:.9fr 1.1fr!important;grid-template-rows:minmax(430px,auto)!important}.sl-contact-home__media,.sl-contact-home__content{min-height:430px}}@media(max-width:768px){.sl-reviews-home__photo,.sl-reviews-home__photo img{min-height:250px}.sl-contact-home{grid-template-columns:1fr!important;grid-template-rows:240px auto!important}.sl-contact-home__media{min-height:240px}.sl-contact-home__content{min-height:0;padding:24px 20px 26px}.sl-contact-home__logo{justify-content:center!important;width:100%!important}.sl-contact-home h2,.sl-contact-home p{max-width:none!important}.sl-pain-cta{grid-template-columns:1fr}.sl-pain-cta__media{min-height:310px}.sl-pain-cta__media:after{background:linear-gradient(180deg,#01132814,#032b5514 66%,#032b55)}.sl-pain-cta__copy{padding:34px 24px 26px}.sl-pain-cta h2{font-size:clamp(2rem,10vw,3rem)}.sl-pain-cta__note{position:relative;left:auto;bottom:auto;width:auto;margin:0;padding:0 24px 22px;transform:none;background:#02284f;text-align:left;font-size:.64rem}}@media(max-width:520px){.sl-rest-home__image{min-height:250px!important}.sl-review-cards article>div{align-items:flex-start!important;flex-direction:column!important}.sl-contact-home h2{font-size:1.9rem!important}.sl-pain-cta__media{min-height:245px}.sl-pain-cta__copy>p br{display:none}}.sl-reviews-home{padding:0 0 14px!important}.sl-reviews-home__grid{display:grid!important;grid-template-columns:1.28fr .72fr!important;gap:14px!important;align-items:stretch!important}.sl-reviews-home__left{display:block!important;min-width:0;height:100%}.sl-reviews-home__photo{display:none!important}.sl-reviews-home__reviews{display:flex!important;flex-direction:column!important;height:100%!important;min-height:520px!important;padding:16px 18px 18px!important}.sl-reviews-home__reviews>h2{flex:0 0 auto;margin:0 0 16px!important;font-size:2.08rem!important}.sl-review-cards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-rows:1fr!important;gap:12px!important;flex:1 1 auto!important;min-height:0!important;align-items:stretch!important}.sl-review-cards article{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;height:100%!important;min-height:0!important;padding:16px 16px 18px!important;overflow:hidden!important;background:#fff1!important;border:1px solid rgba(255,255,255,.1)!important}.sl-review-cards article>.sl-review-card__portrait{display:block!important;flex:0 0 108px!important;width:108px!important;height:108px!important;margin:0 auto!important;padding:0!important;overflow:hidden!important;border:3px solid rgba(255,255,255,.28)!important;border-radius:50%!important;background:#153b72!important;box-shadow:0 8px 22px #0003!important}.sl-review-card__portrait img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 27%!important;border-radius:50%!important}.sl-review-card__meta{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:4px!important;width:100%!important;margin:11px 0 14px!important;text-align:center!important}.sl-review-card__meta strong{display:block!important;max-width:none!important;font-size:.97rem!important;line-height:1.16!important;color:#fff!important}.sl-review-card__meta small{display:block!important;margin-top:-1px!important;color:#ffffffc2!important;font-size:.76rem!important;line-height:1.2!important}.sl-review-card__meta span{display:block!important;flex:0 0 auto!important;color:#ffd84d!important;font-size:.91rem!important;line-height:1!important;letter-spacing:.07em!important;white-space:nowrap!important}.sl-review-cards article>.sl-review-card__text{display:block!important;flex:0 0 auto!important;margin:0!important;color:#ffffffed!important;font-size:.88rem!important;line-height:1.56!important}.sl-contact-home{grid-template-rows:160px minmax(360px,1fr)!important;min-height:520px!important}.sl-contact-home__media{min-height:160px!important}.sl-contact-home__media img{object-position:center 38%!important}.sl-contact-home__content{min-height:360px!important;padding:22px 26px 24px!important}.sl-contact-home__logo{margin-bottom:10px!important}.sl-contact-home__logo img{width:128px!important}.sl-contact-home h2{font-size:2.05rem!important}.sl-contact-home p{font-size:.94rem!important}.sl-pain-cta-section{padding:0 0 14px}.sl-pain-cta{border-radius:18px;box-shadow:var(--sl-shadow)}.sl-pain-cta__copy{padding:48px clamp(28px,4vw,64px) 64px 34px}.sl-pain-cta h2{max-width:680px;font-size:clamp(2.25rem,2.8vw,3.25rem);line-height:1.04}.sl-pain-cta__copy>p{max-width:610px}@media(max-width:1100px){.sl-reviews-home__grid{grid-template-columns:1fr!important}.sl-reviews-home__reviews{height:auto!important;min-height:520px!important}.sl-contact-home{grid-template-columns:.9fr 1.1fr!important;grid-template-rows:minmax(430px,auto)!important;min-height:430px!important}.sl-contact-home__media,.sl-contact-home__content{min-height:430px}}@media(max-width:768px){.sl-reviews-home__reviews{min-height:0!important;padding:16px 14px 14px!important}.sl-reviews-home__reviews>h2{font-size:2rem!important}.sl-review-cards{grid-template-columns:1fr!important;grid-auto-rows:auto!important}.sl-review-cards article{height:auto!important;padding:18px 18px 20px!important}.sl-review-cards article>.sl-review-card__portrait{flex-basis:112px!important;width:112px!important;height:112px!important}.sl-review-cards article>.sl-review-card__text{font-size:.93rem!important;line-height:1.58!important}.sl-contact-home{grid-template-columns:1fr!important;grid-template-rows:250px auto!important;min-height:0!important}.sl-contact-home__media{min-height:250px}.sl-contact-home__content{min-height:0}.sl-pain-cta-section{padding-bottom:14px}}@media(max-width:520px){.sl-reviews-home__reviews>h2{font-size:1.75rem!important;line-height:1.05!important}.sl-review-cards article>.sl-review-card__portrait{display:block!important;flex:0 0 104px!important;width:104px!important;height:104px!important;margin:0 auto!important}.sl-review-card__meta{align-items:center!important;flex-direction:column!important;text-align:center!important}.sl-pain-cta h2{font-size:clamp(1.9rem,9.4vw,2.55rem)}}.sl-hero--matched .sl-hero__slides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.sl-hero--matched .sl-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background-repeat:no-repeat;background-position:center center;background-size:cover;transition:opacity .8s ease-in-out;will-change:opacity}.sl-hero--matched .sl-hero__slide.is-active{opacity:1}@media(max-width:990px){.sl-hero--matched .sl-hero__slide{background-position:68% center}}@media(max-width:640px){.sl-hero--matched .sl-hero__slide{background-position:72% center}}.sl-review-cards article>.sl-review-card__meta{align-items:center!important;justify-content:flex-start!important;text-align:center!important}
/*# sourceMappingURL=/cdn/shop/t/16/assets/starlive.css.map */
