body::before {
  content: url("img/bg-g-g.avif");
  position: absolute;
  top: -9999rem;
  left: -9999rem;
  opacity: 0;
}
/* --- Global Reset & Base Styles --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
}

.dyn { display: none; }

/* --- Base Structural Layout Modules --- */
.grid-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 10;
}

.grid-container.publ {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}




.modular-hero,.modular-hero.prefooter {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.modular-hero.prefooter {
  height:100%;
}

h1,h2 {font-size:1.5em}

.pdnl-40{padding-left:40px;}
.pre-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  z-index: 1;
  background-color: #0b3c82;
}
.absol{  position: absolute;}
.relat{  position: relative;}
.bg-layer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#prog.grid-container, .bg-layer {
    background-color: #087299;
    background-image: url(img/bg-g-g.avif);
    background-size: cover;}


.offset-bg-85 {
  left: auto;
  right: 0;
  width: 85%;
}

.pre-bg-layer .bg-texture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: overlay;
  opacity: 0.9;
}

.bg-layer .bg-texture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: overlay;
  opacity: 0.9;
}

img.bg-texture {width:100%;height:auto}


/* --- Navigation & Header Structure --- */
.header-asymmetry {
  background-color: #ffffff;
}

.editorial-nav {
  display: grid;
  grid-template-columns: 15% 1fr auto;
  align-items: start;
  /*padding-top: 8px;*/
  padding-bottom: 12px;
}

.brand-logo {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: 900;
  line-height: 0.9;
  /*letter-spacing: -1px;*/
  width: 15%;
  padding: 10px 0;

}

.cntrl {margin:0 auto;width:fit-content}

.brand-logo .ac-text {
  padding-left: 3px;
  color: #cc0000;
}

.menu-links {
  display: flex;
  list-style: none;
  gap: 32px;
  padding-top: 18px;
}

.menu-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.lang-aside {
  display: flex;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  padding-top: 18px;
}

.lang-node { cursor: pointer; }
.lang-node.active, .lang-node:hover { color: #ffffff; }

/* --- Hero Cards Grid --- */
.hero-card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 60px;
}
.editorial-white-card,
.editorial-white-card-1,
.editorial-white-card-2 {
  width: auto;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
background-color: #ffffff;}

.editorial-white-card-1,.editorial-white-card-2 {padding: 48px;}
.editorial-white-card-1 {box-shadow: 0 15px 30px rgba(0, 0, 0, 0.14);}
.editorial-white-card-2 {background-color: transparent;}
.btn-last{position: relative;float: right;right:30px}
#form-last {display:block;min-height:300px;width:100%}
.editorial-white-card h2,
.editorial-white-card-1 h2,
.editorial-white-card-2 h2 {
  font-family: Arial, sans-serif;
  line-height: 1.15;
  margin-bottom: 24px;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.editorial-white-card-1 h2,.editorial-white-card h2 {
  font-size: 40px;
  font-weight: 700;
  color: #051429;
  letter-spacing: 1px;
}

.editorial-white-card-2 h2,.editorial-white-card h2,.editorial-white-card h2 {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.editorial-white-card h2 {
  font-size: 28px;
  font-weight: 800;
  color: #000;
  letter-spacing: -0.5px;
}

.editorial-white-card p,
.editorial-white-card-1 p,
.editorial-white-card-2 p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.editorial-white-card-1 p,.editorial-white-card p { color: #444444; }
.editorial-white-card-2 p { color: #ffffff; }

h2.sect{color:#fff;font-weight:900;line-height: 0.77;padding: 70px 0 0;}
h2.presect{color:#fff;font-weight:500;padding: 30px 0 30px 10px;font-size: 1.4em;}

p.tekst{padding:10px 10px 40px;color:#fff;line-height: 1.4;}

/* Red Action Buttons */
.action-btn-red {
  display: inline-block;
  background-color: #cc0000;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
margin-bottom: 20px;
  width: max-content;
  text-align: center;
  border-radius: 50px;
  border: solid 2px #cc0000;
}
.action-btn-redcont {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
margin-bottom: 20px;
  width: max-content;
  text-align: center;
  border-radius: 50px;
  border: solid 2px #fff;
}
.action-btn-wht {
  display: inline-block;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 32px;
margin-bottom: 20px;
  width: max-content;
  text-align: center;
  border-radius: 50px;
     border: 1px solid black;
}
.flt-rt {float:right;align-items: end;text-align:right;}
.btn-2 {position:relative;top:20px}
.btn-3 {position:relative;top:180px}
.butn-1 {position: relative;
    text-align: center;
    border: 1px solid #999;
    padding: 10px 0;
    width: 144px;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 12px;}
a.nodec{text-decoration:none;color:#999}

/* --- Solid Block Layouts --- */
.navy-solid-bg {
background-color: #011B3A;
}

.block-section {
  position: relative;
  z-index: 2;
}

.block-section-four {
  position: relative;
  z-index: 2;
}

.pt-hero-offset {
  padding-top: 90px; 
}

.four-block-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.modular-navy-square {
  background-color: #D3E3FD;
  aspect-ratio: 1 / 1;
    margin: 0 auto;
}

.clear{clear:both}

/* --- Typography Banner Panels --- */

.subt{font-size: 12px;padding: 10px;
    text-align: center;}
.monospace-caps {
  color: #ffffff;
  font-family: monospace;
  font-size: 14px;
  margin-bottom: 24px;
  word-break: break-all;
  opacity: 0.9;
}

.split-headline-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.progr,.enroll{position:relative}

.giant-editorial-title {
  font-size: 72px;
  font-weight: 900;
  color: #ffffff;
  line-height: 0.9;
  letter-spacing: -1px;
}

.self-center {
  align-self: flex-end;
}

/* --- Dynamic Container Layouts --- */
.editorial-container-box {
  background-color: #fff;
  padding: 22px;
}
.editorial-container-box.publ{background-image: url(img/bg-g-g.avif);background-size: cover;
  /*background-color: #092650;*/
}
.stmnt{background-image: url(img/stmnt.jpg);background-size: cover;margin:0 20px}

.container-heading-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
}

.container-heading-row h3 {
  font-size: 24px;
  font-weight: 700;
}
.heading-left h3{color:#fff}
.heading-left h3.reg {color:#000}

.heading-subtext {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  line-height: 1.5;
  padding: 0 20px 30px 0;
}

.split-content-module {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: start;
}

.hanging-white-block {
  /*background-color: #092650;
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);*/
}
.hanging-white-block,.hanging-white-block-extra {top:40px;}
.hanging-white-block.aspect-portrait {top:0}
.hanging-white-block,.hanging-white-block-extra,.hanging-white-block.aspect-portrait {
  position: relative;
  z-index: 20;
  max-width: none;
  width: 100%;
}

.hanging-white-block img {width:97%;height:auto;box-shadow: 10px 10px 13px rgba(0, 0, 0, 0.3);}
.hanging-white-block img#next {box-shadow: 10px 10px 13px rgba(0, 0, 0, 0);}

.aspect-square { aspect-ratio: 1 / 1; }
.aspect-portrait { aspect-ratio: 3 / 4; }

.module-body-text {
  color: #ffffff;
}

.module-body-text h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}

.module-body-text p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.hanging-grid {
  display: grid;
}



/* --- Footer Alignment Footprint --- */
.footer-hero-padding {
  padding-top: 90px;
}

.final-footer-padding {
  padding-top: 40px;
  padding-bottom: 20px;
}

.white-footer-square a {color:#fff;text-decoration:none;font-size:16px;}
.butn-1 {position: relative;top:50%}

/* Mobile Component Base Guards (Hidden on Wide Desktops) */
.burger-trigger { display: none; }
.mobile-menu-overlay { display: none; }
h2.sect {color: #fff /*6991CE*/;}


@media (min-width: 1025px) {
.brand-logo{min-width: 120px;}
.brand-logo {font-size:42px;color: #cc0000;}
#preprog.bg-layer {max-width: 95%;left: 5%;box-shadow: 0 15px 20px rgba(0, 0, 0, 0.24);}
h2.sect {font-size: 7.5em;}
p.tekst{font-size:20px;padding-top: 30px;}
.sublogo{display:none}.sublogo {left:150px}
.heading-left{padding:30px 20px}
.dyn-1025{display:none}
.container-heading-row h3 {padding-bottom:10px}
.grid-container.publ {max-width: 1600px;padding: 0 5% 0 0;}
.editorial-container-box.publ {padding: 22px 22px 0 88px;}
.btn-4 {position:relative;top:15px}
.modular-navy-square {max-height: 99%;width: 99%;}
.modular-hero.publ{min-height: 580px;}
.pt-hero-80offset {padding-top: 80px;}
.pt-hero-theoffset {padding-top: 40px;}
.white-footer-square {height: 200px;aspect-ratio: 1 / 1.25;width: 100%;}
.white-footer-square p {padding:10px 0}
.four-block-row {height: 200px;gap: 20px;}
.four-block-row.partn {height: auto;}
.module-body-text {padding: 0 30px 20px 0;}
.red-btn{position:relative;bottom:100px}
.split-headline-row {  height:240px;}
.action-btn-red,.action-btn-redcont {  padding: 12px 32px;}
.progr{margin-top: 1%;}
.enroll{top:20px;float:right}
.butt-2nd{margin-left:20px;}
.lh-1025-15{line-height:1.5;}
}

.pdn-0-10 {padding:0 10px!important;}
.pdn-20 {padding:20px 20px 0 20px!important;}

/* ==========================================================================
   TABLET & MOBILE CASCADE REWRITES (TRADITIONAL DESTRUCTION FALLBACK)
   ========================================================================== */

@media (min-width: 721px) and (max-width:1024.98px) {
h2.sect {font-size:12vw;}
p.tekst{font-size: 20px;}
.brand-logo{min-width: 115px;}.sublogo {left:130px}
.action-btn-red,.action-btn-redcont {  padding: 10px 24px;}
.enroll {float:right}
.butt-2nd{margin-left:20px;}

}

#rights{font-size:12px;text-align:center;color:#fff;padding:0 30px;}

@media (max-width: 1024.98px) {
.four-block-row {  gap: 40px;}
.dyn-1024{display:none}
  .grid-container {padding:0;}
  .grid-container.pdn-40 {padding:40px 0 0 0;}
.cntr-1024{margin:0 auto}
.btn-4 {position:relative;top:30px}
  .editorial-nav {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0;
        max-height: 75px;}
.module-body-text {  padding: 80px 30px 20px 0;}
.modular-navy-square {max-height: 99%;width: 80%;}
.editorial-container-box.publ {padding: 32px}
  .pt-hero-offset {
    padding-top: 80px;
  }
  .brand-logo {
    color: #ffffff;
    background-color: #cc0000;
    font-size:32px;
  }
.mrg-top-1024-40{margin-top:40px}
.pt-hero-theoffset {padding-top: 80px;}
.white-footer-square p {padding: 10px 20px 10px 30px;}
  .brand-logo .ac-text {
    color: #ffffff;
  }
.editorial-white-card {margin:0 20px}

.sublogo {color:white;height:0;position:relative;}

  .menu-links, 
  .lang-aside {
    display: none;
  }

  .hero-card-row {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .editorial-white-card-1 {
    padding: 32px;
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
  }

  .editorial-white-card-2 {
    padding: 32px;
    width: 100%;
    max-width: 100%;
    background-color: #011B3A;
  }

  .editorial-white-card-1 h2 {
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 1.2;
  }

  .editorial-white-card-2 h2 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 1.2;
  }



  .four-block-row {
    grid-template-columns: 1fr;
  }

  .split-headline-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .giant-editorial-title {
    font-size: 42px;
  }

  .container-heading-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 10px 0 10px;
  }

  .split-content-module {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hanging-white-block {
    margin-bottom: 0px;
    max-width: 280px;
  }

  .hanging-grid {
    /*grid-template-columns: 1fr;*/
    /*gap: 32px;*/
  }

  .footer-hero-padding {
    padding-top: 40px;
  }

.modular-hero.prefooter{margin-bottom: 40px;}


  /* Structural UI Interaction Assets */
  .burger-trigger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 28px;
    right: 22px;
    width: 20px;
    height: 18px;
    border: none;
    cursor: pointer;
    z-index: 2000;
    padding: 0;
        outline: #005D96 10px solid;
        background-color: #005D96;
  }

  .burger-trigger .line {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease;
    transform-origin: left center;
  }

  .burger-trigger.menu-active .line-1 { transform: rotate(45deg) translate(2px, -2px); }
  .burger-trigger.menu-active .line-2 { opacity: 0; transform: scaleX(0); }
  .burger-trigger.menu-active .line-3 { transform: rotate(-45deg) translate(2px, 2px); }

  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #005D96;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    display: block;
  }

  .mobile-menu-overlay.is-open { transform: translateX(0); }

  .mobile-menu-container {
    height: 100%;
    padding: 100px 48px 0 48px;
    display: block;
  }

  .mobile-menu-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .mobile-menu-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
  }

  .mobile-lang-aside {
    display: flex;
    gap: 24px;
    font-size: 18px;
    font-weight: 700;
    padding: 50px 0;
    color: rgba(255, 255, 255, 0.4);
  }

  body.scroll-locked { overflow: hidden; }
.container-heading-row h3 {padding-bottom:40px}
}

@media (min-width: 321px) and (max-width:720px) {
h2.sect{font-size:13vw;}
p.tekst{font-size: 18px;}
.brand-logo{min-width: 100px;}
.action-btn-red,.action-btn-redcont {padding: 8px 20px;}
.enroll {float:right}
.butt-2nd{margin-left:20px}
}

/* --- Ultra-Narrow Mobile Viewport Base Constraints --- */
@media (max-width: 320px) {
  .grid-container {
    padding: 0;
  }

  .editorial-white-card-1,
  .editorial-white-card-2 {
    padding: 24px 16px;
  }

  .editorial-white-card-1 h2 { font-size: 22px; }
  .editorial-white-card-2 h2 { font-size: 20px; }

  .editorial-white-card-1 p,
  .editorial-white-card-2 p {
    font-size: 13px;
    line-height: 1.5;
  }
h2.sect{font-size:2.2em;}
p.tekst{font-size: 14px;}
  .action-btn-red,.action-btn-redcont {
    padding: 8px 20px;
    font-size: 11px;
  }
.butt-2nd{margin-left:10px}
.brand-logo {min-width: 100px;}
}
@media (min-width:1025px) {
.sublogo {display:none}
.hanging-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 2%;
}
}

@media (min-width: 721px) and (max-width:1024.98px) {
.sublogo {left:18%;
        font-size: 14px;
        bottom: 63px;}
.hanging-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
}


@media (min-width: 381px) and (max-width:720px) {
.sublogo {left: 115px;
        font-size: 13px;
        bottom: 60px;}
.hanging-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
}

@media (max-width: 380px) {
.sublogo {left: 115px;
        font-size: 11px;
        bottom: 60px;}
.hanging-grid {
  grid-template-columns: 1fr;
}
.butn-1 {top: -40px;}
}