.ct-hero{position:relative;width:100%;display:flex;align-items:center;justify-content:center;padding:175px 100px 95px;overflow:hidden}.ct-hero-bg{position:absolute;inset:0;z-index:0}.ct-hero-bg img{width:100%;height:100%;object-fit:cover;filter:brightness(.4)}.ct-hero-content{position:relative;z-index:1;text-align:center;max-width:1200px;width:100%;display:flex;flex-direction:column;align-items:center;gap:28px}.ct-hero-content h1{color:var(--white);font-size:clamp(2.5rem,1rem + 5vw,5rem);font-weight:500;line-height:1em;letter-spacing:-.02em}.ct-hero-links{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.ct-hero-link{gap:12px;font-family:var(--font);font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s ease}.ct-hero-link,.ct-hero-link-icon{display:inline-flex;align-items:center;color:var(--white)}.ct-hero-link-icon{justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1px solid hsla(0,0%,100%,.35);background:hsla(0,0%,100%,.08);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:background-color .2s ease,color .2s ease,border-color .2s ease}.ct-hero-link:hover .ct-hero-link-icon{background:var(--white);border-color:var(--white);color:var(--black)}.ct-hero-link:hover .ct-hero-link-text{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:.75px}.ct-section{padding:150px 100px;background:var(--white);display:flex;justify-content:center}.ct-row{display:flex;flex-direction:row;align-items:stretch;gap:100px;width:100%;max-width:1240px}.ct-left{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:20px;flex:1 0 0;max-width:600px;align-self:stretch}.ct-subtitle{display:flex;flex-direction:row;align-items:center;gap:20px}.ct-line{width:50px;height:.5px;background:var(--accent);flex-shrink:0}.ct-left h2,.ct-subtitle .label{margin-bottom:0}.ct-left h2{white-space:nowrap}.ct-desc{color:var(--dark-gray);font-size:1.125rem;line-height:1.7em}.ct-form{display:grid;grid-template-rows:max-content 1fr max-content;grid-template-columns:1fr;gap:15px;width:100%;flex:1}.ct-form-row{display:grid;grid-auto-flow:column;gap:15px}.ct-form input[type=email],.ct-form input[type=text],.ct-form textarea{display:inline-block;width:100%;line-height:1.4em;outline:none;border:none;padding:15px;border-radius:10px;font-family:var(--font);font-weight:400;font-size:1rem;background:var(--white);color:var(--black);box-shadow:inset 0 0 0 .75px rgba(0,0,0,.15);transition:box-shadow .2s ease}.ct-form input[type=email]:hover,.ct-form input[type=text]:hover,.ct-form textarea:hover{box-shadow:inset 0 0 0 .75px rgba(0,0,0,.5)}.ct-form input[type=email]:focus,.ct-form input[type=text]:focus,.ct-form textarea:focus{box-shadow:inset 0 0 0 .75px var(--accent)}.ct-form textarea{min-height:0;resize:vertical;flex:1}.ct-form input[type=submit]{display:inline-block;width:100%;line-height:1.4em;outline:none;border:none;border-radius:10px;padding:15px;font-family:var(--font);font-weight:600;font-size:.875rem;background:var(--accent);cursor:pointer;color:var(--white);transition:background .3s ease,transform .2s ease}.ct-form input[type=submit]:hover{background:var(--accent-hover);transform:translateY(-1px)}.ct-map-wrapper{border-radius:10px;width:auto;min-width:550px;height:auto;flex-shrink:0;overflow:hidden}.ct-map-wrapper iframe{width:550px;height:420px;border-radius:10px;display:block}.ct-offices{padding:0 100px 150px;background:var(--white);display:flex;justify-content:center}.ct-offices-inner{width:100%;max-width:1240px;display:flex;flex-direction:column;gap:48px}.ct-offices-heading{font-size:clamp(1.5rem,1rem + 1.5vw,2.25rem);font-weight:500;letter-spacing:-.02em;line-height:1.1em;color:var(--black);margin:0}.ct-offices-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.ct-office{display:flex;flex-direction:column;gap:24px}.ct-office-img{width:100%;aspect-ratio:16/10;border-radius:14px;overflow:hidden;background:var(--light-bg)}.ct-office-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.ct-office:hover .ct-office-img img{transform:scale(1.03)}.ct-office-body{display:flex;flex-direction:column;gap:10px}.ct-office-city{font-size:1.75rem;font-weight:400;letter-spacing:-.02em;line-height:1.1em;color:var(--accent);margin:0}.ct-office-role{font-size:.875rem;font-weight:600;color:#0a090a;margin:0}.ct-office-address{font-size:1rem;line-height:1.55em;color:#97999b;margin:0}@media (max-width:1199px){.ct-hero{padding:160px 30px 80px}.ct-hero-content{gap:24px}.ct-hero-link{font-size:.875rem}.ct-hero-link-icon{width:36px;height:36px}.ct-section{padding:100px 30px}.ct-row{gap:75px;max-width:900px}.ct-map-wrapper{padding:0;min-width:auto;flex:1 0 0}.ct-map-wrapper iframe{width:100%;height:400px}.ct-offices{padding:0 30px 100px}.ct-offices-inner{gap:40px}.ct-offices-grid{gap:32px}.ct-office-city{font-size:1.5rem}}@media (max-width:809px){.ct-hero{padding:130px 20px 65px}.ct-hero-content h1{line-height:1.1em}.ct-hero-content{align-items:flex-start;text-align:left;gap:20px}.ct-hero-links{flex-direction:column;align-items:flex-start;gap:14px}.ct-hero-link{font-size:.8125rem;gap:10px}.ct-hero-link-icon{width:34px;height:34px}.ct-section{padding:75px 20px}.ct-row{flex-direction:column;gap:50px;max-width:400px}.ct-left{flex:none;width:100%;max-width:100%;height:460px}.ct-desc{font-size:1rem}.ct-form-row{grid-auto-flow:row}.ct-map-wrapper{width:100%;min-width:auto;padding:0}.ct-map-wrapper iframe{width:100%;height:300px}.ct-offices{padding:0 20px 75px}.ct-offices-inner{gap:32px}.ct-offices-grid{grid-template-columns:1fr;gap:40px}.ct-office{gap:20px}.ct-office-city{font-size:1.5rem}.ct-office-address,.ct-office-role{font-size:.875rem}}