248 lines
12 KiB
Plaintext
248 lines
12 KiB
Plaintext
1:"$Sreact.fragment"
|
|
9:I[23466,["/_next/static/chunks/06n0m6ck5r8gy.js","/_next/static/chunks/0n.gft-j~h_v_.js","/_next/static/chunks/04xui0pxt.et1.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/156g7kwfb3yon.js","/_next/static/chunks/0lnyxvkki2-ls.js"],"default"]
|
|
a:I[97367,["/_next/static/chunks/06n0m6ck5r8gy.js","/_next/static/chunks/0n.gft-j~h_v_.js","/_next/static/chunks/04xui0pxt.et1.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/156g7kwfb3yon.js"],"OutletBoundary"]
|
|
b:"$Sreact.suspense"
|
|
:HL["/images/home2-banner-3.webp","image"]
|
|
:HL["/_next/static/chunks/00fiud~fayo7s.css","style"]
|
|
2:T1c00,
|
|
.contacts-hero-custom {
|
|
background-color: #0b0b0b !important;
|
|
background-image: url('/images/home2-banner-3.webp') !important;
|
|
background-size: cover !important;
|
|
background-position: center !important;
|
|
}
|
|
|
|
.contacts-hero-card-custom {
|
|
position: relative !important;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
display: flex !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
flex-direction: column !important;
|
|
box-sizing: border-box !important;
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
.contacts-hero-bg-overlay {
|
|
position: absolute !important;
|
|
inset: 0 !important;
|
|
/* Lighter wash so the red van / sunset stays vivid like the reference,
|
|
while keeping the centered heading readable. */
|
|
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.42) 55%, rgba(0, 0, 0, 0.62) 100%) !important;
|
|
z-index: 1 !important;
|
|
}
|
|
|
|
/* Ambient Glowing Orbs */
|
|
.contacts-hero-glow-red {
|
|
position: absolute !important;
|
|
bottom: -15% !important;
|
|
right: -10% !important;
|
|
width: min(500px, 75vw) !important;
|
|
height: min(500px, 75vw) !important;
|
|
background: radial-gradient(circle, rgba(192, 18, 39, 0.24) 0%, rgba(192, 18, 39, 0) 70%) !important;
|
|
filter: blur(70px) !important;
|
|
pointer-events: none !important;
|
|
z-index: 1 !important;
|
|
animation: float-glow 10s ease-in-out infinite alternate !important;
|
|
}
|
|
|
|
.contacts-hero-glow-blue {
|
|
position: absolute !important;
|
|
top: -15% !important;
|
|
left: -10% !important;
|
|
width: min(450px, 60vw) !important;
|
|
height: min(450px, 60vw) !important;
|
|
background: radial-gradient(circle, rgba(0, 150, 255, 0.06) 0%, rgba(0, 150, 255, 0) 70%) !important;
|
|
filter: blur(75px) !important;
|
|
pointer-events: none !important;
|
|
z-index: 1 !important;
|
|
}
|
|
|
|
/* Abstract Tech Grid */
|
|
.contacts-hero-grid {
|
|
position: absolute !important;
|
|
inset: 0 !important;
|
|
background-image:
|
|
linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
|
|
linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px) !important;
|
|
background-size: 50px 50px !important;
|
|
opacity: 0.8 !important;
|
|
pointer-events: none !important;
|
|
z-index: 2 !important;
|
|
}
|
|
|
|
/* Center content — card frame removed (no background, border, blur or
|
|
shadow); the text sits directly on the hero background. */
|
|
.contacts-hero-glass-card {
|
|
position: relative !important;
|
|
z-index: 3 !important;
|
|
background: transparent !important;
|
|
backdrop-filter: none !important;
|
|
-webkit-backdrop-filter: none !important;
|
|
border: none !important;
|
|
border-radius: 0 !important;
|
|
padding: 0 24px !important;
|
|
max-width: 1500px !important;
|
|
width: 92% !important;
|
|
box-shadow: none !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.contacts-hero-glass-card:hover {
|
|
transform: none !important;
|
|
box-shadow: none !important;
|
|
border-color: transparent !important;
|
|
}
|
|
|
|
/* Hero headline — large, light, reference-matched display type.
|
|
Size scales with the viewport so the line-to-container width ratio
|
|
stays constant; the cap keeps the longest line inside the 1500px
|
|
container (with nowrap on desktop) so it can never overflow/clip. */
|
|
.contacts-hero-title {
|
|
font-size: clamp(34px, 5.9vw, 98px) !important;
|
|
font-weight: 400 !important;
|
|
line-height: 0.95 !important;
|
|
color: #ffffff !important;
|
|
text-transform: uppercase !important;
|
|
letter-spacing: -0.02em !important;
|
|
margin: 0 0 28px 0 !important;
|
|
font-family: var(--font-manrope), "Manrope", sans-serif !important;
|
|
}
|
|
|
|
.contacts-hero-title-line {
|
|
display: block !important;
|
|
}
|
|
|
|
/* Keep each line intact on desktop — never split SYSTEM or PROMISE/KEPT */
|
|
@media (min-width: 1024px) {
|
|
.contacts-hero-title-line {
|
|
white-space: nowrap !important;
|
|
}
|
|
}
|
|
|
|
.contacts-hero-title-highlight {
|
|
color: #c01227 !important;
|
|
}
|
|
|
|
/* Description text */
|
|
.contacts-hero-desc {
|
|
font-size: clamp(15px, 1.3vw, 19px) !important;
|
|
line-height: 1.6 !important;
|
|
color: rgba(255, 255, 255, 0.82) !important;
|
|
max-width: 640px !important;
|
|
margin: 0 auto 24px auto !important;
|
|
font-weight: 500 !important;
|
|
font-family: var(--font-manrope), "Manrope", sans-serif !important;
|
|
}
|
|
|
|
.contacts-hero-desc-trademark {
|
|
color: #ffffff !important;
|
|
font-weight: 700 !important;
|
|
white-space: nowrap !important;
|
|
}
|
|
|
|
/* Breadcrumb capsule */
|
|
.contacts-hero-breadcrumbs {
|
|
display: inline-flex !important;
|
|
align-items: center !important;
|
|
gap: 10px !important;
|
|
background: rgba(255, 255, 255, 0.04) !important;
|
|
border: 1px solid rgba(255, 255, 255, 0.08) !important;
|
|
padding: 8px 22px !important;
|
|
border-radius: 30px !important;
|
|
transition: background 0.3s, border-color 0.3s !important;
|
|
}
|
|
|
|
.contacts-hero-breadcrumbs:hover {
|
|
background: rgba(255, 255, 255, 0.08) !important;
|
|
border-color: rgba(255, 255, 255, 0.15) !important;
|
|
}
|
|
|
|
.contacts-breadcrumb-link {
|
|
color: rgba(255, 255, 255, 0.65) !important;
|
|
text-decoration: none !important;
|
|
font-size: 13px !important;
|
|
font-weight: 600 !important;
|
|
transition: color 0.2s !important;
|
|
font-family: var(--font-manrope), "Manrope", sans-serif !important;
|
|
}
|
|
|
|
.contacts-breadcrumb-link:hover {
|
|
color: #ffffff !important;
|
|
}
|
|
|
|
.contacts-breadcrumb-del {
|
|
color: rgba(255, 255, 255, 0.3) !important;
|
|
font-size: 11px !important;
|
|
}
|
|
|
|
.contacts-breadcrumb-cur {
|
|
color: #C01227 !important;
|
|
font-size: 13px !important;
|
|
font-weight: 700 !important;
|
|
font-family: var(--font-manrope), "Manrope", sans-serif !important;
|
|
}
|
|
|
|
@keyframes float-glow {
|
|
0% { transform: translate(0, 0) scale(1); }
|
|
100% { transform: translate(-15px, -25px) scale(1.08); }
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.contacts-hero-glass-card {
|
|
padding: 0 16px !important;
|
|
width: 95% !important;
|
|
}
|
|
.contacts-hero-title {
|
|
letter-spacing: -1px !important;
|
|
}
|
|
}
|
|
0:{"rsc":["$","$1","c",{"children":[["$","div",null,{"className":"content-wrapper content-wrapper-may-contain-elementor-code content-wrapper-sidebar-position-none","children":["$","div",null,{"className":"content","children":["$","div",null,{"className":"content-inner","children":["$","div",null,{"data-elementor-type":"wp-page","data-elementor-id":"41","className":"elementor elementor-41","children":[[["$","link",null,{"rel":"preload","as":"image","href":"/images/home2-banner-3.webp"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}],"$L3"],"$L4"]}]}]}]}],["$L5","$L6"],"$L7"]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"Eik1xISOuHXIIK3VYjQ26"}
|
|
3:["$","div",null,{"className":"custom-standard-hero-container","children":["$","div",null,{"className":"custom-standard-hero-card contacts-hero-custom","children":["$","div",null,{"className":"contacts-hero-card-custom","children":[["$","div",null,{"className":"contacts-hero-bg-overlay"}],["$","div",null,{"className":"contacts-hero-grid"}],["$","div",null,{"className":"contacts-hero-glow-red"}],["$","div",null,{"className":"contacts-hero-glow-blue"}],["$","div",null,{"className":"contacts-hero-glass-card","children":["$","h1",null,{"className":"contacts-hero-title","children":[["$","span",null,{"className":"contacts-hero-title-line","children":"Delivering Trust."}],["$","span",null,{"className":"contacts-hero-title-line","children":["Beyond ",["$","span",null,{"className":"contacts-hero-title-highlight","children":"Boundaries."}]]}]]}]}]]}]}]}]
|
|
8:T6ac,
|
|
.elementor-element-7304a53 {
|
|
--padding-left: 20px;
|
|
--padding-right: 20px;
|
|
--margin-top: 12px;
|
|
--margin-bottom: 0px;
|
|
/* Reduce the large gap above the map (was 40px). */
|
|
margin-top: 12px !important;
|
|
padding-top: 0 !important;
|
|
/* Real side padding so the map is inset like the hero/footer sections
|
|
(the --padding-* vars only work with elementor-frontend.css, which
|
|
isn't loaded, so the map was going edge-to-edge). Matches
|
|
.custom-standard-hero-container: 20px desktop / 10px mobile. */
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
box-sizing: border-box;
|
|
/* The section computes to display:inline here (the --display:flex var
|
|
isn't mapped without elementor-frontend.css), so its padding never
|
|
constrained the block child. Force flex so the padding insets the map. */
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
}
|
|
.elementor-element-7304a53 .elementor-custom-embed {
|
|
/* Rounded on all corners so the map reads as a self-contained card
|
|
(bottom was square before, leaving a hard edge above the footer gap). */
|
|
border-radius: 25px;
|
|
overflow: hidden;
|
|
background: transparent;
|
|
line-height: 0;
|
|
}
|
|
@media (max-width: 840px) {
|
|
.elementor-element-7304a53 {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.elementor-element-7304a53 .elementor-custom-embed { height: 360px !important; }
|
|
}
|
|
4:["$","div",null,{"className":"elementor-element elementor-element-7304a53 e-con-full e-flex cut-corner-no sticky-container-off e-con e-parent","data-id":"7304a53","data-element_type":"container","data-e-type":"container","children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"$8"}}],["$","div",null,{"className":"elementor-element elementor-element-5a3eed4 elementor-widget","data-id":"5a3eed4","data-element_type":"widget","data-e-type":"widget","children":["$","div",null,{"className":"elementor-widget-container","children":["$","div",null,{"className":"elementor-custom-embed","style":{"width":"100%","height":"500px"},"children":["$","$L9",null,{}]}]}]}]]}]
|
|
5:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/00fiud~fayo7s.css","precedence":"next"}]
|
|
6:["$","script","script-0",{"src":"/_next/static/chunks/0lnyxvkki2-ls.js","async":true}]
|
|
7:["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]
|
|
c:null
|