.elementor-253 .elementor-element.elementor-element-44c6cd3{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-4a5d1f5 *//* =====================================
   GETINGE BRAND PAGE
   Theme: #144296
   Scope: .gtg-brand
   ===================================== */

.gtg-brand{
  --brand:#144296;
  --brand2:#0f3575;
  --ink:#0b1220;
  --muted:#5b677a;
  --line:rgba(20,66,150,.18);
  --soft:rgba(20,66,150,.08);
  --shadow:0 18px 60px rgba(16,24,40,.08);

  background:#fff;
  color:var(--ink);
  padding:60px 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.gtg-brand *{ box-sizing:border-box; }

.gtg-wrap{
  width:min(1140px, calc(100% - 32px));
  margin:0 auto;
}

/* Buttons */
.gtg-btn{
  display:inline-flex;
  align-items:center;
  padding:11px 16px;
  border-radius:10px;
  font-weight:800;
  font-size:14px;
  text-decoration:none;
  border:1px solid transparent;
  white-space:nowrap;
}

.gtg-btn.primary{
  background:var(--brand);
  color:#fff;
}
.gtg-btn.primary:hover{ background:var(--brand2); }

.gtg-btn.ghost{
  background:#fff;
  color:var(--brand);
  border:1px solid rgba(20,66,150,.35);
}

/* HERO */
.gtg-hero{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
}

@media(min-width:960px){
  .gtg-hero{ grid-template-columns:1.2fr .8fr; }
}

.gtg-badge{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  padding:6px 12px;
  border-radius:999px;
  background:var(--soft);
  color:var(--brand);
  margin-bottom:10px;
}

.gtg-sub{
  color:var(--muted);
  max-width:70ch;
  line-height:1.7;
}

.gtg-actions{
  display:flex;
  gap:10px;
  margin-top:14px;
  flex-wrap:wrap;
}

.gtg-heroCard{
  border:1px solid var(--line);
  border-radius:14px;
  padding:16px;
}

.gtg-heroCard ul{
  margin:0;
  padding-left:18px;
  color:var(--muted);
}

/* Sections */
.gtg-section{ margin-top:36px; }

.gtg-head{
  margin-bottom:16px;
}

.gtg-head p{ color:var(--muted); }

/* Grid */
.gtg-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

@media(min-width:960px){
  .gtg-grid{ grid-template-columns:repeat(3,1fr); }
}

.gtg-card{
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
}

.gtg-img{
  position:relative;
  background:var(--soft);
}

.gtg-img img{
  width:100%;
  height:auto;
  display:block;
}

.gtg-tag{
  position:absolute;
  top:12px;
  left:12px;
  background:var(--brand);
  color:#fff;
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
}

.gtg-body{
  padding:16px;
}

.gtg-body p{
  color:var(--muted);
  line-height:1.6;
}

.gtg-cardActions{
  margin-top:12px;
}

/* Downloads */
.gtg-dlGrid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

@media(min-width:900px){
  .gtg-dlGrid{ grid-template-columns:repeat(2,1fr); }
}

.gtg-dl{
  border:1px solid var(--line);
  padding:14px;
  border-radius:12px;
  text-decoration:none;
  color:var(--brand);
  font-weight:700;
}

/* CTA */
.gtg-cta{ margin-top:40px; }

.gtg-ctaCard{
  border:1px solid var(--line);
  border-radius:18px;
  padding:20px;
  display:flex;
  flex-direction:column;
  gap:14px;
}

@media(min-width:960px){
  .gtg-ctaCard{
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
  }
}

.gtg-ctaBtns{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.gtg-videoCard{
  background:#fff;
  border:1px solid rgba(20,40,70,.12);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,.06);
}

.gtg-video{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background:#0b1b33;
}

.gtg-video iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.gtg-videoBox{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background:#000;
  overflow:hidden;
  border-radius:14px;
}

.gtg-videoBox iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.gtg-videoBox .gtg-tag{
  position:absolute;
  top:12px;
  left:12px;
  background:rgba(10,30,70,.85);
  color:#fff;
  font-size:11px;
  font-weight:800;
  padding:6px 10px;
  border-radius:999px;
}/* End custom CSS */