.elementor-322 .elementor-element.elementor-element-994944c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-322 .elementor-element.elementor-element-994944c.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-322 .elementor-element.elementor-element-994944c{--width:81.708%;}}/* Start custom CSS for html, class: .elementor-element-dbfc33f */.aw-wrap {
  --brand:       #127482;
  --brand-light: #1a9aad;
  --off-white:   #eeece6;
  --muted:       rgba(238,236,230,0.5);
  --dim:         rgba(238,236,230,0.25);
  --bg:          #09161a;
  --bg2:         #0d1f24;
  --border:      rgba(18,116,130,0.22);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: var(--off-white);
  background: var(--bg);
  overflow-x: hidden;
  line-height: 1.7;
}
.aw-wrap::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(18,116,130,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,116,130,0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  z-index: 0;
}
.aw-wrap * { box-sizing: border-box; margin: 0; padding: 0; }

.aw-hero {
  position: relative;
  z-index: 1;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 240px 48px;
  overflow: hidden;
}
.aw-hero::before {
  content: '';
  position: absolute;
  top: -300px; left: 50%;
  transform: translateX(-50%);
  width: 1000px; height: 700px;
  background: radial-gradient(ellipse, rgba(18,116,130,0.2) 0%, transparent 65%);
  pointer-events: none;
}
.aw-eyebrow {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--brand-light);
  border: 1px solid var(--border);
  padding: 6px 20px;
  margin-bottom: 36px;
  display: inline-block;
}
.aw-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--off-white);
  max-width: 980px;
}
.aw-hero-title span { color: var(--brand-light); }
.aw-hero-sub {
  margin-top: 28px;
  font-size: clamp(14px, 1.75vw, 17px);
  color: var(--muted);
  max-width: 720px;
  line-height: 1.85;
  font-weight: 300;
}
.aw-hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 44px;
  flex-wrap: wrap;
  justify-content: center;
}
.aw-btn-primary {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 32px;
  background: var(--brand);
  color: var(--off-white);
  text-decoration: none;
  display: inline-block;
  transition: background .2s;
}
.aw-btn-primary:hover { background: var(--brand-light); color: var(--off-white); }
.aw-btn-outline {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 32px;
  border: 1px solid var(--border);
  color: var(--muted);
  text-decoration: none;
  display: inline-block;
  transition: border-color .2s, color .2s;
}
.aw-btn-outline:hover { border-color: var(--brand-light); color: var(--brand-light); }

.aw-section { position: relative; z-index: 1; }
.aw-section.bg2 { background: var(--bg2); }
.aw-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 52px;
}
.aw-tag {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brand-light);
  margin-bottom: 14px;
  display: block;
}
.aw-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(26px, 3.6vw, 42px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: var(--off-white);
  margin-bottom: 18px;
}
.aw-lead {
  font-size: 15px;
  color: var(--muted);
  font-weight: 300;
  max-width: 720px;
  line-height: 1.8;
}
.aw-divider {
  width: 40px;
  height: 2px;
  background: var(--brand);
  margin: 22px 0 40px;
}

.aw-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
  margin-top: 44px;
}
.aw-overview-text p {
  font-size: 15px;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 18px;
}
.aw-phil-card {
  background: rgba(18,116,130,0.06);
  border: 1px solid var(--border);
  padding: 36px;
}
.aw-section.bg2 .aw-phil-card {
  background: rgba(18,116,130,0.08);
}
.aw-phil-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand-light);
  margin-bottom: 20px;
}
.aw-phil-list { list-style: none; display: grid; gap: 10px; }
.aw-phil-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  color: var(--muted);
  font-weight: 300;
}
.aw-phil-list li::before {
  content: '';
  width: 6px; height: 6px;
  min-width: 6px;
  background: var(--brand-light);
  margin-top: 8px;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

/* Jump cushions block 02 — текст слева, изображение справа */
.aw-jc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 8px;
}
.aw-jc-split-text .aw-lead {
  margin-bottom: 28px;
}
.aw-jc-split-text .aw-phil-card {
  margin-top: 0;
  max-width: none;
}
.aw-jc-split-media {
  position: relative;
}
.aw-jc-split-media img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--border);
  border-radius: 2px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

/* Светло-серый блок (как на главной Corporate Overview) */
.aw-section.aw-overview-light {
  background: #e4e6e9;
  color: #151c20;
}
.aw-section.aw-overview-light .aw-tag {
  color: #127482;
}
.aw-section.aw-overview-light .aw-title {
  color: #0f1518;
}
.aw-section.aw-overview-light .aw-lead {
  color: rgba(21, 28, 32, 0.78);
  max-width: 820px;
}
.aw-section.aw-overview-light .aw-overview-text p {
  color: rgba(21, 28, 32, 0.82);
}
.aw-section.aw-overview-light .aw-phil-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(18, 116, 130, 0.28);
}
.aw-section.aw-overview-light .aw-phil-card h3 {
  color: #0f6b78;
}
.aw-section.aw-overview-light .aw-phil-list li {
  color: rgba(21, 28, 32, 0.82);
}
.aw-section.aw-overview-light .aw-phil-list li::before {
  background: #127482;
}
.aw-section.aw-overview-light .aw-phil-card .aw-lead {
  color: rgba(21, 28, 32, 0.78);
}
.aw-section.aw-overview-light .aw-use-grid li {
  font-size: 14px;
  font-weight: 300;
  padding: 14px 18px;
  color: rgba(21, 28, 32, 0.85);
  border: 1px solid rgba(18, 116, 130, 0.25);
  border-left: 2px solid #127482;
  background: rgba(255, 255, 255, 0.65);
}

.aw-use-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin-top: 28px;
  list-style: none;
}
.bg2 .aw-use-grid li {
  font-size: 14px;
  color: var(--muted);
  font-weight: 300;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-left: 2px solid var(--brand);
  background: rgba(18,116,130,0.04);
}

.aw-cta-box {
  margin-top: 48px;
  border: 1px solid rgba(18,116,130,0.45);
  background: rgba(18,116,130,0.06);
  padding: 44px 40px;
  text-align: center;
}

.aw-footer {
  position: relative;
  z-index: 1;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 28px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.aw-footer-copy {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dim);
}
.aw-footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.aw-footer-links a {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dim);
  text-decoration: none;
  transition: color .2s;
}
.aw-footer-links a:hover { color: var(--brand-light); }

@media (max-width: 960px) {
  .aw-overview-grid { grid-template-columns: 1fr; gap: 36px; }
  .aw-use-grid { grid-template-columns: 1fr; }
  .aw-jc-split { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 680px) {
  .aw-inner { padding: 72px 24px; }
  .aw-hero { padding: 120px 24px; min-height: auto; }
  .aw-footer { padding: 20px 24px; }
}/* End custom CSS */