.page{--gray-rgb:0,0,0;--gray-alpha-200:rgba(var(--gray-rgb),0.08);--gray-alpha-100:rgba(var(--gray-rgb),0.05);--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;min-height:100dvh;height:100dvh;width:100dvw;font-family:var(--font-geist-sans)}.page,.page .main{padding:0;margin:0;display:block}.page .main{width:100%;height:100%}.page .main ol{font-family:var(--font-geist-mono);padding-left:0;margin:0;font-size:14px;line-height:24px;letter-spacing:-.01em;list-style-position:inside}.page .main li:not(:last-of-type){margin-bottom:8px}.page .main code{font-family:inherit;background:var(--gray-alpha-100);padding:2px 4px;border-radius:4px;font-weight:600}.page .ctas{display:flex;gap:16px}.page .ctas a{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:128px;height:48px;padding:0 20px;border:none;border:1px solid rgba(0,0,0,0);transition:background .2s,color .2s,border-color .2s;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:20px;font-weight:500}.page .ctas a.primary{background:var(--foreground);color:var(--background);gap:8px}@media(hover:hover)and (pointer:fine){.page .ctas a.primary:hover{background:var(--button-primary-hover);border-color:rgba(0,0,0,0)}}.page .ctas a.secondary{border-color:var(--gray-alpha-200);min-width:158px}@media(hover:hover)and (pointer:fine){.page .ctas a.secondary:hover{background:var(--button-secondary-hover);border-color:rgba(0,0,0,0)}}.page .footer{grid-row-start:3;display:flex;gap:24px}.page .footer a{display:flex;align-items:center;gap:8px}@media(hover:hover)and (pointer:fine){.page .footer a:hover{text-decoration:underline;text-underline-offset:4px}}.page .footer img{flex-shrink:0}.map{width:100vw;height:100dvh}.map .map-switches{position:absolute;z-index:2;display:flex;align-items:flex-end;flex-direction:column;gap:6px;right:30px;top:30px}.map .map-container{width:100%;height:100%}.map .map-container .gm-style iframe+div{border:none!important}.map .map-container .gm-style-iw{border-radius:3px!important}.map .map-container .gm-style-iw .gm-style-iw-d{padding:0!important}.map .map-container .gm-style-iw .gm-style-iw-d .directions-infowindow{font-size:11px;font-weight:500;color:#000;padding:0!important;display:flex;align-items:center;justify-content:space-between}.map .map-container .gm-style-iw .gm-style-iw-d .directions-infowindow img{width:15px;margin-right:10px}.map .map-container .gm-style-iw .gm-style-iw-d .directions-infowindow-text{font-family:Inter,sans-serif;text-align:left}.map .map-container .gm-style-iw .gm-style-iw-d .directions-infowindow-text-ar{font-family:PNU,sans-serif;text-align:right}.map .map-container .gm-style-iw .gm-ui-hover-effect{display:none!important}.directions-clear-button{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background-color:rgba(0,0,0,.6);color:#fff;padding:8px 16px;border-radius:4px;font-size:14px;cursor:pointer;z-index:10;transition:background-color .3s ease}@media(max-width:450px){.directions-clear-button{bottom:17px;right:10px;left:unset;transform:none}}.directions-clear-button:hover{background-color:rgba(0,0,0,.8)}html[dir=rtl] .directions-clear-button{direction:rtl}